/*
Theme Name: Qorvatech
Theme URI: 
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: 
Version: 1.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-eye
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, translation-ready, theme-options, threaded-comments, footer-widgets, entertainment, editor-style, custom-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom by WEN Themes

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

td,
th {
    padding: 0;
}
caption,
td#today {
    background: #183558 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.5;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 15px 0;
}
h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    overflow-x: hidden!important;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}
dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px !important
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #183558 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out 0s;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #626262;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea{
    padding: 8px 0 8px 13px;
    width: 100%;
    color: #1d1d1d;
    border: 1px solid #aaa;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #1d1d1d;
    border-color:#1d1d1d;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #1d1d1d;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:visited {
    color: #183558;
    text-decoration: inherit;
}


a:hover,
a:focus,
a:active {
    color:#183558;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#main-nav {
    display: block;
    width: auto;
    float: right;
}
.custom-nav-menu {
    clear: both;
    width: 100%;
    margin-top: 20px;
    float: left;
    background: #002e5b;
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color:#333;
    box-shadow:0 1px 2px;
    height: 0;
    top: 41px;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 200px;

}

.main-navigation ul ul ul {
    left:100%;
    top: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {

    height: auto;
    line-height: 1.5;
    opacity: 1;
    overflow: visible;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;

}

.main-navigation ul ul ul ul  {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;

}
.main-navigation li li {
    float: none;
    display: block;
}
.main-navigation ul ul ul::before {
    display: none;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

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

.main-navigation ul li a {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    margin: 0 5px;
    padding: 10px;
    position: relative;
    z-index: 99;
	border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.main-navigation ul ul a {
    border-bottom: 1px solid #666;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
    border-left: none;
    border-right: none;
    margin: 0;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 8px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px;
}

.main-navigation li li a:hover {
    opacity: 0.7;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}
#mobile-trigger{
  display: none;
}

#mob-menu{
  display: none;
}





/*comment and post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    clear: both;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    padding: 5px 20px;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a{
    background-color: #183558;
    border-color:transparent;
    color:#fff;
}
.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover {
    opacity: 0.7;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a{
    float: left;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next  a{
    float: right;
    text-align: right;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
    content: "\f177";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    margin-left: -10px;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a::after {
    content: "\f178";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: -10px;
    margin-left: 10px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/


.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.container:after,
.inner-wrapper:after,
.container:before,
.inner-wrapper:before  {
    content: "";
    display: table;
    clear: both;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}

#primary .widget,
#primary .widget:first-child  {
    margin:0;
}


/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%; color: #000;
}
.widget::after, .widget::before {
    clear: both;
    content: "";
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.entry-meta a, .entry-footer a {
    color: #666666;
}
.entry-meta a:hover, .entry-footer a:hover {
    color: #183558;
}
.entry-meta > span, .entry-footer > span {
    color: #666666;
    margin: 0 20px 0 0;
}

.entry-meta::after, .entry-meta::before,
.entry-footer::after,.entry-footer::before {
    clear: both;
    content: "";
    display: block;
}

/*Entry Header*/

.posted-on::before,
.byline::before,
.comments-link::before,
.cat-links::before,
.edit-link::before,
.tags-links::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:5px;
    content: "";
    font-style: normal;
    color:#183558;

}

.posted-on,
.byline,
.comments-link,
.cat-links,
.edit-link,
.tags-links,
.posted-on {
    margin-right: 5px;
}

.byline::before {
    content: "\f007";
}
.posted-on::before {
    content: "\f073 ";
}

/*Entry Footer */
.entry-header {
    margin-bottom: 15px;
}
.entry-header .entry-title > a {
    color: #3d3d3d;
    font-weight: 500;
}
.entry-footer {
    margin-top: 10px;
}
.comments-link::before {
    content: "\f086";
}

.cat-links::before {
    content: "\f07c";
}

.edit-link::before{
    content: "\f044";
}

.tags-links::before{
    content: "\f02c";
}
.edit-link {
    margin-left: 5px;
}

.entry-meta {
    display: block;
    position: relative;
    width: 100%;
}
.has-post-thumbnail  .entry-meta {
      padding-top: 30px;

}
/*has-post-thumbnail*/
.has-post-thumbnail .entry-meta .posted-on a {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.has-post-thumbnail  .entry-meta .posted-on {
    background: #ffffff none repeat scroll 0 0;
    border-top: 5px solid #183558;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0;
    max-width: 93px;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;

}
.has-post-thumbnail  .posted-on  strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.has-post-thumbnail .posted-on strong{
 font-weight: bold;
 margin-right: 0;
}
.posted-on strong {
    font-weight: normal;
    margin-right: 4px;
}
.has-post-thumbnail .entry-meta .posted-on{
    position: absolute;
    text-align: center;
    top: 21px;
    left: 25px;

}
.archive-image-alignment-left .entry-meta .posted-on {
    left: 25x;
}
.archive-image-alignment-right .has-post-thumbnail .entry-meta .posted-on {
    left: inherit;
    right: 25px;
}
.has-post-thumbnail .entry-meta .posted-on::before {
    border-bottom: 16px solid #183558;
    border-right: 16px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}

.entry-title a:hover {
    color:#183558;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
    float: left;
    width: 97%;
}


#commentform .required {
    color: #183558;
    font-size: 18px;
    line-height: 0;
    font-family: sans-serif;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
.authorbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}

.authorbox .author-avatar{
    float: left;
}

.authorbox .author-info,
.author-bio-posts-content {
    margin-left: 75px;
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}

.authorbox .author-bio-posts-content {
    margin-top: 10px;
}

.authorbox .author-bio-posts-content p {
    margin: 0;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;

}
p.comment-subscription-form {
    margin-left: 15px;
}
.comment-form p {
       padding: 0 15px;
}
.form-submit {
    clear: both;
}
#reviews .comment-form {
    margin: 0 -15px;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 10px 20px;
}
.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
}

.comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding:20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list .comment-author img {
    float: left;
    margin: 5px 15px 15px 0;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

#reply-title {
    margin-top: 20px;
}
.comment-metadata {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 10px;
}


.comment-reply-link {
    font-family: oswald;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.5;
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: normal;
    margin: 15px 0 10px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.logged-in-as {
    padding:5px 15px;
}

.nav-links {
    clear: both;
}
.nav-links span.current,
.nav-links a {
    background-color: #fff;
    color: #666;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}
.nav-links a:hover,
a.cta-button-primary:hover,
.nav-links span.current,.nav-links .next,.nav-links .prev {
    background-color: #183558;
    color: #ffffff;
}

.page-links > span:first-child {
    padding: 0;
}

.page-links span {
    padding: 5px;
}
#commentform label {
    display: inline;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/

#page {
    margin: 0 auto;
    position: relative;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/
#top-header {
    padding: 2px 0 0 0;
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
}
#quick-contact {
    float: left;
}
#quick-contact li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    list-style: outside none none;
}
#quick-contact li.quick-message{
    font-weight: bold;
}
#quick-contact li.quick-message{
    border: medium none;
    margin: 0;
    padding: 0;
}
#quick-contact li.quick-message::before {
    display: none;
}
#quick-contact li::before {
    color: #183558;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    height: 20px;
    margin-right: 5px;
    padding: 3px 0;
    text-align: center;
    text-shadow: -2px 1px 1px #dddddd;
    width: 20px;
}
#quick-contact li a {
    color: #464545;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}
#quick-contact li a:hover {
    color: #183558;
}
#quick-contact li a:hover::after {
    background-color: #183558;
    bottom: 5px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}
#quick-contact li.quick-call::before {
    content: "";
}
#quick-contact li.quick-email::before {
    content: "";
}
#quick-contact li a {
    color: #464545;
}
#header-search {
    float: right;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}
#header-search {
    float: right;
    line-height: initial;
}

.site-logo-link, .custom-logo-link, #site-identity {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.site-logo-link,
.custom-logo-link {
    max-width: 300px;
    margin-bottom: -20px;
    position: relative;
    z-index: 999;
    padding: 6px 15px;
}

.site-info a{
    color: #fff;
}

/* #masthead { */
    /* -moz-transition: all 0.5s ease-in-out; */
    /* -webkit-transition: all 0.5s ease-in-out; */
    /* transition: all 0.5s ease-in-out; */
    /* background: #183558; */
    /* padding: 5px 0; */
    /* box-shadow: 0 2px 3px #aaa; */

/* } */
#masthead {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #f2f2f2;
    padding: 0px;
    z-index: 999;
    width: 100%;
}
.header-widget-shortheader{
	top:0px;
}

.builder-overlap #masthead {
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 40px 0;

}


.site-title {
    display: inline-block;
    font-family:'Roboto', sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a:hover {
    color: #183558;
}

.site-description {
    color: #2f2f2f;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 5px;
}

#top-header .so-widget-travel-eye-social {
    clear: both;
    display: inline-block;
    overflow: hidden;
}
.right-bar {
    display: inline-block;
    position: relative;
}

/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/

.so-widget-travel-eye-social  {
    clear: both;
    overflow: hidden;
}

.so-widget-travel-eye-social  ul {
    margin: 0;
}

.so-widget-travel-eye-social li a {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
}
.so-widget-travel-eye-social li a:hover{
    border:1px transparent;
}
.so-widget-travel-eye-social  li {
    display: block;
    float: left;
}

.widget-area .so-widget-travel-eye-social  li,
#footer-widgets .so-widget-travel-eye-social  li {
    padding: 0;
}
.widget-area .so-widget-travel-eye-social  li::before,
#footer-widgets .so-widget-travel-eye-social  li::before {
    display: none;
}

.so-widget-travel-eye-social   ul li a::before {
    font-size: 15px;
}

.so-widget-travel-eye-social  li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.so-widget-travel-eye-social  ul li a::before {
    color: #aaa;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 35px;
}

.so-widget-travel-eye-social  ul li a:hover {
    background-color:#cacad8;
}

.so-widget-travel-eye-social  ul li a:hover::before {
    color: #fff;
}

.so-widget-travel-eye-social  ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.so-widget-travel-eye-social  ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.so-widget-travel-eye-social  ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.so-widget-travel-eye-social  ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.so-widget-travel-eye-social  ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.so-widget-travel-eye-social  ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.so-widget-travel-eye-social  ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.so-widget-travel-eye-social  ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.so-widget-travel-eye-social  ul li a[href*="github.com"]::before {
    content: "\f113";
}

.so-widget-travel-eye-social  ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.so-widget-travel-eye-social  ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.so-widget-travel-eye-social  ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.so-widget-travel-eye-social  ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.so-widget-travel-eye-social  ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.so-widget-travel-eye-social  ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.so-widget-travel-eye-social  ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.so-widget-travel-eye-social  ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.so-widget-travel-eye-social  ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.so-widget-travel-eye-social  ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.so-widget-travel-eye-social  ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.so-widget-travel-eye-social  ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.so-widget-travel-eye-social  ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.so-widget-travel-eye-social  ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.so-widget-travel-eye-social  ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.so-widget-travel-eye-social  ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.so-widget-travel-eye-social  ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.so-widget-travel-eye-social  ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.so-widget-travel-eye-social  ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.so-widget-travel-eye-social  ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.so-widget-travel-eye-social  ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.so-widget-travel-eye-social  ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.so-widget-travel-eye-social  ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.so-widget-travel-eye-social  ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.so-widget-travel-eye-social  ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
}

.so-widget-travel-eye-social  ul li a[href*="wordpress.org"]:hover {
    background-color: #21759b;
}

.so-widget-travel-eye-social  ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.so-widget-travel-eye-social  ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.so-widget-travel-eye-social  ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.so-widget-travel-eye-social  ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.so-widget-travel-eye-social  ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.so-widget-travel-eye-social  ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.so-widget-travel-eye-social  ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.so-widget-travel-eye-social  ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.so-widget-travel-eye-social  ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.so-widget-travel-eye-social  ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.so-widget-travel-eye-social  ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}

.so-widget-travel-eye-social  ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.so-widget-travel-eye-social  ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.so-widget-travel-eye-social  ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.so-widget-travel-eye-social  ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.so-widget-travel-eye-social  ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.so-widget-travel-eye-social  ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.so-widget-travel-eye-social  ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.so-widget-travel-eye-social  ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.so-widget-travel-eye-social  ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.so-widget-travel-eye-social  ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.so-widget-travel-eye-social  ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.so-widget-travel-eye-social  ul li a[href*="wordpress.org"]:hover {
    background-color:#21759b;
}

.so-widget-travel-eye-social  ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.so-widget-travel-eye-social  ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.so-widget-travel-eye-social  ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.so-widget-travel-eye-social  ul li a[href*="angel.co"]:hover {
    background-color:#000;
}

.so-widget-travel-eye-social  ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}

/*--------------------------------------------------------------
## Main slider Style By WEN Themes
--------------------------------------------------------------*/


.widget_sow-slider {
    position: relative;
}
.widget_sow-slider .sow-slider-images a::after {
    background:url(images/pattern-overlay.png);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}
.widget_sow-slider {
    position: relative;
    z-index: 88;
}


/*Slider cycle next / previous*/

.widget_sow-slider .sow-slide-nav.sow-slide-nav-prev {
    left: 0;
}
.widget_sow-slider .sow-slide-nav.sow-slide-nav-next {
    right: 0;
}
.widget_sow-slider  .sow-slide-nav a {
    border: 2px solid;
    height: auto;
    padding: 15px 20px;
}

.widget_sow-slider .sow-slide-nav a:hover {
        background: #183558 none repeat scroll 0 0;

}
.widget_sow-slider .sow-slider-pagination li a {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}

.widget_sow-slider .sow-slider-pagination {
    bottom: 10px;
    text-align: center;
    z-index: 999;
}

.widget_sow-slider .sow-slider-pagination li.sow-active a,
.widget_sow-slider .sow-slider-pagination li a:hover {
  background-color: #f25252!important;
  opacity: 1!important;
}

.widget_sow-slider .sow-slider-pagination li a {
    background-color: #f9a400;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 5px;
    margin: 3px 5px;
    opacity: 1;
    width: 50px;
    z-index: 99;
}

/*hero widget */
.so-widget-sow-hero .sow-slider-base  ul.sow-slider-images li.sow-slider-image video.sow-background-element {
    height: auto;
    left: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: inherit !important;
    top: -38px !important;
    width: auto;
    z-index: 1;
}
.so-widget-sow-hero .sow-slider-base  ul.sow-slider-images li.sow-slider-image {
    position: relative;
    z-index: -1;
}
.so-widget-sow-hero .sow-slider-base  ul.sow-slider-images li.sow-slider-image::after {
    background:url(images/pattern-overlay.png);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}


/*Slider cycle next / previous*/

.so-widget-sow-hero .sow-slider-base.sow-slide-nav.sow-slide-nav-prev {
    left:15px;
}
.so-widget-sow-hero .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right:15px;
}
.so-widget-sow-hero .sow-slider-base .sow-slide-nav a {
    border: 2px solid;
    height: auto;
    padding: 15px 20px;
    border-radius: 100%;

}

.so-widget-sow-hero .sow-slider-base .sow-slide-nav a:hover {
    background: #183558 none repeat scroll 0 0;
}
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a {
    border-radius: 100%;
    height: 20px;
    width: 20px;

}

.so-widget-sow-hero .sow-slider-base .sow-slider-pagination {
    bottom: 55px;
    text-align: center;
    z-index: 999;
    padding: 0;
}

.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li.sow-active a,
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a:hover {
  background-color: #183558!important;
  opacity: 1!important;
}

.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 5px;
    margin: 3px 5px;
    opacity: 1;
    width: 50px;
    z-index: 99;
}
.so-widget-sow-slider,
.so-widget-sow-hero {
    margin-top:-60px;
    margin-bottom: -60px;
}

/*cusotm header */

#custom-header {
    padding: 50px 0;
    position: relative;
    text-align: center;
    z-index: 22;
    background: #181818;
	display: none;

}
#custom-header::after {
    background:rgba(0, 0, 0, 0) url("images/pattern-overlay.png") repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:-1;
}
.builder-overlap #custom-header {
    padding: 150px 0 50px;
}
#custom-header .page-title {
    color: #ffffff;
    display: inline-block;
    font-size: 55px;
    font-weight: bold;
    position: relative;
}
#custom-header .title-wrap::after {
    background: #183558  none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 33.33%;
    margin: 0 auto;
    position: absolute;
    width: 33.33%;
}


.title-wrap {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.title-wrap::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 20%;
    margin: 0 auto;
    position: absolute;
    width: 60%;
}
#custom-header .page-title::first-letter {
    color: #183558 ;
    content: "";
    display: block;
}
.header-meta a::before {
    color: #ffffff;

}

.header-meta a {
    color: #ffffff;
    font-size: 15px;
}
#custom-header > img {
    vertical-align: middle;
    width: 100%;
}

.builder-overlap #custom-header .header-content {
    bottom: 15%;
}


/*title / sub tilte*/


#primary .section-alignment-center,
#primary .section-alignment-center .secondary-title,
#primary.section-alignment-center .widget-title {
    text-align: center;
}

#primary .section-alignment-right,
#primary .section-alignment-right .secondary-title,
#primary .section-alignment-right .widget-title {
    text-align: right;
}

#primary .section-alignment-left,
#primary .section-alignment-left .secondary-title,
#primary .section-alignment-left .widget-title {
    text-align: left;
}

/*sidebar / footer widget area*/

 .section-alignment-center,
 .section-alignment-center .widget-sub-title,
 .section-alignment-center .widget-title {
     text-align: center;
}

 .section-alignment-right,
 .section-alignment-right .widget-sub-title,
 .section-alignment-right .widget-title {
    text-align: right;
}

 .section-alignment-left,
 .section-alignment-left .widget-sub-titlee,
 .section-alignment-left .widget-title {
    text-align: left;
}

#primary .section-heading  .widget-title {
    margin-bottom: 5px;
}
#primary .widget-title::before {
    display: none;
}
#primary .widget-sub-title,
#primary .secondary-title {
	font-size: 23px;
}

#primary .widget-title {
    display: block;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height:36px;
    margin-bottom: 10px;
    text-align: center;
}
.widget-title {
    color: #183558;
}

 #primary .widget-sub-title,
 #primary .widget-sub-title {
    display: block;
    line-height: 1.5;
    margin-bottom: 50px;
}
 #primary .widget-sub-title{
    margin-bottom: 15px;
    font-size: 23px;
 }
#primary .title-content {
    font-size: 18px;
    margin:0 auto;
    margin-bottom: 30px;

}


.title-content {
    color: #313131;
    text-align: center;
}

.widget-sub-title {
    color: #313131;
    font-size: 20px;
    text-align: center;
}



/*--------------------------------------------------------------
## Main Content Style By WEN Themes
--------------------------------------------------------------*/


.sidebar-enabled #primary {
    float: left;
    width: 75%;
}
#primary {
    padding-left: 15px;
    padding-right: 15px;
}
.home.siteorigin-panels.global-layout-no-sidebar .site-content {
    padding: 0;
}
.site-content{
    padding:0px 0 40px;
}
.siteorigin-panels.global-layout-no-sidebar.builder-overlap .site-content {
    padding-top: 0;
}

.siteorigin-panels .hentry {
    margin-bottom: 0;
}
 .page-content,
 .entry-content,
 .entry-summary {
    margin: 0;
}

#featured-content{
    float: left;
    width: 100%;
}

#primary .post {
    border-bottom: 1px dashed #dddddd;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#primary .post:last-child {
    border:none;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/

.sidebar {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
.sidebar .widget-title::after, .sidebar .widget-title::before {
    background: #183558 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    margin-top: 10px;
    position: absolute;
    width: 50%;
}
.sidebar .widget-title::after {
    background: #000000 none repeat scroll 0 0;
    left: 50%;
}
.sidebar .widget-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.widget-area ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.widget-area ul li {
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
    position: relative;
}
.widget-area ul li::before {
    color: #183558;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 8px;
}
.sidebar a {
    color: #000000;
}
.sidebar a:hover {
   color: #183558;
}
.widget-area ul ul ul ul ul > li {
    padding-left: 0;
}

.widget-area ul ul ul ul ul > li::before {
    left:-20px;

}
.sidebar .widget-sub-title {
    text-align: left;
}
.sidebar .search-field {
    float: left;
    margin-right: 5px;
    width: 57%;
}


.search-form label .search-field {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 20px;
    float: right;
    font-size: 13px;
    line-height: 2.3;
    padding: 1px 0 0 15px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    margin: 0;
    box-sizing: inherit;
}

.right-bar .search-form label .search-field {
    width: 35px;
    text-indent: -999em;
}

.search-form .search-field:focus,
    input[type="text"]:focus {
    border-color: #1d1d1d;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
}
.search-form .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #aaa;
    font: 14px/42px FontAwesome;
    position: absolute;
    right: 3px;
    text-transform: uppercase;
    top: -10px;
    width: 40px;
    z-index: 2;
}
.search-form .search-submit:hover {
    background:none;
}
.search-form {
    max-width: 500px;
    position: relative;
}

.search-form label {
    display: block;
    position: relative;
}

a.search-btn {
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 9999;
    display: none;
}
.right-bar .search-form label .search-field:focus,
.right-bar .search-form:hover .search-field {
    width: 200px;
    text-indent: inherit;
}
.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
    border: 1px solid #dddddd;
    height: 37px;
    padding: 10px 55px 10px 10px;
    width: 100%;
    box-sizing: inherit;
}

.woocommerce-product-search button {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    height: 37px;
    line-height: 1.8;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}
/*--------------------------------------------------------------
## Footer Style By WEN Themes
--------------------------------------------------------------*/

#colophon {
    background-color: #1f1f1f;
    padding: 30px 0;
    text-align: center;
    color: #b7b7b7;
    clear: both;
}

#footer-widgets {
    background: #1b1b1b none repeat scroll 0 0;
    color: #b7b7b7;
    float: left;
    width: 100%;
    padding:60px 0;
}

#footer-widgets ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    border: medium none;
    padding: 9px 69px 5px 18px;
    position: inherit;
}
#footer-widgets ul li::before {
    color: #cccccc;
    top: 3px;
}
 
#footer-widgets .availability-main-wrapper {
    background: inherit;
}
#footer-widgets .footer-widget-area {
    float: left;
    padding:50px;
    width: 25%;
}

#footer-widgets .footer-active-1.footer-widget-area {
    width: 100%;
}

#footer-widgets .footer-active-2.footer-widget-area {
    width: 50%;
}

#footer-widgets .footer-active-3.footer-widget-area{
    width: 33.33%;
}

#footer-widgets .footer-active-4.footer-widget-area {
    width: 25%;
}

#footer-widgets .container {
    position: relative;
}

#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 15px;
    width: 33.33%;
}



#footer-widgets .footer-widget-area .widget-title {
    
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    padding-left: 10px;
    position: relative;
}
.contact-info-wrapper strong {
    border-bottom: 1px solid;
    font-weight: normal;
}

#footer-widgets .footer-widget-area a {
    color: #b7b7b7;
}

#colophon .so-widget-travel-eye-social ul li a::before {
    color: #b7b7b7;
}
#colophon .so-widget-travel-eye-social li a {
    background-color:transparent;
}
#colophon .so-widget-travel-eye-social li a {
    border: medium none;
    height: auto;
    width: 22px;
}
#colophon .so-widget-travel-eye-social li a:hover::before {
    color:#f25252;
}
#colophon .so-widget-travel-eye-social {
    clear: both;
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
}

#colophon .so-widget-travel-eye-social li {
    display: inline-block;
    float: none;
    margin-right: 5px;
}




/*Footer Navigation*/

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#footer-navigation li a {
    color: #b7b7b7;
    display: block;
    padding: 5px 10px;
}

#footer-navigation ul {
    margin: 0;
}

/*colophon*/

#colophon a {
    color:#b7b7b7;
}

#colophon a:hover,
#footer-widgets a:hover {
    color: #f25252;
}

#colophon .copyright {
    margin-bottom: 5px;
}

/*Scrollup Style*/

.scrollup {
    background-color:#1f1f1f;
    bottom: 76px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 6px 12px;
    position: fixed;
    right: 50px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99999;
}
.scrollup:hover {
    background-color:#f25252;
 }

.scrollup i {
    color: #ffffff;
    font-size: 30px;
}


/*--------------------------------------------------------------
##  layout sidebar By WEN Themes
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns #sidebar-primary {
    float: right;
    width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style By WEN Themes
--------------------------------------------------------------*/

/*Basic Breadcrumb */


#breadcrumb {
    background: #ffffff none repeat scroll 0 0;
	margin-top: 5px;

}
#breadcrumb .container > div {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding: 15px 0;
}
.breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
}
.breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}
.breadcrumb-trail li::after {
    content: "/";
    margin-left: 10px;
}
.breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}
/*Error 404 Page*/
.error-404 .search-form,
.no-results.not-found .search-form {
    margin: 30px auto;
}
.no-results.not-found {
    text-align: center;
}
section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #313131;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}


/*--------------------------------------------------------------
## Extra css for Pro By WEN Themes
--------------------------------------------------------------*/

/* Global layout sidebar By WEN Themes*/


.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

/* equal global layout*/

.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
}



/*--------------------------------------------------------------
##  Widgets Section
--------------------------------------------------------------*/



/*--------------------------------------------------------------
### Quick Contact Widgets Section
--------------------------------------------------------------*/
.sow-contact-form {
    padding: 20px;
}

.contact-icon {
    float: left;
    font-size: 15px;
    line-height: 1.7;
    margin-right: 7px;
    min-width: 14px;
    text-align: center;
}

.quick-contact-wrapper {
    margin-bottom: 10px;
}

.contact-main-wrapper {
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
### CTA Hero Widget Section
--------------------------------------------------------------*/
.ow-button-base a {
    border: none!important;
}
.so-widget-sow-hero h2 {
    font-size: 50px !important;
    font-weight: bold;
}

/*--------------------------------------------------------------
### Testimonial Widget Section
--------------------------------------------------------------*/
.sow-testimonial-user .sow-text {
    color: #183558;
    font-size: 20px;
}
.sow-testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
/*--------------------------------------------------------------
### Booking Widget Section
--------------------------------------------------------------*/
.so-widget-travel-eye-booking .wpcf7-form > p {
    display: inline-block;
    padding: 5px 10px;
    width: 33%;
    position: relative;
}
.so-widget-travel-eye-booking input {
    padding: 10px 15px;
}


.so-widget-travel-eye-booking .booking-form-widget-wrapper{
    background: #eaeaea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eaeaea, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eaeaea, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eaeaea, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eaeaea, #fff); /* Standard syntax (must be last) */
    padding: 45px 45px 0;
    position: relative;
    z-index: 9999;
    border-top: 3px solid #183558;
}

.so-widget-travel-eye-booking form{
    text-align: center;
}

.so-widget-travel-eye-booking  .wpcf7-form-control.wpcf7-submit {
    font-size: 22px;
    padding: 7px 25px;
}
.so-widget-travel-eye-booking div.wpcf7 img.ajax-loader {
    border: medium none;
    left: 48%;
    position: absolute;
    top: -15px;
    vertical-align: middle;
}
/*--------------------------------------------------------------
### Team Widget Section
--------------------------------------------------------------*/

.so-widget-travel-eye-team  .wt-members-member {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
}

.so-widget-travel-eye-team .wt-members-list.wt-members-column-4 .wt-members-member {
    width: 24%;
}

.so-widget-travel-eye-team .wt-image-container:after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    visibility: hidden;
}

.so-widget-travel-eye-team .members-wrapper:hover .wt-image-container:after  {
    visibility: visible;
}

.so-widget-travel-eye-team  p {
    background: #183558 none repeat scroll 0 0;
    display: block;
    font-family: open sans;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
    padding: 5px;
}

.so-widget-travel-eye-team  h4 {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    padding: 3px 20px;
}

.so-widget-travel-eye-team .wt-info-container {
    color: #ffffff;
    margin:-64px auto 0;
    max-width: 85%;
    position: relative;
    z-index: 99;
}

.so-widget-travel-eye-team  img {
    border-bottom: 2px solid #183558;
    margin-bottom: 26px;
}

/*--------------------------------------------------------------
### Services Widget Section
--------------------------------------------------------------*/

.sow-features-list .sow-features-feature h5 {
    font-size: 19px;
    margin: 10px 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.sow-features-list .sow-features-feature p.sow-more-text a {
    border: 1px solid;
    color: #183558;
    display: inline-block;
    font-family: Raleway;
    margin-top: 7px;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out 0s;
}

.sow-features-list .sow-features-feature p.sow-more-text a:hover {
    background: #183558;
    color:#fff;
    text-decoration: inherit;
}

.widget .sow-features-list .sow-features-feature span {
    color: #ffffff;
}
.sow-features-list .sow-features-feature p.sow-more-text a:hover {
    text-decoration:inherit!important;
}
/*--------------------------------------------------------------
### Advance Image Grid Widget Section
--------------------------------------------------------------*/


.so-widget-travel-eye-advance-image-grid .advance-image-grid-image {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: -6px;
    overflow: hidden;

}

.so-widget-travel-eye-advance-image-grid  .advance-image-grid-col-3 .advance-image-grid-image {
    width: 33.3%;
}
.so-widget-travel-eye-advance-image-grid  .advance-image-grid-col-4 .advance-image-grid-image {
    width: 25%;
}
.so-widget-travel-eye-advance-image-grid  .advance-image-grid-col-5 .advance-image-grid-image {
    width: 20%;
}


.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner{
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner::after,
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner::before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    height: 0;
    width:0;
}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner:hover::after,
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner:hover::before {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image-inner::before {
    border: 2px solid rgb(255, 255, 255);
    content: "";
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    z-index: 99;

}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image:hover h4 {
    opacity: 1;
    display: block;
}
.so-widget-travel-eye-advance-image-grid .advance-image-grid-image h4 {
    bottom: 43%;
    color: #ffffff;
    display: none;
    font-size: 23px;
    font-weight: 500;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.advance-image-grid-image-inner > a {
    display: block;
    overflow: hidden;
}
.advance-image-grid-image-inner {
    display: block;
}
.advance-image-grid-image-inner  img {
    vertical-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 100%;
}

.advance-image-grid-image-inner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
/*--------------------------------------------------------------
### Featured Trips style By WEN Themes
--------------------------------------------------------------*/


.so-widget-travel-eye-featured-trips .product-list {
    background-color: #ffffff;
    margin: 10px;
    width: 250px;
}
.so-widget-travel-eye-featured-trips .slideshow {
    margin: 0 auto;
    padding-bottom: 15px;
}
.so-widget-travel-eye-featured-trips .travel-eye-featured-trips {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.so-widget-travel-eye-featured-trips .slick-arrow {
    cursor: pointer;
    display: block;
    height: 46px;
    position: absolute;
    top: 40%;
    width: 60px;
    z-index: 99;
}


.so-widget-travel-eye-featured-trips .slick-prev {
    left: -100px;
}
.so-widget-travel-eye-featured-trips .slick-next {
    right: -100px;
}

.so-widget-travel-eye-featured-trips:hover .slick-prev {
    left: -5px;
}
.so-widget-travel-eye-featured-trips:hover .slick-next {
    right: -5px;
}

.so-widget-travel-eye-featured-trips i {
    background: #ffffff none repeat scroll 0 0;
    line-height: 1;
    padding: 5px 10px 3px 10px;
    font-size: 37px;
    color:#183558;

}
.so-widget-travel-eye-featured-trips i:hover {
    background:#183558;
    color:#fff;
}
.so-widget-travel-eye-featured-trips .cycle-pager {
    bottom: -5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.so-widget-travel-eye-featured-trips .cycle-pager span {
    background: #cccccc none repeat scroll 0 0;
    color: #183558;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 12px;
    margin: 0 4px;
    text-indent: 9999em;
    transition: all 0.4s ease-in-out 0s;
    width: 12px;
    border-radius: 100%;
}
.so-widget-travel-eye-featured-trips  .cycle-pager span.cycle-pager-active{
  background:#183558;
}
.so-widget-travel-eye-featured-trips .trip-info a {
    color: #ffffff;
}
.so-widget-travel-eye-featured-trips .trip-info a:hover {
    color: #183558;
}
.so-widget-travel-eye-featured-trips .cycle-pager.product-pager {
    font-size: 37px;
    line-height: 0.5;
    text-align: center;
}
.so-widget-travel-eye-featured-trips .product-list-wrap {
    position: relative;
}
.so-widget-travel-eye-featured-trips .trip-price {
    background: #183558 none repeat scroll 0 0;
    color: #ffffff;
    font-family: Roboto;
    padding: 3px 10px;
    position: absolute;
    right: -6px;
    top: 8px;
}
.so-widget-travel-eye-featured-trips .trip-info > h5 {
    background: #979797 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
        font-weight: 500;

}
.so-widget-travel-eye-featured-trips .trip-day {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 20px;
    box-shadow: 5px 1px 0 #666666;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    left: inherit;
    line-height: 1.2;
    padding: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
    word-wrap: normal;
}
.so-widget-travel-eye-featured-trips .trip-price::after {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-left: 7px solid #000000;
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.so-widget-travel-eye-featured-trips .product-list-wrap {
    position: relative;
}
.ow-pt-per,
.ow-pt-price {
    font-size: 24px;
    padding: 15px 0;
}


/*--------------------------------------------------------------
### Latest News post widget style By WEN Themes
--------------------------------------------------------------*/

.latest-news-widget .latest-news-item {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.latest-news-widget .latest-news-meta {
    margin-bottom: 15px;
}

.latest-news-widget.latest-news-col-3 .latest-news-item {
    width: 33.33%;
}

.latest-news-widget.latest-news-col-4 .latest-news-item {
    width: 25%;
}

.latest-news-widget .latest-news-meta > span {
    font-size: 13px;
    margin-right: 15px;
}

.latest-news-widget.latest-news-col-4 .latest-news-meta > span {
    display: block;
    margin-bottom: 5px;
}

.latest-news-widget .latest-news-meta > span::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 8px;
}

.latest-news-widget .latest-news-meta > span.latest-news-date::before {
    content: "\f073";
}

.latest-news-widget .latest-news-meta > span.latest-news-comments::before {
    content: "\f086";
}
.latest-news-thumb  a img {
    margin: 0;
}
.latest-news-thumb  img{
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}
.latest-news-thumb {
    overflow: hidden;
}
.latest-news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.latest-news-text-wrap {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    border: 1px solid #aaa;
    float: left;
    width: 100%;
}
.latest-news-title {
    font-weight: normal;
    margin-bottom: 10px;
}
.latest-news-title a{
    color:#626262;
}
.latest-news-text-wrap a.read-more {
    float: right;
    margin-right: -20px;
    margin-bottom: -20px;
    background: #183558 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
.latest-news-text-wrap a.read-more:hover {
    opacity: 0.8;
}

/*sidebar and footer widget area style*/

#footer-widgets .latest-news-widget .latest-news-item,
.sidebar .latest-news-widget .latest-news-item{
    margin-bottom: 15px;
    width: 100%;
}


.panel-grid > div {
    padding-top: 30px;
    padding-bottom:30px;

}



/*--------------------------------------------------------------
##  Media Queries By WEN Themes
--------------------------------------------------------------*/
/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (min-width:1400px) {

    #content .inner-wrapper {
        margin-right: -30px;
        margin-left: -30px;
    }
    #content #primary ,
    #content .sidebar{
        padding-right: 30px;
        padding-left: 30px;
    }
    #content .sidebar .widget {
        margin-bottom: 50px;
    }
    .so-widget-travel-eye-booking {
        margin-top: -70px;
    }
}



/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1169px) {
    .site-layout-boxed #page,
    .container {
        width: 97%;
    }
    #footer-widgets .main-wrapper {
        margin-left: 0;
    }
    #footer-widgets .footer-widget-area {
        padding: 35px 25px;
    }
    .special-dishes-main .special-dishes-item {
        float: left;
        padding: 0 15px;
    }
    .panel-grid > div {
        padding-top: 40px!important;
        padding-bottom: 40px!important;

    }
    .so-widget-sow-slider,
    .so-widget-sow-hero {
        clear: both;
        margin-bottom: -40px;
        margin-top: -40px;
    }
    ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-left: 100px !important;
        padding-right: 100px !important;
        z-index: 2;
    }
    .so-widget-travel-eye-featured-trips .slideshow {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 810px !important;
    }
    .so-widget-travel-eye-booking .booking-form-widget-wrapper {
        margin-top: -75px!important;
    }

}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and ( max-width: 1025px ) {
    .main-navigation ul > li ul {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
    .site-header {
        padding: 10px 0;
    }
   .site-title {
        font-size: 37px;
    }

    #footer-widgets .footer-widget-area {
        padding: 20px 25px;
    }
    #primary .widget-title {
        font-size: 42px;
        margin-bottom: 15px;
    }

    #primary .widget-sub-title, .secondary-title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #primary .title-content {
        font-size: 16px;
    }

    .inner-wrapper {
        margin-left: 0px;
        margin-right:0px;
    }

    #primary,
    .sidebar,
    #colophon {
        padding-left: 15px;
        padding-right: 15px;
    }




    td, th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    .main-navigation ul li a {
        font-size: 14px;
        padding: 8px;
    }
    .main-navigation ul li.menu-item-has-children > a::after,
    .main-navigation ul li.page_item_has_children > a::after {
        top: 10px;
    }

    .main-navigation ul ul {
       top: 36px;
    }
    .main-navigation ul ul a {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #primary .panel-grid > div {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .so-widget-sow-slider,
    .so-widget-sow-hero {
        margin: -30px -15px;
    }
    .section-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-news-widget.latest-news-col-4 .latest-news-item {
        width: 50%;
    }
    .latest-news-thumb > a img {
        margin: 0;
        width: 100%;
    }
     .sow-features-list .sow-features-feature.sow-features-feature-last-row {
        float: left;
        margin-bottom: 0;
        width: 33% !important;
    }

    .widget_sow-slider .sow-slide-nav.sow-slide-nav-next,
    .widget_sow-slider .sow-slider-pagination,
    .widget_sow-slider .sow-slide-nav.sow-slide-nav-prev {
        display: block!important;
    }

    .sow-slider-image-wrapper {
        padding: 200px 50px 0 !important;
    }

    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image video.sow-background-element {
        width: 100%!important;
        top:-100px!important;

    }
    .sow-slider-image-wrapper {
        padding: 0 !important;
    }

    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image {
        height: 500px!important;
        width:100%;
    }
    .builder-overlap #masthead {
        background: #000000 none repeat scroll 0 0;
        position: inherit;

    }

    ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-top: 50px !important;

    }
    #primary .sow-slide-nav {
        display: block!important;
    }
    .so-widget-travel-eye-featured-trips .product-list {
        margin: 10px;
        width: 200px;
    }
    .so-widget-travel-eye-featured-trips .slideshow {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 661px !important;
    }

    .so-widget-travel-eye-team .wt-members-list.wt-members-column-4 .wt-members-member,
    .so-widget-travel-eye-team .wt-members-list .wt-members-member {
        width: 49%;
    }
    .latest-news-item:nth-child(3n) {
        clear: both;
    }
    .wt-info-container {
        margin: -72px auto 0;
        max-width: 85%;
    }
   .so-widget-travel-eye-booking .booking-form-widget-wrapper{
        margin-top: -70px;
    }
    .so-widget-travel-eye-booking .wpcf7-form > p {

        width: 31%;
    }
   .so-widget-travel-eye-advance-image-grid  h4 {
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:800px) {
		.comment-form-author,
	.comment-form-email,
	.comment-form-url {
	    width: 100%;
	    float: left;
	}
    .sidebar-enabled #primary ,
    .sidebar-enabled .sidebar{
        width: 100%;
        margin-bottom: 50px;
    }
    .site-description {
        text-align: center;
    }
    #quick-links li {
        display: inline-block;
        float: none;
        line-height: 1.1;
        list-style: outside none none;
        margin-left: -3px;
    }
    .custom-logo-link,.site-logo-link, #site-identity {
        display: block;
        float: none;
        margin-right:0;
        max-width: 100%;
        text-align: center;
        z-index: inherit;
    }
    #footer-widgets .footer-active-4.footer-widget-area {
        width: 50%;
    }
      /*Responsive Menu*/
     body{
        padding-top: 0;
      }
    #page {
        padding-top: 55px;
    }
    #main-nav {
        display: none;
    }
    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }
    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 87px;
    }

    .sidr-open #mobile-trigger {
      transition: inherit;
    }


    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    .logged-in #mobile-trigger {
        top: 45px;
    }
    .sidr-open #mobile-trigger {
        padding-left:260px;
        text-align: center;
        transition: inherit;
    }

    #mobile-trigger i {
        background-color: #183558;
        border: 2px solid #FFFFFE;
        border-radius: 100%;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 4px 7px;
    }
    .sidr ul li ul li a, .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }
    .custom-logo-link, .site-logo-link, #site-identity {
        margin: 0 0 15px;
        padding: 0;
    }


/*Responsive menu ends*/

.so-widget-travel-eye-advance-image-grid .advance-image-grid-col-4 .advance-image-grid-image,
.so-widget-travel-eye-advance-image-grid .advance-image-grid-col-5 .advance-image-grid-image {
	width: 33.33%;
}


}
/* All Mobile Sizes (devices and browser) */
@media only screen and ( max-width: 767px ) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size:16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

    .container  {
        width: 100%;
        padding: 0 15px;
    }


    .site-branding {
        text-align: center;
    }

    .site-content {
        padding-top: 15px;
    }

    .site-header {
        padding: 0;
    }
    .site-description {
        text-align: center;
    }
    #quick-contact li {
        margin-left:0;
        padding-left: 0;
    }
    #quick-contact > ul {
        text-align: center;
    }


    /*sidebar layout*/

    #primary,
    #sidebar-primary,
    #sidebar-secondary,
    .sidebar-enabled #primary,
    .global-layout-three-columns #sidebar-primary {
        width: 100%;
        clear: both;
        float: none;
    }

    .global-layout-three-columns #primary,
    .global-layout-three-columns .sidebar {
        display: inline-block;
        float: none;
        width: 100%;
    }


    .sibebar{
        margin-top: 15px;
    }

    #footer-widgets .footer-active-3.footer-widget-area {
        background: #2b2a2a none repeat scroll 0 0;
        height: auto !important;
        width: 100%;
    }

    #footer-widgets .main-wrapper .footer-widget-area {
        float: left;
        padding: 25px;
        max-width: 100%;
    }

    .so-widget-sow-features .service-block-item {
        width: 100%;
    }

    .widget {
        margin: 15px 0 0;
    }


    /*slider responsive issue*/

    ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding: 50px 20px !important;
    }
    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image {
        height: 335px !important;
        width: 100%;
    }
    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image video.sow-background-element {
        height: 450px !important;
        top: -100px !important;
        width: 100% !important;
    }
   #primary .so-widget-sow-hero .sow-slider-image-wrapper h2 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    #primary .so-widget-sow-hero .sow-slider-image-wrapper p {
        font-size: 14px;
      }
    #primary .so-widget-sow-hero .sow-slider-image-wrapper .ow-button-base a {
        padding: 10px 30px !important;
    }
    .so-widget-sow-hero .sow-slider-pagination li a {
        width: 25px;
    }
     .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding: 50px !important;
    }
    .so-widget-sow-hero .sow-slider-base .sow-slide-nav a {
        font-size: 12px;
        padding: 9px 12px;
    }
    ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:last-child {
        margin-bottom: 0;
        margin-top: 19px;
    }

    .so-widget-travel-eye-booking .wpcf7-form > p {
        width: 100%;
    }
    .so-widget-travel-eye-featured-trips .slideshow {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 440px !important;
    }
    .sow-features-list .sow-features-feature.sow-features-feature-last-row {
        float: left;
        margin-bottom: 30px;
        width: 100% !important;
    }
    .sow-image-grid-wrapper .sow-image-grid-image {
        max-width: 50%;
    }
    .wt-members-list.wt-members-column-3 .wt-members-member {
        padding: 0 15px;
        width: 100%;
    }
    .sow-testimonial-text {
        clear: both;
        font-size: 15px;
        margin: 0 !important;
    }
    .sow-testimonials .sow-user-middle .sow-testimonial-user {
        text-align: center;
        width: 100% !important;
    }
    #footer-widgets .footer-active-4.footer-widget-area {
        width: 100%;
    }
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-4 .advance-image-grid-image ,
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-5 .advance-image-grid-image,
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-3  .advance-image-grid-image{
    width: 50%;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and ( max-width: 479px ) {
    #footer-widgets .main-wrapper .footer-widget-area {
        border-bottom: 1px solid #cccccc;
    }

    .widget_sow-slider .sow-slide-nav a {
        border: 2px solid;
        border-radius: 100%;
        height: auto;
        padding: 10px 15px;
    }
    .widget_sow-slider .sow-slide-nav {
        font-size: 24px;
    }

    .site-branding {
        text-align: center;
        width: 100%;
    }
    .latest-news-widget.latest-news-col-4 .latest-news-item,
    .latest-news-widget.latest-news-col-3 .latest-news-item,
    .latest-news-widget.latest-news-col-2 .latest-news-item,
    .latest-news-item {
        width: 100%;
    }
    .sow-features-list .sow-features-feature.sow-features-feature-last-row {
        float: left;
        margin-bottom: 30px;
        width: 100% !important;
    }


    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image video.sow-background-element {
        height: 363px !important;
        top: -100px !important;
        width: 100% !important;
    }
    .sow-slider-image-wrapper > p {
        display: none;
    }
    .so-widget-sow-hero ul.sow-slider-images li.sow-slider-image {
        height: 232px !important;
        width: 100%;
    }

    #header-search {
        float: none;
        margin-top: 2px;
        text-align: center;
    }
    .right-bar {
        clear: both;
        display: block;
        position: relative;
    }
    .right-bar .search-form label .search-field,
    .right-bar .search-form label .search-field:focus,
    .right-bar .search-form label .search-field:hover {
        text-indent: inherit;
        width: 94%;
    }

    .so-widget-travel-eye-booking {
        border: medium none;
        margin-top: 0;
        padding: 0;
    }
    .so-widget-travel-eye-featured-trips .slideshow {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 220px !important;
    }
    #primary .so-widget-sow-hero .sow-slider-image-wrapper h2 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }
    .so-widget-sow-hero  .sow-slider-base  .sow-slide-nav.sow-slide-nav-prev {
        left: 2px;
    }
    .so-widget-sow-hero .sow-slider-base  .sow-slide-nav.sow-slide-nav-next {
        right: 2px;
    }
    .so-widget-sow-hero .sow-slider-base  .sow-slider-pagination {
        bottom: 0;
        padding: 0;
        text-align: center;
        z-index: 999;
    }
    #primary .secondary-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #primary .widget-title {
        font-size: 33px;
        margin-bottom: 15px;
    }
    #footer-widgets {
        padding: 30px 0;
    }
    .so-widget-travel-eye-team .wt-members-list.wt-members-column-4 .wt-members-member {
        width: 100%;
    }

    .so-widget-travel-eye-booking .booking-form-widget-wrapper {
        margin-top: 0 !important;
        padding: 10px;
    }
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-4 .advance-image-grid-image ,
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-5 .advance-image-grid-image,
    .so-widget-travel-eye-advance-image-grid .advance-image-grid-col-3  .advance-image-grid-image{
    width: 100%;
    }
    /*responsive menu*/
    #mobile-trigger {
        padding: 10px;
    }
    #mobile-trigger i {
        font-size: 20px;
    }
    .so-widget-sow-hero .sow-slider-base .sow-slider-pagination {
        display: none!important;
    }
    #primary .so-widget-sow-hero .sow-slider-image-wrapper .ow-button-base a {
        padding: 10px 15px 10px 30px !important;
    }
}
.custom-menu {
    float: left;
}
.custom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-menu ul li {
    display: inline-block;
	position: relative;
    border-right: 1px solid transparent;
    border-color: #ebebeb!important;
}
.custom-menu ul li a {
    color: #7c7c7c;
    line-height: 35px;
    padding: 0 20px;
    font-size: 12px;
}
.solution-inner-hm-1 {background-image: url(../../uploads/2019/09/UX-UI-copy-1.jpg);}
.solution-inner-hm-2 {background-image: url(../../uploads/2019/09/mobile1-1.jpg);}
.solution-inner-hm-3 {background-image: url(../../uploads/2019/09/consulting-copy.jpg);}
.solution-inner-hm-4 {background-image: url(../../uploads/2019/09/digi-1.jpg);}
.solution-inner-hm-5 {background-image: url(../../uploads/2019/09/White-Label-PPC-Agency-750x400-1.jpg);}
.solution-inner-hm-6 {background-image: url(../../uploads/2019/09/UX-UI-copy-1.jpg);}


.solution-inner-hm:hover {background-size: 110% 110%;}
.solution-inner-hm {
	height: 210px;
    background-repeat: no-repeat;
    position: relative;
	margin-bottom:20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all .5s ease;}
.text-left.inr-txt img {margin-bottom: 25px;}
.text-left.inr-txt {position: absolute;top: 0px;vertical-align: bottom;display: table-cell;color: #fff;margin: 20px;}
.text-left.inr-txt strong{font-size:20px;}
.text-left.inr-txt p {
    font-size: 15px;
    line-height: 18px;
    color: #fff !important;
}
.solution-inner-hm.solution-inner-hm-1:hover:before{background-color:#6f7ae4a1;}
.solution-inner-hm.solution-inner-hm-2:hover:before{background-color:#e96649a1;}
.solution-inner-hm.solution-inner-hm-3:hover:before{background-color:#03A9F4a1;}
.solution-inner-hm.solution-inner-hm-4:hover:before{background-color:#E91E63a1;}
.solution-inner-hm.solution-inner-hm-5:hover:before{background-color:#000000a1;}
.solution-inner-hm.solution-inner-hm-6:hover:before{background-color:#673AB7a1;}	

.custom-heading {
	padding:30px;
}
.custom-heading h3 {
    font-size: 30px;
    color: red;
}
.custom-heading p {
    font-size: 20px;
    color: #000;
    font-style: italic;
}
.text-center {
	text-align:center;
}
.text-white {
    color: #fff;
}

.videoimg {
    background: rgba(0, 0, 0, 0) url(/../wp-content/uploads/2018/11/videoimg.png) no-repeat scroll 0 0;
    width: 424px;
    height: 346px;
    margin: 0 auto;
}
.we_are_deatails {
    padding-left: 61px;
}
.video {
    height: 209px;
    margin: 0 auto;
    text-align: center;
    width: 88%;
    position: relative;
    left: 26px;
    top: 18px;
    border: none;
}
.custom-client .right {
    width: 50%;
    float: right;
    border-left: 4px solid #ccc;
}
.custom-client .custom-client_deatails {
    padding-left: 61px;
}
.we_are_deatails h2 {
    font-weight: 700;
    font-size: 1.625em;
    color: #fff;
    position: relative;
    padding-top: 12px;
    word-spacing: 6px;
    padding-bottom: 38px;
    line-height: 37px;
    text-align: left;
    margin-bottom: 0px;
}
.cc {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.but {
    float: left;
    margin-top: 30px;
    padding: 10px 0px;
    width: 100%;
}
.but a {
    font-weight: 500;
    padding: 9px 27px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 30px;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    outline: none;
    letter-spacing: .03em;
    transition: all .3s ease;
    background: #fe9601 none repeat scroll 0 0;
    color: #002e5b;
}
.home-industries ul li {
    padding: 0 15px;
    margin: 0 0 30px;
    float: left;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	list-style: none;
}

.home-industries ul li a {
    height: 127px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
    color: #4f4f4f;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.home-industries ul li a.ind1 {
    background: url(../../uploads/2018/11/ind1.png) center top no-repeat;
}

.home-industries ul li a.ind2 {
    background: url(../../uploads/2018/11/ind2.png) center top no-repeat;
}

.home-industries ul li a.ind3 {
    background: url(../../uploads/2018/11/ind3.png) center top no-repeat;
}

.home-industries ul li a.ind4 {
    background: url(../../uploads/2018/11/ind4.png) center top no-repeat;
}

.home-industries ul li a.ind5 {
    background: url(../../uploads/2018/11/ind5.png) center top no-repeat;
}

.home-industries ul li a.ind6 {
    background: url(../../uploads/2018/11/ind6.png) center top no-repeat;
}

.home-industries ul li a.ind7 {
    background: url(../../uploads/2018/11/ind7.png) center top no-repeat;
}

.home-industries ul li a.ind8 {
    background: url(../../uploads/2018/11/ind8.png) center top no-repeat;
}

.home-industries ul li a.ind9 {
    background: url(../../uploads/2018/11/ind9.png) center top no-repeat;
}

.home-industries ul li a.ind10 {
    background: url(../../uploads/2018/11/ind10.png) center top no-repeat;
}

.home-industries ul li a:hover {
    background-position: center -120px;
    background-color: #183558;
    color: #FFF;
    border-color: #183558
}
.slider-content {
    font-size: 40px;
    color: #fff;
}
.custom-seo {
    padding: 10px;
    background: #f1f1f1;
    box-shadow: 0 0 2px 1px #000;
}
.mgn-60 {
    margin-top: 0px;
}
.text-white .widget-title {
    color: #fff;
}

.left {
    float: left;
	font-size:12px;
}
.right {
    float: right;
}
#left {
    position: relative;
    margin-bottom: 20px;
}
#basic-package{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#basic-package .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#basic-package .basic-streep{}
#basic-package .package{height: 100%; width: 200px; position: absolute; left: 0; background:#01b9f7;}
#basic-package .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#basic-package .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#basic-package .left{width:350px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px;}
#basic-package .right{width:200px; padding: 50px 10px 10px 0; text-align: center;}
#basic-package .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#basic-package .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#basic-package .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#basic-package .basic-streep .offer span{font-weight: bold; display: block;}
#basic-package .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#basic-package .basic-streep .contactus a{color:#FFF}
#basic-package .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#basic-package .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#basic-package .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#basic-package .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#basic-package .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

#web-cms{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#web-cms .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#web-cms .basic-streep{}
#web-cms .package{height: 100%; width: 200px; position: absolute; left: 0; background:#00b491;}
#web-cms .package-icon{background:transparent;}
#web-cms .package-icon .package{background:#63b3ea url("/wp-content/uploads/2018/12/package-icon.png") no-repeat scroll center center;}
#web-cms .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#web-cms .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#web-cms .left{width:350px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px; min-height: 250px;}
#web-cms .right{width:200px; padding: 50px 10px 10px 0; text-align: center;}
#web-cms .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#web-cms .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#web-cms .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#web-cms .basic-streep .offer span{font-weight: bold; display: block;}
#web-cms .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#web-cms .basic-streep .contactus a{color:#FFF}
#web-cms .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#web-cms .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#web-cms .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#web-cms .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#web-cms .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

#cms{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#cms .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#cms .basic-streep{}
#cms .package{height: 100%; width: 200px; position: absolute; left: 0; background:#ac66bc;}
#cms .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#cms .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#cms .left{width:350px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px; min-height: 250px;}
#cms .right{width:200px; padding: 50px 10px 10px 0; text-align: center;}
#cms .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#cms .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#cms .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#cms .basic-streep .offer span{font-weight: bold; display: block;}
#cms .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#cms .basic-streep .contactus a{color:#FFF}
#cms .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#cms .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#cms .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#cms .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#cms .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

#corporate{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#corporate .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#corporate .basic-streep{}
#corporate .package{height: 100%; width: 200px; position: absolute; left: 0;background:#7da918}
#corporate .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#corporate .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#corporate .left{width:350px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px; min-height: 250px;}
#corporate .right{width:200px; padding: 50px 10px 10px 0; text-align: center;}
#corporate .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#corporate .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#corporate .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#corporate .basic-streep .offer span{font-weight: bold; display: block;}
#corporate .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#corporate .basic-streep .contactus a{color:#FFF}
#corporate .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#corporate .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#corporate .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#corporate .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#corporate .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

#custom{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#custom .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#custom .basic-streep{}
#custom .package{height: 100%; width: 200px; position: absolute; left: 0;background:#ff4378}
#custom .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#custom .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#custom .left{width:350px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px; min-height: 200px;}
#custom .right{width:200px; padding: 10px 10px 10px 0; text-align: center;}
#custom .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#custom .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#custom .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#custom .basic-streep .offer span{font-weight: bold; display: block;}
#custom .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#custom .basic-streep .contactus a{color:#FFF}
#custom .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#custom .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#custom .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#custom .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#custom .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

#customized .basic-streep{background:none repeat scroll 0 0 #d0e8e4;position:relative;width:100%;height:54px;margin-bottom:20px}
#customized .basic-streep .price{float:left;background:url(/wp-content/uploads/2018/12/offer-bg.png) no-repeat;width:200px;font-size:30px;text-align:center;color:#FFF;text-transform:uppercase;height:53px;line-height:53px}
#customized .basic-streep .price span{font-size:20px;text-align:center;color:#FFF;text-transform:uppercase;margin-top:5px}
#customized .basic-streep .contactus{float:right;background:url(/wp-content/uploads/2018/12/contact-bg.png) no-repeat;width:200px;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:22px;height:53px;line-height:53px}
#customized .basic-streep .contactus .buy-now{border:none;}
#customized .basic-streep .contactus .buy-now:hover{border:none;color:#FFFFFF;background:none;}
#customized .basic-streep .contactus a{color:#FFF}
#customized .basic-streep .hurry{margin:0;text-align:center;line-height:53px;font-size:16px;color:#333}
#customized .basic-streep .price .strike{text-decoration:line-through;color:#000}
#customized .basic-streep .price .strike .price-strike{color:#FFF;font-size:20px}
#customized .basic-streep .buy-now{background:none repeat scroll 0 0 transparent;border:medium none;color:#fff;cursor:pointer;font-family:'Roboto', sans-serif;font-size:22px;line-height:32px;outline:medium none;text-align:center;text-transform:uppercase;cursor:pointer;border:1px solid #d0e8e4}
#customized .basic-streep .buy-now:hover{border:1px solid #618897;background:#FFF;color:#618897}

.web-design-table .box-table-b{border-collapse:collapse;width:100%;color:#333333;font-size:16px;background:#FFFFFF; border: 1px solid #d4d4d4; -moz-box-shadow: 0 0 7px #CCCCCC; /* FF3.5+ */ -webkit-box-shadow: 0 0 7px #CCCCCC; /* Saf3.0+, Chrome */ box-shadow: 0 0 7px #CCCCCC; /* Opera 10.5, IE 9.0 */}
.web-design-table .box-table-b th{background: #0b1834;font-weight:400;padding:16px 12px;border-left:1px solid #fff;border-right:1px solid #fff;font-family:'Roboto Condensed', sans-serif;font-size:18px; color: #FFFFFF; font-weight: bold;}
.web-design-table .box-table-b td{border-left:1px solid #fff;border-right:1px solid #fff;padding:14px 10px}
.web-design-table .box-table-b tr:nth-child(2n+2) {background: #f5f5f5; }


.our-approach{padding:10px 0;margin-bottom:40px;}
.our-approach .left{width:50%;background:#e3f2ef url(/wp-content/uploads/2018/12/word-que.png)no-repeat right 10px bottom 10px;box-sizing:border-box;padding:5px 15px;min-height:290px;}
.our-approach .right{width:50%;background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;box-sizing:border-box;padding:5px 15px;min-height:290px;}
.our-approach .left2{background:#e3f2ef url(/wp-content/uploads/2018/12/ecom-que.png)no-repeat right 10px bottom 10px;}
.our-approach .left3{background:#e3f2ef url(/wp-content/uploads/2018/12/presta-que.png)no-repeat right 10px bottom 10px;}
.our-approach-social-networking{margin-bottom:34px;}
.our-approach-social-networking .left{background:#e3f2ef url(/wp-content/uploads/2018/12/networking-que.png)no-repeat right 10px bottom 10px;}
.our-approach-social-networking .right{background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;}
.our-approach-social-networking .left, .our-approach-social-networking .right{min-height:392px;width:50%;box-sizing:border-box;padding:5px 15px;    margin-bottom: 15px;}

.bg1{background: #e3f2ef; padding: 20px;}
.bg2{background: #edf8f6; padding: 20px;}
.pricing-ul{margin:0 0 20px;padding-left:40px;list-style:none}
.pricing-ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/li4.png);}

@media only screen and (min-width:960px) and (max-width:1179px){
#basic-package .package{position: relative; width: 100%;}
#basic-package .package h1{margin: 12px 0;}
#basic-package .left{ margin-left: 10px; width: 450px;}
#basic-package .right{padding: 50px 10px 10px 0; position: relative;}
#web-cms .package{position: relative; width: 100%;}
#web-cms .package h1{margin: 12px 0;}
#web-cms .left{ margin-left: 10px; width: 450px;}
#web-cms .right{padding: 50px 10px 10px 0; position: relative;}
#cms .package{position: relative; width: 100%;}
#cms .package h1{margin: 12px 0;}
#cms .left{ margin-left: 10px; width: 450px;}
#cms .right{padding: 50px 10px 10px 0; position: relative;}
#corporate .package{position: relative; width: 100%;}
#corporate .package h1{margin: 12px 0;}
#corporate .left{ margin-left: 10px; width: 450px;}
#corporate .right{padding: 50px 10px 10px 0; position: relative;}
#custom .package{position: relative; width: 100%;}
#custom .package h1{margin: 12px 0;}
#custom .left{ margin-left: 10px; width: 450px;}
#custom .right{padding: 10px 10px 10px 0; position: relative;}

.we-offer ul li{width:310px;margin-right:30px;}
.we-offer ul li:nth-child(3n+3){margin-right: 30px;}
.we-offer ul li:nth-child(2n+2){margin-right: 0;}
.we-offer ul li h2{margin:0 0 16px !important;font-size:16px !important;}

.our-approach .right h3, .our-approach .left h3{font-size:14px;}
.our-approach-social-networking .left, .our-approach-social-networking .right{min-height:340px;}
}
@media only screen and (min-width:768px) and (max-width:959px){
#basic-package .package{position: relative; width: 100%;}
#basic-package .package h1{margin: 12px 0;}
#basic-package .left{ margin-left: 10px; width: 510px;}
#basic-package .right{padding: 50px 10px 10px 0; position: relative;}
#web-cms .package{position: relative; width: 100%;}
#web-cms .package h1{margin: 12px 0;}
#web-cms .left{ margin-left: 10px; width: 510px;}
#web-cms .right{padding: 50px 10px 10px 0; position: relative;}
#cms .package{position: relative; width: 100%;}
#cms .package h1{margin: 12px 0;}
#cms .left{ margin-left: 10px; width: 510px;}
#cms .right{padding: 50px 10px 10px 0; position: relative;}
#corporate .package{position: relative; width: 100%;}
#corporate .package h1{margin: 12px 0;}
#corporate .left{ margin-left: 10px; width: 510px;}
#corporate .right{padding: 50px 10px 10px 0; position: relative;}
#custom .package{position: relative; width: 100%;}
#custom .package h1{margin: 12px 0;}
#custom .left{ margin-left: 10px; width: 510px;}
#custom .right{padding: 10px 10px 10px 0; position: relative;}
#basic-package .package{height:83%}
#web-cms .package{height:71%}
#cms .package{height:79%}
#corporate .package{height:79%}

.we-offer ul li{width:359px;margin-right:30px;}
.we-offer ul li:nth-child(3n+3){margin-right: 30px;}
.we-offer ul li:nth-child(2n+2){margin-right: 0;}
.we-offer ul li h2{margin:0 0 16px !important;font-size:16px !important;}

.our-approach .right h3, .our-approach .left h3{font-size:16px;}
}
@media only screen and (min-width:640px) and (max-width:767px){

}
@media only screen and (min-width:480px) and (max-width:639px){

}
@media only screen and (min-width:320px) and (max-width:479px){
	
.videoimg {    
    width: 100%;
}
.we_are_deatails {
    padding-left: 10px;
}
#masthead {
	position:relative;
}
.home-industries ul li {
    width: 145px;
}
	}
.need-help-choosing h2 {
    font-size: 26px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}
.need-help-choosing h2 span {
    font-weight: bold;
    color: #ffc000;
}
.need-help-choosing .box{float:left;background:#051b2d;box-shadow:0 0 0 1px #1e3242 inset;border:5px solid #051b2d;margin:50px 35px 30px 0;width:355px;text-align:center;}
.need-help-choosing .box:last-child{margin-right:0;}
.need-help-choosing .box h3{font-size:20px;}
.need-help-choosing .box a{color:#FFFFFF;}
.need-help-choosing .box:nth-child(1) a span{color:#0077c9;}
.need-help-choosing .box:nth-child(2) a span{color:#01ab86;}
.need-help-choosing .box:nth-child(3) a span{color:#ac66bc;}
.need-help-choosing .box img{position:relative;margin-top:-40px;}

.pricing{background:#e3f2ef;border:1px solid #ecebeb;position:relative;display:inline-block;width:100%;margin-bottom:20px;float:left}
.pricing2{background:none repeat scroll 0 0 #e0ebf3}
.pricing .text{padding:10px}
.pricing:nth-child(2n+2){margin-right:0}
.pricing ul{padding:10px 0 10px 20px;margin:0}
.pricing .basic-streep{background:none repeat scroll 0 0 #d0e8e4;position:relative;width:100%;height:54px}
.pricing .package{position:relative;background:#01c49a}
.pricing .package2{background:#63b3ea}
#left .pricing .package h1{font-size:28px;color:#FFF;margin:0;line-height:28px;line-height:50px;font-family:'Roboto', sans-serif}
.pricing .package .price{float:right;background:url(/wp-content/uploads/2018/12/pricing-green.png) no-repeat right;width:200px;font-size:30px;text-align:center;color:#FFF;text-transform:uppercase;height:50px;line-height:50px}
.pricing .package .price2{background:url(/wp-content/uploads/2018/12/pricing-green.png) no-repeat right;color:#FFF}
.pricing .package .price span{font-size:20px;text-align:center;text-transform:uppercase;margin-top:5px}
.pricing .package .contactus{float:right;width:120px;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:50px}
.pricing .package .contactus a{color:#FFF}
.pricing .package .contactus .buy-now{background: transparent; line-height: 46px; color: #FFF; font-size: 18px; text-transform: uppercase; font-family: 'Roboto', sans-serif; border: none; outline: none; height: 46px; cursor: pointer; width: auto}
.per-hour{line-height:54px;margin:0;text-align:center;text-transform:uppercase;font-size:14px !important}
.pricing:after{content:"";position:absolute;border-radius:50%;bottom:0;height:40%;left:10%;width:80%;z-index:-1}

@media only screen and (min-width:960px) and (max-width:1179px){
.pricing{width:680px}
#left .pricing .package h1{font-size:24px}
}
@media only screen and (min-width:768px) and (max-width:959px){
.pricing{width:748px}
}
@media only screen and (min-width:640px) and (max-width:767px){

}
@media only screen and (min-width:480px) and (max-width:639px){

}
@media only screen and (min-width:320px) and (max-width:479px){

}

.seo-heading{background:#f5f5f5;padding:10px;border-radius:5px;margin-bottom:10px}
.seo-heading img{margin-right:8px;position:relative;top:2px}
.seo-box{border:1px solid #ecebeb;position:relative;display:inline-block;width:100%;padding:1% 1% 1% 25%;margin-bottom:22px}
.seo-box .ul{margin-bottom:0;}
.seo-box .package{position:absolute;height:100%;width:200px;top:0;left:0;display:block;}
#left .seo-box .package h1{text-align:center;font-size:25px;color:#FFF;line-height:30px;margin-top:15px;vertical-align:middle;font-weight:bold;}
.package-icon{background:#f4e7dd;min-height:194px;}
.package-icon .package{background:url(/wp-content/uploads/2018/12/package-icon.png) no-repeat center center #ff9743;}
.strategy{background:#e0ebf3;min-height:194px;}
.strategy .package{background:url(/wp-content/uploads/2018/12/strategy-icon.png) no-repeat center center #63b3ea;}
.benefit{background:#e3f2ef;min-height:144px;}
.benefit .package{background:url(/wp-content/uploads/2018/12/benefit-icon.png) no-repeat center center #01c49a;}
.expected-icon{background:#fbf1f4;min-height:194px;}
.expected-icon .package{background:url(/wp-content/uploads/2018/12/expected-icon.png) no-repeat center center #ff4378;}
.price-icon{background:#f4e7dd;min-height:194px;}
.price-icon .package{background:url(/wp-content/uploads/2018/12/price-icon.png) no-repeat center center #ff9743;}

.seo-table{background:#cccc;border-radius:5px;width:100%}
.seo-table .box-table-b{border-collapse:collapse;width:100%;color:#333333;font-size:16px;background:#FFFFFF; border: 1px solid #d4d4d4; -moz-box-shadow: 0 0 7px #CCCCCC; /* FF3.5+ */ -webkit-box-shadow: 0 0 7px #CCCCCC; /* Saf3.0+, Chrome */ box-shadow: 0 0 7px #CCCCCC; /* Opera 10.5, IE 9.0 */ }
.seo-table .box-table-b a{color:#FFF}
.seo-table .box-table-b th{background: #0b1834;font-weight:400;padding:16px 12px;border-left:1px solid #fff;border-right:1px solid #fff;font-family:'Roboto Condensed', sans-serif;font-size:18px; color: #FFFFFF; font-weight: bold;}
.seo-table .box-table-b td{border-left:1px solid #fff;border-right:1px solid #fff;padding:14px 10px}
.seo-table .box-table-b tr:nth-child(2n+2) {background: rgb(245, 245, 245) none repeat scroll 0 0;}

.seo-table .box-table-b .heading{font-size:13px}
.seo-table .box-table-b .buy-now{color:#fff;font-family:'Roboto', sans-serif;font-size:18px;line-height:18px;text-align:center;text-transform:uppercase;background:transparent;border:none;cursor:pointer;border:1px solid #FFF;padding:10px;width:auto;}
.seo-table .box-table-b .buy-now:hover{border:1px solid #618897;background:#FFF;color:#618897}

#seo-footer-logo ul{list-style:none outside none;overflow:hidden;margin:0;padding:0}
#seo-footer-logo ul li{float:left;text-align:center;padding:0;height:50px}
#seo-footer-logo ul li a{background:url(/wp-content/uploads/2018/12/seo-footer-logo.jpg) no-repeat scroll 0 0 transparent;display:block;float:left;height:50px;text-indent:-10000px}
#seo-footer-logo ul li.expertise1 a{background-position:0 -48px;width:70px}
#seo-footer-logo ul li.expertise1 a:hover{background-position:0 0}
#seo-footer-logo ul li.expertise2 a{background-position:-70px -48px;width:93px}
#seo-footer-logo ul li.expertise2 a:hover{background-position:-70px 0}
#seo-footer-logo ul li.expertise3 a{background-position:-163px -48px;width:89px}
#seo-footer-logo ul li.expertise3 a:hover{background-position:-163px 0}
#seo-footer-logo ul li.expertise4 a{background-position:-252px -48px;width:79px}
#seo-footer-logo ul li.expertise4 a:hover{background-position:-252px 0}
#seo-footer-logo ul li.expertise5 a{background-position:-331px -48px;width:78px}
#seo-footer-logo ul li.expertise5 a:hover{background-position:-331px 0}
#seo-footer-logo ul li.expertise6 a{background-position:-409px -48px;width:97px}
#seo-footer-logo ul li.expertise6 a:hover{background-position:-409px 0}
#seo-footer-logo ul li.expertise7 a{background-position:-506px -48px;width:112px}
#seo-footer-logo ul li.expertise7 a:hover{background-position:-506px 0}
#seo-footer-logo ul li.expertise8 a{background-position:-618px -48px;width:82px}
#seo-footer-logo ul li.expertise8 a:hover{background-position:-618px 0}
#seo-footer-logo ul li.expertise9 a{background-position:-700px -48px;width:89px}
#seo-footer-logo ul li.expertise9 a:hover{background-position:-700px 0}
#seo-footer-logo ul li.expertise10 a{background-position:-789px -48px;width:125px}
#seo-footer-logo ul li.expertise10 a:hover{background-position:-789px 0}
#seo-footer-logo ul li.expertise11 a{background-position:-914px -48px;width:103px}
#seo-footer-logo ul li.expertise11 a:hover{background-position:-914px 0}
#seo-footer-logo ul li.expertise12 a{background-position:-1017px -48px;width:163px}
#seo-footer-logo ul li.expertise12 a:hover{background-position:-1017px 0}

#customized .basic-streep{background:none repeat scroll 0 0 #d0e8e4;position:relative;width:100%;height:54px;margin-bottom:20px}
#customized .basic-streep .price{float:left;background:url(/wp-content/uploads/2018/12/offer-bg.png) no-repeat;width:200px;font-size:30px;text-align:center;color:#FFF;text-transform:uppercase;height:53px;line-height:53px}
#customized .basic-streep .price span{font-size:20px;text-align:center;color:#FFF;text-transform:uppercase;margin-top:5px}
#customized .basic-streep .contactus{float:right;background:url(/wp-content/uploads/2018/12/contact-bg.png) no-repeat;width:200px;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:22px;height:53px;line-height:53px}
#customized .basic-streep .contactus .buy-now{border:none;}
#customized .basic-streep .contactus .buy-now:hover{border:none;color:#FFFFFF;background:none;}
#customized .basic-streep .contactus a{color:#FFF}
#customized .basic-streep .hurry{margin:0;text-align:center;line-height:53px;font-size:16px;color:#333}
#customized .basic-streep .price .strike{text-decoration:line-through;color:#000}
#customized .basic-streep .price .strike .price-strike{color:#FFF;font-size:20px}
#customized .basic-streep .buy-now{background:none repeat scroll 0 0 transparent;border:medium none;color:#fff;cursor:pointer;font-family:'Roboto', sans-serif;font-size:22px;line-height:32px;outline:medium none;text-align:center;text-transform:uppercase;cursor:pointer;border:1px solid #d0e8e4}
#customized .basic-streep .buy-now:hover{border:1px solid #618897;background:#FFF;color:#618897}

@media only screen and (min-width:960px) and (max-width:1179px){
.seo-box{width: 66%; padding: 1% 1% 1% 32%;}
#customized .basic-streep .hurry{font-size: 12px;}

}
@media only screen and (min-width:768px) and (max-width:959px){
.seo-box{width: 70%; padding: 1% 1% 1% 28%;}
#customized .basic-streep .hurry{font-size: 12px;}
}
@media only screen and (min-width:640px) and (max-width:767px){

}
@media only screen and (min-width:480px) and (max-width:639px){

}
@media only screen and (min-width:320px) and (max-width:479px){

}

.ul{margin:0 0 20px;padding-left:20px;list-style:none}
.ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/li-arrow.png)}
.ul2{margin:0 0 20px;padding-left:20px;list-style:none}
.ul2 li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/li-arrow.png)}
.ol{margin:0 0 20px;padding-left:20px}
.ol li{line-height:30px}

#web-cms-wordpress{background:#ffffff;border:1px solid #e3e3e3;position:relative;display:inline-block;width:100%; margin-bottom: 16px;}
#web-cms-wordpress .ul li{line-height:24px;list-style-image:url(/wp-content/uploads/2018/12/new-arrow.png)}
#web-cms-wordpress .basic-streep{}
#web-cms-wordpress .package{height: 100%; width: 200px; position: absolute; left: 0; background:#01b9f7;}
#web-cms-wordpress .package h1{text-align:left;font-size:30px;color:#FFF;line-height:30px;margin-top:28px; padding: 0 0 0 20px; }
#web-cms-wordpress .package h1 span{font-size:18px;text-transform:lowercase;display:block}
#web-cms-wordpress .left{width:410px; padding: 10px 0; border-right: 1px solid #e3e3e3; margin-left: 220px;}
#web-cms-wordpress .right{width:200px; padding: 50px 10px 10px 0; text-align: center;}
#web-cms-wordpress .basic-streep .price{font-size:38px;text-align:center;color:#0b1834;text-transform:uppercase;line-height:53px; margin-bottom: 12px;}
#basweb-cms-wordpressic-package .basic-streep .price span{font-size:20px;text-align:center;color:#0b1834;text-transform:uppercase;margin-top:5px}
#web-cms-wordpress .basic-streep .offer{color:#0051ff;font-size:15px;line-height:20px}
#web-cms-wordpress .basic-streep .offer span{font-weight: bold; display: block;}
#web-cms-wordpress .basic-streep .contactus{background:#fe5f20;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:18px;line-height:48px; border-radius: 6px; margin-top: 30px;}
#web-cms-wordpress .basic-streep .contactus a{color:#FFF}
#web-cms-wordpress .basic-streep .hurry{margin:0;text-align:center;line-height:20px;font-size:14px;color:#9a9a9a}
#web-cms-wordpress .basic-streep .price .strike{text-decoration:line-through;color:#fe5f20}
#web-cms-wordpress .basic-streep .price .strike .price-strike{color:#fe5f20;font-size:20px}
#web-cms-wordpress .basic-streep .off-bg{background: url(/wp-content/uploads/2018/12/off-bg.png) no-repeat; height: 73px; width: 65px; position: absolute; right: 0; top: 0; text-align: right; color: #000000; font-weight: bold; padding: 4px 8px;}
#web-cms-wordpress .basic-streep .off-bg span{display: block; font-weight: normal; text-transform: uppercase;}

.hire-php-why-alakmalak{margin-bottom:20px !important;background:#e0ebf3;padding:20px;}
.hire-php-why-alakmalak h1{font-weight:normal;margin:0 0 20px;}
.hire-php-why-alakmalak .box{width:321px;float:left;margin-right:48px;text-align:center;position:relative;}
.hire-php-why-alakmalak .box .left, .hire-php-why-alakmalak .box .right{font-size:17px;color:#666666;line-height:26px;}
.hire-php-why-alakmalak .box .center{font-size:17px;color:#666666;line-height:26px;}
.hire-php-why-alakmalak .box:last-child{margin-right:0;width:440px;}
.hire-php-why-alakmalak .box span{display:block;font-size:40px;font-weight:300;line-height:52px;}
.hire-php-why-alakmalak .box span.green{color:#00b390;}
.hire-php-why-alakmalak .box .left.first img, .hire-php-why-alakmalak .box .right.first img{margin-top:16px;}
.hire-php-why-alakmalak .box button.strength{background:#00b390;color:#FFFFFF;cursor:inherit;margin-bottom:20px;}
.hire-php-why-alakmalak .box button.international{background:#64b3ea;color:#FFFFFF;cursor:inherit;margin-bottom:20px;}

.we-offer{padding:0;}
.we-offer ul {margin:0;padding:0;list-style:none;}
.we-offer ul li {
    float: left;
    width: 33%;
    padding: 10px;
    margin-bottom: 10px;
	min-height: 280px;
}
.we-offer ul li:nth-child(3n+3){margin-right:0;}
.we-offer ul li button.more{background:#00b9f6;font-size:18px;color:#FFFFFF;border:none;border-radius:30px;padding:10px 30px;}
.we-offer ul li h2{font-size:18px;font-weight:bold;margin:0 0 16px; color: #0a0f2a; font-weight: bold !important;}

.we-offer.wordpress ul li:nth-child(7), .we-offer.wordpress ul li:nth-child(8){min-height: auto;}

.our-approach{padding:10px 0;margin-bottom:40px;}
.our-approach .left{width:50%;background:#e3f2ef url(/wp-content/uploads/2018/12/word-que.png)no-repeat right 10px bottom 10px;box-sizing:border-box;padding:5px 15px;min-height:290px;}
.our-approach .right{width:50%;background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;box-sizing:border-box;padding:5px 15px;min-height:290px;}
.our-approach .left2{background:#e3f2ef url(/wp-content/uploads/2018/12/ecom-que.png)no-repeat right 10px bottom 10px;}
.our-approach .left3{background:#e3f2ef url(/wp-content/uploads/2018/12/presta-que.png)no-repeat right 10px bottom 10px;}
.our-approach-mangento{margin-bottom:40px;}
.our-approach-mangento .left{background:#e3f2ef url(/wp-content/uploads/2018/12/magento-que.png)no-repeat right 10px bottom 10px;}
.our-approach-mangento .right{background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;}
.our-approach-mangento .left, .our-approach-mangento .right{min-height:290px;width:50%;box-sizing:border-box;padding:5px 15px;}

.our-approach-opencart{margin-bottom:40px;}
.our-approach-opencart .left{background:#e3f2ef url(/wp-content/uploads/2018/12/opencart-icon.png)no-repeat right 10px bottom 10px;}
.our-approach-opencart .right{background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;}
.our-approach-opencart .left, .our-approach-opencart .right{min-height:290px;width:50%;box-sizing:border-box;padding:5px 15px;}

.our-approach-laravel{margin-bottom:20px;}
.our-approach-laravel .left{background:#e3f2ef }
.our-approach-laravel .left img{width: 100%;}
.our-approach-laravel .right{background:#edf8f6 url(/wp-content/uploads/2018/12/proffe.png)no-repeat right 10px bottom 10px;}
.our-approach-laravel .left, .our-approach-laravel .right{width:100%;box-sizing:border-box;padding:5px 15px;}
.our-approach-laravel .right ul li{width: 50%; float: left;}
.our-approach-laravel .left iframe{height: 390px;}

#customized .basic-streep{background:none repeat scroll 0 0 #d0e8e4;position:relative;width:100%;height:54px;margin-bottom:20px;clear:both;}
#customized .basic-streep .price{float:left;background:url(/wp-content/uploads/2018/12/offer-bg.png) no-repeat;width:200px;font-size:30px;text-align:center;color:#FFF;text-transform:uppercase;height:53px;line-height:53px}
#customized .basic-streep .price span{font-size:20px;text-align:center;color:#FFF;text-transform:uppercase;margin-top:5px}
#customized .basic-streep .contactus{float:right;background:url(/wp-content/uploads/2018/12/contact-bg.png) no-repeat;width:200px;font-family:'Roboto', sans-serif;text-align:center;color:#FFF;text-transform:uppercase;font-size:22px;height:53px;line-height:53px}
#customized .basic-streep .contactus .buy-now{border:none;}
#customized .basic-streep .contactus .buy-now:hover{border:none;color:#FFFFFF;background:none;}
#customized .basic-streep .contactus a{color:#FFF}
#customized .basic-streep .hurry{margin:0;text-align:center;line-height:53px;font-size:16px;color:#333}
#customized .basic-streep .price .strike{text-decoration:line-through;color:#000}
#customized .basic-streep .price .strike .price-strike{color:#FFF;font-size:20px}
#customized .basic-streep .buy-now{background:none repeat scroll 0 0 transparent;border:medium none;color:#fff;cursor:pointer;font-family:'Roboto', sans-serif;font-size:22px;line-height:32px;outline:medium none;text-align:center;text-transform:uppercase;cursor:pointer;border:1px solid #d0e8e4}
#customized .basic-streep .buy-now:hover{border:1px solid #618897;background:#FFF;color:#618897}

.types-app{margin: 0;}
.types-app h2{margin: 0 0 30px !important;}
.types-app ul{margin: 0; padding: 0; list-style: none;}
.types-app ul li {
    float: left;
    width: 22%;
    margin: 0 20px 29px 0;
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.types-app ul li:hover{background: #f5f5f5}
.types-app ul li span{width: 60px; height: 60px; display: block; /*background: #f1f1f1;*/ border-radius: 50%; margin-bottom: 12px; padding: 12px 15px; box-sizing: border-box; margin: 0 auto; }
.types-app ul li:nth-child(4n+4){margin-right: 0;}

.wearables{margin-bottom: 20px;}
.wearables ul{margin: 0; padding: 0; list-style: none;}
.wearables ul li{line-height: 36px; width: 281px; border: 1px solid #eee; float: left; text-align: center; font-size: 16px; line-height: 22px; box-sizing: border-box; padding: 30px 0; /*height: 180px;*/ display: table;}
.wearables ul li span{display: block; margin-top: 20px;}

.hire-table .tab-box {display: flex;}
.hire-table .tab-box a {border:1px solid #DDD; color:#666666; padding: 2px 14px; text-decoration:none; background-color: #FFFFFF; font-size: 16px; display: inline-block; text-align: center; line-height: 22px; text-transform: none;}
.hire-table .tab-box a span{display: block; font-size: 13px;}
.hire-table .tab-box a.activeLink {background-color: #0b1834; border-bottom: 0; padding: 2px 14px; color: #FFFFFF; border:1px solid #0b1834;}
.hire-table .tabcontent { border: none; border-top: 0; padding: 0;}
.hire-table .hide { display: none;}

.features-table {margin-bottom: 20px; border: solid 1px #ced5d8;}
.features-table table {table-layout: fixed; width: 100%; border-collapse: collapse;}
.features-table table thead {background: #212d47; color: #fff; font-size: 20px; font-weight: 600; border: solid 1px #ced5d8; text-transform: uppercase;}
.features-table table th,
.features-table table td {vertical-align: top; padding: 15px 15px; text-align: center; font-size: 16px; border: solid 1px #ced5d8;}
.features-table table th:first-child,
.features-table table td:first-child {text-align: left;}
.features-table table th:first-child {color: #29bed2;}
.features-table table .gray-bg {background: rgba(0, 0, 0, .1)}
.features-table table th:nth-child(1),
.features-table table td:nth-child(1) {background: rgba(23, 62, 98, 0.6); color: #FFFFFF }
.features-table #accordian {background: none; width: 100%; margin: 0; color: #414141;}
.features-table #accordian ul {margin: 0; padding: 0; }
/*.features-table #accordian ul ul{display: none;}*/
.features-table .bold-caption {font-size: 18px; color: #0b1834; font-weight: 500;}
.features-table #accordian h3 {background: #eaedf0; padding: 0; border-bottom: 1px solid #ced5d8; font-size: 18px; color: #0b1834; text-decoration: none; font-weight: 500; margin: 0; padding: 0 10px;}
.features-table #accordian .toggle-icon {isplay: inline-block; line-height: 50px; cursor: pointer; width: 100%; }
.features-table #accordian h3 em {font-style: normal;}
.features-table #accordian li {list-style-type: none;}
.features-table #accordian img {width: 15px; float: right; padding: 17px 8px;}
.features-table table td.title{background: #f1f1f1; text-align: center; color: #212d47;}

@media only screen and (min-width:960px) and (max-width:1179px){
#web-cms-wordpress .package{position: relative; width: 100%;}
#web-cms-wordpress .package h1{margin: 12px 0;}
#web-cms-wordpress .left{ margin-left: 10px; width: 450px;}
#web-cms-wordpress .right{padding: 50px 10px 10px 0; position: relative;}
.hire-php-why-alakmalak .box{width:330px;margin-right:20px;}
.hire-php-why-alakmalak .box{width:630px;}
.hire-php-why-alakmalak .box .left, .hire-php-why-alakmalak .box .right{width:40%;}
.hire-php-why-alakmalak .box{width:100%;margin:10px 0;}
.hire-php-why-alakmalak .box:last-child{width:100%;}

.we-offer ul li {
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    width: 33%;
}
.we-offer ul li:nth-child(3n+3){margin-right: 30px;}
.we-offer ul li:nth-child(2n+2){margin-right: 0;}
.we-offer ul li h2{margin:0 0 16px !important;font-size:16px !important;}

.our-approach .right h3, .our-approach .left h3{font-size:14px;}
.our-approach-mangento .left, .our-approach-mangento .right{min-height:340px;}

.types-app ul li{width: 30%;}
.types-app ul li:nth-child(4n+4){margin-right: 34px ;}
.types-app ul li:nth-child(3n+3){margin-right: 0;}

.wearables ul li{width: 226px;}
}

@media only screen and (min-width:768px) and (max-width:959px){
#web-cms-wordpress .package{position: relative; width: 100%;}
#web-cms-wordpress .package h1{margin: 12px 0;}
#web-cms-wordpress .left{ margin-left: 10px; width: 510px;}
#web-cms-wordpress .right{padding: 50px 10px 10px 0; position: relative;}

.hire-php-why-alakmalak .box{margin-right:20px;}
.hire-php-why-alakmalak .box{width:344px;}
.hire-php-why-alakmalak .box:last-child{width:340px;}
.hire-php-why-alakmalak .box .left, .hire-php-why-alakmalak .box .right{width:50%;}

.we-offer ul li{width:359px;margin-right:30px; min-height: 150px;}
.we-offer ul li:nth-child(3n+3){margin-right: 30px;}
.we-offer ul li:nth-child(2n+2){margin-right: 0;}
.we-offer ul li h2{margin:0 0 16px !important;font-size:16px !important;}

.types-app ul li{margin: 0 29px 29px 0}

.our-approach .right h3, .our-approach .left h3{font-size:16px;}

.wearables ul li{width: 249px;}
}

@media only screen and (min-width:640px) and (max-width:767px){

}

@media only screen and (min-width:480px) and (max-width:639px){

}

@media only screen and (min-width:320px) and (max-width:479px){

}

.custom-contact {
    padding: 20px;
    background: #054d8e;
    color: #fff;
    border-top: 5px solid #f98319;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.navi-text-service {
    padding: 20px;
    background: #054d8e;
    color: #fff;
    clear: both;
    border-top: 5px solid #f98319;
}
.navi-text-service h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: center;
}
.navi-text-service ul{padding-left:0;list-style:none;padding-bottom:7px;margin:0}
.navi-text-service li{border-bottom:1px solid #dce0e0;line-height:30px}
.navi-text-service li a{display:block;color:#fff;text-decoration:none}
.navi-text-service li a:hover{display:block;text-decoration:none}


.clearfix {
    clear: both;
}


#left .hours-block{float:left;font-family:'Roboto', sans-serif;margin-bottom:20px;}
#left .hours-block li {
    width: 190px;
    float: left;
    margin-right: 4px;
    border: 1px solid #ebeaea;
    text-align: center;
    -moz-box-shadow: 0 0 7px #d1d1d1;
    -webkit-box-shadow: 0 0 7px #d1d1d1;
    box-shadow: 0 0 7px #d1d1d1;
    border-radius: 6px;
    list-style: none;
}
#left .hours-block li:last-child{margin-right:0}
#left .green h1{background:#01c49a;color:#FFF;margin:0;line-height:80px; font-size: 40px;}
#left .green h2{background:#02a683;color:#FFF;margin:0;line-height:60px; border-radius: 6px 6px 0 0;}
#left .green .validity{background:#f3f9f8;line-height:50px;font-size:16px}
#left .green .buy-now{background:#01c49a;line-height:40px;color:#FFF;font-size:18px;text-transform:uppercase;font-family:'Roboto', sans-serif;border:none;outline:none;height:70px;cursor:pointer;cursor:pointer}
#left .blue h1{background:#63b3ea;color:#FFF;margin:0;line-height:80px; font-size: 40px;}
#left .blue h2{background:#4793c7;color:#FFF;margin:0;line-height:60px; border-radius: 6px 6px 0 0;}
#left .blue .validity{background:#f3f9f8;line-height:50px;font-size:16px}
#left .blue .buy-now{background:#63b3ea;line-height:40px;color:#FFF;font-size:18px;text-transform:uppercase;font-family:'Roboto', sans-serif;border:none;outline:none;height:70px;cursor:pointer;cursor:pointer}
#left .orange h1{background:#ff9743;color:#FFF;margin:0;line-height:80px; font-size: 40px;}
#left .orange h2{background:#cf7933;color:#FFF;margin:0;line-height:60px; border-radius: 6px 6px 0 0;}
#left .orange .validity{background:#f3f9f8;line-height:50px;font-size:16px}
#left .orange .buy-now{background:#ff9743;line-height:40px;color:#FFF;font-size:18px;text-transform:uppercase;font-family:'Roboto', sans-serif;border:none;outline:none;height:70px;cursor:pointer;cursor:pointer}
#left .goldan h1{background:#b956ac;color:#FFF;margin:0;line-height:80px; font-size: 40px;}
#left .goldan h2{background:#8e4284;color:#FFF;margin:0;line-height:60px; border-radius: 6px 6px 0 0;}
#left .goldan .validity{background:#f3f9f8;line-height:50px;font-size:16px}
#left .goldan .buy-now{background:#b956ac;line-height:40px;color:#FFF;font-size:18px;text-transform:uppercase;font-family:'Roboto', sans-serif;border:none;outline:none;height:70px;cursor:pointer}
#contact-left {
    width: 100%;margin-bottom: 20px;
}
.img_left {
    margin-right: 10px;
	float:left;
}
.black {
    color: #333;
}
#contact-left em {
    float: right;
	    font-size: 12px;
}
.contact-line {
    background: url(/wp-content/uploads/2018/12/contact_line.jpg) repeat-x;
    height: 2px;
    margin: 16px 0;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
    #basic-package .package .offer,
    #cms .package .offer,
    #corporate .package .offer,
    #custom .package .offer,
    #web-cms .package .offer {line-height: 33px; margin: 0; text-align: center}
    
    #basic-package .package h1 {float: none; font-size: 22px;}
    #basic-package .package {height: 74px}
    #basic-package .left,
    #basic-package .right { margin: 0; padding: 10px; width: 96%;}
    #basic-package .left{border: none; min-height: auto;}
    #basic-package .right{border-top: 1px solid #e3e3e3;}
    #basic-package .basic-streep {height: auto}
	
	#web-cms .package h1 {float: none; font-size: 22px;}
    #web-cms .package {height: 74px}
    #web-cms .left,
    #web-cms .right { margin: 0; padding: 10px; width: 96%;}
    #web-cms .left{border: none; min-height: auto;}
    #web-cms .right{border-top: 1px solid #e3e3e3;}
    #web-cms .basic-streep {height: auto}
    
    #cms .package h1 {float: none; font-size: 22px;}
    #cms .package {height: 74px}
    #cms .left,
    #cms .right { margin: 0; padding: 10px; width: 96%;}
    #cms .left{border: none; min-height: auto;}
    #cms .right{border-top: 1px solid #e3e3e3;}
    #cms .basic-streep {height: auto}
    
    #corporate .package h1 {float: none; font-size: 22px;}
    #corporate .package {height: 74px}
    #corporate .left,
    #corporate .right { margin: 0; padding: 10px; width: 96%;}
    #corporate .left{border: none; min-height: auto;}
    #corporate .right{border-top: 1px solid #e3e3e3;}
    #corporate .basic-streep {height: auto}
    
    #custom .package h1 {float: none; font-size: 22px;}
    #custom .package {height: 74px}
    #custom .left,
    #custom .right { margin: 0; padding: 10px; width: 96%;}
    #custom .left{border: none; min-height: auto;}
    #custom .right{border-top: 1px solid #e3e3e3;}
    #custom .basic-streep {height: auto}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #basic-package .package .offer,
    #cms .package .offer,
    #corporate .package .offer,
    #custom .package .offer,
    #web-cms .package .offer {line-height: 33px; margin: 0; text-align: center}
    
    #basic-package .package h1 {float: none; font-size: 22px;}
    #basic-package .package {height: 74px}
    #basic-package .left,
    #basic-package .right { margin: 0; padding: 10px; width: 93%;}
    #basic-package .left{border: none; min-height: auto;}
    #basic-package .right{border-top: 1px solid #e3e3e3;}
    #basic-package .basic-streep {height: auto}
	
	#web-cms .package h1 {float: none; font-size: 22px;}
    #web-cms .package {height: 74px}
    #web-cms .left,
    #web-cms .right { margin: 0; padding: 10px; width: 93%;}
    #web-cms .left{border: none; min-height: auto;}
    #web-cms .right{border-top: 1px solid #e3e3e3;}
    #web-cms .basic-streep {height: auto}
    
    #cms .package h1 {float: none; font-size: 22px;}
    #cms .package {height: 74px}
    #cms .left,
    #cms .right { margin: 0; padding: 10px; width: 93%;}
    #cms .left{border: none; min-height: auto;}
    #cms .right{border-top: 1px solid #e3e3e3;}
    #cms .basic-streep {height: auto}
    
    #corporate .package h1 {float: none; font-size: 22px;}
    #corporate .package {height: 74px}
    #corporate .left,
    #corporate .right { margin: 0; padding: 10px; width: 93%;}
    #corporate .left{border: none; min-height: auto;}
    #corporate .right{border-top: 1px solid #e3e3e3;}
    #corporate .basic-streep {height: auto}
    
    #custom .package h1 {float: none; font-size: 22px;}
    #custom .package {height: 74px}
    #custom .left,
    #custom .right { margin: 0; padding: 10px; width: 93%;}
    #custom .left{border: none; min-height: auto;}
    #custom .right{border-top: 1px solid #e3e3e3;}
    #custom .basic-streep {height: auto}
    
    #customized .basic-streep .price {
        font-size: 20px
    }
    #customized .basic-streep .price2 {
        width: 100%
    }
    #customized .basic-streep .contactus2 {
        width: 100%
    }
    #customized .basic-streep .buy-now {
        font-size: 16px
    }
    #customized .basic-streep .hurry {
        line-height: 20px;
        padding: 8px
    }
}
.open-source{position:relative;display:inline-block;width:100%;margin-bottom:20px;background: #f1f1f1; padding: 20px; box-sizing: border-box;}
.open-source .open-source-img{float: left; display: table; text-align: center; background: #FFFFFF; width: 180px; height: 180px; margin-right: 20px;}
.open-source .open-source-img span{vertical-align: middle; display: table-cell;}
.open-source .btn{padding: 10px 20px; margin-top: 20px; font-size: 16px;} 
.package{width:100%;display:inline-block;}
.package-box1{width:262px;float:left;background:url(../images/package1-btm-img.jpg) right bottom no-repeat #01c49a;margin-right:15px;}
.package-box2{width:262px;float:left;background:url(../images/package2-btm-img.jpg) right bottom no-repeat #63b3ea;margin-right:16px;}
.package-box3{width:262px;float:left;background:url(../images/package3-btm-img.jpg) right bottom no-repeat #ff9743;}
.package-header{padding:25px 0;text-align:center;font-size:18px;color:#fff;text-transform:uppercase;background-color:rgba(0, 0, 0, 0.1);}
.package-img{margin-left:30px;margin-top:20px;}
.package p{text-align:center;color:#333333;font-size:16px;}
.package-box1-btn{background:#fff;color:#000;text-align:center;width:136px;text-transform:uppercase;margin:39px auto;margin-bottom:24px;}
.package-box1-btn a{color:#000;font-weight:600;padding:8px 25px;}
.package-box1-btn:hover{background:#01b08a;}
.package-box1-btn:hover a{color:#fff;}
.package-box2-btn{background:#fff;color:#000;text-align:center;width:136px;text-transform:uppercase;margin:38px auto;margin-bottom:24px;}
.package-box2-btn a{color:#000;font-weight:600;padding:8px 25px;}
.package-box2-btn:hover{background:#59a1d2;}
.package-box2-btn:hover a{color:#fff;}
.package-box3-btn{background:#fff;color:#000;text-align:center;width:136px;text-transform:uppercase;margin:38px auto;margin-bottom:24px;}
.package-box3-btn a{color:#000;font-weight:600;padding:8px 25px;}
.package-box3-btn:hover{background:#e5883c;}
.package-box3-btn:hover a{color:#fff;}
.tlp-content-holder p {
    display: none;
}
.custom-phn {
    float: right;
}
.custom-phn ul li {
    display: inline-block;
    margin: 30px 10px 0;
}


.aiosrs-rating-wrap {
    display: none;
}