/*
Theme Name: Saniya Imtiaz
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 fcor 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
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
--------------------------------------------------------------*/
/* ----custom fonts------ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap');


@font-face {
    font-family: 'MonktonW01-Book';
    src: url('inc/assets/fonts/MonktonW01-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonktonW01-Bold';
    src: url('inc/assets/fonts/MonktonW01-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sebastian Bobby Alt Slanted';
    src: url('inc/assets/fonts/SebastianBobbyAltSlanted.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sebastian Bobby Slanted';
    src: url('inc/assets/fonts/SebastianBobbySlanted.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sebastian Bobby Alt';
    src: url('inc/assets/fonts/SebastianBobbyAlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sebastian Bobby';
    src: url('inc/assets/fonts/SebastianBobby.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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;
  font-family: poppins !important;
}

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;
  font-family: poppins !important;  
}

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: "MonktonW01-Book" !important; 
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
  font-family: "MonktonW01-Book" !important;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: "MonktonW01-Book" !important;
}
h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "MonktonW01-Book" !important;  
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "MonktonW01-Book" !important;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
 font-family: "MonktonW01-Book" !important; 
}

p {
  margin-bottom: 1.5em;
  font-family: poppins !important;
}
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 {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.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: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

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;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.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: 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;
}
/* -------custom css------ */

body.mega-menu-primary-mobile-open {
    overflow: hidden;
}
.container {
    max-width: 1170px;
}
header#masthead {
    background: transparent;
    box-shadow: none !important;
    padding: 0px;
    transition: 0.5s;
    padding-top: 12px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 200;
}
.navbar-brand img {
    height:105px;
	width: 105px;
/* 	filter: brightness(500%) contrast(190%) saturate(0%) blur(0px) hue-rotate(0deg); */
}
header#masthead.sticky {
    position: fixed;
    z-index: 999;
    top: 0px;
    background: #000000fc;
	border-bottom: solid 3px #959393;
}

header#masthead.sticky .navbar-brand img {
	height: 74px;
}
li.current-menu-item.btn-header {
    border-bottom: 0px !important;
}

li.current-menu-item.btn-header a {
    color: #fff !important;
}
ul.mega-sub-menu {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
header#masthead #main-nav #menu-main-menu li a {
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

header#masthead #main-nav #menu-main-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

header#masthead #main-nav #menu-main-menu li a:hover {
    font-weight: 500;
    color: #afadad;
}
/* .btn-header a {
    border: solid 1px #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 0px;
    transition: 0.5s;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
} */
/* 
.btn-header {
    margin-left: 20px;
} */

/* .btn-header a:hover {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    border: solid 1px #05428a !important;
    transform: scale(1.1);
} */
/* -----mega menu start------ */
#mega-menu-wrap-primary {
    width: 100%;
    background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary li a {
    background: transparent !important;
    font-family: 'Poppins' !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#mega-menu-wrap-primary ul .btn-header {
    border: solid 1px #fff !important;
    margin-left: 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header:hover {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    border: solid 1px #05428a !important;
    transform: scale(1.1);
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header {
    transition: 0.5s;
}

#mega-menu-wrap-primary #mega-menu-primary li a:hover {
    color: #afadad !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header a {
    color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary li a {
    transition: 0.5s;
}


/* -------mega menu end------ */

header#masthead #main-nav #menu-main-menu li.current-menu-item {
    border-bottom: solid 2px #afadad;
}

header#masthead #main-nav #menu-main-menu li.current-menu-item a {
    color: #afadad;
}
.first-sec-home {
	padding-top: 240px !important;
    padding-bottom: 300px !important;
    background-size: 100% 100%;
}
.newfirst-sec-home {
	padding-top: 225px !important;
    padding-bottom: 270px !important;
    background-size: 100% 100%;
}
.first-sec-home h1 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.newfirst-sec-home h1 {
    font-size: 78px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.first-sec-home h1 strong {
    background: #05428a;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.rethink-head {
    text-align: center;
    margin: 0 auto;
    width: 22%;
    background: #fff;
    padding: 7px 22px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 3px rgb(123 119 119 / 63%);
}

.rethink-head p {
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.txt-banner-home {
    margin-bottom: 0px;
}

.txt-banner-home {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    padding-top: 16px;
}
.newfirst-sec-home .txt-banner-home {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    padding-top: 16px;
}
.btn-home-baner a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-size: 16px !important;
border-radius: 0px !important;
}
.newfirst-sec-home .btn-home-baner {
    margin-top: 45px;
}

.btn-home-baner a:hover {
    border: solid 1px #fff !important;
    color: #fff !important;
    box-shadow: 0px 0px 20px 3px rgb(123 119 119 / 63%);
    transform: scale(1.1);
    background: transparent !important;
}
.first-sec-home h6 {
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
	text-shadow: 0px 4px 8px rgb(0 0 0 / 40%);
}
/* .down-img img {
    animation: bounce 0.5s infinite alternate;
} */
/* @keyframes bounce{
0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-10px);
}
} */

.down-img {
    position: relative;
    top: 90px;
}
.sec2-home {
    padding-top: 70px !important;
    padding-bottom: 60px;
}

.sec2-home .wpb_text_column {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(150deg,#4f328c 0%,#423a93 68%);
    border-radius: 0px;
    box-shadow: 0px 0px 30px #0000002e;
}

.sec2-home .wpb_text_column p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.sec3-home {
    padding-top: 50px !important;
    padding-bottom: 80px;
  background-position: bottom !important;
  background-image: url(/wp-content/uploads/2022/03/vc_foundation.png);
  background-repeat: no-repeat;
}
.btn-blue a {
	 background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.btn-blue a:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1);
}
.btn-whole-story a {
    background: transparent !important;
    color: #064389 !important;
    font-family: 'Poppins';
    font-size: 18px !important;
    padding: 0px !important;
    width: 198px;
    text-align: left !important;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-whole-story a:hover i {
    right: 10px !important;
}

.btn-whole-story a i {
    transition: 0.5s;
    margin-top: 1px;
}
.sec3-home .right-box-home h6 {
    font-size: 18px;
    color: #06438a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sec3-home .right-box-home h2 { 
    font-size: 48px;
    color: #000000;
    padding-bottom: 0px;
	margin-top: 6px;
}
.newsec3-home  h5 {
    margin-top: -12px;
    font-family: 'Poppins' !important;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #585858;
    border-bottom: solid 1px #58585838;
    padding-bottom: 20px;
}
.newsec3-home .right-box-home h2 {
    font-size: 29px;
    color: #000000;
    padding-bottom: 20px;
    margin-top: -10px;
}
.newsec3-home .right-box-home h2 strong {
	font-family: 'Protest Riot', sans-serif !important;
    font-size: 72px;
    position: relative;
    top: 13px;
    color: #064383;
    left: 0px;
}
.social-icns {
    position: absolute;
    bottom: 115px;
    left: 68px;
}

.social-icns ul {
    list-style: none;
    padding-left: 0px;
}

.social-icns ul li strong {
    display: none;
}

.social-icns ul li a i {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    padding: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 28px;
}

.social-icns ul li {
    padding-bottom: 15px;
    text-align: center;
}
.newsec3-home .right-box-home h2 strong {
    color: #064383;
    padding-bottom: 0px;
    margin-top: 6px;
    font-family: 'Protest Riot', sans-serif !important;
    font-size: 72px;
}
.sec3-home .right-box-home h2 strong {
    font-family: 'MonktonW01-Bold';
}
.sec3-home .right-box-home p {
    font-size: 14px;
    color: #585858;
}
.newsec3-home .right-box-home p {
    font-size: 15px;
    color: #585858;
}
.sec3-home .vc_col-sm-6 .wpb_single_image img {
    width: 388px;
    height: 388px;
    object-fit: cover;
    border: solid 10px #f1f1f1;
    box-shadow: 0px 0px 5px 3px rgb(123 119 119 / 63%);
}
.newsec3-home .vc_col-sm-6 .wpb_single_image img {
	height: 574px;
	width: 485px;
}
.newsec3-home .right-box-home h6 {
    background: #064383;
    width: 130px;
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.service-sec-home .service-box .aio-icon-description p {
    margin-bottom: 10px;
}
.service-sec-home {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
   background: transparent linear-gradient(180deg, rgb(248 247 252) 0%, #FFFFFF00 80%) 0% 0% no-repeat padding-box;
}
.service-sec-home .service-box .img-services li:before {
    display: none !important;
}
.service-sec-home .service-box .img-services li {
    padding-left: 10px !important;
    padding-right: 10px;
    margin: 5px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #025cbf21;
    border-radius: 5px;
	transition: 0.5s;
}
.service-sec-home .service-box .img-services li:hover{
	transform: translate(0px, -6px);
}
.service-sec-home .service-box .img-services li img {
    width: 25px;
}

.service-sec-home .service-box .img-services {
    display: flex;
	 padding-left: 0px;
	margin-top:20px;
}

.service-sec-home .service-box .img-services li:first-child {
    margin-left: 0px !important;
}
.service-sec-home h2 {
	font-size: 50px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 700;
}


.service-bx-new-1 h3 {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    position: absolute;
    padding-left: 34px;
    top: 12px;
    z-index: 9;
}

.service-bx-new-1 .imag img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.service-bx-new-1 .imag:before {
    content: '';
    background: #064383e0;
    height: 500px;
    width: 360px;
    display: block;
    position: absolute;
}

.service-bx-new-1 .redmore {
	position: absolute;
    bottom: 115px;
    z-index: 9;
    padding-left: 34px;
}

.service-bx-new-1 .redmore a {
    background: transparent !important;
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px !important;
    padding: 0px !important;
    width: 198px;
    text-align: left !important;
    font-weight: 600;
    text-transform: capitalize;
}

.service-bx-new-1 .redmore a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: relative;
    left: 15px;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 30px;
    transition: 0.4s;
    color: #064383;
}

.service-bx-new-1 .redmore a:hover::after {
    left: 20px;
}

.service-bx-new-1 .redmore a:hover {
    text-decoration: none;
}
.down-service {
    position: relative;
    top: 82px;
}

.down-service .redmore {
    bottom: 38px;
}
.service-bx-new-1 {
    background: #064383;
    height: 500px;
}

.service-bx-new-1 p {
    position: absolute;
    top: 172px;
    z-index: 9;
    color: #fff !important;
    text-align: left !important;
    padding-left: 37px;
    font-size: 16px !important;
    padding-right: 65px;
}
.service-bx-new-1:hover {
    background: #064383f2;
}



.service-sec-home .wpb_text_column {
    margin-bottom: 80px;
}

.service-sec-home .wpb_text_column p {
    font-size: 14px;
    text-align: center;
    color: #585858;
}

.service-sec-home .service-box {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.service-sec-home .service-box .aio-icon-header h3 {
    font-size: 30px;
    text-align: left;
    color: #064389;
	margin-top: 15px !important;
}

.service-sec-home .service-box .aio-icon-top .align-icon {
    text-align: left !important;
}

.service-sec-home .service-box .aio-icon-description {
    text-align: left;
    color: #585858;
    font-family: 'Poppins';
    font-size: 14px;
}

.service-sec-home .service-box:hover {
    background: #fff;
    box-shadow: 0px 3px 36px #547a9e24;
  border-radius:4px;
}
.service-sec-home .service-box  .aio-icon-read {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    margin-top: 25px;
    color: #fff;
    width: 42%;
    padding-left: 18px;
    border-radius: 0px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #053160;
    transition: 0.5s;
}
.service-sec-home .service-box .aio-icon-read {
     width: 360px;
    text-align: center;
    border-radius: 0;
    margin-left: -20px;
    opacity: 0;
	
}
.service-sec-home .service-box:hover  .aio-icon-read {
        opacity: 1;
}
.service-sec-home .service-box .aio-icon-img {
    width: 100%;
    /* height: 240px; */
    overflow: hidden;
}

.service-sec-home .service-box .aio-icon-img img {
    width: auto;
    height: 185px;
    object-fit: cover;
}

.top-icon .aio-icon-header+.aio-icon-description ul {
    padding: 0;
    list-style: none;
}

.top-icon .aio-icon-header+.aio-icon-description ul li {
    position: relative;
    padding-left: 16px;
    margin: 4px 0;
}

.top-icon .aio-icon-header+.aio-icon-description ul li:before {
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: #064389;
}
.service-sec-home .service-box .aio-icon-img {
    width: 100%;
}
.service-sec-home .service-box .aio-icon-img {
    width: 100%;
}

.service-sec-home .service-box .aio-icon-header {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.service-sec-home .service-box .aio-icon-description {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.service-sec-home .service-box .aio-icon-read:hover {
    text-decoration: none;
    border: solid 1px #000000;
    color: #000000;
    background: transparent !important;
}


.service-sec-home .service-box .aio-icon-read:hover {
    text-decoration: none;
    border: solid 1px #000000;
    color: #000000;
    background: transparent !important;
}


.service-box-home {
    border: solid 1px #c9c9c9;
    margin-top: 38px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.4s;
    border-radius: 0px;
    margin-bottom: 100px !important;
}

.service-box-home .aio-icon-img img {
    height: 65px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.service-box-home .aio-icon-img {
    background: #fff;
    margin-top: -60px !important;
    border: dashed 1px #004482;
    padding: 20px;
    border-radius: 50%;
    height: 74px;
    width: 74px;
}

.service-box-home h3.aio-icon-title {
    font-size: 25px !important;
    color: #064389;
    margin-top: 15px !important;
    text-align: center;
}

.service-box-home .aio-icon-description {
    color: #585858;
    font-family: 'Poppins';
    font-size: 14px;
}

.service-box-home .aio-icon-description .readmre a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
}

.service-box-home .aio-icon-description .readmre {
    margin-top: 38px;
}

.service-box-home .aio-icon-description .readmre a:hover {
    border: solid 1px #000 !important;
    color: #000;
    background: transparent !important;
    text-decoration: none;
}

.service-box-home:hover {
    background: #fff;
    box-shadow: 0px 3px 36px #547a9e24;
    border-radius: 4px;
	border: solid 1px #004482;
}
ul.colms2-bluts {
    list-style: none;
    padding-left: 0px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.colms2-bluts li {
    position: relative;
    padding-left: 16px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
}

ul.colms2-bluts li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #004389;
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 6px;
}



.we-work-sec {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background: #f8f7fc;
}
.we-work-sec .wpb_text_column {
    text-align: center;
    margin-bottom: 0px;
}

.we-work-sec .wpb_text_column p {
    font-size: 18px;
    color: #064287;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
	font-family: 'MonktonW01-Book' !important;
}

.we-work-sec h2 {
    font-size: 50px;
    color: #000000;
    margin-bottom: 0px;
	margin-top: 6px;
	text-transform: capitalize;
	font-weight: 700;
}
.we-work-sec .we-work-box .aio-icon-header h3 {
    color: #000;
    text-align: center;
    transition: all 0.3s ease-in-out !important;
}

.we-work-sec .we-work-box .aio-icon-description {
    color: #000;
    text-align: center;
    transition: all 0.3s ease-in-out !important;
}

.we-work-sec .we-work-box .aio-icon-top .align-icon {
    padding: 26px;
    background: #074382;
    display: inline-block;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    transition: all 0.3s ease-in-out !important;
}

.we-work-sec .we-work-box .ult-just-icon-wrapper {
    text-align: center;
}

.we-work-sec .we-work-box:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out !important;
}

.we-work-sec .we-work-box:after {
    content: '';
    height: 100px;
    width: 100px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    position: absolute;
    left: 45px;
    top: 30px;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: translate(-30px, -30px);
    transition: all 0.5s ease-in-out !important;
}


.we-work-sec .we-work-box:hover:after {
    width: 92.5%;
    height: 88%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

.we-work-sec .we-work-box:hover:before {
    width: 0%;
}

.we-work-sec .we-work-box:hover .aio-icon-description,.we-work-sec .we-work-box:hover .aio-icon-header h3 {
    color: #fff;
}

.we-work-sec .we-work-box:hover .aio-icon-top .align-icon {
    background: #fff;
}

.we-work-sec .we-work-box:hover .aio-icon-top .align-icon img {
    filter: invert(1);
    transition: all 0.3s ease-in-out;
}
.we-work-sec .we-work-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    height: 270px;
	box-shadow: 0px 0px 10px #547a9e78;
	overflow: hidden;
}

.we-work-sec .we-work-box .aio-icon-header h3 {
    text-align: center;
    font-size: 25px;
    color: #074382;
}

.we-work-sec .we-work-box .aio-icon-description {
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
}
.new-why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    display: none !important;
}

.new-why-us-sec h3:before {
    display: none !important;
}

.new-why-us-sec .wpb_text_column p {
    padding-left: 0px !important;
}

.new-why-us-sec .countr .stats-desc {
    text-align: left;
}

.new-why-us-sec .countr .stats-desc .stats-number {
    font-size: 40px !important;
    font-family: poppins !important;
    font-weight: 800;
    background: linear-gradient(to right, #074381 0%, #0f67d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.new-why-us-sec .countr .stats-desc .stats-text {
    font-family: 'Poppins';
    font-size: 16px !important;
    font-weight: 500;
    color: #05428b;
}

.new-why-us-sec .countr .stats-desc .stats-number:after {
    content: '+';
    margin-left: 7px;
}

.new-why-us-sec .numbrs-row {
    border-top: solid 1px #07458721;
    padding-top: 24px;
}

.new-why-us-sec h3 {
    font-size: 35px !important;
	padding-left: 0px !important;
}
.why-us-sec {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    background-color: #443a930a;
}

.why-us-sec .why-us-txt {
    margin-bottom: 0px;
}
.why-us-sec .why-us-txt p{
    font-size: 18px !important;
    color: #064389 !important;
    font-weight: 600;
	padding-left: 0px !important;
	text-transform:uppercase;
	font-family: 'MonktonW01-Book' !important;
}
.why-us-sec h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
	margin-top: 6px;
	text-transform: capitalize;
}
.why-us-sec h3 {
    font-size: 25px;
    color: #063f79;
    font-weight: 600;
	padding-left:24px;
	position: relative;
}

.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
	content: '';
    height: 564px;
    width: 2px;
    display: block;
    background: #074381;
    top: 25%;
    position: absolute;
    left: 18px;
}

.why-us-sec h3:before {
    content: '';
    display: block;
    background: #074381;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 5px;
    box-shadow: 0px 3px 36px #547a9e;
}


.why-us-sec .wpb_text_column p {
    color: #585858;
    font-size: 14px;
	padding-left:24px;
}
.why-us-sec .ult-modal-input-wrapper img {
 border: solid 15px #f1f1f1 !important;
    box-shadow: 0px 0px 16px 3px rgb(123 119 119 / 55%) !important;
}

.why-us-sec .ult-modal-input-wrapper {
    margin-bottom: 0px !important;
}

.why-us-sec .ult-modal-input-wrapper:before {
    content: '';
    background: url('/wp-content/uploads/2022/04/youtube.png');
    display: block;
    height: 113px;
    width: 127px;
    top: 40%;
    position: absolute;
    left: 40%;
    pointer-events: none;
    filter: brightness(135%) contrast(118%) saturate(0%) blur(0px) hue-rotate(0deg);
	display:none;
}
.why-us-sec .wpb_single_image {
    margin-bottom: 0px;
}
.events {
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 40px 20px 40px 20px;
}

.events h3 {
    font-size: 32px;
    color: #05428b;
    margin-top: 0px;
	line-height:1.2;
}

.events .col-md-2 {
    text-align: center;
}

.events .row {
    align-items: center;
}

.events .col-md-8 {
    border-left: solid 1px black;
    margin-left: -10px;
    padding-left: 40px;
}

.events .col-md-2 a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #fff;
}

.events .btn-evnts:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1);
    text-decoration:none;
}

.new-event-sec h2.vc_custom_heading {
    margin-bottom: 0px;
}
.new-event-sec .col-event .vc_col-sm-12:before {
    content: '';
    background: url(/wp-content/uploads/2024/02/Element-stripes-1.jpg);
    height: 30px;
    width: 40px;
    display: block;
    background-size: contain;
    position: absolute;
    right: -25px;
    top: -10px;
}


.new-event-sec .col-event .vc_col-sm-12:after {
    content: '';
    background: url(/wp-content/uploads/2024/02/Element-stripes-1.jpg);
    height: 30px;
    width: 40px;
    display: block;
    background-size: contain;
    position: absolute;
    left: -25px;
    bottom: -10px;
}
.stay-plugged-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.stay-plugged-sec h2 {
    text-align: left !important;
    font-size: 35px;
    color: #4b348e;
}

.stay-plugged-sec .wpb_text_column p {
    font-size: 14px;
}

.stay-plugged-sec .wpb_text_column {
    margin-bottom: 0px;
}

.stay-plugged-sec .wpb_text_column .stay-plugged {
    position: relative;
}

.stay-plugged-sec .wpb_text_column .stay-plugged .wpcf7-email {
    width: 70%;
    height: 50px;
    background-color: #f8f7fb;
    border: 0px;
}

.stay-plugged-sec .wpb_text_column .stay-plugged .wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 29%;
    height: 50px;
    background: transparent linear-gradient(262deg, #4f328c 0%, #423a93 100%) 0% 0% no-repeat padding-box !important;
    border: 0px;
    transition: 0.5s;
}

.stay-plugged-sec .wpb_text_column .stay-plugged .wpcf7-submit:hover {
    background: transparent !important;
    border: solid 1px #453992;
    color: #453891;
    transform: scale(1.1);
}
.first-sec-home #particle-canvas {
  width: 100%;
  height: 100%;
}
.first-sec-home .wpb_raw_code {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 778px !important;
    display: none;
}

.first-sec-home .wpb_raw_code .wpb_wrapper {
    height: 778px;
}

.first-sec-home .wpb_raw_code .wpb_wrapper canvas {
    width: 100%;
    height: 100%;
  z-index: 0 !important;
}
.first-sec-home .wpb_column.vc_column_container.vc_col-sm-12 {
    position: unset !important;
}

.first-sec-home .vc_row.wpb_row.vc_row-fluid {
    position: unset;
}

.first-sec-home #particle-canvas div {
    background: transparent !important;
    z-index: 0 !important;
}
/*------testimonials section----*/
.contnt {
    padding-top: 16px;
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
}
.title-desgn {
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.title-desgn img {
    height: 50px !important;
    width: 50px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.title-desgn h2 {
    font-family: 'Futura';
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.title-desgn h4 {
    margin-top: 0px;
    font-family: 'Rubik';
    font-size: 13px;
}
.quotes {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fcc73e;
    border-radius: 0px 0px 50% 50%;
    padding-bottom: 6px;
    padding-top: 5px;
}
.quotes i {
    color: #fff;
}

div#testimonial {
    padding-top: 25px;
}

div#testimonial .item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.testimonials-box .post-one img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}
.testimonials-box .post-one .top img {
    border: solid 2px #cfcfcf;
}
.one-posts {
    box-shadow: 0px 3px 10px #0000004a;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    padding-top: 30px;

}
.Reviews-sec .one-posts{
	height:380px;
}

.owl-stage-outer {
   padding-top: 18px;
}

.post-one {
    text-align: center !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -7%;
    top: 45%;
}

.owl-nav .owl-prev i {
    border: solid 1px #064383;
    padding: 13px;
    color: #064383;
    border-radius: 0px;
}

.owl-nav .owl-next {
    position: absolute;
    right: -7%;
    top: 45%;
}
.owl-nav .owl-next i {
        border: solid 1px #064383;
        padding: 13px;
        color: #064383;
        border-radius: 0px;
}

.contnt h2 {
    color: #000;
    margin-top: 30px;
}
/*.Reviews-sec:before {*/
/*    content: '';*/
/*    height: 2px;*/
/*    width: 85%;*/
/*    display: block;*/
/*    background: #f4f4f4;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*    left: 0px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

.Reviews-sec {
    padding-top: 80px !important;
    padding-bottom: 40px;
}
.Reviews-sec .c-footer__waves-item.item-01 {
  animation: 9000ms linear 0s infinite normal none running erEovC;
}
.Reviews-sec .c-footer__waves-item {
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 200vw;
  opacity: 0.9;
  height: 200vw;
  display: block;
  margin-top: 15vw;
  border-radius: 40%;
  position: absolute;
  margin-left: -100vw;
  transform-origin: 50% 48%;
  animation: 7000ms linear 0s infinite normal none running erEovC;
  background: linear-gradient(103deg, rgb(41 200 247 / 24%),#f3f9ff);
}
.Reviews-sec .c-footer__waves-item.item-02 {
  opacity: 0.7;
  margin-left: -115vw;
  animation: 11000ms linear 0s infinite normal none running erEovC;
  background: linear-gradient(103deg, rgb(244 250 255),#f3f9ff);
}
section.vc_section.Reviews-sec{
  background-image: none !important;
}
@keyframes erEovC{
0%{
      transform: rotate(0deg);
}
  100%{
    transform: rotate(360deg);
  }
}
.post-one .top h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 12px;
    font-size: 16px;
    color: #05428b;
}
.Reviews-sec .vc_custom_heading {
    text-align: center !important;
    font-size: 50px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.txt-client p {
    text-align: center;
    font-size: 14px;
    padding-left: 58px;
    padding-right: 58px;
    color: #585858;
}
.post-one .top {
    display: flex;
    align-items: center;
}

.post-one .top h2 {
    padding-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #000;
}
.detailed .bottom {
    margin-top: 20px;
}

.detailed .bottom p {
    margin-bottom: 0px;
}

.detailed .bottom p a {
    display: flex;
    align-items: center;
    color: #074383;
    font-size: 12px;
    font-weight: 500;
    background-color: #f8f7fb;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
}

.detailed .bottom p a img {
    margin-right: 6px;
    height: 20px;
    width: 20px;
}

.detailed .bottom p a:hover {
    text-decoration: none;
}
/*div#testimonial .contnt {*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: inherit !important;*/
/*    overflow: auto !important;*/
/*    overflow-x: hidden !important;*/
/*    height: 160px;*/
/*}*/

/*div#testimonial .contnt::-webkit-scrollbar {*/
/*  width: 6px; */
/*}*/

/*div#testimonial .contnt::-webkit-scrollbar-track {*/
/*  background: #eeeeee; */
/*    width:10px;*/
/*    border-radius: 8px*/
/*}*/

/*div#testimonial .contnt::-webkit-scrollbar-thumb {*/
/*  background-color: #929292;*/
/*  border-radius: 20px;*/
/*}*/
/*.testimonials-box .contnt {*/
/*    padding-top: 0px;*/
/*    margin-top: 25px;*/
/*    font-size: 15px;*/
/*    padding-right: 17px;*/
/*}*/

/*.testimonials-box .bottom {*/
/*    margin-top: 30px;*/
/*}*/
/*----our clients----*/
.logo-box .imag {
    background: #fff;
    box-shadow: 0px 30px 26px #00000012;
    padding: 40px;
}

.logo-box .imag img {
    height: 150px;
    width: 300px;
    object-fit: contain;
}

div#logo {
    padding-bottom: 34px;
}

div#logo .item {
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}
div#logo-right .item {
    padding-bottom: 46px;
}
div#logo-left .item {
    padding-bottom: 50px;
}

.new-client-sec {
    padding-bottom: 0px !important;
}
div#logo-left{
    margin-left: -95px;
}
div#logo-left .owl-stage-outer {
    overflow: visible !important;
}

div#logo-right {
    margin-left: -160px;
}

div#logo-right .owl-stage-outer {
    overflow: visible !important;
}
.new-client-sec h2{
	font-size: 50px !important;
}

.client-sec h2 {
     font-size: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #000;
    margin-top: 0px;
}
.client-sec .wpb_text_column p {
    color: #fff;
    font-size: 15px;
}

.client-sec .wpcp-slide-image img {
    width: 180px;
}
.client-sec {
    padding-top: 65px;
    padding-bottom: 110px;
    background: #fff;
}
.client-sec .wpb_text_column {
    margin-top: 70px;
}
.client-sec .wpcp-carousel-section.slick-initialized .slick-slide {
    text-align: center;
	margin-right: 10px;
    margin-left: 10px;
}
.client-sec .wpb_text_column {
    margin-bottom: 0px;
}
.client-sec .wpb_text_column .slick-prev i {
    width: 40px;
    height: 45px;
    padding-left: 12px;
    padding-top: 6px;
    color: #064383 !important;
    border: solid 1px #064383;
}

.client-sec .wpb_text_column .slick-prev {
    margin-left: -50px;
}

.client-sec .wpb_text_column .slick-next {
    margin-right: -40px;
}

.client-sec .wpb_text_column .slick-next i {
    width: 40px;
    height: 45px;
    padding-right: 12px;
    padding-top: 6px;
    color: #064383 !important;
    border: solid 1px #064383;
}

.client-sec .wpb_text_column .wpcp-carousel-section {
    overflow: unset;
}
/* -----contact page----- */
.sec-meeting {
    padding-bottom: 30px;
}

.sec-meeting .wpb_text_column iframe html {
    overflow: hidden;
}
.sec-meeting h2 {
    font-size: 45px;
    text-transform: capitalize;
    color: #000;
}
.inner-pages-banner {
    padding-top: 200px !important;
    padding-bottom: 150px;
	background-attachment: fixed;
}

.inner-pages-banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-us {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-us .row input {
    border: 0px;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'Poppins';
    height: 60px;
    padding-left: 17px;
    font-size: 14px;
}

.contact-us .row .col-md-12 {
    margin-bottom: 10px !important;
}

.contact-us .row textarea {
    border: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding-left: 17px;
    font-size: 14px;
    padding-top: 17px;
    font-family: 'Poppins';
    height: 195px;
  resize:none;
}
.contact-us .row input:focus, .contact-us .row textarea:focus {
    box-shadow: none;
}
.contact-us .wpcf7-submit.btn.btn-primary {
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: none;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    transition: 0.4s;
    border: solid 1px #064382;
    margin-top: 44px;
	border-radius: 0px;
}

.contact-us .wpcf7-submit.btn.btn-primary:hover {
    background: transparent !important;
    color: #000;
    border: solid 1px #000;
}
.contct-sec .vc_custom_heading {
    font-size: 40px;
    padding-left: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

.contct-sec .green-head-inner {
    color: #fff;
    padding-left: 0px;
}

.contct-sec .vc_col-sm-7 .vc_column-inner {
    border-radius: 8px 0px 0px 8px;
  padding-bottom:36px;
}

.contct-sec {
    padding-top: 90px !important;
    padding-bottom: 80px;
}

.contct-sec .vc_col-sm-5 .vc_column-inner {
  padding-top: 42px;
    padding-bottom: 365px;
    border-radius: 0px 8px 8px 0px;
    padding-left: 42px;
    padding-right: 33px;
    position: relative;
}
.cntct-info-page p a {
    color: #fff !important;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    font-size: 14px;
}

.cntct-info-page p a img {
    margin-bottom: 0px;
}

.contct-sec .vc_col-sm-7 {
    background-color: #443a930a;
    padding-bottom: 0px;
    padding-top: 36px;
}
.contct-sec .wpcf7-form .wpcf7-response-output {
    position: absolute;
    left: 24px;
    bottom: -9%;
    font-family: 'Poppins';
    font-size: 14px;
}

.contct-sec .wpcf7-form {
    position: relative;
}

.contact-us .wpcf7-spinner {
    position: relative;
    top: 30px;
}

/* -----about page---- */
.abt-sec1 {
    padding-top: 20px !important;
    padding-bottom: 0px;
}

.abt-sec-page h2 {
    font-size: 45px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.abt-sec-page .wpb_text_column {
    margin-bottom: 0px;
}
.abt-sec-page .wpb_text_column p {
    font-size: 15px;
    color: #585858;
}
.abt-sec-page .wpb_text_column p strong {
    font-size: 16px;
}
.inner-pages-banner:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00000085;
    left: 0px;
    top: 0px;
}
.about-me {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.about-me .vc_col-sm-6 {
    padding: 0px;
}

.about-me .vc_col-sm-6 .vc_column-inner {
    padding: 0px;
}

.about-me .right-box-home .vc_column-inner {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 0px;
    z-index: 99 !important;
    position: relative;
	left: 62px;
}

.about-me .right-box-home .vc_column-inner h6 {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.about-me .right-box-home .vc_column-inner h2 {
    color: #fff;
    font-size: 35px;
    margin-top: 10px;
}

.about-me .right-box-home .vc_column-inner p {
    color: #fff;
    font-size: 13px;
}

.about-me .right-box-home .vc_column-inner .wpb_text_column {
    margin-bottom: 0px;
}

.about-me .vc_col-sm-6 .wpb_single_image {
    position: relative;
    top: 18px;
}

.about-me .vc_col-sm-6 .wpb_single_image img {
    border: solid 15px #f1f1f1;
    height: 635px;
    object-fit: cover;
}

.abt-sec-page {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #443a930a;
}
.box-abt {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 3px 10px #0000001f;
    min-height: 180px;
    margin-bottom: 60px;
    border: solid 2px #e5e3e3;
}
.box-abt:hover {
    box-shadow: 0px 3px 36px #547a9e24;
}

.box-abt .aio-icon-title {
	margin-top: 0px !important;
    color: #074383;
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 8px !important;
}

.box-abt .aio-icon-description {
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
}
.box-abt .align-icon .aio-icon-img img {
    width: 32px;
    margin: 0 auto;
    height: 32px;
}

.box-abt .align-icon .aio-icon-img {
    padding-left: 10px;
    margin-bottom: 16px;
    background: #025cbf21;
    border-radius: 50%;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.abt-sec-page .vc_col-sm-3 .vc_column-inner {
    padding: 5px;
}
.about-gallery .wpb_text_column {
    margin-bottom: 0px;
}

.about-gallery {
    background: #f8f7fb;
}

.about-gallery .wpcp-carousel-wrapper .slick-slide {
    margin: 0px;
}

.about-gallery .wpcp-carousel-wrapper .slick-slide img {
    height: 385px;
    object-fit: cover;
}
/* -----services inner---- */
.service-box-page .align-icon {
    width: 100%;
}

.service-box-page .aio-icon-img {
    width: 100%;
}

.service-box-page .aio-icon-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-box-page .aio-icon-title {
    font-size: 22px !important;
    text-align: center;
    color: #064389;
}
.service-sec-page {
    background: transparent;
}
.service-sec-page .servce-page-txt {
    margin-bottom: 46px;
}

.service-sec-page .servce-page-txt p strong {
    color: #064389;
    font-size: 14px;
}
.service-sec-page .servce-page-txt p {
    font-size: 14px;
}

.service-sec-page .servce-page-txt p strong {
    font-size: 20px;
    font-weight: 600;
}
.inner-service-sec {
    padding-top: 70px !important;
    padding-bottom: 10px;
}

.inner-service-sec h2 {
 	margin-top: 6px;
    font-size: 40px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
	text-transform:capitalize;
}
.inner-service-sec h6 {
    font-size: 18px;
    color: #06438a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
	margin-top: 0px;
}
.inner-service-sec 
 .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}
.before-check h4{
	position: relative;
    padding-left: 38px;
	font-size: 26px;
	font-weight: 700;
	color: #000;
}
.before-check h4:before{
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    left: 0;
    top: -3px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    height: 26px;
    width: 26px;
    border-radius: 24%;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
}
.before-check .wpb_text_column p{
	padding-left: 38px;
}

.services-sec .tab-navigation {
    position: absolute;
    right: 22px;
    top: 18px;
}
.services-sec .tab-navigation button i {
    position: relative;
    left: 15px;
    background: #05428a;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    transition: 0.4s;
    color: #ffffff;
}
.services-sec .tab-navigation button {
    outline: none;
    border: none;
    background: transparent;
}
.services-sec ul.service-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0px;
    margin-top: 40px;
    border-bottom: solid 1px #D3D5CF;
    padding-bottom: 60px;
    margin-bottom: 45px;
}

.services-sec ul.service-tabs li {
    padding-left: 5px;
    padding-right: 5px;
}

.services-sec ul.service-tabs li a {
    background: transparent;
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 0px;
    border: solid 1px #000000;
}

.services-sec ul.service-tabs li a:hover {
    text-decoration: none;
}

.services-sec ul.service-tabs li a.active {
    background: #05428a;
    color: #fff;
    border: solid 1px #05428a;
}

.services-sec  .service-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.services-sec .service-item .service-content {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 40px;
}
.services-sec .service-item .featured-image {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 40px;
}

.services-sec .service-item .service-content h3.service-title {
    font-family: 'poppins';
    font-size: 40px;
    color: #000;
    margin-top: 0px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.services-sec .service-item .service-content p {
    font-size: 15px;
    text-align: left;
    color: #585858;
}

.services-sec .service-item .service-content ul {
    padding-left: 0px;
    list-style: none;
}

.services-sec .service-item .service-content ul li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}

.services-sec .service-item .service-content ul li:before {
    content: '';
    background: #05428a;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}
.services-sec .service-item .service-content ul {
    margin-bottom: 50px;
}

.services-sec .service-item .service-content a.acf-button {
    color: #000;
    background: #074381;
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffff;
    position: relative;
}

.services-sec .service-item .service-content a.acf-button:hover {
    text-decoration: none;
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1);
}

.services-sec {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.services-sec h2.vc_custom_heading {
    margin-top: 6px;
    font-size: 50px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
}
.inner-servce-sec2 h2 {
    font-size: 25px;
    color: #000000;
    padding-bottom: 0px;
}

.inner-servce-sec2 .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.inner-servce-sec2 {
    padding-bottom: 50px;
	padding-top: 40px;
}
.inner-servce-sec2 .wpb_text_column ul {
    padding-left: 20px;
    list-style: none;
}

.inner-servce-sec2 .wpb_text_column ul li:before {
    content: '';
    width: 19px;
    height: 13px;
    background: url('/wp-content/uploads/2022/03/arrow_blue.png');
    display: block;
    position: absolute;
    left: -17px;
    top: 4px;
}

.inner-servce-sec2 .wpb_text_column ul li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
    font-family: poppins !important;
    font-size: 14px;
    color: #585858;
}
.inner-service-sec3 {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #443a930a;
}
.inner-service-sec3 .sub-head {
    margin-bottom: 6px;
}

.inner-service-sec3 .sub-head p {
	font-size: 18px !important;
    color: #064287 !important;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'MonktonW01-Book' !important;
}
.inner-service-sec3 h2 {
    font-size: 50px;
    color: #000000;
    margin-bottom: 0px;
	font-weight:700;
	margin-top: 0px;
}

.inner-service-sec3 .wpb_text_column p {
    font-size: 14px;
    text-align: center;
    color: #585858;
}

.inner-service-sec3 .info-inner-service {
	padding-top: 30px;
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px #0000001f;
    border: solid 2px #e5e3e3;
	
}

.inner-service-sec3 .info-inner-service .aio-icon-top .align-icon {
    text-align: left !important;
}

.inner-service-sec3 .info-inner-service  .aio-icon-header {
    text-align: left;
}

.inner-service-sec3 .info-inner-service .aio-icon-header h3 {
    font-size: 25px;
    text-align: left;
    color: #06438a;
	font-weight:700;
}

.inner-service-sec3 .info-inner-service .aio-icon-description {
    text-align: left;
    color: #585858;
    font-family: 'Poppins';
    font-size: 14px;
}

.inner-service-sec3 .info-inner-service:hover {
    box-shadow: 0px 3px 36px #547a9e24;
    border-radius: 0px;
}
.inner-servce-branding {
    padding-top: 50px;
    padding-bottom: 70px;
}
.inner-servce-branding .advantg-box .vc_column-inner {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
	margin-left: -30px;
}

.inner-servce-branding .advantg-box h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 30px;
}

.inner-servce-branding .advantg-box .wpb_text_column {
    margin-bottom: 0px;
}

.inner-servce-branding .advantg-box .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
}

.inner-servce-branding .advantg-box .wpb_text_column ul li {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: poppins;
    padding-bottom: 18px;
    padding-left: 28px;
    text-transform: capitalize;
}

.inner-servce-branding .advantg-box .wpb_text_column ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 24%;
    text-align: center;
    align-items: center;
    color: #ffffffb8;
    font-size: 10px;
    background: #ffffff54;
    padding-top: 2px;
}
.policy-page {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.inner-servce-branding h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.inner-servce-branding .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}
.policy-page h2 {
    font-size: 35px;
    color: #000;
    padding-bottom: 0px;
}

.policy-page h4 {
    font-size: 25px;
    color: #000;
    padding-bottom: 0px;
}

.policy-page .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.policy-page .wpb_text_column ul {
    padding-left: 20px;
    list-style: none;
}

.policy-page .wpb_text_column ul li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
    font-family: poppins !important;
    font-size: 14px;
    color: #585858;
}

.policy-page .wpb_text_column ul li:before {
    content: '';
    width: 19px;
    height: 13px;
    background: url(/wp-content/uploads/2022/03/arrow_blue.png);
    display: block;
    position: absolute;
    left: -17px;
    top: 4px;
}

/*-----blog page-----*/
.blog-page .post {
    margin-bottom: 20px;
}
.blog div#content {
    padding-top: 0px !important;
}

.blog .blg-bner {
    background: url('/wp-content/uploads/2022/03/group-asia-young-creative-people-smart-casual-wear-discussing-business-brainstorming-scaled.jpg');
    padding-top: 175px !important;
    padding-bottom: 150px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment:fixed;
}

.blog .blg-bner h1 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
	text-transform:uppercase;
}
.blog-page{
   padding-top: 75px;
}
.blog-page .col-md-4 {
    position: relative;
}

.blog-page .post-listng .contnt-listng {
    text-align: center;
    box-shadow: 0px 0px 30px #0000001f;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -36px;
    position: relative;
	min-height:286px;
}

.blog-page .post-listng .contnt-listng .entry-title {
    border-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
}


.blog-page .post-listng .contnt-listng .entry-meta {
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
}

.blog-page .post-listng .contnt-listng p {
    color: #585858;
    font-family: 'Poppins';
    font-size: 14px;
}

.blog-page .post-listng .contnt-listng .entry-meta a {
    color: #05428a;
}

.blog-page .post-listng .contnt-listng .readmore-btn-div a {
    color: #fff;
    text-transform: uppercase;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.4s !important;
    font-weight: 500;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 15px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
}
.single-post div#content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-post-blogs .entry-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    margin-top: 0px;
}

.single-post-blogs .entry-content p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
}

.single-post-blogs .entry-content h3 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #000;
}
.sec-blog-inner {
    padding-bottom: 40px;
}

.sec-blog-inner h3 {
    font-size: 40px !important;
    margin-bottom: 32px;
    font-weight: 700;
}

.blog-page .post-listng .contnt-listng .readmore-btn-div a:hover {
    text-decoration: none;
}

.blog-page .post-listng .contnt-listng .readmore-btn-div a:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1) !important;
}

.blog-page .post-listng .contnt-listng .readmore-btn-div {
    margin-top: 32px !important;
}
.blog-page .post-listng .bg-img-blog img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.blog .blg-bner:before {
    content: '';
    display: block;
    height: 435px;
    width: 100%;
    position: absolute;
    background-color: #00000085;
    left: 0px;
    top: 0px;
}
.single .blg-bner {
    padding-top: 195px !important;
    padding-bottom: 120px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment:fixed !important;
}

.single-blog {
    padding-top: 45px;
    padding-bottom: 45px;
}
div#respond {
    padding-top: 30px;
}

div#respond h3 {
    font-size: 30px;
}

div#respond .comment-notes {
    font-size: 14px;
    color: #585858;
}
.comment-form .form-allowed-tags {
    display: none;
}

.comment-form .alert.alert-info {
    display: none;
}

.comment-form .comment-form-author, .comment-form-email, .comment-form-url {
    width: 32%;
    float: left !important;
    margin-right: 2%;
}

.comment-form .comment-form-url {
    margin-right: 0;
}

.comment-form .comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 100%;
}
.comment-form .comment-form-author label, .comment-form-email label, .comment-form-url label {
    color: #101F41 !important;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0px;
}
.comment-form .comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 100%;
    background: #443a930a;
    border: 1px solid #6a6a6a14;
    border-radius: 0px;
    margin-top: 10px;
    height: 50px;
    padding-left: 14px;
    font-size: 14px;
}
.comment-form textarea#comment {
    background: #443a930a;
    border: 1px solid #6a6a6a14;
    border-radius: 0px;
    resize: none;
    height: 135px;
    padding-top: 14px;
    padding-left: 14px;
    font-size: 14px;
}
.comment-form .comment-form-cookies-consent label {
    color: #585858 !important;
    font-family: 'Poppins';
    font-size: 14px;
}
.comment-form .form-submit input {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #064382;
    transition: 0.4s;
}
.comments-area h3 {
    font-family: 'Poppins';
    font-size: 30px;
}
.comment-form .comment-notes {
    font-family: 'Poppins';
    font-size: 18px;
    color: #101F41 !important;
}
.single-post-blogs .post-thumbnail img {
    width: 100%;
    object-fit: cover !important;
    box-shadow: 0px 0px 30px #00000014;
    border: 1px solid #E3E5EE;
    border-radius: 5px;
}

.comment-form .form-submit input:hover {
    background: transparent !important;
    color: #000;
    border: solid 1px #000;
}
div#comments .comment-list li {
    position: relative;
}

div#comments .comment-list li .pull-left {
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 15px;
}

div#comments .comment-list li .media-body .card-header {
    padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    border-bottom: 0px;
}

div#comments .comment-list li .pull-left img {
    border-radius: 50%;
    object-fit: cover;
}

div#comments .comment-list li .media-body .card-header h5 {
    margin-bottom: 0px;
}

div#comments .comment-list li .media-body .card-header .fn {
    font-style: unset;
}

div#comments .comment-list li .media-body .card-header .comment-meta a {
    color: #064282;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}

div#comments .comment-list li .media-body .comment-awaiting-moderation {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

div#comments .comment-list li .media-body .comment-content {
    font-size: 14px;
    color: #585858;
}

div#comments .comment-list li .media-body .card-footer {
    background: transparent;
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

div#comments .comment-list li .media-body .card-footer .comment-reply-link {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #064382;
    transition: 0.4s;
}

div#comments .comment-list li .media-body .card {
    border: 1px solid #4e4d4d38 !important;
    border-radius: 0px;
}

div#comments .comment-list li .media-body .card-footer .comment-reply-link:hover {
    background: transparent !important;
    color: #000;
    border: solid 1px #000;
}
.comment-form textarea#comment:focus {
    box-shadow: none;
}

.comment-form .comment-form-author input, .comment-form-email input, .comment-form-url input:focus {
    box-shadow: none !important;
    outline: none;
}
.single .blg-bner h1 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

.single .blg-bner:before {
    content: '';
    display: block;
    height: 425px;
    width: 100%;
    position: absolute;
    background-color: #00000085;
    left: 0px;
    top: 0px;
}
.blog-list ul {
    list-style: none;
    padding-left: 20px;
}

.blog-list ul li strong {
    font-family: "MonktonW01-Book" !important;
    font-size: 22px;
}

.blog-list ul li {
    font-family: poppins;
    font-size: 14px;
    padding-bottom: 35px;
    position: relative;
    padding-left: 40px;
}

.blog-list ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    left: 0;
    top: 2px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    height: 26px;
    width: 26px;
    border-radius: 24%;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding-top: 1px;
}
.wp-pagenavi {
    width: 100%;
    text-align: center;
}

.wp-pagenavi .pages {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}

.wp-pagenavi .page {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}

.wp-pagenavi .page:hover {
    text-decoration: none;
}

.wp-pagenavi .current {
    border: solid 1px #054289;
    border-radius: 0px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Poppins';
    font-size: 14px;
    border-color: #054289 !important;
    color: #054289 !important;
}

.wp-pagenavi .extend {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}

.wp-pagenavi .nextpostslink {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}
.wp-pagenavi .previouspostslink {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}
.wp-pagenavi .last {
    background-color: #05428a;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    border: solid 1px #05428a;
}

.wp-pagenavi .last:hover {
    text-decoration: none;
}

.wp-pagenavi .nextpostslink:hover {
    text-decoration: none;
}

/*-----page not found----*/
.error404 header#masthead {
    background: transparent linear-gradient(262deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box !important;
    position: relative;
}
.not-found img {
    height: 340px;
}

.page-not-found .error-404 {
    text-align: center;
    padding-bottom: 60px;
}

.page-not-found .error-404 .page-title {
    font-size: 50px;
    padding-bottom: 0px;
    color: #000;
}

.page-not-found .error-404 p {
    font-size: 14px;
    color: #585858;
}
.btn-backtohome {
    margin-top: 35px;
}

.btn-backtohome a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 14px;
    border-radius: 0px;
    border: solid 1px #06428a;
    transition: 0.5s;
    font-family: 'Poppins';
    font-size: 15px;
}

.btn-backtohome a:hover {
    border: solid 1px #000;
    color: #000;
    background: transparent !important;
    text-decoration: none;
}
.page-not-found .error-404 .page-content {
    margin: 0px;
}
/* -----blog grid------ */
.post-grids .post-grid .post-box {
  display: flex;
  align-items: center;
  background: #fff;
  /*box-shadow: 0px 0px 14px 2px rgb(224 221 221);*/
  box-shadow: 0px 0px 14px 2px rgb(224 221 221 / 20%);
}
.post-grids .post-grid {
  width: 65.5%;
}
.post-grids .post-grid:last-child {
  width: 32.8%;
  position: absolute;
  right: 0;
  top: 0;
}
.we-work-sec .blog-txt p {
    text-transform: none;
    font-weight: 400;
    color: #585858;
    font-size: 14px;
	font-family: 'Poppins' !important;
}
.post-grids .post-grid:last-child .post-box {
  display: block;
}
.post-grids .post-grid:nth-child(2) .post-box {
  flex-direction: row-reverse;
}
.post-grids {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
	
}
.post-grids .post-grid .post-box .pst-img {
  width: 373px;
  flex: 0 0 373px;
  height: 331px;
  overflow: hidden;
}
.post-grids .post-grid .post-box .pst-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-grids .post-grid:first-child {
  margin-bottom: 20px;
}
.post-grids .post-grid:last-child .post-box .pst-img {
  width: 100%;
}
.post-grids .post-grid .post-box h3 {
  margin-top: 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.post-grids .post-grid .post-box .excp p:empty {
  display: none;
}
.post-grids .post-grid .post-box .pst-ctn {
  padding-left: 30px;
  padding-right: 40px;
}
.post-grids .post-grid .post-box .pst-ctn .ps-meta {
  display: flex;
}
.post-grids .post-grid .post-box .pst-ctn .ps-meta p.date {
  margin-right: 20px;
}
.post-grids .post-grid .post-box .pst-ctn .ps-meta p.author {
  text-transform: capitalize;
}
.post-grids .post-grid .post-box .pst-ctn p {
  font-size: 14px;
}
.post-grids .post-grid .post-box .pst-ctn .excp {
    max-height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
}
.post-grids .post-grid:last-child .post-box .pst-ctn {
  height: 351px;
  padding: 45px 30px;
}
.post-grids .post-grid .post-box  a.pst-btn {
    width: 130px;
    height: 38px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #074382 !important;
    font-weight: 500;
    font-family: 'Poppins';
    transition: 0.4s;
    font-size: 14px;
}
.post-grids .post-grid .post-box a.pst-btn:hover {
  background: transparent;
  color: #131313;
}

.post-grids .post-grid .post-box a.pst-btn:hover {
	border: solid 1px #000 !important;
	color: #000;
	background: transparent !important;
}
/* -----testimonials page---- */
.review-bner {
	background: url(/wp-content/uploads/2022/04/businessman-leaving-feedback-with-his-laptop-with-virtual-screen-interface_567470-156.webp);
    padding-top: 175px !important;
    padding-bottom: 150px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment:fixed;
}

.post-type-archive-testimonials div#content {
    padding-top: 0px;
}
.row-testiml .testimonials-box {
    margin-bottom: 40px;
}

.row-testiml .testimonials-box .one-posts {
    box-shadow: 0px 0px 3px #0000004a;
}

.row-testiml .testimonials-box .one-posts .detailed a {
    width: 13%;
}
.review-bner:before {
    content: '';
    display: block;
    height: 435px;
    width: 100%;
    position: absolute;
    background-color: #00000085;
    left: 0px;
    top: 0px;
}

.review-bner h1 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
	text-transform:uppercase;
}

.testimonials-archive {
    padding-top: 45px;
}

.testimonials-archive .page-header h2 {
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    color: #000;
}
.row-testiml .col-md-4 {
	margin-bottom: 36px;
}
.row-testiml {
    margin-top: 40px;
}
/* ------other related services section------- */
.other_service_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent linear-gradient(180deg, rgb(248 247 252) 0%, #FFFFFF00 80%) 0% 0% no-repeat padding-box;
}

.other_service_sec h2 {
    margin-top: 0px;
    padding-bottom: 40px;
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

.other_service_sec .other_services_box {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
       box-shadow: 1px 1px 18px #547a9e1a;
    border-radius: 4px;
    margin-bottom: 60px;
    transition: 0.5s;
}
.other_service_sec .other_services_box:hover {
    box-shadow: 0px 0px 12px 5px rgb(224 221 221);
}
.other_service_sec .other_services_box .aio-icon-top .align-icon {
    text-align: left !important;
}

.other_service_sec .other_services_box .aio-icon-top .align-icon .aio-icon-img {
    padding-left: 10px;
    margin-bottom: 16px;
    background: #025cbf21;  
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.other_service_sec .other_services_box .aio-icon-header h3 {
    font-size: 26px;
    text-align: left;
    color: #064389;
    margin-top: 0px !important;
    text-transform: capitalize;
}

.other_service_sec .other_services_box .aio-icon-description {
    text-align: left;
    font-family: 'Poppins';
    color: #585858;
    font-size: 14px;
}

/* .other_service_sec .other_services_box:hover {
    transform: translateY(-10px);
} */
.other_service_sec .other_services_box .aio-icon-description .aio-icon-read {
    margin-top: 10px;
    color: #064389;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.other_service_sec .other_services_box .aio-icon-description .aio-icon-read:hover {
    text-decoration: none;
    color: #000000;
	margin-left:12px;
}
/*-------event section home-----*/
.event-sec-home {
    padding-top: 60px !important;
    padding-bottom: 100px;
}

.event-sec-home h4 {
    font-size: 50px;
    color: #000;
    font-weight: 900;
    line-height: 40px;
    padding-bottom: 4px;
}

.event-sec-home .box-event-one {
    position: relative;
    right: -116px;
}

.event-sec-home .box-event-two {
    position: relative;
    top: 86px;
    left: 0px;
}

.event-sec-home .box-event .aio-icon-header {
    position: absolute;
    width: 100%;
    bottom: 50%;
    transition: 0.8s;
    opacity: 0;
}

.event-sec-home .box-event {
    position: relative;
}

.event-sec-home .box-event .aio-icon-header h3 {
    font-size: 24px;
    font-family: 'Poppins' !important;
    color: #fff;
    margin: 0px !important;
}

.event-sec-home .box-event:hover .aio-icon-header {
    opacity: 1;
}

.event-sec-home .box-event .aio-icon-description {
    position: absolute;
    bottom: 40%;
    font-family: 'Poppins';
    color: #fff;
    transition: 0.8s;
    opacity: 0;
}

.event-sec-home .box-event:hover .aio-icon-description {
    opacity: 1;
}

.event-sec-home .box-event-three {
    position: relative;
    right: -101px;
    top: -33px;
}

.event-sec-home .box-event-four {
    position: relative;
    left: -14px;
    top: 54px;
}

.event-sec-home h5 {
    font-size: 24px;
    color: #014582;
}

.event-sec-home .wpb_text_column p strong {
    font-size: 16px;
    color: #014582;
}

.event-sec-home h2 {
    font-size: 50px;
    margin-bottom: 60px;
    color: #014682;
    position: relative;
}
.event-sec-home .wpb_text_column p {
    color: #585858;
    font-size: 14px;
}
.event-sec-home .schedule {
    display: flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
}

.event-sec-home .schedule li {
    font-family: 'Poppins';
    padding: 7px;
    padding-right: 14px;
    width: 100%;
    flex: 0 0 100%;
    font-weight: 600;
}

.event-sec-home .box-event:hover .aio-icon-img img {
    -webkit-filter: brightness(48%);
}
.event-sec-home .box-event:hover .aio-icon-img img {
    transition:0.8s;
}


ul.schedule li i {
    color: #014581;
    margin-right: 6px;
    font-size: 22px;
}

/*.event-sec-home h2:before {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 3px;*/
/*    width: 100px;*/
/*    background: #004782;*/
/*    position: absolute;*/
/*    left: 26%;*/
/*    top: 39%;*/
/*}*/

/*.event-sec-home h2:after {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 3px;*/
/*    width: 100px;*/
/*    background: #004782;*/
/*    position: absolute;*/
/*    right: 26%;*/
/*    top: 38%;*/
/*}*/

.event-sec-home .box-event-three .aio-icon-description {
    bottom: 42%;
}
.event-sec-home .box-event-two .aio-icon-description {
    bottom: 42%;
}
.event-sec-home .event-points {
    list-style: none;
    padding-left: 10px;
    font-family: 'Poppins';
    font-size: 14px;
}

.event-sec-home .event-points li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 20px;
}

.event-sec-home .event-points li:before {
    content: '';
    display: block;
    background: #2b6090;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 6px;
}

/* -------career page----- */
.career-sec {
    padding-top: 70px !important;
    padding-bottom: 10px;
}

.career-sec h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
}

.career-sec .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.career-sec .career-grids {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.career-sec .career-grids .career-grid {
    width: 30.7%;
    flex: 0 0 30.7%;
    margin-right: 30px;
}

.career-sec .career-grids .career-grid .career-box {
    border: 1px solid #ECECEC;
    padding: 38px;
    margin-bottom: 37px;
    transition: all 0.3s ease-in-out !important;
}

.career-sec .career-grids .career-grid:first-child {
    margin-left: 0px;
}

.career-sec .career-grids .career-grid .career-box .cat-career {
    background: #025cbf21;
    color: #004582;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 22px;
    margin-bottom: 15px;
    font-size: 13px;
}

.career-sec .career-grids .career-grid .career-box h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
    color: #064389;
}

.career-sec .career-grids .career-grid .career-box .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #585858;
    font-family: 'Poppins';
}

.career-sec .career-grids .career-grid .career-box .location {
    margin-bottom: 37px;
    font-size: 15px;
    color: #585858;
}

.career-sec .career-grids .career-grid .career-box .location i {
    margin-right: 4px;
}

.career-sec .career-grids .career-grid .career-box .btn-simple a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: 16px;
    border-radius: 0px;
    border: solid 1px #06428a;
    transition: 0.5s;
}

.career-sec .career-grids .career-grid .career-box .btn-simple a:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    text-decoration: none;
}

.career-sec .career-grids .career-grid .career-box:hover {
     box-shadow: 1px 1px 18px 3px #547a9e36;
    border-color: transparent;
}
.career-sec .career-grids .career-grid .career-box .btn-simple {
    margin-bottom: 10px;
}
.career-sec .vc_btn3-container {
    margin-right: 32px;
}

.career-sec .vc_btn3-container a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.career-sec .vc_btn3-container a:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1);
}
.recruiment-proces {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #f8f7fc;
}

.recruiment-proces h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.recruiment-proces  .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.recruiment-proces  .process-box h6 {
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 100%;
    margin-bottom: 28px;
    color: #fff;
	margin-top:0px;
}

.recruiment-proces .process-box h3 {
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #064389;
}

.process-box {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e4e1e1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.recruiment-proces .process-box p {
    font-family: 'Poppins';
    font-size: 13px;
}
.benefits-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.benefits-sec h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 1.2;
}

.benefits-sec  .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.benefits-sec .benefit-boxs {
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.benefits-sec .benefit-boxs .align-icon {
    text-align: left !important;
}

.benefits-sec .benefit-boxs  h3.aio-icon-title {
    font-size: 26px;
    text-align: left;
    color: #064389;
    margin-top: 15px !important;
}

.benefits-sec .benefit-boxs .aio-icon-description {
    text-align: left;
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
}

.benefits-sec .benefit-boxs:hover {
    background: #fff;
    box-shadow: 1px 1px 18px 3px #547a9e36;
    border-radius: 4px;
}

.benefits-sec .benefit-boxs .aio-icon-description p {
    margin-bottom: 0px;
}
.benefits-sec .benefit-boxs .align-icon img {
    height: 60px;
    object-fit: contain;
}
.single-career div#content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-post-career {
    padding-top: 45px;
    padding-bottom: 45px;
}

.single-post-career .entry-content p {
    font-size: 14px;
    color: #585858;
}

.single-post-career .entry-content h3 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 35px;
}

.single-post-career .entry-content ul li {
    position: relative;
    font-size: 14px;
    font-family: poppins;
    padding-bottom: 18px;
    padding-left: 28px;
    text-transform: capitalize;
    color: #585858;
}

.single-post-career .entry-content ul {
    list-style: none;
    padding-left: 0px;
}

.single-post-career .entry-content ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 24%;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    background: #004483;
    padding-top: 2px;
}
.sidebr-aply {
    margin-top: 65px;
}

.sidebr-aply h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 0px;
}

.sidebr-aply .sidebar-apply {
    background: #025cbf21;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebr-aply .sidebar-apply p {
    font-size: 13px;
}
.apply-form label {
    text-align: left;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 500;
}

.apply-form label inout {
    font-family: 'Poppins';
}

.apply-form input {
    font-family: 'Poppins';
    font-size: 14px;
    height: 45px;
    border-radius: 0px;
    margin-top: 4px;
}

.apply-form textarea {
    margin-top: 4px;
    border-radius: 0px;
    height: 80px;
    resize: none;
}

.apply-form .btn-sbmt {
    padding-left: 16px;
    position: relative;
    width: 100%;
    padding-right: 16px;
}

.apply-form .btn-sbmt .wpcf7-submit.btn.btn-primary {
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: none;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    transition: 0.4s;
    border: solid 1px #064382;
    margin-top: 10px;
    border-radius: 0px;
    width: 100%;
}

.apply-form .btn-sbmt .wpcf7-submit.btn.btn-primary:hover {
    background: transparent !important;
    color: #000;
    border: solid 1px #000;
}

.apply-form .btn-sbmt span.wpcf7-spinner {
    position: absolute;
    right: 14px;
    top: 18px;
}
.single-post-career .cat-career {
    background: #025cbf21;
    color: #004582 !important;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 22px;
    margin-bottom: 15px;
    font-size: 13px;
}

.single-post-career h2 {
    font-size: 40px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0px;
}

.single-post-career p.location i {
    margin-right: 10px;
}

.single-post-career .carerlevel {
    font-size: 16px !important;
    margin-bottom: 10px;
}

.single-post-career  p.job-type {
    margin-bottom: 20px;
	font-size:16px !important;
}

.single-post-career  p.location {
    margin-bottom: 10px;
}
/* --------team page-------- */
.team-sec {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.team-sec h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
}

.team-sec .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.team-box {
    background: #f8f7fc;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #ECECEC;
}

.team-box .aio-icon-img img {
    height: 140px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 50% !important;
    border: solid 1px #7e7d7d;
}

.team-box h3 {
    font-size: 25px;
    margin-bottom: 0px;
}

.team-box h4 {
    margin-top: 8px;
    font-family: 'Poppins' !important;
    font-size: 15px !important;
    color: #004487;
}

.team-box  .aio-icon-description p {
    font-family: 'Poppins' !important;
    font-size: 13px !important;
}

.team-box .aio-icon-description ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.team-sec .team-box .aio-icon-description ul li a strong {
    display: none;
}

.team-sec .team-box .aio-icon-description ul li {
    margin-left: 4px;
    margin-right: 4px;
}

.team-sec .team-box .aio-icon-description ul li a i {
    background: #004584;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.team-sec .team-box .aio-icon-description ul li {
    transition: 0.4s;
}

.team-sec .team-box .aio-icon-description ul li:hover {
    transform: translate(0px, -6px);
}

.team-box {
    transition: 0.5s;
}

.team-box:hover {
    box-shadow: 1px 1px 18px 3px #547a9e36;
}
/* .team-sec .team-row:before {
    content: '';
    background: #004684;
    height: 200px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 140px;
    z-index: -2;
}

.team-sec .team-row {
    position: unset;
} */
.team-pic {
    height: 600px;
}
.team-sec .wpb_text_column p {
    padding-left: 50px;
    padding-right: 50px;
}
.inner-servce-branding h6 {
    font-size: 24px;
    color: #004484;
    text-transform: capitalize;
	 margin-bottom: 6px;
}
.inner-offering-sec {
    padding-top: 30px;
    padding-bottom: 50px;
/* 	background: transparent linear-gradient(180deg, rgb(248 247 252) 0%, #FFFFFF00 80%) 0% 0% no-repeat padding-box; */
}

.inner-offering-sec h2.vc_custom_heading {
    font-size: 40px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.inner-offering-sec h3.vc_custom_heading {
    font-size: 35px;
    color: #000000;
    padding-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.inner-offering-sec .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
	max-height: 110px;
    overflow-y: scroll;
}

.inner-offering-sec .wpb_text_column ul li {
    position: relative;
    padding-left: 16px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #585858;
    padding-bottom: 8px;
}

.inner-offering-sec .wpb_text_column ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #004389;
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 6px;
}

.inner-offering-sec .wpb_text_column p {
    font-size: 14px;
    color: #585858;
}

.inner-offering-sec .wpb_single_image {
    margin-bottom: 0px !important;
}
.box-innr-srvics {
    background-color: #f8f7fb;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
/*     box-shadow: 1px 1px 18px #547a9e1a; */
    border-radius: 4px;
    margin-bottom: 60px;
    transition: 0.5s;
}

.box-innr-srvics h3 {
    margin-top: 0px;
    font-size: 26px;
    color: #064389;
}

.inner-offering-sec .wpb_text_column ul::-webkit-scrollbar {
    width: 8px;
    background-color: #aaa;
    border-radius: 30px;
}

.inner-offering-sec .wpb_text_column ul::-webkit-scrollbar-thumb {
    background: #004482;
    border-radius: 30px;
}
.box-innr-srvics .btn-cntct a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #fff;
}

.box-innr-srvics .btn-cntct {
    margin-top: 40px;
}

.box-innr-srvics .btn-cntct a:hover {
    background: transparent !important;
    border: solid 1px #004482;
    color: #004483;
    text-decoration: none;
}
.service-sec-home .margn-0 {
    margin-bottom: 0px !important;
}
.resources-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.resources-sec h2.vc_custom_heading {
    font-size: 38px;
}
.btn-download a {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    font-family: 'Poppins';
    transition: 0.5s !important;
    font-weight: 500;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #fff !important;!i;!;
}

.btn-download a:hover {
    border: solid 1px #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    transform: scale(1.1);
}
.new-sec1 {
    padding-bottom: 40px;
}

.new-sec1 .box-s {
    text-align: center;
}

.new-sec1 .box-s .cntnt {
    background: #064383;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 25px;
}

.new-sec1 .box-s .cntnt h3 {
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
}

.new-sec1 .box-s .cntnt p {
    font-size: 15px;
    color: #ededed;
    margin-bottom: 0px;
}

.new-sec1 .box-s .imag {
    border-top: solid 2px #064383;
    padding-top: 24px;
}

.new-sec1 .box-s .imag img {
    object-fit: cover;
    height: 262px;
    width: 100%;
}

.new-sec1 .box-r .imag img {
    object-fit: cover;
    height: 262px;
    width: 100%;
}

.new-sec1 .box-r .imag {
    border-bottom: solid 2px #064383;
    padding-bottom: 24px;
}

.new-sec1 .box-r .cntnt {
    background: #064383;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 25px;
}

.new-sec1 .box-r .cntnt h3 {
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
}

.new-sec1 .box-r .cntnt p {
    font-size: 15px;
    color: #ededed;
    margin-bottom: 0px;
}

.new-sec1 .box-r {
    text-align: center;
}

.new-sec1 h2.vc_custom_heading {
    margin-bottom: 0px;
    padding-bottom: 50px;
    color: #000;
    margin-top: 0px;
    font-size: 50px;
}
.new-sec2 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.new-sec2 h4.vc_custom_heading {
    color: #064383;
    padding-bottom: 0px;
    margin-top: 0px;
    font-family: 'Protest Riot', sans-serif !important;
    font-size: 54px;
    line-height: 1.2;
}

.new-sec2 h2.vc_custom_heading {
    margin: 0px;
    margin-bottom: 0px;
    padding-bottom: 26px;
    color: #000;
    margin-top: 0px;
    font-size: 34px;
}

.new-sec2 .vc_row {
    background: #e9f7fe;
    padding-right: 36px;
}

.new-sec2 .vc_row .wpb_single_image {
    margin-bottom: 0px;
}

.new-sec2 .vc_col-sm-6:first-child .vc_column-inner {
    padding-left: 0px;
}
.new-sec3 {
    padding-top: 0px !important;
    padding-bottom: 0px;
    background: #074382;
}

.new-sec3 h2.vc_custom_heading {
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #ffffff;
    margin-top: 0px;
    font-size: 50px;
}

.new-sec3 .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
    padding-top: 30px;
}

.new-sec3 .wpb_text_column ul li {
    font-family: poppins !important;
    padding-bottom: 30px;
    color: #dddddd;
    padding-left: 64px;
    position: relative;
}

.new-sec3 .wpb_single_image img {
    height: 895px;
    object-fit: cover;
}

.new-sec3 .wpb_single_image {
    margin-bottom: 0px;
}

.new-sec3 .wpb_text_column {
    margin-bottom: 0px;
}

.new-sec3 .wpb_text_column ul {
    margin-bottom: 0px;
}

.new-sec3 .wpb_text_column ul li:last-child {
    padding-bottom: 0px;
}

.new-sec3 .vc_col-sm-5:first-child {
    padding-left: 40px;
}

.new-sec3 .wpb_text_column ul li i {
    position: absolute;
    left: 0px;
    background: #e9f7fe;
    color: #074382;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.new-sec3 .left-col .vc_column-inner {
    padding-left: 120px !important;
    padding-right: 100px !important;
}
.cntct-info-page p a img {
    height: 46px;
    width: 46px;
    margin-right: 10px;
    margin-top: 0px;
}
.contct-sec .wpb_text_column p {
    color: #fff;
    font-size: 14px;
}
.new-abtsec {
    padding-top: 30px;
    padding-bottom: 60px;
}

.new-abtsec h3.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
}

.new-abtsec .wpb_text_column p {
    font-size: 15px;
}

.new-abtsec .vc_col-sm-5 .wpb_single_image img {
    height: 496px;
    object-fit: cover;
}
.new-abtsec .vc_col-sm-7 .wpb_single_image img {
    height: 430px;
    object-fit: cover;
}
.frst-sec-home {
    padding-top: 280px !important;
    padding-bottom: 120px;
}

.frst-sec-home .bnr-img {
    margin-bottom: 0px;
    text-align: right;
}

.frst-sec-home .vc_col-sm-9:first-child .vc_column-inner {
    padding-top: 70px;
}

.frst-sec-home h1.vc_custom_heading {
    font-size: 68px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-shadow: 0px 12px 8px rgb(131 131 131 / 40%);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0px;
    line-height: 53px;
}

.frst-sec-home h1.vc_custom_heading .txt-banner-home {
    width: 100%;
}

.frst-sec-home .txt-banner-home {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.frst-sec-home .vc_col-sm-9:first-child .vc_column-inner .txt-banner-home p br {
    display: none;
}

.down-img {
    display: none;
}


.frst-sec-home .vc_col-sm-9:first-child .vc_column-inner h1.vc_custom_heading strong {
    font-size: 25px;
}

.frst-sec-home h1.vc_custom_heading strong {
    font-size: 33px;
    line-height: 1.2;
}

.frst-sec-home .txt-banner-home p {
    color: #d7d7d7;
}

.btn-home-baner {
    padding-top: 25px;
}
.frst-sec-home h4.vc_custom_heading {
    font-size: 33px;
    color: #fff;
    padding-bottom: 0px;
    text-shadow: 0px 12px 8px rgb(131 131 131 / 40%);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0px;
    line-height: 53px;
    padding-top: 8px;
}
.sec-secnd-home {
    padding-top: 0px !important;
    padding-bottom: 60px;
}

.sec-secnd-home .vc_row {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e9f7fe !important;
}

.sec-secnd-home .vc_row h2.vc_custom_heading {
    margin: 0px;
    color: #064383;
    font-size: 47px;
    font-family: 'Protest Riot', sans-serif !important;
    line-height: 68px;
    padding: 0px;
}
.inner-pages-banner h1.vc_custom_heading {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.portfolio-sec {
    padding-top: 60px !important;
    padding-bottom: 40px;
}

.portfolio-sec h2.vc_custom_heading {
    font-size: 50px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 700;
}
.portfolio-sec .port-grids {
    padding-top: 30px;
}

.portfolio-sec .port-grids .port-grid .port-box {
    height: 360px;
    background-size: cover !important;
    border: solid 1px #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    margin-top: 18px;
    margin-bottom: 18px;
}

.portfolio-sec .port-grids .port-grid .port-box h3 {
    text-align: center;
    margin: 0px;
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
    width: 63%;
}

.portfolio-sec .port-grids .port-grid .port-box:hover {
    background: unset !important;
}

.portfolio-sec .port-grids .port-grid .port-box:hover h3 {
  color: #000;
}
.single-portfolio div#content {
    padding: 0px !important;
}
.single-portfolio-sec {
    padding-top: 60px !important;
    padding-bottom: 50px;
}

.single-portfolio-sec h2.vc_custom_heading {
    font-size: 50px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 700;
}

.single-portfolio-sec h3.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-bottom: 28px;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
    border-bottom: solid 1px #000;
    padding-bottom: 16px;
}

.single-portfolio-sec .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
}

.single-portfolio-sec .wpb_text_column ul li strong {
    font-size: 42px;
    font-family: 'MonktonW01-Book';
    color: #000;
}

.single-portfolio-sec .wpb_text_column p {
    font-size: 22px;
    color: #585858;
}

.single-portfolio-sec .wpb_text_column ul li {
    font-size: 20px;
    margin-bottom: 22px;
    font-family: 'Poppins';
    color: #585858;
    line-height: 28px;
}
.single-portfolio-sec .row-port {
    border-bottom: solid 1px #000000;
    padding-bottom: 20px;
}
.single-portfolio-sec .row-port .wpb_single_image img {
    height: 100px;
    width: auto;
}
.single-portfolio-sec .row-port:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.logo-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.logo-single .wpb_single_image img {
    height: 110px;
    width: 310px;
    object-fit: contain;
}

.logo-single .wpb_single_image {
    padding: 13px;
    box-shadow: 6px 30px 50px #00000012;
}

.logo-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}

.logo-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.web-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.web-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.web-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.web-single .wpb_single_image {
    margin-bottom: 0px;
}

.web-single h3 {
    font-size: 26px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 20px;
}

.web-single .wpb_single_image img {
    border-radius: 10px;
}
.portfolio-sec .port-grids .port-grid .port-box h3 a {
    color: #fff;
}

.portfolio-sec .port-grids .port-grid .port-box:hover h3 a {
    color: #000;
    text-decoration: none;
}
.smm-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.smm-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.smm-single h3.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 30px;
    padding-bottom: 10px;
}

.smm-single.wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.paid-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.paid-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}

.paid-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.prodct-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.prodct-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}

.prodct-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.podcast-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.podcast-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.podcast-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.menu-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.menu-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.menu-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.brouchrs-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.brouchrs-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.brouchrs-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.pack-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.pack-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.pack-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pack-single .wpb_single_image img {
    height: 475px;
    object-fit: cover;
}
.corporat-single {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.corporat-single h2.vc_custom_heading {
    font-size: 36px;
    color: #000000;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 1.2;
}
.corporat-single .wpb_text_column {
    font-size: 16px;
    color: #585858;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* ----footer----- */
div#footer-widget {
    background: transparent linear-gradient(262deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

div#footer-widget .row {
    align-items: center;
}
div#footer-widget .textwidget h3 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
}
div#footer-widget .widget_media_image  img {
    height: 115px;
    width: 115px;
}
div#footer-widget .textwidget p {
    color: #fff;
}

div#footer-widget .col-md-4 .textwidget p {
   text-align: right;
}

div#footer-widget .col-md-4 .textwidget .expert-btn {
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-radius: 0px;
    border: solid 1px #06428a;
    transition: 0.5s;
}
div#footer-widget .col-md-4 .textwidget .expert-btn i {
    padding-right: 5px;
}
div#footer-widget .col-md-4 .textwidget .expert-btn:hover {
   transform: scale(1.1);
   text-decoration: none;
}
footer#colophon {
  background: transparent linear-gradient(262deg, #000000 0%, #101010 100%) 0% 0% no-repeat padding-box !important;
  text-align: center;
  font-family: 'Poppins';
  border-top: solid 2px #3d3d3d;
}

footer#colophon .site-info {
    color: #fff;
    font-weight: 400;
}
div#footer-widget #media_image-2 {
    text-align: left;
}

div#footer-widget section#text-4 p {
    text-align: left;
}

div#footer-widget section#text-4 p a {
    color: #fff;
}

div#footer-widget section#text-4 p a:hover {
    text-decoration: none;
}

div#footer-widget section#text-4 p {
    margin-bottom: 4px;
}

div#footer-widget section#nav_menu-2 {
    text-align: left;
}

div#footer-widget #nav_menu-2 ul li a {
    padding-left: 0px;
    font-size: 15px;
    color: #fff;
    transition: 0.5s;
    font-family: poppins;
}

div#footer-widget #nav_menu-2 h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 18px;
  	margin-top: 82px;
  	line-height: 1.2;
}
div#footer-widget .widget_media_image {
    margin-top: 60px;
}
div#footer-widget #nav_menu-2 ul li a:hover {
    background: transparent;
    margin-left: 6px;
    color: #054289;
}

div#footer-widget 
 .stay-plugged {
    position: relative;
}

div#footer-widget .stay-plugged .wpcf7-email {
    height: 50px;
    background-color: #f8f7fb;
    border: 0px;
    border-radius: 0px;
  font-family: 'Poppins';
    font-size: 14px;
}

div#footer-widget .stay-plugged  p {
    text-align: left !important;
}
#zoom-social-icons-widget-2 h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 28px;
    
}
div#footer-widget section#text-2 {
    margin-bottom: 45px !important;
}
div#footer-widget #nav_menu-3 h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 90px;
    line-height: 1.2;
}
.zoom-social-icons-widget ul li a  .zoom-social_icons-list-span { 
  background: #05428a; 
}
div#footer-widget #nav_menu-3 ul li a {
    padding-left: 0px;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    font-family: poppins;
}
div#footer-widget #nav_menu-3 ul li a:focus {
    background: transparent;
}
div#footer-widget #nav_menu-2 ul li a:focus {
    background: transparent;
}

div#footer-widget #nav_menu-3 ul li a:hover {
    background: transparent;
    margin-left: 6px;
    color: #054289;
}
div#footer-widget .stay-plugged .wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    border-radius: 0px;
    font-size: 0px;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border: solid 1px #05428a;
}
div#footer-widget .stay-plugged .wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    border-radius: 0px;
    font-size: 0px;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent linear-gradient(262deg, #074381 0%, #05428b 100%) 0% 0% no-repeat padding-box !important;
    border: solid 1px #05428a;
}

div#footer-widget .stay-plugged .btn-plug:before {
    content: '\f1d9';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 14px;
    top: 7px;
    color: #fff;
    font-size: 24px;
    z-index: 999;
    pointer-events: none;
}
div#footer-widget .stay-plugged .wpcf7-submit:focus {
    border: 0px;
    box-shadow: none;
}
div#footer-widget section#text-5 h3 {
    font-size: 28px;
  	margin-top: 0px;
}
div#footer-widget section#text-5 .wpcf7-form {
    position: relative;
}

div#footer-widget section#text-5 .wpcf7-form .wpcf7-response-output {
    position: absolute;
    bottom: -10%;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    left: 0px;
    margin: 0px;
}
div#footer-widget section#text-5 p {
    text-align: left;
	font-size:15px;
}
div#footer-widget .col-md-8:after {
    content: '';
    display: block;
    background-color: #ffffff38;
    height: 2px;
    width: 84.5%;
    position: absolute;
    left: 8%;
    margin: 0 auto;
}
div#footer-widget .col-md-8 {
    position: unset;
}
/*--------------------------------------------------------------
# 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;
  }
}
@media screen and (max-width: 1366px){
.new-sec3 .left-col .vc_column-inner {
    padding-left: 30px !important;
}

.new-sec3 .wpb_text_column ul {
    padding-top: 10px;
}
#content.site-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#content.site-content .entry-content {
    margin-top: 0px;
}
}
/*--------------------------------------------------------------
## 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%;
  }
}
/* ---------custom media query------ */
@media screen and (max-width: 1199px){
div#content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div#content .entry-content {
    margin: 0px;
}

header#masthead .navbar-toggler {
    display: none;
}
.client-sec .wpb_text_column .slick-prev {
    margin-left: -20px;
}

.client-sec .wpb_text_column .slick-next {
    margin-right: -10px;
}
 .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .navbar-toggler {
    display: none;
}
div#mega-menu-wrap-primary {
  position: static;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block;
    position: absolute;
    top: -12px;
    left: -32px;
    transform: translateX(-480px);
    transition: all 0.5s ease-in-out !important;
    height: 100vh;
    width: 360px;
	padding-top: 30px;
	padding-bottom: 30px !important;
	overflow: scroll;
	}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin: 0;
    transform: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    top: 42px;
    right: 0px;
	background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header {
  margin-left: 17px !important;
  margin-right: 20px;
  margin-top: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header a {
  text-align: center !important;
}
}
@media screen and (max-width:1024px){
.calendly-inline-widget {
    width: 840px !important;
}
.container {
    max-width: 960px;
}
.first-sec-home {
    padding-top: 165px !important;
    padding-bottom: 195px !important;
}

.first-sec-home h1 {
    font-size: 35px;
}

.sec3-home .right-box-home h2 {
    font-size: 35px;
}

.service-sec-home h2 {
    font-size: 45px;
}

.service-sec-home .service-box .aio-icon-header h3 {
    font-size: 25px;
}

.wpcp-carousel-section .slick-list {
    margin-right: 0px;
}

.client-sec .wpb_text_column .slick-next {
     margin-right: -15px;
}

.why-us-sec h2 {
    font-size: 40px;
}

.we-work-sec h2 {
    font-size: 45px;
}

.post-grids .post-grid .post-box .pst-img {
    flex: 0 0 304px;
    width: 304px;
}

.Reviews-sec .vc_custom_heading {
    font-size: 45px;
}

.Reviews-sec .one-posts {
    height: 255px;
}

.detailed .bottom p a {
    width: 17%;
}

div#footer-widget .textwidget h3 {
    font-size: 40px;
}

.contnt {
    font-size: 14px;
}	
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: -48px;
}
.client-sec .wpb_text_column .slick-prev {
  margin-left: -25px;
}
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 22%;
    height: 617px;
}
.owl-nav .owl-prev {
    left: -34px;
}

.owl-nav .owl-next {
    right: -34px;
}
.box-abt .aio-icon-description {
    font-size: 12px;
}
.inner-pages-banner {
    padding-top: 140px !important;
    padding-bottom: 130px;
}
.review-bner{
    padding-top: 140px !important;
    padding-bottom: 130px;		
}
.row-testiml .testimonials-box .one-posts .detailed a {
    width: 16.5%;
}
.review-bner:before {
    height: 387px;
}
.row-testiml {
    padding-bottom: 40px;
}
.blog .blg-bner{
	 padding-top: 140px !important;
    padding-bottom: 130px;		
}
.blog .blg-bner:before{
	height: 387px;		
}
.blog-page {
    padding-bottom: 25px;
}
.inner-service-sec3 .info-inner-service .aio-icon-header h3 {
    font-size: 19px;
}
}
@media screen and (max-width:768px){
.first-sec-home h1 {
    font-size: 32px;
}

.txt-banner-home {
    width: 88%;
}

.sec3-home .vc_row .vc_col-sm-6 {
    width: 100%;
}

.service-sec-home .vc_col-sm-4 {
    width: 50%;
}

.service-sec-home .service-box {
    background: #fff;
    box-shadow: 0px 3px 36px #547a9e24;
    border-radius: 4px;
}

.service-sec-home .service-box .aio-icon-read {
    opacity: 1;
    width: 354px;
}

.service-sec-home .vc_row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.client-sec .wpb_text_column .slick-prev {
    left: 10px;
}

.client-sec .wpb_text_column .slick-next {
    right: 10px;
}

.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 20%;
    height: 703px;
}
.post-grids .post-grid .post-box .pst-img {
    width: 50%;
    flex: 0 0 50%;
}

.post-grids .post-grid .post-box .pst-ctn {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.post-grids .post-grid .post-box {
    flex-wrap: wrap;
}

.post-grids .post-grid {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
}

.post-grids .post-grid:last-child {
    position: relative;
    width: 100%;
}

.post-grids .post-grid:last-child .post-box .pst-ctn {
    height: auto;
}
.post-grids .post-grid:first-child{
	margin-bottom: 30px;	
}


.post-grids .post-grid:last-child .post-box .pst-img {
    width: 50%;
    flex: 0 0 50%;
}

.post-grids .post-grid:last-child .post-box {
    display: flex;
}

.Reviews-sec .one-posts {
    height: 295px;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -15px;
}
div#footer-widget .row .col-12.col-md-2 {
    width: 44%;
    flex: 0 0 44%;
}

div#footer-widget .row .col-12:nth-child(5) {
    width: 50%;
    flex: 0 0 50%;
}

div#footer-widget .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
}

div#footer-widget .col-md-4:last-child {
    max-width: 50%;
    flex: 0 0 50%;
}

div#footer-widget .col-md-2 {
    max-width: 50%;
    flex: 0 0 50%;
}

div#footer-widget .col-md-4 .textwidget .expert-btn {
    padding-left: 30px;
    padding-right: 30px;
}

div#footer-widget .textwidget h3 {
    font-size: 32px;
}

div#footer-widget {
    padding-left: 10px;
    padding-right: 10px;
}

.detailed .bottom p a {
    width: 143px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: -16px;
}
.about-me .right-box-home .vc_column-inner {
    padding-top: 44px;
    padding-bottom: 44px;
    left: 0px;
}

.about-me .right-box-home .vc_column-inner h2 {
    font-size: 30px;
}

.abt-sec-page .vc_row {
    margin-bottom: 30px;
}

.abt-sec-page .vc_row .vc_col-sm-3 {
    width: 48%;
    margin: 3px;
}

.box-abt {
    margin-bottom: 3px;
}
.inner-service-sec3 .info-inner-service .aio-icon-header h3 {
    font-size: 16px;
}
.blog-page .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
}
@media screen and (max-width:767px){
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 20%;
    height: 448px;
}
}
@media screen and (max-width:734px){
.service-sec-home .service-box .aio-icon-read {
    width: 330px;
}

div#footer-widget .col-md-8:after {
    display: none;
}

div#footer-widget .col-md-4 .textwidget p {
    text-align: left;
}

div#footer-widget #nav_menu-3 h3 {
    margin-top: 0px;
}

div#footer-widget section#text-5 h3 {
    margin-top: 52px;
}
}
@media screen and (max-width:460px){
.corporat-single .wpb_text_column {
    width: 100%;
}
.brouchrs-single .wpb_text_column {
    width: 100%;
}
.menu-single .wpb_text_column {
    width: 100%;
}
.podcast-single .wpb_text_column {
    width: 100%;
}
.prodct-single .wpb_text_column {
    width: 100%;
}
.paid-single .wpb_text_column {
    width: 100%;
}
.pack-single .wpb_text_column {
    width: 100%;
}

.pack-single .wpb_single_image img {
    height: unset;
}
.logo-single .wpb_text_column {
    width: 100%;
}

.logo-single .wpb_single_image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-post-port .entry-content {
    margin-top: 0px;
}
.single-portfolio-sec .row-port .wpb_single_image img {
    height: 65px;
}

.single-portfolio-sec h3.vc_custom_heading {
    font-size: 30px;
}

.single-portfolio-sec .wpb_text_column p {
    font-size: 20px;
}

.single-portfolio-sec .wpb_text_column ul li {
    font-size: 16px;
}
.web-single .wpb_text_column {
    width: 100%;
}

.web-single .vc_col-sm-6 {
    padding-bottom: 30px;
}

.web-single .vc_custom_1763057144320 {
    padding-top: 0px !important;
}
.sec-secnd-home .vc_row h2.vc_custom_heading br {
    display: none;
    line-height: 50px;
    font-size: 43px;
}
.frst-sec-home h4.vc_custom_heading {
    font-size: 25px;
    line-height: 36px;
}
.frst-sec-home {
    padding-top: 212px !important;
    padding-bottom: 54px;
}

.frst-sec-home h1.vc_custom_heading {
    font-size: 44px;
    line-height: 50px;
}

.frst-sec-home h1.vc_custom_heading strong {
    font-size: 20px;
}

.frst-sec-home .txt-banner-home {
    line-height: 25px;
    font-size: 15px;
}
.new-sec1 .box-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.new-sec1 .box-r .imag {
    width: 100%;
}

.new-sec1 .box-r .cntnt {
    width: 100%;
}

.new-sec1 .box-r .imag {
    border-top: solid 2px #064383;
    padding-top: 24px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.new-sec1 .box-r .cntnt {
    margin-top: 0px;
    margin-bottom: 25px;
}
.new-sec1 h2.vc_custom_heading {
    font-size: 45px;
}

.new-sec2 {
    padding-top: 0px;
    padding-bottom: 50px;
}

.new-sec2 .wpb_single_image img {
    width: 100%;
}

.new-sec2 .wpb_single_image {
    width: 100%;
}

.new-sec2 .vc_row {
    padding-right: 0px;
}

.new-sec2 .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 0px;
}

.new-sec2 h4.vc_custom_heading {
    position: relative;
    top: 0px;
    padding-top: 38px;
}

.new-sec2 h2.vc_custom_heading {
    position: relative;
    font-size: 30px;
}

.new-sec2 .wpb_text_column p {
    position: relative;
    font-size: 15px;
}

.new-sec3 {
    padding-top: 50px !important;
}

.new-sec3 .left-col .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 56px;
}

.new-sec3 .wpb_text_column ul li {
    padding-left: 48px;
    font-size: 15px;
}

.new-sec3 .wpb_single_image img {
    height: 400px;
}

.txt-client p {
    padding: 0px;
}

.Reviews-sec .one-posts {
    height: unset;
}
.new-sec3 h2.vc_custom_heading {
    font-size: 45px;
}
.resources-sec {
    padding-top: 60px !important;
    padding-bottom: 30px;
}

.resources-sec .vc_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.resources-sec .vc_row .vc_col-sm-6 {
    width: 100%;
    flex: 0 0 100%;
}

.resources-sec .row2 {
    flex-direction: column-reverse;
}

.resources-sec .row4 {
    flex-direction: column-reverse;
}
.services-sec ul.service-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
}
.services-sec ul.service-tabs li {
    width: auto;
    flex: 0 0 auto;
    padding-top: 32px;
}
.services-sec .service-item {
    display: block;
}
.services-sec .service-item .service-content {
    width: 100%;
    padding: 0px;
    flex: 0 0 100%;
}
.services-sec .service-item .featured-image {
    width: 100%;
    padding: 0px;
    padding-top: 40px;
}

.services-sec .service-item .featured-image {
    text-align: center;
}

.services-sec h2.vc_custom_heading {
    font-size: 35px;
}

.services-sec .tab-navigation {
    right: 28px;
    top: 46px;
}
.logo-box .imag img {
    height: 100px;
}

.logo-box .imag {
    padding: 15px;
}
.new-client-sec h2 {
    font-size: 30px !important;
}

.new-client-sec {
    padding-top: 20px;
}
.new-why-us-sec .countr .stats-desc .stats-text {
    font-size: 12px !important;
}
.newsec3-home .right-box-home h2 strong {
    font-size: 55px;
}

.social-icns {
    position: relative;
    left: 0px;
    top: -68px;
}

.social-icns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.social-icns ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.sec3-home {
    padding-bottom: 0px;
}

.service-sec-home .wpb_text_column {
    margin-bottom: 0px;
}

.down-service {
    top: 0px;
}

.service-bx-new-1 {
    margin-bottom: 35px !important;
}

.new-why-us-sec .numbrs-row {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.new-event-sec h2.vc_custom_heading {
    font-size: 40px;
}

.events .col-md-8 {
    text-align: center;
    border-left: 0px;
    margin-left: 0px;
    padding-left: 15px;
}

.events h3 {
    line-height: 1.2;
}

.events .col-md-2 a {
    margin-top: 40px !important;
    position: relative;
    top: 45px;
}

.events {
    padding-bottom: 110px !important;
}

.new-event-sec .col-event .vc_col-sm-12:after {
    left: 0px;
}

.new-event-sec .col-event .vc_col-sm-12:before {
    right: 0px;
}
.service-sec-home .vc_col-sm-4 {
    width: 100%;
}
.service-sec-home .wpb_text_column p {
    margin-bottom: 120px !important;
}
.service-box-home {
    margin-top: 0px;
}
.service-sec-home .vc_col-sm-4:last-child .service-box-home:last-child {
    margin-bottom: 0px !important;
}
.single-post-career h2 {
    font-size: 35px;
}

.single-post-career .entry-content h3 {
    font-size: 25px !important;
}

.apply-form label {
    width: 100%;
}

.single-post-career {
    padding-bottom: 0px;
}

.sidebr-aply {
    padding-bottom: 40px;
}
.career-sec {
    padding-top: 50px !important;
    padding-bottom: 0px;
}

.career-sec .wpb_text_column p br {
    display: none;
}

.career-sec .vc_btn3-container {
    text-align: left !important;
}

.career-sec .career-grids .career-grid {
    width: 100%;
    flex: 0 0 100%;
}

.career-sec .career-grids {
    margin-top: 40px;
}

.recruiment-proces h2.vc_custom_heading {
    font-size: 35px;
}

.career-sec h2.vc_custom_heading {
    font-size: 35px;
}

.recruiment-proces .wpb_text_column p br {
    display: none;
}

.recruiment-proces .process-box h6 {
    font-size: 22px;
    padding-top: 5px;
}

.benefits-sec h2.vc_custom_heading {
    font-size: 35px;
}
.team-sec .wpb_text_column p {
    padding-left: 0px;
    padding-right: 0px;
}

.team-sec {
    padding-top: 50px !important;
    padding-bottom: 40px;
}

.team-sec .team-box .aio-icon-description ul li a i {
    padding-top: 5px;
    font-size: 16px;
}
}
@media screen and (max-width:412px){
.new-sec1 h2.vc_custom_heading {
    font-size: 40px;
}

.Reviews-sec .vc_custom_heading {
    font-size: 40px;
}
.service-bx-new-1 {
    height: 425px;
}

.service-bx-new-1 .redmore {
    bottom: 65px;
}

.down-service .redmore {
    bottom: 40px;
}
.first-sec-home h1 strong {
    background: none;
    font-size: 45px;
    padding-left: 0px;
    padding-right: 0px;
}

.newfirst-sec-home .txt-banner-home {
    width: 100%;
}

.newfirst-sec-home .txt-banner-home p {
    font-size: 16px;
}

.newfirst-sec-home .txt-banner-home p br {
    display: none;
}

.down-img {
    top: 40px;
}
.newsec3-home {
    margin-top: -100px;
}

.newsec3-home .wpb_single_image {
    text-align: center !important;
}
.new-why-us-sec .countr .stats-desc .stats-number {
    font-size: 34px !important;
}
.social-icns ul li i {
    font-size: 14px;
}

.social-icns ul li a i {
    font-size: 18px;
    height: 40px;
    width: 40px;
}

.social-icns {
    top: -60px;
}

.service-sec-home .wpb_text_column p {
    margin-bottom: 50px !important;
}

.service-bx-new-1 h3 {
    font-size: 40px;
    line-height: 1.2;
}
.single-post-career h2 {
    font-size: 35px;
}

.single-post-career .entry-content h3 {
    font-size: 25px !important;
}

.apply-form label {
    width: 100%;
}

.single-post-career {
    padding-bottom: 0px;
}

.sidebr-aply {
    padding-bottom: 40px;
}
.service-sec-home .service-box .aio-icon-read {
    width: 365px;
}
}
@media screen and (max-width:414px){
.career-sec {
    padding-top: 50px !important;
    padding-bottom: 0px;
}

.career-sec .wpb_text_column p br {
    display: none;
}

.career-sec .vc_btn3-container {
    text-align: left !important;
}

.career-sec .career-grids .career-grid {
    width: 100%;
    flex: 0 0 100%;
}

.career-sec .career-grids {
    margin-top: 40px;
}

.recruiment-proces h2.vc_custom_heading {
    font-size: 35px;
}

.career-sec h2.vc_custom_heading {
    font-size: 35px;
}

.recruiment-proces .wpb_text_column p br {
    display: none;
}

.recruiment-proces .process-box h6 {
    font-size: 22px;
    padding-top: 5px;
}

.benefits-sec h2.vc_custom_heading {
    font-size: 35px;
}
.team-sec .wpb_text_column p {
    padding-left: 0px;
    padding-right: 0px;
}

.team-sec {
    padding-top: 50px !important;
    padding-bottom: 40px;
}

.team-sec .team-box .aio-icon-description ul li a i {
    padding-top: 5px;
    font-size: 16px;
}
.other_service_sec h2 {
    font-size: 40px;
}
.blog .blg-bner h1 {
    font-size: 35px;
}
.single .blg-bner h1 {
    font-size: 35px;
}
.sec-meeting h2 {
    font-size: 40px;
}
.calendly-inline-widget {
    width: 390px !important;
}
.abt-sec-page .vc_col-sm-3 .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.abt-sec-page .vc_row .vc_col-sm-3 {
    width: 100%;
    margin: 0px;
}
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 18%;
    height: 562px;
}
.first-sec-home h1 {
    font-size: 23px;
}

.txt-banner-home {
    width: 90%;
    font-size: 14px;
}

.first-sec-home {
    background-size: cover;
	padding-bottom: 237px !important;
}

.sec3-home .vc_col-sm-6 .wpb_single_image {
    margin-top: 50px;
}

.service-sec-home h2 {
    font-size: 40px;
}
.sec3-home .vc_col-sm-6 .wpb_single_image img {
    height: 300px;
    width: 300px;
}
.client-sec h2 {
    font-size: 30px;
}

.client-sec .wpb_text_column .slick-prev {
    margin-left: 0px;
}

.client-sec .wpb_text_column .slick-next {
    margin-right: 10px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: -15px;
    width: 300px;
}
.why-us-sec .wpb_single_image {
    margin-top: 50px;
}

.Reviews-sec:before {
    width: 100%;
}

.txt-client p {
    padding-left: 0px;
    padding-right: 0px;
}

.Reviews-sec .one-posts {
    height: 380px;
}

.detailed .bottom p a {
    width: 45%;
}

.owl-nav .owl-prev {
    left: -14px;
}

.owl-nav .owl-next {
    right: -14px;
}

div#footer-widget .col-md-8:after {
    display: none;
}

div#footer-widget .col-md-4 .textwidget p {
    text-align: left;
}

div#footer-widget .textwidget p {
    font-size: 14px;
}

div#footer-widget #nav_menu-3 h3 {
    margin-top: 18px;
}

div#footer-widget section#text-5 h3 {
    margin-top: 18px;
}

div#footer-widget .row {
    display: flex;
    flex-wrap: wrap;
}

div#footer-widget .row .col-12.col-md-2 {
    width: 44%;
    flex: 0 0 44%;
}

div#footer-widget .row .col-12:nth-child(5) {
    width: 50%;
    flex: 0 0 50%;
}

.btn-plug {
    position: absolute;
    right: 0px;
    top: 0px;
}

.post-grids .post-grid .post-box .pst-img {
    width: 100%;
    flex: 0 0 100%;
}

.post-grids .post-grid .post-box .pst-ctn {
    width: 100%;
    flex: 0 0 100%;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.post-grids .post-grid .post-box {
    flex-wrap: wrap;
}

.post-grids .post-grid {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
}

.post-grids .post-grid:last-child {
    position: relative;
    width: 100%;
}

.post-grids .post-grid:last-child .post-box .pst-ctn {
    height: auto;
}
.post-grids .post-grid:first-child{
	margin-bottom: 30px;	
}
div#footer-widget .col-md-4 .textwidget .expert-btn {
    padding-left: 28px;
    padding-right: 28px;
}
div#footer-widget #nav_menu-2 h3 {
    margin-top: 0px;
}
div#footer-widget .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: 0px;
}
.inner-pages-banner {
    padding-top: 160px !important;
    padding-bottom: 100px;
	height: 400px;
}
.inner-pages-banner h1 {
    font-size: 35px;
}
.inner-servce-branding .advantg-box .vc_column-inner {
    margin-left: 0px;
}

.inner-servce-branding .advantg-box {
    margin-top: 42px;
}

.inner-servce-branding .advantg-box h3 {
    line-height: 1.2;
}

.inner-service-sec3 .vc_row:last-child {
    margin-top: 0px !important;
}
.before-check h4 {
	line-height: 1.2;
}

.before-check h4:before {
	top: 0px;
}
.about-me .right-box-home .vc_column-inner {
    left: 0px;
}
.abt-sec-page h2 {
    font-size: 40px;
}
.about-me .vc_col-sm-6 .wpb_single_image {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
.about-gallery .wpcp-carousel-wrapper .slick-slide img {
    height: 520px;
}
.review-bner {
	height: 400px;
	padding-bottom: 100px !important;
	padding-top: 160px !important;
}

.review-bner h1 {
	font-size: 35px;
}

.review-bner:before {
	height: 400px;
}

.testimonials-archive .page-header h2 {
	font-size: 40px;
}
.row-testiml .testimonials-box .one-posts .detailed a {
    width: 43%;
}
.blog .blg-bner {
	padding-top: 160px !important;
	padding-bottom: 100px;
	height: 400px;
}

.blog .blg-bner:before {
	height: 400px;
}

.blog-page .post-listng .contnt-listng {
	margin: 0px;
	text-align: left;
	min-height: 200px;
	padding-left: 20px !important;
}
.single .blg-bner {
	padding-bottom: 100px;
	padding-top: 160px;
	height: 400px;
}

.single .blg-bner:before {
	height: 400px;
}
.comment-form .comment-form-author, .comment-form-email, .comment-form-url {
	width: 100%;
}
.contct-sec .vc_custom_heading {
    padding-left: 0px;
}
.contact-us {
	padding: 0px;
}

.contct-sec .vc_col-sm-5 .vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}
.service-sec-home .vc_col-sm-4 {
    width: 100%;
}
.service-sec-home .service-box .aio-icon-read {
     width: 384px;
}
.service-sec-home .service-box {
    background: #fff;
    box-shadow: 0px 3px 36px #547a9e24;
    border-radius: 4px;
}

.service-sec-home .service-box .aio-icon-read {
    opacity: 1;
}
.post-grids .post-grid:last-child .post-box .pst-img {
    width: 100%;
    flex: 0 0 100%;
}
div#footer-widget .col-12:nth-child(3) {
    max-width: 100%;
    flex: 0 0 100%;
}

div#footer-widget .col-12:last-child {
    max-width: 100%;
    flex: 0 0 100%;
}

div#footer-widget .textwidget p br {
    display: none;
}
.inner-service-sec3 .info-inner-service .aio-icon-header h3 {
    font-size: 20px;
}
.blog-page .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
}
.event-sec-home h4 {
    font-size: 40px;
}

.event-sec-home .wpb_text_column p strong {
    font-size: 14px;
}

.event-sec-home .box-event {
    right: 0;
    top: 0;
    left: 0;
}

.event-sec-home .box-event-one {
    margin-top: 50px;
}

.event-sec-home {
    padding-bottom: 70px;
}
.event-sec-home h2 {
    margin-bottom: 30px;
    font-size: 45px;
}
}
@media screen and (max-width:390px){
.service-sec-home .service-box .aio-icon-read {
    width: 360px;
}
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 21%;
    height: 645px;
}
}
@media screen and (max-width:375px){
.sec-meeting h2 {
    font-size: 35px;
}
.page-id-114 .sec-meeting .calendly-inline-widget {
    width: 330px !important;
}
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 16%;
    height: 644px;
}
.service-sec-home h2 {
    font-size: 35px;
}
.why-us-sec h2 {
    font-size: 35px;
}
.we-work-sec h2 {
    font-size: 35px;
}
.Reviews-sec .vc_custom_heading {
    font-size: 35px;
}
.detailed .bottom p a {
    width: 62%;
}
div#footer-widget .textwidget p br {
    display: none;
}
div#footer-widget .textwidget h3 {
    font-size: 35px;
}
.inner-service-sec h2 {
   font-size: 35px;
}

.inner-servce-branding h2 {
   font-size: 35px;
}

.inner-service-sec3 h2 {
    font-size: 35px;
}
.abt-sec-page h2 {
    font-size: 35px;
}
.about-me .right-box-home .vc_column-inner h2 {
    font-size: 30px;
}
.testimonials-archive .page-header h2 {
	font-size: 35px;
}
.row-testiml .testimonials-box .one-posts .detailed a {
    width: 143px;
}
.Reviews-sec .one-posts {
    height: 430px;
}

.contct-sec .vc_custom_heading {
    font-size: 35px;
}
.service-sec-home .service-box .aio-icon-read {
    width: 345px;
}
}
@media screen and (max-width:360px){
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 19%;
    height: 650px;
}
}
@media screen and (max-width:394px){
.service-sec-home .service-box .aio-icon-read {
    width: 362px;
}
.why-us-sec .vc_col-sm-5 .vc_column-inner:before {
    top: 21%;
    height: 626px;
}
.detailed .bottom p a {
    width: 50%;
}
.about-me .vc_col-sm-6 .wpb_single_image img {
    height: 420px;
}
.about-gallery .wpcp-carousel-wrapper .slick-slide img {
    height: 340px;
}
}
.about-gallery div#sp-wp-carousel-free-id-398 .swiper-slide {
    margin-right: 0px !important;
}

.about-gallery div#sp-wp-carousel-free-id-398 .wpcp-slide-image img {
    height: 300px;
    object-fit: cover;
}
html.js.csstransitions.js.csstransitions.js_active.vc_desktop.vc_transform.vc_transform {
    scroll-behavior: smooth;
}
.down-img img {
    height: 40px;
    width: 40px;
}
div#comments {
    display: none;
}