/*
Theme Name: WP Bootstrap Starter
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;
	font-family: "Manrope" !important;
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1520px;
  }
  }
  @media (max-width: 1399px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
  }

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;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
    position: relative;
    font-size: 48px;
    line-height: 58px;
    color: #111111;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h2::before {
    content: '';position: absolute;
    background: #00e280;
    width: 60px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    border-radius: 30px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
h6 {
    font-size: 20px;
    line-height: 30px;
    color: #00e280;
}
p, li {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
}

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
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: #111111;
    box-shadow: none;
    padding: 15px 0;
	border-bottom: 1px solid #ffffff1a;
}

.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 18px;
    font-weight: 600;
    font-size: 17px;
    transition: all linear 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    transition: all linear 0.3s;
    position: relative;
}

/* #masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    background: white;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    bottom: -10px;
} */

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

.navbar-brand {
  height: auto;
}

.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: 0;
  padding-top: 0;
}

.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: 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: #f7f7f7;
}
.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%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */


/* //=======================================================
		CUSTOM CSS START
//====================================================== */

.hdr-right div:nth-child(1) a, .hdr-right div:nth-child(1) i {
    color: white;
    text-decoration: none;
    transition: all linear 0.3s;
}

.hdr-right div:nth-child(1) i {
    margin-right: 10px;
}

.hdr-right div:nth-child(2) a {
    background: #00e381;
    color: #000000;
    transition: all linear 0.3s;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 30px;
}

.hdr-right div:nth-child(2) a:hover {
    background: white;
    color: #111;
}

.hdr-right div:nth-child(1) a {
    font-weight: 500;
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hdr-right div:nth-child(1) a:hover {
    color: #00e482;
}

.hdr-right div:nth-child(1) a:hover i {
    color: #00e482;
}

#hero-tittle h1, #hero-tittle code, #hero-tittle h1, #hero-tittle span {
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Manrope' !important;
    font-size: 130px;
    line-height: 150px;
}

#hero-tittle code {
    color: #00e482;
}

#Hero-P p {
    color: white;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
}

#Cstm-Btn a {
    transition: all linear 0.3s;
    text-decoration: none;
    background: #00e482;
    color: #000000;
    border: unset;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

#Cstm-Btn a:hover {
    background: white;
}

#hero-row {
    position: relative;
    bottom: 100px;
}

#Hero-Banner {
    padding-top: 10%;
    padding-bottom: 2%;
/* 	background-attachment: fixed; */
}

.portfolio_main {
  position: relative;
  overflow: hidden;
}

/* Thumbnail image wrapper */
.portfolio_thumbnail {
  position: relative;
}

/* Before pseudo element for blue background */
.portfolio_thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00e280c4;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.portfolio_content h3, .portfolio_content p {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

/* Image should stay above ::before */
.portfolio_thumbnail img {
  position: relative;
  /* z-index: 2; */
  width: 100%;
  display: block;
}

/* Content styling */
.portfolio_content {
  position: absolute;
  bottom: 145px;
  left: 0;
  right: 0;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}

/* Hover effects */
.portfolio_main:hover .portfolio_thumbnail::before {
  opacity: 1;
}

.portfolio_main:hover .portfolio_content {
  opacity: 1;
}

.portfolio_content p {
    color: white;
}

/* ++++++++++++++++ Tabs CSS ++++++++++++++++ */


#cstm-tabs-P .vc_tta-tabs-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: unset !important;
    position: unset !important;
    margin-top: 60px;
}

#cstm-tabs-P .vc_tta-tab.vc_active a {
    background: #00e280;
    color: white;
    border-color: #00e280 !important;
    font-weight: 700;
}

#cstm-tabs-P .vc_tta-tab a {
    background: white;
    border: 2px solid #fff !important;
    color: #202020;
    padding: 12px 25px !important;
    border-radius: 40px;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}

#cstm-tabs-P .vc_tta-tab a:nth-child(1) {
    padding: 12px 35px !important;
}

#cstm-tabs-P .vc_tta-panel-body {
    padding: 40px 0 0 0;
    background: #ebfdf5;
    border: unset;
}

#cstm-tabs-P .vc_tta-tab.vc_active a::before, #cstm-tabs-P .vc_tta-tab.vc_active a::after {
    display: none;
}

/* ++++++++++++++++ Tabs CSS ++++++++++++++++ */

#portfolio-sect {
    padding-top: 70px;
    padding-bottom: 40px;
}

#About-Sect h2 {
    margin: 10px 0 40px;
}

#About-Sect h2::before {
    display: none;
}

#ab-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

#ab-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #072ac8;
  font-weight: bold;
}

ul#ab-list {
    padding: 0;
    margin: 40px 0 40px !important;
    display: block;
    column-count: 2;
}

#Cstm-Btnn a {
    background: #00e280;
    color: #000000;
    transition: all linear 0.3s;
    text-decoration: none;
    border: unset;
    font-weight: 600;
    padding: 14px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
}

#Cstm-Btnn a:hover {
    background: white;
    color: #111;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#About-Sect {
    padding-top: 60px;
}

.portfolio_main {
    margin-bottom: 11%;
}

/* ========================== Flip Card CSS ========================== */

.flip-card {
  background-color: transparent;
  width: -webkit-fill-available;
  height: 337px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
}

.flip-card-front {
  background-color: #00e280;
  color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front h4, .flip-card-front h5, .flip-card-front p, .flip-card-front i {
    color: black !important;
}

.flip-card-back {
  color: #111;
  transform: rotateY(180deg);
  text-align: left;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front p {
    color: white;
}

.flip-card p {
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0 30px;
}

.flip-card h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
    padding: 0;
}

.flip-card h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.flip-card-front .ourteam-social a {
    color: white;
}

.flip-card .ourteam-social {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
}

.flip-card-back .ourteam-social a:hover {
    color: #072ac8;
}

.flip-card-back .ourteam-social a {
    color: #333;
}

#Team-Sect h2 {
    margin: 0 0 80px;
}

/* ========================== Flip Card CSS ========================== */

.flip-card-row2 .flip-card-front, .flip-card-row2 .flip-card-back {
    text-align: right !important;
}

.flip-card-row2 .ourteam-social {
    justify-content: right !important;
}

#Team-Sect {
    padding-bottom: 0px;
    padding-top: 100px;
}

/* ========================== Hover Card CSS ========================== */

.wordpress-card {
      position: relative;
      /* overflow: hidden; */
      background-color: transparent;
      border: 1px solid #dbe1f0;
      border-radius: 12px;
      transition: all 0.5s ease;
      cursor: pointer;
      max-width: 100%;
      margin: auto;
    }

    .wordpress-initial, .wordpress-hover {
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
      padding: 30px;
      gap: 100px;
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .wordpress-hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f3f3f3;
      opacity: 0;
      transform: translateY(20px);
      z-index: 1;
      border-radius: 12px;
      padding: 150px 30px 150px 30px;
    }

    .wordpress-card:hover .wordpress-hover {
      opacity: 1;
      transform: translateY(0);
    }

    .wordpress-card:hover .wordpress-initial {
      opacity: 0;
      transform: translateY(-20px);
    }

.wordpress-initial span {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-align: center;
}

.wordpress-initial h1 {
    font-size: 45px;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}

    .wordpress-initial .arrow {
      font-size: 24px;
    }

    .wordpress-hover img {
      max-width: 300px;
      border-radius: 12px;
    }

.wordpress-hover .content {
    max-width: 700px;
    padding-left: 10px;
}

.wordpress-hover .content h2 {
    font-size: 30px !important;
    margin: 0 0 14px !important;
    font-size: 50px;
    line-height: normal;
}

.wordpress-hover .content p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 5px;
}

    @media (max-width: 768px) {
/*       .wordpress-initial h1 {
        font-size: 32px;
      } */

      .wordpress-hover {
        flex-direction: column;
        text-align: center;
      }

      .wordpress-hover img {
        margin-bottom: 20px;
        max-width: 90%;
      }

      .wordpress-hover .content {
        padding: 0;
      }
    }

code {}

.wordpress-initial .arrow {
    position: absolute;
    right: 40px;
    transform: rotate(-45deg);
    color: #111;
    font-size: 50px;
}

.wordpress-hover .content h2::before {
    display: none;
}

.wordpress-hover .arrow {
    position: absolute;
    right: 40px;
    transform: rotate(50deg);
    color: #00e280;
    font-size: 50px;
}

/* ========================== Hover Card CSS ========================== */

#Servives_Sect {
    padding-top: 100px;
    padding-bottom: 110px;
}

h2#m-b-h2 {
    margin: 0 0 80px;
}

/* ========================== Footer CSS ========================== */

#colophon {
    display: none;
}

#footer-widget {
    background: url(/wp-content/uploads/2025/07/footer-bg.jpg) no-repeat;
    background-size: cover !important;
    background-position: top center;
    width: 100%;
    position: relative;
    padding: 120px 0 0 0;
    border-radius: 150px 150px 0 0;
}

#footer-widget #text-2 h1 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 65px;
    line-height: normal;
    font-weight: 600;
}

#footer-widget #text-3 p {
    color: white;
    margin: 0 0 16px;
    line-height: normal;
}

h3.ed-f i {
    margin-right: 12px;
}

.ed-f a {
    color: white;
    transition: all linear 0.2s;
    font-weight: bold;
    font-size: 30px;
    line-height: 70px;
    position: relative;
    text-decoration: none;
}

h3.ed-f a:nth-child(1)::before {
    content: '';
    position: absolute;
    background: white;
    width: -webkit-fill-available;
    height: 1px;
    bottom: -20px;
}


/* .ed-f a::before {
    content: '';
    position: absolute;
    background: white;
    width: -webkit-fill-available;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4px;
    transition: all linear 0.2s;
    opacity: 0;
} */

.ed-f a:hover::before {
    opacity: 1;
}

ul#menu-social-links {
    flex-direction: row !important;
}

#menu-social-links i {
    color: white;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all linear 0.2s;
}

#menu-social-links i:hover {
    background: #072ac8;
    color: white;
    border-color: #072ac8;
}

#menu-social-links a {
    padding: 0 20px 0 0;
}

#menu-social-links a:hover {
    background: transparent;
}

h3.ed-f {
    margin: 0 0 30px;
}

.row.footer-b {
    align-items: baseline;
    border-top: 1px solid #ffffff1a;
    margin-top: 80px;
    padding: 30px 0 10px;
}

.copy-right p {
    text-align: right;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.copy-right a {
    text-decoration: underline;
    color: white;
}

/* ========================== Footer CSS ========================== */


/* //=======================================================
		CUSTOM CSS END
//====================================================== */



#Contact-Sect h2::before {
    display: none;
}

.contact-form input, .contact-form textarea, .contact-form select {
    background: white;
    border: unset;
    box-shadow: rgb(149 157 165 / 26%) 0px 8px 24px;
    margin: 0 0 15px;
    padding: 0 20px 0;
    height: 42px;
}

.contact-form textarea {
    height: 150px;
    padding-top: 20px;
}

.contact-form p {
    margin: 0;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .wpcf7-submit {
    background: black;
    color: white;
    border-radius: 0;
    padding: 18px 40px;
    height: auto;
    transition: all linear 0.3s;
	margin-top: 3%;
}

.contact-form .wpcf7-submit:hover {
    background: white;
    color: black;
}

#Contact-Sect {
    padding-top: 60px;
    padding-bottom: 100px;
}

/* >>>>>>>>>>>>>>> Breadcrumbs CSS >>>>>>>>>>>>>>> */

.breadcrumbs {
    text-align: center;
/*     background-attachment: fixed !important; */
    background-size: cover !important;
    background-position: top center !important;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs h1 {
    color: white;
    font-size: 60px;
    line-height: 70px;
	font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
}

.breadcrumbs span {
    color: white;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.breadcrumbs i {
    color: white;
    margin: 0 15px;
}

.breadcrumbs span a {
    text-decoration: none;
}

.breadcrumbs span a span {
    color: #00e482;
}

/* >>>>>>>>>>>>>>> Breadcrumbs CSS >>>>>>>>>>>>>>> */


#bt-p-txt p {
    color: white;
    margin: 3% 0 0;
}

#About-Sect #Cstm-Btnn {
    margin: 8% 0 0;
}

.wordpress-card {
    margin-bottom: 6%;
}

.foot-add a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: -60px;
}

.foot-add i {
    margin-right: 10px;
}

.portfolio-tabs a {
    background: white;
    color: black;
    text-decoration: none;
    transition: all linear 0.3s;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
}

.portfolio-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 70px 0 40px;
}

.portfolio-tabs a:hover {
    background: #00e280;
    color: white;
}

/* >>>>>>>>>>>>>>>>>>>>>>> Contact >>>>>>>>>>>>>>>>>>>>>>> */

#Contact-Sect::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/Contactus.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 750px;
    left: -30%;
}

#Contact-Sect h2, #Contact-Sect h6 {
    color: white;
/*     padding-left: 50px; */
}

/* .contact-form {
    padding-left: 50px;
    width: 80%;
} */

.contact-form input, .contact-form textarea {
    border-radius: 0;
}

.contact-form .wpcf7-submit {
    background: white;
    color: black;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 50px;
}

.contact-form label {
    color: white;
    font-weight: 500;
}

#Contact-Sect h6 {
    margin-top: 6%;
}

iframe#G-Map {
    width: 100%;
    height: 750px;
}

/* >>>>>>>>>>>>>>>>>>>>>>> Contact >>>>>>>>>>>>>>>>>>>>>>> */

.hdr-right a:nth-child(1) {
    padding-right: 18px;
}

.full-width-video video {
  width: 100%;
  height: 344px;
  display: block;
  object-fit: cover;
}

.Cstm-Btn2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 19%;
}

.logo-ani-video video {
    height: 250px;
    width: 300px;
}

.Cstm-Btn2 a {
    padding: 16px 50px !important;
    font-size: 18px !important;
}

div#cont-col {
    padding-left: 50px;
}

.contact-form {
    width: 90%;
}

#portfolio-Images .vp-portfolio__item-img {
    border: 3px solid #00e582;
    border-radius: 10px;
}

#portfolio-Images {
    padding-top: 60px;
    padding-bottom: 60px;
}

ul#menu-social-links a {
    padding: 0;
}

ul#menu-social-links {
    gap: 15px;
}


#wc-col h2 {
    margin: 0 0 30px;
}

#wc-col h2::before {
    bottom: -17px;
}

.icon-image {
    text-align: center;
    box-shadow: rgb(149 157 165 / 30%) 0px 8px 24px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    margin: 0 auto 40px;
    transition: all linear 0.3s;
    cursor: pointer;
    position: relative;
}

.icon-image img {transition: all linear 0.3s;}

.icon-image:hover {background: #00e280;}

.icon-image:hover img {
    filter: brightness(0);
}

.icon-image::before {
    content: '1';
    position: absolute;
    color: black;
    top: 0;
    font-size: 16px;
    right: 0;
    background: #00e280;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-image:hover::before {
    background: white;
    box-shadow: rgb(149 157 165 / 27%) 0px 8px 24px;
}

.wc-contn h3 {
    font-weight: bold;
    color: #111;
    font-size: 22px;
    margin: 0 0 10px;
}

.wc-contn p {
    width: 90%;
    margin: 0 auto;
}

div#wc-col {
    margin: 0 0 40px;
}

#wc-sect {
    padding-top: 80px;
    padding-bottom: 80px;
}

.im2::before {
    content: '2';
}

.im3::before {
    content: '3';
}

.im4::before {
    content: '4';
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Responsive CSS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

@media (max-width: 1199px) {
  .hdr-right {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hdr-right {
    display: flex;
  }
}


@media only screen and (max-width: 1199px) {
button.navbar-toggler span { font-size: 0px; width: 50px; height: 1px; padding: 1px; background: #000; width: 25px; margin: 0px auto 4px auto; }
button.navbar-toggler { background: #00e582; padding: 8px 8px 5px; display: flex ; flex-direction: column; }
#masthead #menu-main-menu a { color: black !important; padding: 0 0 4px !important; } 
#masthead #menu-main-menu { background: #00e582; align-items: center; justify-content: center; padding: 10px 0; border-radius: 12px; border-top: 4px solid #000000; border-bottom: 4px solid #000000; width: 80%; margin: 0 auto 2%; }
.hdr-right { justify-content: center; margin: 0 auto; }
header#masthead { padding: 5px 0 10px; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
#hero-tittle h1, #hero-tittle code, #hero-tittle h1, #hero-tittle span { font-size: 35px; line-height: 47px; }
#hero-row { position: relative; bottom: -20px; }
p, li { font-size: 16px !important; line-height: 27px !important; }
#Hero-Banner #Cstm-Btn { text-align: left; margin: 25px 0 0; }
#Hero-Banner { padding-top: 9%; padding-bottom: 12%; }
#About-Sect { padding-top: 30px; }
#About-Sect .vc_single_image-wrapper { margin-bottom: 8%; }
h6 { font-size: 18px; line-height: 28px; }
h2 { font-size: 35px; line-height: 45px; }
#About-Sect h2 { margin: 8px 0 12px; }
#Cstm-Btnn a { padding: 12px 30px; letter-spacing: 1px; }
h2::before { width: 50px; bottom: -15px; }
h2#m-b-h2 { margin: 0 0 50px; }
	
.wordpress-initial, .wordpress-hover { display: block; padding: 20px; gap: 100px; text-align: center; }
.wordpress-initial span { padding: 7px 25px; width: auto; }
.wordpress-initial h1 { font-size: 28px; margin: 5% 0 16%; }
.wordpress-initial .arrow { position: absolute; right: 0; left: 0; font-size: 30px; bottom: 10px; }
.wordpress-hover .arrow { position: absolute; right: 0; left: 0; margin: 0 auto; text-align: center; }
.wordpress-hover { height: 690px; }
#Servives_Sect { padding-top: 50px; padding-bottom: 50px; }
.portfolio-tabs { gap: 15px; margin: 40px 0 20px; flex-wrap: wrap; }
#portfolio-sect { padding-top: 30px; padding-bottom: 30px; }
#Team-Sect h2 { margin: 0 0 40px; }
#Team-Sect { padding-bottom: 0px; padding-top: 30px; }
#Contact-Sect::before { width: -webkit-fill-available; height: -webkit-fill-available; left: 0; }
div#cont-col { padding-left: 15px; }
.contact-form input, .contact-form textarea, .contact-form select { margin: 0 0 20px; padding: 0 20px 0; height: 40px; }
.contact-form { width: 95%; margin-top: 20px; }
#Contact-Sect { padding-top: 0px; padding-bottom: 0px; }
iframe#G-Map { width: 100%; height: 400px; }
#footer-widget #text-2 h1 { font-size: 30px; }
.foot-add a { font-size: 16px; line-height: 27px; position: unset; }
#footer-widget #text-3 p { margin: 10px 0 0px }
.ed-f a { font-size: 18px; line-height: 60px; }
h3.ed-f i { margin-right: 5px; }
h3.ed-f { margin: 0 0 0px; }
.fotr-logo { text-align: center; }
.copy-right p { text-align: center !important; }
.row.footer-b { margin-top: 10px; padding: 10px 0 10px; }
#footer-widget { padding: 30px 0 0 0; border-radius: 20px 20px 0 0; }
div#g-img-mb { padding-bottom: 11%; }
.Cstm-Btn2 a { padding: 12px 35px !important; font-size: 16px !important; }
.Cstm-Btn2 { bottom: 23%; }
.page-id-7 #footer-widget { margin-top: 6% !important; }
.portfolio_content { bottom: 105px; }
.contact-form .wpcf7-submit { margin: 2% 0 15%; padding: 12px 35px; font-size: 17px; }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
#hero-tittle h1, #hero-tittle code, #hero-tittle h1, #hero-tittle span { font-size: 80px; line-height: 95px; }
p, li { font-size: 16px !important; line-height: 28px !important; }
#hero-row .vc_col-sm-5 { display: none; } #hero-row .vc_col-sm-4 { width: 70%; } #hero-row .vc_col-sm-3 { width: 30%; }
#hero-row { position: relative; bottom: -20px; }
#Hero-Banner { padding-top: 6%; padding-bottom: 7%; }
h6 { font-size: 18px; line-height: 28px; }
h2 { font-size: 35px; line-height: 46px; }
#About-Sect h2 { margin: 6px 0 12px; }
#Cstm-Btnn a { padding: 12px 30px; }
#About-Sect { padding-top: 30px; }
.wordpress-initial span { padding: 8px; border-radius: 5px; font-size: 14px; width: 180px; }
.wordpress-initial h1 { font-size: 30px; }
.wordpress-initial .arrow { font-size: 40px; }
.wordpress-hover { flex-direction: row !important; }
.wordpress-hover img { margin-bottom: 0; max-width: 25%; }
.wordpress-hover .content { text-align: left; }
.wordpress-hover .content h2 { font-size: 24px !important; margin: 0 0 5px !important; }
.wordpress-hover .content p { font-size: 14px !important; line-height: 22px !important; }
.wordpress-hover .arrow { font-size: 30px; }
#Servives_Sect { padding-top: 50px; padding-bottom: 50px; }
.portfolio-tabs { margin: 50px 0 30px; flex-wrap: wrap; }
/* .full-width-video video { height: 200px; } */
.Cstm-Btn2 a { padding: 12px 35px !important; font-size: 16px !important; }
#portfolio-sect { padding-top: 50px; padding-bottom: 30px; }
.flip-card h4 { font-size: 17px; line-height: 27px; margin: 0 0 0px; }
.flip-card h5 { margin: 0; letter-spacing: 1px; }
.flip-card p { font-size: 14px !important; line-height: 22px !important; margin: 6px 0 10px; }
.flip-card-front, .flip-card-back { padding: 15px; }
.flip-card { height: 192px; }
#Team-Sect { padding-bottom: 0px; padding-top: 30px; }
.contact-form input, .contact-form textarea, .contact-form select { margin: 0 0 18px; padding: 0 10px 0; height: 38px; }
#Contact-Sect h6 { margin-top: 6%; }
div#cont-col { padding-left: 20px; }
#Contact-Sect { padding-top: 40px; padding-bottom: 0px; }
iframe#G-Map { width: 100%; height: 500px; }
div#map-tb { margin: 0; }
.contact-form { margin-top: 10px; }
.contact-form .wpcf7-submit { font-size: 16px; padding: 10px 40px; }
#footer-widget #text-2 h1 { font-size: 40px; line-height: 55px; }
#footer-widget #text-3 p { margin: 0 0 6px; }
.ed-f a { font-size: 21px; line-height: 55px; }
h3.ed-f a:nth-child(1)::before { bottom: -16px; }
h3.ed-f { margin: 0 0 0px; }
.foot-add a { font-size: 16px; line-height: 29px; position: relative; bottom: -10px; }
.row.footer-b { margin-top: 20px; padding: 10px 0 8px; }
#footer-widget { padding: 41px 0 0 0; border-radius: 50px 50px 0 0; }
.page-id-7 #footer-widget { margin-top: 5% !important; }
.portfolio_content h3, .portfolio_content p { font-size: 18px; }
.portfolio_content Specificity: (0,1,0) { bottom: 81px; }
#masthead #menu-main-menu { width: 40%; }
}


@media screen and (min-width: 800px) and (max-width: 850px) {
.flip-card { height: 200px; }
/* .full-width-video video { height: 210px; } */
}

@media screen and (min-width: 851px) and (max-width: 900px) {
.flip-card { height: 216px; }
/* .full-width-video video { height: 230px; } */
}

@media screen and (min-width: 901px) and (max-width: 950px) {
.flip-card { height: 230px; }
/* .full-width-video video { height: 240px; } */
}

@media screen and (min-width: 951px) and (max-width: 1000px) {
.flip-card { height: 242px; }
/* .full-width-video video { height: 250px; } */
}

@media screen and (min-width: 1001px) and (max-width: 1024px) {
.flip-card { height: 255px; }
/* .full-width-video video { height: 265px; } */
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
#masthead #menu-main-menu { width: 40%; }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
#hero-tittle h1, #hero-tittle code, #hero-tittle h1, #hero-tittle span { font-size: 90px; line-height: 110px; }
#hero-row .vc_col-sm-5 { width: 35%; } #hero-row .vc_col-sm-4 { width: 40%; }
#Hero-P p { font-size: 16px; line-height: 27px; }
#hero-row { bottom: 79px; }
#Hero-Banner { padding-top: 6%; padding-bottom: 0%; }
h2 { font-size: 45px; line-height: 55px; }
#About-Sect h2 { margin: 7px 0 30px; }
#About-Sect { padding-top: 50px; }
#Servives_Sect { padding-top: 70px; padding-bottom: 90px; }
.wordpress-initial h1 { font-size: 40px; }
.wordpress-initial, .wordpress-hover { gap: 60px; }
.wordpress-initial .arrow { right: 30px; font-size: 35px; }
.wordpress-hover .arrow { right: 30px; font-size: 35px; }
/* .full-width-video video { height: 275px; } */
.Cstm-Btn2 a { padding: 14px 40px !important; font-size: 17px !important; }
#portfolio-sect { padding-top: 50px; padding-bottom: 30px; }
#Team-Sect { padding-bottom: 0px; padding-top: 60px; }
#footer-widget #text-2 h1 { font-size: 55px; }
.ed-f a { font-size: 28px; }
#footer-widget { padding: 100px 0 0 0; border-radius: 100px 100px 0 0; }
}


@media screen and (min-width: 1200px) and (max-width: 1250px) {
/* .full-width-video video { height: 321px; } */
}


@media screen and (min-width: 1251px) and (max-width: 1300px) {
/* .full-width-video video { height: 335px; } */
}

@media screen and (min-width: 1301px) and (max-width: 1350px) {
/* .full-width-video video { height: 345px; } */
}

/* @media screen and (min-width: 1351px) and (max-width: 1400px) {
.full-width-video video { height: 345px; }
}

@media screen and (min-width: 1401px) and (max-width: 1450px) {
.full-width-video video { height: 385px; }
}

@media screen and (min-width: 1451px) and (max-width: 1500px) {
.full-width-video video { height: 395px; }
}

@media screen and (min-width: 1501px) and (max-width: 1550px) {
.full-width-video video { height: 405px; }
}

@media screen and (min-width: 1551px) and (max-width: 1600px) {
.full-width-video video { height: 415px; }
}

@media screen and (min-width: 1601px) and (max-width: 1650px) {
.full-width-video video { height: 415px; }
}


@media screen and (min-width: 1651px) and (max-width: 1800px) {
.full-width-video video { height: 415px; }
}

@media screen and (min-width: 1801px) and (max-width: 1950px) {
.full-width-video video { height: 415px; }
} */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Responsive CSS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */