@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
Theme Name: Smile Sin Olive
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

.ft_roboto {
  font-family: "Circular Std";
}

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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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-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;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Circular Std";
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 12px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-family: "Circular Std Book";
  transition: all 0.4s ease-in-out !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #ffffff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #aeaeae;
}

.navbar-brand {
  height: auto;
  width: 10%;
}
.navbar-brand img {
    width: 100%;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



@font-face {
  font-family: "Circular Std Medium";
  src: url("inc/assets/fonts/CircularStd-MediumItalic.eot");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Medium";
  src: url("inc/assets/fonts/CircularStd-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("inc/assets/fonts/CircularStd-Book.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("inc/assets/fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Medium.eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("inc/assets/fonts/CircularStd-Book.eot");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("inc/assets/fonts/CircularStd-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Bold";
  src: url("inc/assets/fonts/CircularStd-Bold.eot");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Bold";
  src: url("inc/assets/fonts/CircularStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Black";
  src: url("inc/assets/fonts/CircularStd-Black.eot");
  font-weight: 900;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Bold.eot");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Black.eot");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("inc/assets/fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*--------------------------------------------------------------
## CUSTOM CSS START
--------------------------------------------------------------*/
/*.secBanner {*/
/*  height: 1080px;*/
/*}*/
p {
    line-height: 30px;
}
rs-layer {
    font-family: "Circular Std Book" !important;
}
body, p, li, ul, a {
    font-family: "Circular Std Book";
}
.secCounter {
  z-index: -1;
}
.xtra_links .btn_head {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
  border: 1px solid #072F5F !important;
  transition: all 0.4s ease-in-out !important;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
}
.xtra_links .btn_head:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #072F5F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out !important;
}
.xtra_links .btn_head:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.xtra_links .btn_head:hover {
  color: #072F5F;
}
body .btn-custom .vc_general {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 27px !important;
  border-radius: 5px !important;
  border: 1px solid #072F5F !important;
  transition: all 0.4s ease-in-out !important;
}
body .btn-custom .vc_general:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #072F5F;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out !important;
}
body .btn-custom .vc_general:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
body .btn-custom .vc_general:hover {
  color: #072F5F !important;
}
header#masthead .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.xtra_links {
  margin-left: 30px;
}
.secAbout .wpb_text_column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secAbout .wpb_text_column ul li {
  position: relative;
  padding-left: 50px;
  color: #060606;
  font-size: 18px;
  line-height: 26px;
}
.secAbout .wpb_text_column ul li strong {
  color: #282A2E;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.secAbout .wpb_text_column ul li:not(:first-child) {
  margin-top: 20px;
}
.secAbout .wpb_text_column ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  width: 35px;
  height: 35px;
  background: rgb(7 47 95 / 10%);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF8A05;
  font-size: 12px;
}
.sv_grids {
  margin-top: 50px;
  margin-bottom: 50px;
}
.svBox .ctn .sv_icon {margin-bottom: 25px;}
.svBox .ctn h3 {
  margin: 0;
  color: #282A2E;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.svBox .ctn p {
  line-height: 29px;
  color: #060606;
  opacity: 0.6;
}
.svBox .thumb {
  height: 214px;
  position: relative;
}
.svBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sv_grids>.col-12 {
  padding: 0;
}

section.secBanner {
    padding: 0px !important;
}
.sv_grids>.col-12:first-child {
  padding-right: 32px;
  padding-bottom: 30px;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.sv_grids>.col-12:nth-child(2) {
  padding-left: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c3c3c3;
}
.sv_grids>.col-12:nth-child(3) {
  padding-right: 32px;
  padding-top: 32px;
  border-right: 1px solid #c3c3c3;
}
.sv_grids>.col-12:last-child {
  padding-left: 32px;
  padding-top: 32px;
}
.svBox {
  align-items: center;
}
.work_grids ul {
  height: 602px;
  position: relative;
  list-style: none;
  padding: 0;
}
.work_grids ul li:first-child {
  height: 602px;
  width: 792px;
}
.work_grids ul li {
  height: 180px;
}
.workBox {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work_grids ul li:not(:first-child) {
  position: absolute;
  right: 0;
  width: 384px;
  top: 0;
}
.work_grids ul li:nth-child(3) {
  top: 211px;
}
.work_grids ul li:last-child {
  bottom: 0;
  top: auto;
}
.workBox .ctn h3 {
  margin: 0;
}
.work_grids ul li:first-child .workBox {
  padding: 40px;
}
.workBox .ctn h3 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}
.workBox .ctn p {
  /* margin: 0; */
  font-size: 14px;
  color: #fff;
}
.work_grids ul li:first-child .workBox .ctn h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
.work_grids ul li:first-child .workBox .ctn p {
  font-size: 20px;
  line-height: 32px;
}
.workBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8895210672159489) 13%, rgba(255,255,255,0) 82%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out !important;
}
.workBox:hover:before {
  opacity: 0;
  height: 0l;
}
.workBox:after {
  content: '';
  width: 100%;
  height: 0%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8895210672159489) 59%, rgba(255,255,255,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
}
.workBox:hover:after {
  opacity: 1;
  height: 100%;
}
.workBox .ctn {
  position: relative;
  padding-right: 100px;
  width: 100%;
}
.workBox .ctn .sv_link {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #FF8A05;
  border-radius: 100%;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out !important;
}
.work_grids ul li:first-child .workBox .ctn .sv_link {
  width: 50px;
  height: 50px;
}
.workBox:hover .ctn .sv_link {
  transform: none;
}
.secDisc  .row_img {
  border-radius: 50px;
}
.secCounter .col_ctn>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 98px 20px 50px 65px;
}
.secCounter .stats-top .stats-number,
.secCounter div.stats-desc>div.counter_suffix {
  color: #fff;
  padding: 0;
  font-size: 50px !important;
  line-height: 1;
      font-family: "Circular Std Book";
  font-weight: 600;
}
.secCounter .stats-block .stats-text {
  margin-top: 15px;
  color: #fff;
}
.col_counter>.vc_column-inner>.wpb_wrapper {
  display: flex;
  justify-content: space-between;
}
.secCounter .stats-top .stats-desc {
  text-align: left;
}
.col_counter>.vc_column-inner {
  padding-top: 0 !important;
}
div#slider_testimonial .item {
  padding: 20px;
  padding-left: 62px;
}
.tstBox {
  background: #fff;
  box-shadow: 0px 0px 13px 2px rgb(238 238 238);
  padding: 30px 38px 30px 112px;
  border-radius: 10px;
}
.tstBox .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.tstBox .stars {
  color: #F8AD1E;
  margin-bottom: 15px;
}
.tstBox .stars svg {
  margin-right: 5px;
}
.tstBox .stars .rating {
  color: #000;
}
.tstBox .txt {
  font-size: 18px;
  line-height: 32px;
  color: #3A3A3A;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 25px;
}
.tstBox .ctn {
  display: flex;
  align-items: center;
}
.tstBox .ctn h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.tstBox .ctn p {
  margin: 0;
  color: #000;
  opacity: 0.3;
  margin-left: 10px;
}
div#slider_testimonial .owl-dots,div#slider_testimonial .owl-nav {
  display: none;
}
.secTestimonials .wpb_single_image {
  margin-left: -70px;
  margin-bottom: -250px;
  position: relative;
  z-index: 9;
}
div#footer-widget {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: transparent !important;
}
div#footer-widget .widget {
  margin: 0;
}
div#footer-widget h3.widget-title {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Circular Std";
}
div#footer-widget .widget.widget_media_image {
  margin-bottom: 20px;
}
div#footer-widget .widget p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  opacity: 0.7;
}
div#footer-widget ul.menu .nav-link {
  padding: 0;
  display: inline-block;
  background: transparent;
  color: #fff;
  opacity: 0.7;
}
div#footer-widget ul.menu li {
  font-size: 18px;
  line-height: 36px;
}
div#footer-widget .f-2:before, div#footer-widget .f-3:before {
  content: '';
  width: 1px;
  height: 70%;
  background: #ffffff57;
  position: absolute;
  left: 0;
  top: 20%;
}
div#footer-widget ul.menu {
  display: block;
  column-count: 2;
}
div#footer-widget .f-1 {
  padding-right: 55px;
}
.f-1 img {
    width: 50%;
    margin-left: 50px;
}
div#footer-widget .f-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
div#footer-widget .f-3 ul li {
  font-size: 17px;
  line-height: 34px;
  color: #fff;
  opacity: 0.7;
}
div#footer-widget .f-3 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
div#footer-widget .f-3 ul li:not(:last-child) {
}
div#footer-widget .f-2,div#footer-widget .f-3 {
  padding-left: 55px;
  position: relative;
}
.site-info .zoom-social_icons-list-span.social-icon {
  background: rgb(255 255 255 / 8%) !important;
  border: 1px solid #fff;
}
div#footer-widget:before {
  content: '';
  width: 92%;
  height: 150%;
  background: #00265A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
}
.site-info {
  text-align: center;
  color: #fff;
  padding: 22px 0;
  border-top: 1px solid #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-info .widget {
  margin: 0;
}
.site-info a {
  font-weight: 600;
  text-decoration: none;
}
.secAbout .mid_img {
  height: 527px;
  border-radius: 10px;
  margin: 0px 93px;
}
.secAbout .mid_img figure,.secAbout .mid_img figure div,.secAbout .mid_img figure div img,
.secAbout .left_img figure,.secAbout .left_img figure div,.secAbout .left_img figure div img,
.secAbout .right_img figure,.secAbout .right_img figure div,.secAbout .right_img figure div img {
  width: 100%;
  height: 100%;
}
.secAbout .left_img, .secAbout .right_img {
  width: 188px;
  height: 246px;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgb(219 219 219);
  position: absolute;
  top: 50px;
  left: 0;
  transition: all 0.4s ease-in-out !important;
}
.secAbout .right_img {
  width: 168px;
  height: 215px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}
.secAbout .col_img:hover .left_img {
  transform: rotate(-10deg);
}
.secAbout .col_img:hover .right_img {
  transform: rotate(10deg);
}
.svBox .thumb .inn_link {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background: rgb(0 0 0 / 53%);
  border-radius: 10px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out !important;
}
.svBox:hover .thumb .inn_link {
  opacity: 1;
  visibility: visible;
}
.breadcrumbs {
    height: 400px;
    background: rgb(7 47 95 / 77%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}
.breadcrumbs h1 {
    margin: 0;
    font-size: 60px;
    line-height: 1.4;
    color: #ffffff;
    padding-bottom: 20px;
    font-family: "Circular Std";
}
.breadcrumbs .bd-links {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumbs .bd-links a {
    color: #ffffff8c;
    text-decoration: none;
}
.main_workplace .workBox {
    height: 450px;
    padding: 40px;
}
.main_workplace .workBox .ctn h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.main_workplace .workBox .ctn p {
    font-size: 18px;
    line-height: 32px;
}
.main_workplace .workBox .ctn {
    padding-right: 60px;
}
.main_workplace .work_grids .col-12.col-md-6 {
    margin-top: 40px;
}
.ct_form .form-control {
  height: 60px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3f3f3f;
  padding: 0;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px !important;
  color: #777777;
  font-size: 18px;
}
.ct_form .form-control::placeholder {
  color: #777777;
}
.ct_form textarea.form-control {
  height: 120px;
  resize: none;
}
.ct_form .wpcf7-submit {
  width: 100%;
  height: 60px;
  border: none;
  background: #072F5F !important;
  border: 1px solid #072F5F !important;
  box-shadow: none !important;
  outline: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.5s ease-in-out !important;
}
.ct_form .wpcf7-submit:hover {
  background: transparent !important;
  color: #072F5F !important;
  transition: 0.5s ease-in-out !important;
}
.review_grids .col-12.col-md-6 {
    margin-top: 50px;
}
.review_grids .tstBox .ctn {
    position: relative;
/*     padding-left: 75px; */
    min-height: 75px;
}
.review_grids .tstBox .ctn .tb_img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.review_grids .tstBox {
    padding: 30px 38px;
}
body .secDisc .btn-custom .vc_general:hover {
    color: #fff !important;
    border-color: #fff !important;
}
.review_grids .tstBox .ctn .tb_img {
    display: none;
}
.secTestimonials .tstBox .thumb img {
    display: none;
}
/*--------------------------------------------------------------
## CUSTOM CSS END
--------------------------------------------------------------*/

div#page {
  overflow: hidden;
}

div#content {
  padding: 0 !important;
}

.entry-content {
  margin: 0;
}
.ft-20 {
  font-size: 20px;
  line-height: 32px;
}



@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
  }

}


@media screen and (max-width: 1400px) {
  div#footer-widget:before {
    width: 100%;
  }
  header#masthead .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .secDisc .col_spcs>.vc_column-inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .secDisc .row_img {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
	.navbar-brand img {
    width: 100%;
}
}

.sv_inner_grids {
  display: flex;
  flex-wrap: wrap;
}

.svInnerBox {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  margin-bottom: 20px;
}

.svInnerBox:hover {
  transform: translateY(-5px);
}
.workBox .ctn {
    padding-right: 20px;
}
.workBox .ctn p {
    line-height: 20px;
}
.svInnerThumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.svInnerContent {
  padding: 20px;
}

.svInnerContent h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.svInnerContent p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.svInnerContent .readMore {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #072f5f;
  text-decoration: none;
  transition: 0.3s;
}

.svInnerContent .readMore:hover {
  text-decoration: underline;
}
.single-services .bottom-image img {
    border-radius: 20px;
    width: 1200px;
    object-fit: cover;
    height: 500px;
}
.single-services  section#primary {
    padding-bottom: 80px;
    padding-top: 80px;
}
.single-services  a {
    color: #000;
}
.single-services  h2 {
    font-size: 28px;
    color: #072F5F;
}
.single-services  h3 {
    font-size: 24px;
    color: #072f5f;
}
.single-services  h1 {
    font-size: 40px;
    color: #ed6e1f;
}
.single-services  p {
    font-size: 18px;
    line-height: 36px;
}
.single-services li {
    font-size: 18px;
    line-height: 36px;
}
.single-services .nav-previous a {
    background-color: #ed6e1f;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.single-services .nav-next a {
    background-color: #ed6e1f;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.single-services .nav-next a:hover {
    color: #000;
}
.single-services .nav-previous a:hover {
    color: #000;
}
.text-new p {
    font-size: 18px;
    line-height: 34px;
}
.breadcrumbs h1 {
    color: #fff;
}
.single-services p strong {
    color: #072f5f;
}
.single-services .post-thumbnail img {
    display: none;
}

@media only screen and (max-width:1199px) {
.navbar-collapse.collapse.show {
    transform: unset;
}

.navbar-collapse {
    background: #000 !important;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 70%;
    display: block !important;
    overflow-y: scroll;
}
 #masthead .btn-close {
        background: linear-gradient(202deg, #e5af41ed, #FCEB8C, #B79134) ! IMPORTANT;
        border: none;
        color: #000;
        font-weight: 700 !important;
        font-size: 30px;
        top: -20px;
        position: relative;
        display: block !important;
        outline: none !important;
        left: 95% !important;
        border-radius: 40px !important;
        width: 50px;
        height: 50px;
}
button.navbar-toggler {
    background: #118ac5 !IMPORTANT;
    color: #fff !important;
    border: #fff !IMPORTANT;
}	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-bottom: 20px;
    border: none;
    padding-left: 0;
    margin-right: 0 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
    border: unset;
    margin-left: 0;
    padding-left: 0;
}	
.xtra_links {
    margin-left: 0;
}	
.navbar-brand {
	width: 15%;
}	
.work_grids ul li:first-child {
    height: 450px;
    width: 520px;
}	
.secTestimonials .wpb_single_image {
    margin-left: -130px;

}	
div#footer-widget .f-2, div#footer-widget .f-3 {
    padding-left: 15px;
}	
div#footer-widget .f-2:before, div#footer-widget .f-3:before {
    left: -30px;
}	
div#footer-widget .f-3 ul li a {
    font-size: 15px;
}
div#footer-widget .f-3 ul li {
    font-size: 15px;
    line-height: 32px;
}
div#footer-widget ul.menu li {
    font-size: 16px;
    line-height: 34px;
}
.site-info {
    font-size: 16px;

}
.secAbout .mid_img {
    height: 390px;
}
section.vc_section.secServices .ft_roboto {
    font-size: 34px !important;
    line-height: 0px !important;
}
section.vc_section.secAbout h3.vc_custom_heading {
    font-size: 26px !important;
    line-height: 38px !important;
}
.secAbout .wpb_text_column ul li {
    font-size: 16px;
    line-height: 24px;
}
section.vc_section.secAbout p {
    font-size: 18px !important;
    line-height: 26px !important;
}	
section.vc_section.secAbout {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
	
	
	
	
}
@media only screen and (max-width:1024px) {


section.vc_section.secAbout {
      padding-left: 15px !important;
      padding-right: 15px !important;
}
.secAbout .mid_img {
        height: 320px;
}	
section.vc_section.secServices {
    padding-left: 15px !important;
    padding-right: 15px !important;
}	
section.vc_section.secWork {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
    .work_grids ul li:first-child {
        height: 380px;
        width: 445px;
}
    .work_grids ul li:first-child {
        height: 380px;
        width: 445px;
}	
.work_grids ul li:first-child .workBox .ctn h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.work_grids ul li:first-child .workBox .ctn p {
    font-size: 16px;
    line-height: 28px;
}
.workBox .ctn p {
    line-height: 18px;
    margin-bottom: 0;
}
.work_grids ul li:first-child .workBox {
    padding: 20px;
    width: 550px !important;
    height: 600px !important;
}	
section.vc_section.secTestimonials {
    padding-left: 15px !important;
    padding-right: 15px !important;
}	
.tstBox {
    padding: 30px 38px 30px 70px;
 
}	
.secTestimonials .wpb_single_image {
     margin-left: -188px;
     left: 78px;
}	
.secCounter .stats-top .stats-number, .secCounter div.stats-desc>div.counter_suffix {
    font-size: 30px !important;
    line-height: 1;

}	
.secCounter .stats-block .stats-text {
    font-size: 14px !important;
}	
section.vc_section.secDisc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
section.vc_section.secAbout .ft_roboto {
    font-size: 30px !important;
    line-height: 36px !important;
}
div#footer-widget .f-2:before, div#footer-widget .f-3:before{
    display: none !important;
}	
div#footer-widget .f-2, div#footer-widget .f-3 {
    padding-left: 5px;
}	
section.vc_section.secDisc .ft_roboto {
    font-size: 44px !important;
    line-height: 56px !important;
}

}

@media only screen and (max-width:991px) {
section.vc_section.secWork .ft_roboto {
    font-size: 46px !important;
}
.work_grids ul li:first-child .workBox {
    width: 500px !important;
}
section.vc_section.secWork {
    padding-bottom: 0px !important;
}
div#footer-widget .f-2 {
    padding: 0;
}
div#footer-widget .f-2 h3 {
    font-size: 26px;
}
div#footer-widget ul.menu {
    column-count: 1;
}
.f-1 img {
    margin-left: 30px !important;
}
div#footer-widget .f-1 {
    padding-right: 30px;
}
div#footer-widget .f-3 ul {
    column-count: 1;
}
div#footer-widget .f-3 ul li:not(:last-child) {
    line-height: 26px;
    font-size: 15px;
}



}
@media only screen and (max-width:768px) {
.secAbout .left_img, .secAbout .right_img {
  width: 170px !important;
}
.secAbout .right_img {
  width: 158px !important;
  height: 210px !important;
  bottom: 70px;

}
.secAbout .mid_img {
   height: 250px !important;
}
.secAbout .left_img, .secAbout .right_img {
  width: 160px !important;
  height: 200px !important;
}
section.vc_section.secAbout h3.vc_custom_heading {
    font-size: 22px !important;
    line-height: 30px !important;
}
    .secWork .work_grids ul li:not(:first-child) {
        width: 70% !important;
        height: 250px !important;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
        position: unset !important;
    }

.secWork .work_grids ul li:first-child {
    width: 100% !important;
    height: 450px !important;
    margin-bottom: 30px !important;
}
.svBox .ctn p {
    font-size: 12px;
    line-height: 26px;
}
.sv_grids>.col-12:nth-child(3) {
    padding-right: 10px;
}
.sv_grids>.col-12:last-child {
    padding-left: 20px;
}
.svBox .ctn h3 {
    font-size: 22px;
}
.sv_grids>.col-12:first-child {
    padding-right: 10px;
}
.sv_grids>.col-12:nth-child(2) {
    padding-left: 10px;
}
.secWork .work_grids ul {
    height: unset !important;
}
section.vc_section.secTestimonials {
    padding-top: 0px !important;
}
section.vc_section.secTestimonials {
    padding-top: 0px !important;
}
.secTestimonials .wpb_single_image {
	margin-left: -100px;
	}
.vc_row.wpb_row.vc_row-fluid.secCounter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#footer-widget .f-3 ul li a {
    font-size: 12px;
}
div#footer-widget .f-3 ul li:not(:last-child) {
font-size: 11px;
line-height: 24px;
}
div#footer-widget ul.menu li {
    font-size: 14px;
}
div#footer-widget .widget p {
    font-size: 16px;
}
div#footer-widget .f-3 ul li {
    font-size: 14px;
    line-height: 28px;
}
.work_grids ul li:first-child .workBox {
    width: 100% !important;
}

.secWork .work_grids ul li:not(:first-child) {
}

.secWork .work_grids ul li:first-child {
    margin-bottom: 80px !important;
    height: 550px !important;
}

section.vc_section.secDisc .ft_roboto {
    font-size: 36px !important;
    line-height: 42px !important;
}

.secAbout .mid_img {
    margin: 0px 60px !important;
}
}

@media only screen and (max-width:767px) {
.secAbout .mid_img {
    margin: 80px 200px !important;
}
.secAbout .left_img {
    left: 120px;
    top: 190px;
}
.secAbout .right_img {
    bottom: 220px;
    right: 110px;
}

section.vc_section.secAbout .btn-custom.vc_btn3-inline {
    display: block;
    text-align: center;
}

.sv_grids>.col-12:first-child {
    border: unset;
}

.sv_grids>.col-12:nth-child(3) {
    border: unset;
}

.sv_grids>.col-12:nth-child(2) {
    border: unset;
}

section.vc_section.secWork .ft_roboto {
    font-size: 40px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
body .btn-custom {
    text-align: center !important;
}
section.vc_section.secTestimonials .ft_roboto {
    font-size: 40px !important;
    text-align: center !important;
}

div#footer-widget .f-1 {
    text-align: center !important;
}
.f-1 img {
    width: 40%;
    margin-left: 20px !important;
}
div#footer-widget .f-2 {
    text-align: center;
}
div#footer-widget .f-3 {
    text-align: center;
}
div#footer-widget .f-2 h3 {
    margin-bottom: 10px;
}
div#footer-widget .f-3 h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}

div#footer-widget .f-3 ul li:not(:last-child) {
    font-size: 14px;
    line-height: 34px;
}
.site-info {
    font-size: 11px;
}
section.vc_section.secDisc .ft_roboto {
    font-size: 28px !important;
    line-height: 36px !important;
}
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:568px) {
.secAbout .right_img {
    right: 70px;
}
.secAbout .left_img {
    left: 80px;
}
.secAbout .mid_img {
    margin: 80px 150px !important;
}
}
@media only screen and (max-width:520px) {

.secTestimonials .wpb_single_image {
    left: 30px;
}
.secAbout .mid_img {
    margin: 80px 140px !important;
}
.secAbout .left_img {
    left: 50px;
}
.secAbout .right_img {
    right: 50px;
}
.site-info {
    display: block;
}
section#zoom-social-icons-widget-2 li {
    margin: 4px;
    margin-top: 20px;
}
}
@media only screen and (max-width:480px) {
.site-info {
    display: block;
}
section#zoom-social-icons-widget-2 li {
    margin: 4px;
    margin-top: 20px;
}
section.vc_section.secDisc .ft_roboto {
    font-size: 24px !important;
}

.secDisc .row_img {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.secTestimonials .wpb_single_image {
    left: 40px;
}

.secAbout .mid_img {
    margin: 80px 120px !important;
}

.secAbout .left_img {
    left: 20px;
}

.secAbout .right_img {
    right: 20px;
}
}
@media only screen and (max-width:420px) {
.secTestimonials .wpb_single_image {
margin-left: 0px;
left: 10px;
margin-bottom: 10px;
}
.tstBox .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.tstBox {
    padding: 20px 30px 30px 20px;
}
.ft_roboto {
    /* font-size: 30px; */
    /* line-height: 44px; */
    text-align: center !important;
}
body .btn-custom .vc_general {
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
body .btn-custom.vc_btn3-right {
    text-align: center !important;
}
.secTestimonials .wpb_single_image {
 margin-left: 0px;
 left: 0px;
 margin-bottom: 0px;
}
.work_grids ul li:first-child .workBox {
  padding: 10px;
}
.workBox .ctn p {
  /* margin: 0; */
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding-right: 2px;
}
section.vc_section.secWork {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

.workBox .ctn {
    padding: 0px;
}
.workBox .ctn .sv_link {
    display: none;
    /* bottom: -5px; */
    /* right: -6px; */
    /* width: 36px !important; */
    /* height: 36px !important; */
}
section.vc_section.secServices {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
section.vc_section.secDisc .ft_roboto {
    font-size: 22px !important;
    line-height: 40px !important;
}
section.vc_section.secTestimonials .ft_roboto {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}
.sv_grids>.col-12:first-child {
    border: unset;
}
.sv_grids>.col-12:nth-child(3) {
    border: unset !important;
}
.sv_grids>.col-12:last-child {
    border: unset;
}
section.vc_section.secWork .ft_roboto {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 20px !important;
}
.secDisc .row_img {
 padding-top: 30px !important;
 padding-bottom: 30px !important;
}
div#footer-widget ul.menu {
  column-count: 1;
  text-align: center;
}
div#footer-widget .f-3 ul {
  column-count: 1;
  text-align: center;
}
.sv_grids>.col-12:first-child {
    border: unset;
}
.sv_grids>.col-12:nth-child(3) {
    border: unset !important;
}
.sv_grids>.col-12:last-child {
    border: unset;
}
.f-1 img {margin-left: 80px;}

div#footer-widget .widget p {
    text-align: center !important;
}
div#footer-widget h3.widget-title {
    text-align: center !important;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.zoom-social_icons-list__item {
    margin: 10px 0 0px;
}
.site-info {
    display: block;
}
section.vc_section.secAbout {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
section.vc_section.secAbout h3.vc_custom_heading {
    font-size: 20px !important;
    line-height: 50px !important;
    margin-bottom: 0px !important;
}
body .btn-custom.vc_btn3-inline {
    display: block;
    text-align: center !important;
}
.secAbout .right_img {
    width: 130px !important;
    height: 150px !important;
}
.secAbout .mid_img {
    /* height: 120px !important; */
    padding-bottom: 60px;
    margin: 40px 100px !important;
}
.secAbout .right_img {
    right: 20px;
    bottom: 200px;
}
.secAbout .left_img {
    width: 130px !important;
    height: 160px !important;
    top: 150px;
}
.sv_grids>.col-12:nth-child(2) {
    border: unset;
}
section.vc_section.secTestimonials {
    padding-top: 0px !important;
}
.work_grids ul li:first-child .workBox {
    height: 450px !important;
}
.secWork .work_grids ul li:first-child {
    margin-bottom: 0;
    height: 400px !important;
}
div#slider_testimonial .item {
    padding-left: 20px !important;
}
.secTestimonials .wpb_single_image {
    left: 0px;
    margin-left: -40px;
    margin-bottom: -40px;
}
section.vc_section.secAbout .ft_roboto {
    font-size: 24px !important;
}

}
@media only screen and (max-width:375px) {
.secAbout .mid_img {
    width: 120px;
    margin: 30px 100px !important;
}
.secAbout .left_img {
    width: 110px !important;
    height: 140px !important;
    top: 140px;
    left: 30px;
}
.secAbout .right_img {
    width: 110px !important;
    height: 140px !important;
    right: 30px;
}
section.vc_section.secAbout h3.vc_custom_heading {
    font-size: 17px !important;
}

section.vc_section.secWork .ft_roboto {
    font-size: 24px !important;
}
.tstBox {
    padding: 10px  20px 20px 8px;
    width: 190px;
}
.tstBox .ctn p {
    line-height: 20px;
}
section.vc_section.secWork .ctn p {
    font-size: 12px;
    line-height: 15px;
}
div#slider_testimonial .item {
    padding-left: 70px !important;
}
.secTestimonials .wpb_single_image {
    margin-bottom: -40px !important;
}
.tstBox {
    width: 300px;
    padding: 10px 10px 10px 10px;
    /* margin-left: -40px; */
}
    review_grids .tstBox .txt {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
div#slider_testimonial .item {
    padding-left: 15px !important;
}
.secTestimonials .wpb_single_image {
    margin-bottom: -40px !important;
}
section.vc_section.secDisc .ft_roboto {
    line-height: 30px !important;
    font-size: 18px !important;
}
section.vc_section.secServices .ft_roboto {
    line-height: 30px !important;
}
section.vc_section.secAbout {
    padding-top: 0px !important;
}

section.vc_section.secAbout p {
    font-size: 15px !important;
}

section.vc_section.secAbout .ft_roboto {
    margin-top: 20px !important;
}
section.vc_section.secAbout p {
    text-align: center;
}
section.vc_section.secAbout h3.vc_custom_heading {
    text-align: center !important;
}
section.vc_section.main_workplace {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.workBox .ctn h3 {
    font-size: 22px !important;
    line-height: 20px !important;
}

.main_workplace .workBox .ctn {
    padding-right: 0px;
}

.main_workplace .workBox .ctn p {
    font-size: 16px;
    line-height: 28px;
}

.breadcrumbs {
    height: 280px !important;
}

.breadcrumbs h1 {
    font-size: 40px;
}
}
.workBox .ctn .sv_link {
    display: none;
}