/*
------------------------------------------------------------------------
* Template Name    : DarkWon | Responsive Bootstrap 4 Personal Template  * 
* Version          : 1.0.0                                             *
* Created          : April 2020                                        *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/

/***********************
    1.BASIC            *
    2.PRELOADER        *
    3.HELPER           *
    4.NAVBAR           *
    5.HOME             *
    6.ABOUT US         *
    7.SERVICES         *
    8.PROCESS          *
    9.FUNFACTS         *
    10.PRICING         *
    11.TEAM            *
    12.CLIENTS         *
    13.PORTFOLIO       *
    14.BLOG            *
    15.CONTACT         *
    16.GET STARTED NOW *
    17.FOOTER          *
    18.RESPONSIVE      *
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Open+Sans:400,600,700');

/*======================
        SPACES
========================*/
.space-mini {
    height: 5px;
    display: block;
}
.space {
    height: 10px;
    display: block;
}

.space-small {
    height: 20px;
    display: block;
}

.space-large {
    height: 30px;
    display: block;
}

.space-mlarge {
    height: 50px;
    display: block;
}

.space-xlarge {
    height: 70px;
    display: block;
}

/*======================
        1.BASIC
========================*/

#intro-div {
    top: 0;
    position: fixed;
    background-color: #fff;
    height: 40px;
    width: 100%;

}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

h1.font-weight-extrabold,
h2.font-weight-extrabold,
h3.font-weight-extrabold,
h4.font-weight-extrabold,
h5.font-weight-extrabold,
h6.font-weight-extrabold {
    font-weight: 900 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #b71c1c;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

.line {
    width: 100%;
    height: 1px;
    display: block;
}
/*==========================
        3.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section-responsive {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.sec_subtitle {
    max-width: 550px;
    line-height: 1.6;
}

.section_title h4 {
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.section_title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.section_title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #6FAE50;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.vr_line {
    height: 34px;
    width: 3px;
    background-color: #b71c1c;
}

.card {
    padding: 20px 55px 40px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0px !important;
    border-radius: .6rem;
}

.bg-lgrey{
    background-color: #F6F6F6 !important;
}

.bg-grey{
    background-color: #f4f6fa !important;
}

.bg-dark {
    background-color: #000!important;
}

.bg-lgreen {
    background-color: #7DAC5C;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.text-red {
    color: #b71c1c !important;
}

.text-green {
    color: #0B5554 !important;
}

.text-lgreen {
    color: #7DAC5C !important;
}

.text-muted {
    color: #777;
}

.text-custom {
    text-align: center;
    font-size: 17px;
    padding-top: 20px;
    color: #7DAC5C !important;
}

.link-yellow {
    color: #fff200;
}

.link-main-normal, .link-main-normal:hover {
    font-family: 'Open Sans', sans-serif;
    color: #035BAD;
}

.h-100vh {
    height: 100vh;
}
.h-90vh {
    height: 90vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

#video-content-div {
    /* padding-left: 60px; */
    border-radius: 10px;
    padding: 2% 0px 2% 3%;
    width: 84%;
    margin: 0 auto;
}

#video-content-div img {
    width: auto;
    height: 50px;
    margin-right: 8%;
}

.banner-div-sub-div {
    display: flex;
}

.bg-black-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-blacks {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-w-shadow {
    padding: 40px 10px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
    border-width: 0 !important;
    border-radius: .5rem;
}

/*==========================
        Pad
============================*/

.pad-large-side-responsive {
    padding: 0px 10%;
}

.pad-xlarge, .pad-xlarge-responsive{
    padding: 26px;
}

.pad-huge-side-responsive {
    padding: 0px 10%;
}

.pad-huge-left-side{
    padding: 0px 0px 0px 10%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-main {
  border-radius: 0;
  padding: 10px 40px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  position: relative;
  background-color: #6FAE50;
  outline: none;
  color: white;
  margin: 20px 0px;
  white-space: nowrap;
}

.btnp {
    border-radius: 0;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: 0px;
    outline: none;
    color: white;
    background-color: #7DAC5C;
    margin: 0px 10px;
    white-space: nowrap;
}

.btn--border::after, .btn--border::before,
.btn--border span::after,
.btn--border span::before {
  content: "";
  position: absolute;
  background-color: white;
  transition: 0.5s ease;
}

.btn--border::after, .btn--border::before {
  height: 100%;
  width: 2px;
  top: -2px;
}

.btn--border::after {
  left: -2px;
}

.btn--border::before {
  right: -2px;
}

.btn--border span::after,
.btn--border span::before {
  height: 2px;
  width: 100%;
  left: -2px;
}

.btn--border span::after {
  top: -2px;
}

.btn--border span::before {
  bottom: -2px;
}

.btn--border:hover:after {
  transform: translatex(-12px);
}

.btn--border:hover:before {
  transform: translatex(12px);
}

.btn--border:hover span::after {
  transform: translatey(-12px);
}

.btn--border:hover span::before {
  transform: translatey(12px);
}

.btn--swap span {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 16px;
  box-sizing: border-box;
  opacity: 0;
  color: #fff;
  transition: 0.35s ease;
}

.btn--swap::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #b71c1c;
  transition: 0.5s ease;
}

.btn--swap:hover:before {
  width: 100%;
}

.btn--swap:hover span {
  opacity: 1;
}

.btn--future::after, .btn--future::before {
  content: "";
  position: absolute;
  border: 2px solid white;
  width: calc(100% + 15px);
  height: 60px;
  transition: 0.5s ease;
}

.btn--future::after {
  top: -15px;
  left: -15px;
  border-right: none;
  border-bottom: none;
}

.btn--future::before {
  bottom: -15px;
  right: -15px;
  border-left: none;
  border-top: none;
}

.btn--future:hover:after, .btn--future:hover:before {
  width: calc(100% - 30px);
  height: 80px;
}
/*==========================
        Header Menu
============================*/
.header-logo img {
    width: 65px;
    height: auto;
}
.custom-header-top {
    position: fixed;
    top: 68;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-menu {
    margin-left: auto;
  }
  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .navigation-menu>li>a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 15px;
    position: relative;
  }
  ul.header-navigation-menu {
    margin-bottom: 0;
    padding: 0;
  }
  @media (min-width: 991.98px) {
  ul.header-navigation-menu>li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: 70px;
  }
  }
  ul.header-navigation-menu a {
    text-decoration: none;
  }
  .header-navigation-menu .active a {
    color: #538de4;
  }
  @media (max-width: 1199.98px) {
    ul.header-navigation-menu>li>a {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media (max-width: 1399.98px) {
    .header-contact-search{
      display: none !important;
    }
    .header-style-2 .header-menu {
      margin-left: auto !important;
  }
  }
  .menu-item-has-children>a {
    position: relative;
  }
  ul.header-navigation-menu>li:last-child>a:before {
    display: none;
  }
  ul.header-navigation-menu>li:hover>a,
  ul.header-navigation-menu>li:active>a,
  ul.header-navigation-menu>li:focus>a,
  ul.header-navigation-menu>li.current_page_parent>a {
    color: #6FAE50;
  }
  ul.header-navigation-menu>li:hover>a .menu-arrow,
  ul.header-navigation-menu>li:active>a .menu-arrow,
  ul.header-navigation-menu>li:focus>a .menu-arrow,
  ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
    bottom: -7px;
    opacity: 1;
  }
  ul.header-navigation-menu>li>.submenu-inner {
    border: 1px solid #F7EAE8;
  }
  ul.header-navigation-menu>li .submenu-inner {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  ul.header-navigation-menu>li .submenu-inner,
  ul.header-navigation-menu>li ul.submenu-inner {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 100%;
    z-index: 99;
    margin-top: -1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 300px;
    padding: 15px 20px;
    background: #fff;
    list-style-type: none;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  ul.header-navigation-menu>li .submenu-inner li,
  ul.header-navigation-menu>li ul.submenu-inner li {
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #F7EAE8;
    padding: 5px 0;
  }
  .submenu-inner>li>ul>li:last-child {
    border-bottom: 0px solid #F7EAE8 !important;
  }
  .megamenu-wrap-inner>li {
    border-bottom: 0px solid #F7EAE8 !important;
  }
  @media (max-width: 991.98px) {
    ul.header-navigation-menu>li .submenu-inner li,
    ul.header-navigation-menu>li ul.submenu-inner li {
      border-bottom: 0;
    }
  }
  .megamenu-wrap-inner li:last-child {
    border-bottom: none;
  }
  ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
  ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
    border-bottom: none;
  }
  ul.header-navigation-menu>li .submenu-inner li a,
  ul.header-navigation-menu>li ul.submenu-inner li a {
    display: block;
    line-height: 1.4;
    padding: 8px 0;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    color: #000;
  }
  ul.header-navigation-menu>li .submenu-inner li a .caret,
  ul.header-navigation-menu>li ul.submenu-inner li a .caret {
    top: 16px;
    position: absolute;
    right: 0;
    height: 8px;
    width: 10px;
    display: inline-block;
  }
  ul.header-navigation-menu>li .submenu-inner li a .caret:after,
  ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
    content: '\f129';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    font-family: Flaticon;
    line-height: 1;
    font-size: 12px;
  }
  .caret {
    display: inherit;
    width: inherit;
    border: none;
  }
  ul.header-navigation-menu>li .submenu-inner li a:hover,
  ul.header-navigation-menu>li .submenu-inner li a:focus,
  ul.header-navigation-menu>li .submenu-inner li a:active,
  ul.header-navigation-menu>li ul.submenu-inner li a:hover,
  ul.header-navigation-menu>li ul.submenu-inner li a:focus,
  ul.header-navigation-menu>li ul.submenu-inner li a:active {
    /* opacity: 0.8; */
    color: #6FAE50;
  }
  ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
  ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
  }
  ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
  ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  ul.header-navigation-menu>li:hover>.submenu-inner {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  @media (max-width: 1600px) {
    ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
    ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
      right: 100%;
      left: auto;
    }
  }
  ul.header-navigation-menu>li.megamenu-parent {
    position: static !important;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
    width: 100%;
    max-width: 1170px;
    left: 0;
    background: #fff;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .megamenu-wrap-inner>li>a {
    font-size: 18px !important;
    font-weight: 600;
    color: #000 !important;
  }
  .megamenu-wrap-inner>li>a::after {
    content: none;
  }
  .megamenu-wrap-inner>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .megamenu-wrap-inner>li {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  @media (max-width: 991.98px) {
    ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
      margin-top: 6px;
    }
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
    margin-left: 5px;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: static;
    padding: 0;
    min-width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
    list-style: none;
    border: none;
    padding: 0;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
    border: none;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
    font-weight: 600;
  }
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
    padding-left: 20px !important;
    display: block;
  }
  ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .header-content {
      background: #fff;
      box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
  }
  .offcanvas-content {
    position: fixed;
    left: -250px;
    width: 250px;
    max-width: 90%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .offcanvas-content a {
    color: #3F3836;
  }
  .offcanvas-content a:hover {
    color: #2c85ff;
  }
  .offcanvas-content .close-canvas {
    background: #6FAE50;
    position: absolute;
    left: 100%;
    top: 50px;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #0B5554;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  }
  .offcanvas-content .close-canvas a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
  }
  .offcanvas-content .close-canvas a:hover {
    cursor: pointer;
    color: #fff;
  }
  .offcanvas-content .instagram-pics>li {
    width: 33.333% !important;
    overflow: hidden;
    padding: 10px !important;
  }
  .offcanvas-content .instagram-pics>li a {
    padding: 0 !important;
  }
  .offcanvas-content .wp-sidebar .widget {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .offcanvas-content .wp-sidebar .widget:last-child {
    border-bottom: 0;
  }
  .offcanvas-content .wp-sidebar .widget .widget-title {
    color: #fff;
    text-align: center;
  }
  .offcanvas-content .wp-sidebar .widget .widget-title span {
    font-size: 18px;
    color: #3F3836;
  }
  .offcanvas-content .wp-sidebar .widget .widget-title:before {
    left: 50%;
    margin-left: -40px;
  }
  .offcanvas-content .wp-sidebar .widget .widget-title:after {
    left: 50%;
    margin-left: -25px;
  }
  .offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 20px;
    background: #fff;
  }
  .offcanvas-content #mobile-menu {
    padding: 0;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li {
    position: relative !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    padding: 0;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
    padding-bottom: 15px !important;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li a {
    padding: 12px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
    display: none;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
    display: none;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
    color: #6FAE50;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
    right: 0;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
    border: none;
    position: absolute;
    top: 20px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #fff;
    /* content: '\25be'; */
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-left: 7px;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
    cursor: pointer;
    color: #b71c1c;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
    border: none;
    position: absolute;
    top: 20px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #b71c1c;
    /* content: '\25be'; */
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-left: 7px;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li>a {
    display: block;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
    display: none;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
    background: none;
    left: auto;
    top: auto;
    padding: 0;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
    content: " ";
    display: table;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
    clear: both;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
    display: none;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
    padding: 8px 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
    width: 100%;
    padding-left: 15px;
    display: block !important;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
  .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
    padding: 0;
    display: block;
    width: 100%;
  }
  .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
    padding-left: 20px;
  }
  .offcanvas-content.open {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .mobile-header {
      background: #fff;
      box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
  }
  .megamenu-parent .megamenu-wrap-inner {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .megamenu-parent .widget {
    text-align: left;
    color: #3f3836;
  }
  .megamenu-parent .widget .widget-title,
  .megamenu-parent .widget .widgettitle {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    border: none;
  }
  .megamenu-parent .widget ul {
    list-style: none;
    padding: 0;
  }
  .megamenu-parent .widget.widget-html ul li {
    line-height: 32px;
    padding: 5px 0;
  }
  .megamenu-parent .widget.widget-html ul li strong {
    color: #2c85ff;
    font-weight: 600;
  }
  .megamenu-parent .widget .product-block {
    margin-bottom: 10px;
  }
  .sidebar-widgets .widget_search {
    background: #538de4;
    padding: 50px;
  }
  .sidebar-widgets .widget_search .widget-title {
    color: #fff;
  }
  .dropdown-toggle::after {
      display: none !important;
  }
  #mobile-header-expander .hamburger-menu {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
    top: 0;
    width: 100%;
  }
  #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
    top: 0;
    right: 0;
    left: auto;
    width: 10px;
  }
  #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
    top: 12px;
    width: 100%;
  }
  #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
    bottom: 0;
    width: 100%;
  }
  #mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
    /* width: 10px; */
  }
  #mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
    width: 25px;
  }
  #mobile-header-expander .hamburger-menu .hamburger-menu-line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

.header-mobile-logo {
    padding: 10px 0;
    text-align: center;
}
/*==========================
        4.NAVBAR
============================*/


#grant-affix{
    padding-top: 0px;
    padding-bottom: 0px;
}

#grant-affix h4{
    padding-left: 20px;
    margin: 18px 0px;
    font-weight: 700;
    color: #3d3d3d;
}

#grant-affix a{
    color: #b71c1c;
    text-decoration: underline !important;
    margin: 20px 0px;
    display: inline-block;
}

.img-affix {
    margin: 10px 0px;
}

.custom-nav {
    padding: 22px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    /* padding: 15px 0; */
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 18px;
    border-width: 5px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    border-color: #fff;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    border-color: #000;
}

.custom-nav.stickyadd .navbar-nav li a:after,
.custom-nav .navbar-nav li a:after {
    content: '';
    width: 15px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    /* background: #b71c1c; */
}

.custom-nav.stickyadd .navbar-nav li.active a:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li.active a:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
    opacity: 1;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #b71c1c;
}

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 40px;
    margin-top: 6px;
}
.navbar-brand.logo img {
    height: 26px;
    margin-top: 6px;
}

.navbar .container {
    width: 100%;
}

.collapse {
    height: 100%;
}

.custom-nav>.nav-container {
    display: flex;
    width: 100%;
    margin-left: 6.5%;
    margin-right: 6.5%;
}

.custom-nav>.nav-container>.navbar-collapse {
    margin-top: 17px;
}

.custom-nav>.nav-container>.navbar-collapse a{
    color: #000;
}

/*==========================
        5.HOME
============================*/
video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: center center;
    transition: 1s opacity;
}

.video-container {
    height: 100px;
}

.video-parallax {
    -webkit-transition-position: relative;
    position: relative;
}

.video-parallax-title {
    margin-bottom: 280px;
}

.video-parallax-title .p-title {
    line-height: 1.1em;
    font-size: 85px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
    .video-parallax-title .p-title {
        font-size: 300%;
    }

    .video-parallax-title {
        margin-bottom: 0px;
    }
}

.homebg{
    background-image: url('../../images/home-bg-1.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-family: "AvantGarde Bold", Sans-serif; 
    font-size: 60px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.design_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.design_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #b71c1c , rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
}

.design_home li:last-child:after {
    content: "";
}

.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

/* btn hover home 3 (index_3) */

.particlescss{
  position: relative;
  z-index: 99;
}

/* creative background home 4 (index_4) */

.creative_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

/* creative background home 4,5,6 (index_6) */

.creative_homebg{
    background-image: url('../../images/home-bg-1.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 80px 0px 238px;
}

/* clip home 7,8,9 (index_6) */

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 140%, 0 83%);
    position: relative;
}

/*----index 14----*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,
.carousel-control-next>span {
    font-size: 44px;
}

/*index 15*/

.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave_sec svg {
  height: 180px;
}

.project-video .play-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #ffa114;
    background-color: #ffffff;
    box-shadow: 0 0 0px 12px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}
/*======================
    owl slider click point
========================*/

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #b71c1c !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

/*==========================
        Modules
============================*/
.bg-modules-w-shadow {
    padding: 40px 10px;
    box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
    background: #fff;
}

.modules-link:hover h6 span {
    color: #6FAE50 !important;
}

.row-modules-mb {
    margin-bottom: 60px;
}

.row-modules-no-mb {
    margin-bottom: 0px;
}

.modules-wo-padding-top {
    padding-top: 0px !important;
}

.modules-w-medium-padding-top {
    padding-top: 50px !important;
}

.modules-w-padding-top {
    padding-top: 100px !important;
}

/*==========================
        Work Order Management
============================*/
.work-order-second {
    padding: 40px 200px;
}

/*==========================
        Customer Quotes
============================*/
#customer-quotes-left img, #customer-quotes-right img {
    width: 30px;
    height: auto;
}

#customer-quotes-left {
    max-width: 45%;
    padding: 0px 30px 20px;
    margin: 40px 20px 0 50px;
}

#customer-quotes-right {
    max-width: 45%;
    padding: 0px 30px 20px;
    margin: 40px 0px 0px 20px;
}

/*==========================
        6.ABOUT US
============================*/

.about_boxes.mx-auto.mt-5 {
    padding: 20px 20px;
}

.about_boxes.mx-auto.mt-0 {
    padding: 0px 20px;
}

.about-img img {
    /* box-shadow: 20px 19px 0px -4px #b71c1c; */
}

.about-imgbox:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0;
    border: 10px solid #b71c1c;
}

.about-imgbox img {
    box-shadow: -20px -19px 0px -4px #000;
}

.about-imgbox {
    padding: 0 30px 30px 15px;
}

.about-work li {
    font-size: 18px;
}

.about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-work li:last-child:after {
    content: "";
    display: none;
}

/* clip about 7,8,9 (index_6) */

.aboutclip_img img {
    margin-top: 2rem;
    box-shadow: 20px 19px 0px -4px #b71c1c;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

/*======================
    7.SERVICES         
========================*/

.services_bg{
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 25rem;
  position: relative;
  background: #000;
}

#slider-top {
    margin-top: -8rem;
}

.service_box{
  height: 23rem;
  background: #fff;
  padding: 100px 40px 60px;
  position: relative;
  margin: 0px 10px;
}

.service_box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b71c1c;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.service_box:hover:before{
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;  
}

.service_box h2{
  color: #d8d8d8;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 40px;
  top: 60px;
  font-size: 4em;
  font-weight: 800;
  z-index: 1;
  opacity: 0.5;
  transition: 0.5s;
}

.service_box:hover h2{
  opacity: 1;
  color: #fff;
  transform: translateY(-40px);
}

.service_box h5{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 1.5em;
  z-index: 2;
  color: #333;
  transition: 0.5s;
}

.service_box:hover h5{
  color: #fff;
}

.service_box p{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
  color: #555;
  transition: 0.5s;
}

.service_box:hover p {
  color: #fff;
}

/*==========================
    8.PROCESS (Work)
============================*/

.process_step {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.process_step::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.process_box {
    margin-bottom: 50px;
}

.process_step .process_box .process_left {
    margin-right: 20px;
}

.process_step .process_box .process_left::after,
.process_step .process_box .process_right::after {
    border: 4px solid #fff;
    content: "";
    height: 16px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 16px;
    background-color: #b71c1c;
    z-index: 1;
}

.process_step .process_box .process_left::after {
    right: -43px;
    background-color: #b71c1c;
}

.process_step .process_box .process_right::after {
    left: -43px;
    background-color: #b71c1c;
}

.process_step .process_box .process_detail_right {
    text-align: center;
    margin-top: 90px;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_step .process_box .process_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.process_step .process_box .process_left,
.process_step .process_box .process_right {
    text-align: center;
    /*padding: 20px 0px;*/
    position: relative;
}

.process_step .process_box .process_detail_left {
    text-align: center;
    margin-top: 90px;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3efef;
}

.process_number h5 {
    font-size: 26px !important;    
    color: #b71c1c;
    background-color: #F99193;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.process_step h4,
.process_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.process_right img,
.process_left img {
    max-width: 300px;
}

/*======================
    SUBPAGE
========================*/

.sub-page {
    margin-top: 70px;
}

.sub-page-less {
    margin-top: -20px;
}

.sub-page-responsive {
    margin-top: -20px;
}

.sub-page-modules {
    margin-top: 70px;
}

/*======================
    9.FUNFACTS
========================*/

#about-rt {
    background: white;
    margin-left: 47rem !important;
    margin-top: -35rem;
    padding: 10px 10px;
}

.bg_funfact {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -29rem;
}

.bg_funfacts {
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.14);
    position: relative;
    margin-top: -8rem;
}

.funfact_box {
    box-shadow: 0 0 0px 8px rgba(233, 32, 79, 0.23);
    background: -webkit-gradient(linear, left top, right bottom, from(#b71c1c), to(#b71c1c));
    background: linear-gradient(to bottom right, #b71c1c, #b71c1c);
}

/*==========================
        10.PRICING
============================*/

.price_border_box {
    padding: 40px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    border-top: 3px solid #b71c1c;
}

.price_border_box.active .lable {
    background: #b71c1c;
    padding: 8px 0;
    text-align: center;
    width: 130px;
    position: absolute;
    top: -17px;
    right: 0px;
    left: 0;
}

.price_border_box.active .lable h6 {
    color: #fff;
    font-size: 14px;
}

.price_border_box .lan-price h1 sup,
.price_border_box .lan-price h1 sub {
    font-size: 26px;
}

.price_border_box .lan-price h1 {
    font-size: 49px;
    font-weight: 600;
}

.price_border_box .price-name h5 {
    font-weight: 600;
}

.price_border_box .lan-price h1 sup {
    position: relative;
    top: -15px;
}

.price_border_box .lan_price_feat {
    padding: 40px 0px;
}

.price_border_box .lan_price_feat p {
    font-size: 14px;
    color: #777;
}

/*==========================
      11.TEAM
============================*/

.social-icons .fa{ 
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  margin: 0 7px;
  transition: transform .5s;
}

.social-icons .fa:hover{ 
  background: #b71c1c;
  color: #fff;
  transform: translateY(-7px);
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.team-hover {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s
}

.single-team img {
    width: 100%;
    height: auto;
}

.team-hover h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.team-hover h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.team-hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.team-hover ul li {
    display: inline-block;
}

.team-hover ul li {
    background-color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center
}

.team-hover ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

.single-team {
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

.team-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.team-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*==========================
        12.CLIENTS
============================*/
.line{
    height: 1px;
    display: block;
    background-color: #e1e1e1;
}
.line.styled {
    margin: 24px 0px;
    border: 0px;
    height: 3px;
    background: url('../images/bg-line-red.png') no-repeat left #f1f1f1;
}

#client-carousel{
    width: 100%;
    height: auto;
}
#client-carousel .span4{
    text-align: center;
    height: 200px;
}
#client-carousel .span4 img{
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 100px;
    filter: gray; /* IE6-9 */
    margin-bottom:20px;
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#client-carousel .span4 img:hover {
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: none; /* IE6-9 */
}
#client-carousel h3{
    font-size: 17px;   
}
#client-carousel .carousel-control {
    position: absolute;
    top: 30%;
    left: -4px;
    width: 40px;
    height: auto;
    padding: 7px 0px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ccc;
    text-align: center;
    background: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px !important;
    opacity: 0.8;
    filter: alpha(opacity =                

        80);
    opacity: 0.8;
}
#client-carousel .carousel-indicators {
    position: absolute;
    top: 96%;
    z-index: 5;
    margin: 0px;
    list-style: outside none none;
}
#client-carousel .carousel-indicators li {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    border-radius: 20px;
}
#client-carousel .carousel-indicators .active {
    background-color: #b71c1c;
}
#client-carousel .carousel-control.right {
    right: -3px;
    left: auto;
}
#client-carousel .carousel-control:hover {
    color: #c1c1c1;
}

.text-center.testi_boxes.mx-auto img {
    width: 10%;
    position: center;
}

.client_review {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    max-width: 550px;
}

.testi_boxes .tam_testi_icon {
    font-size: 80px;
}

.client_name {
    font-size: 18px;
}

.client-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 10px;
    left: 50px;
    bottom: 0;
}

.client-img img {
    box-shadow: 20px 19px 0px -4px #b71c1c;
}

.client-img {
    padding: 0 30px 30px 15px;
}

#carouselSimpleIndicators {
    margin-top: 60px;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}
/*.carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {*/
/*    margin: 8px;*/
/*    height: 300px;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/

.carousel-item .col-md img {
    width: auto;
    height: 100px;
    display: block;
    margin: auto;
}

/*==========================
      13.PORTFOLIO (category)
============================*/

.portfolio_menu li {
    margin-right: 0px !important;
}

.portfolio_menu li:last-child:after {
    content: "";
    display: none;
}

.portfolio_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.portfolio_menu li a.active {
    background-color: #b71c1c;
    color: #ffffff;
}

.portfolio_menu li a:hover {
    background-color: #b71c1c;
    color: #ffffff !important;
}

.portfolio_imgbox {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

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

.portfolio_imgbox a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.portfolio_imgbox .portfolio_images {
    position: relative;
}

.portfolio_imgbox .portfolio_images img {
    transition: all 0.5s;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay a {
    height: 100%;
    width: 100%;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 100px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.portfolio_imgbox .portfolio_images .portfolio_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 75px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}
.portfolio_imgbox:hover img {
    transform: scale(1.1);
}

.portfolio_imgbox:hover .portfolio_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.portfolio_imgbox:hover .portfolio_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.portfolio_imgbox:hover .portfolio_overlay h4:before {
    right: -100%;
}

.portfolio_imgbox:hover .portfolio_overlay h6 {
    color: white;
}

.portfolio_imgbox:hover .portfolio_overlay h6:before {
    left: -100%;
}

/*==========================
        14.BLOG
============================*/

.blog_box{
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
}

.blog_box .blog_img img{
    transition: all 0.5s;
}

.blog_box:hover .blog_img img {
    transform: translateY(-8px);
    box-shadow: 0 1px 25px -12px rgba(0, 0, 0, 0.41);
}

.blog_box .blog_content .blog_date_post p{
    font-size: 14px;
}

.blog_content p{
    font-size: 15px;
}

.blog_box h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.blog_box .read_more {
    font-size: 14px;
    font-weight: bold;
}

.blog_box .blog_budget{    
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    top: 25px;
    left: 25px;
}

.blog_box .blog_border {
    height: 2px;
    width: 0px;
    background: #ff4f64;
    display: inline-block;
    position: relative;
    top: -4px;
    transition: all 0.5s;
}

.blog_box .read_more:hover .blog_border {
    width: 30px;
}

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

.blog_box .blog_divider{
    height: 1px;
    margin: 20px 0;
    width: 100%;
    background-color: #e7e7e7;
}

.blog_box .blog_content .comment_icon i{
    position: relative;
    top: 1px;
}

.blog_box .blog_content .comment_icon:hover,.blog_box .blog_content .like_icon:hover{
    color: #ff4f64 !important;
    transition: all 0.5s;
}




/*==========================
      15.CONTACT form (get in touch)
============================*/

.get-in-touch-form {
    padding: 0 3rem 3rem;
}

.contacts_box_side {
    padding: 14px 10px;
    box-shadow: 0px 0px 42px -17px rgba(112, 112, 112, 0.08);
}

.contacts_box_side .contacts_icons {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.contacts_box_side .contacts_icons i {
    height: 54px;
    width: 54px;
    display: block;
    font-size: 26px;
    box-shadow: 0 0 0px 8px #7DAC5C;
    line-height: 54px;
    background: #032e61;
    background: -webkit-gradient(linear, left top, right bottom, from(#032e61), to(#032e61));
    background: linear-gradient(to bottom right, #0B5554, #0B5554);
    color: #fff;
    text-align: center;
}

.contacts_box_side .services_more a {
    font-size: 15px;
    transition: all 0.5s;
}

.contacts_box_side .services_more a:hover {
    color: #032e61 !important;
}

.contacts_box_side .services_content {
    margin-left: 25%;
}

.contacts_box_side .services_content p {
    line-height: 1.6;
}

.contacts_box_side .services_content h5 {
    font-family: 'Open Sans', sans-serif;
}

/* form */

.bg-conform-img {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.checkbox {
    margin-left: 16px;
}

.formBox{
    background: linear-gradient(120deg, #F0F7FF 0%, #f8f9fa 87%);
    padding: 50px;
}

.formBox  h1{
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 48px;
}

.inputBox{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.inputBox .inputText{
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}

.inputBox .input{
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.focus .inputText{
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #000;
}

input[type="text"]:focus {
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.5);
}

.input-xlarge{
    width: 428.72px;
}

.form-horizontal .form-actions{
    padding-left: 46%;
}

.form-horizontal .controls{
    margin-left: 0px;
    margin-right: 10%;
}

.form-actions .btn-message{
    padding: 5px 20px;
    color: #fff;
    border: 0px;
    background-color: #b71c1c;
}

.form-actions {
    border-top: 0px;
    padding: 0px 20px 20px;
    margin-top: 0px;
}

.captcha-div a{
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 20px;
    color: #fff;
    border: 0px;
    background-color: #7DAC5C;
}

.captcha-div a:hover{
    color: #fff;
}

#yw0 .fade:not(.show) {
    opacity: 1;
}

#yw0 .alert .close {
    right: 0px;
}

form{
    margin: 0px;
}
form input[type='text'],input[type='password'],input[type='email'],input[type='subject'],form textarea, form select {
    margin: 0 0 20px 0;
    padding: 20px 14px;
    border: 0;
    outline: 0;
    resize: none;
    line-height: 17px;
    background-color: #dbdbdb;
    color: #666;
    width: 100%;
    display: block;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}
form select{
    padding:14px;
    height: auto;
}
form label{
    color: #999;
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
}
form .error{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 4px;
}

form .span3, form .span6 {
    margin-left: 0px;
}

.form-actions{
    background: none;
}
/**********************************************************************
***********************************MODAL*******************************
**********************************************************************/
.modal .modal-header{
    padding: 0px;
}

/*==========================
        16.GET STARTED NOW
============================*/

.bg-coursesone {
    position: relative;
    overflow: hidden;
}

.bg-courses-overlay {
    background: url(../images/bg-cta-image1.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.Courses_side {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 215px);
    top: 50%;
    transform: translateY(-50%);
}

.pro_desc .section_title .section_subtitle {
    color: rgb(255, 255, 255);
}

.pro_best_fet p {
    border-radius: 3px;
    border: 1px solid rgba(247, 247, 247, 0.14);
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: all 0.5s;
}

.pro_best_fet p:hover {
    color: #000000;
    background-color: #fff;
    transform: translate(0, -4px)
}

.pro_best_fet {
    max-width: 350px;
}

.pro_best_fet.mt-4.pt-3 {
    margin-left: 380px;
}


.back_top, .bg-gradient, .home-bg, .btn-gradient, .features_border, .in_features, .bg-coursesone {
    background: #000000;
    background: -webkit-linear-gradient(left,#6FAE50 0,#0B5554 100%);
}

/*==========================
        Grant
============================*/
.img-grant {
    width: auto;
    height: 65px !important;
}

.img-grant-bca {
    width: auto;
    height: 70px !important;
}

.b-lblue{
    color: #fff;
    background-color: #01acd4;
}

.c2sp-highlight {
    padding: 30px 12%;
}

#banner-support-brand {
    height: 70px !important;
}

#banner-support-imda .col-lg-6 img {
    height: 60px !important;
}

#banner-support-imda .col-lg-4 img {
    margin-top: 10px !important;
    height: 80px !important;
}
/*==========================
        17.FOOTER
============================*/

ul, ol {
    margin: 0px;
}

.footer_tag {
    background-color: #303240;
    position: relative;
    background-size: cover;
}

.footer_tag .footer_logo{
    height: 50px;
}

.footer_tag .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}

.footer_tag h6 {
    font-size: 18px;
}

.footer_tag .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_tag .footer_menu_list li a:hover {
    color: #6FAE50 !important;
}

.footer_tag p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
}

.div-footer-desc {
    margin-left: 20%;
    margin-top: 0px;
}

.fot_social .social-icon {
    border-radius: 50%;
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    transform: scale(1.3);
}

#iso-cert-mark {
    width: 70%;
}

.div-social-float{
    position:fixed;
    width:120px;
    height:35px;
    bottom:15px;
    left:15px;
    z-index: 9999;
}

.btn-social-float-capps{
    display: block;
    /* width:80px; */
    height:35px;
    background:url('../../images/icon/ic-capps.png') no-repeat left center;
    background-size: 35px;
}

.btn-social-float-fb{
    display: block;
    /* width:80px; */
    height:35px;
    background:url('../../images/icon/ic-fb.png') no-repeat left center;
    background-size: 35px;
}

.btn-social-float-insta{
    display: block;
    /* width:80px; */
    height:35px;
    background:url('../../images/icon/ic-insta.png') no-repeat left center;
    background-size: 35px;
}

.div-social-float a:hover {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


/**BACK TO TOP**/

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    border: 1px solid #ffffff;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3c85e;
    transition: all 0.8s ease;   
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.social-icon > li a, .social-icon a, .team-icon > li a, .main-icon i {
    background-color: transparent;
    font-size: 15px;
    color: #85909a;
    border: 1.4px solid #85909a;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
    transition: all 0.5s;
}

.team-icon > li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #a3c85e;
}

.team-icon a:hover {
    background-color: #ffffff;
    color: #a3c85e;   
}

.social-icon a:hover {
    background: #b71c1c;
    border: 1.4px solid #b71c1c;
    color: #fff !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.list-inline-item:not(:last-child) {
     margin-right: 5px; 
}

.menu-privacy-container ul li {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #f4f4f4;
}

a.tc-menu-inner {
    margin-left: 10px;
    color: #b71c1c;
    font-size: 14px;
}

.section_body {
    padding-top: 30px;
}

.img-mobile {
    margin: 70px 0px;
    max-width: 60%;
    height: auto;
}

.top-cover {
    background-image: url('../../images/blue-kites-in-the-sky.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 300px;
}

/*==========================
        training
============================*/
.training-title{
    padding-left: 170px;
}

.btn-training{
    margin: 0px;
}
/****************************************************************************
Roles
****************************************************************************/
.benefit-div-five {
    width: 5%;
}

.benefit-div-thrid {
    width: 30%;
    margin: 15px 10px 0px;
}
.roles-div-thrid {
    width: 19%;
    margin: 15px 10px 0px;
}
.roles-div-twel {
    width: 12.5%;
    margin: 20px 10px 0px;
}

.roles-div-sixsteen {
    width: 25%;
    margin: 20px 10px 0px;
}
.roles-keywords h5 {
    /*font-size: 18px;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    color: white;
}
.roles-keywords p {
    /*font-size: 18px;*/
    /*text-align: left;*/
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}

.roles-web {
    filter: drop-shadow(0px 16px 40px rgba(154, 170, 207, 0.35));
}

.roles-icon {
    width: 60%;
    height: auto;
}

.roles-optional-icon {
    width: auto;
    height: 120px;
}

/*==========================
        testimonial
============================*/

.testimonial-card {
    border-radius: 10px;
    border: 1px solid #cecece;
    background: #fff;
    height: 415px;
}

.testimonial-title {
    color: #7DAC5C !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.div-testimonial-caption {
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    /* max-height: 155px; */
}

.testimonial-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img-testimonial {
    width: 100%;
}

.img-testimonial-one {
    background-size: 450px !important;
    height: 244px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.img-testimonial-four {
    background-size: 180px !important;
    width: 49.5%;
    height: 120px;
    float: left;
}

.img-testimonial-margin-bottom {
    margin-bottom: 4px;
}

.img-testimonial-four-margin-right {
    margin-right: 1%;
}

.testimonial-seperator {
    height: 2px;
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 10px;
}

/*#oct-twentysix-one {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center top;*/
/*    background-size: 330px;*/
/*    height: 120px;*/
/*    border-top-right-radius: 10px;*/
/*    border-top-left-radius: 10px;*/
/*}*/

/*#oct-twentysix-two {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center top;*/
/*    background-size: 450px;*/
/*    height: 120px;*/
/*}*/

/*#oct-twenty {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center left;*/
/*}*/

/*#oct-ten {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center top;*/
/*}*/

/*#jul-twenty {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center bottom;*/
/*    background-size: 330px;*/
/*    height: 245px;*/
/*    border-top-right-radius: 10px;*/
/*    border-top-left-radius: 10px;*/
/*}*/

/*#jun-twentythree-one {*/
/*    background: url("../../images/testimonials/240625.png") no-repeat center top;*/
/*    background-size: 330px;*/
/*    height: 120px;*/
/*    border-top-right-radius: 10px;*/
/*    border-top-left-radius: 10px;*/
/*}*/

#july-six {
    background: url("../../images/testimonials/762024.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#september-twenty {
    background: url("../../images/testimonials/9202023.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#november-teen {
    background: url("../../images/testimonials/11102024.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#january-four {
    background: url("../../images/testimonials/242024.png") no-repeat center top;
    background-size: 346px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#july-fifteen {
    background: url("../../images/testimonials/7152024.png") no-repeat center top;
    background-size: 330px;
    height: 245px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/*======================
        FLEX
========================*/

.row-flex {
    display: flex; /* equal height of the children */
}

.row-flex-full {
    display: flex; /* equal height of the children */
}

.flex-div {
    display: flex;
    align-items: center;
}

.flex-div-eighty {
    width: 80%;
}

.flex-div-eighty-responsive {
    width: 80%;
}

.flex-div-half {
    width: 50%;
}

.flex-div-seventy {
    width: 70%;
}

.flex-div-sixty {
    width: 60%;
}

.flex-div-sixty-responsive {
    width: 60%;
}

.flex-div-fourty {
    width: 40%;
}

.flex-div-thirty {
    width: 33.33%;
}

.flex-div-twentyfive {
    width: 25%;
}

.flex-div-lifecycle-left, .flex-div-lifecycle-right {
    width: 50%;
    margin: 20px 10px 5px;
}

.flex-div-twentyfive-w-margin {
    width: 25%;
    margin: 20px 10px 0px;
}

.bg-red {
    background: #b71c1c !important;
}

.bg-main {
    background: #d91f26 !important;
}

.bg-softgrey{
    background: #E8ECF7 !important;
}

.bg-lgrey {
    background: #f1f0fa !important;
}

/*==========================
        ABOUT
============================*/
#about-us {
    background-color: #3a8a8b;
}

.flex-div-about-left {
    width: 60%;
}

.flex-div-about-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.about-head-div {
    padding: 15px 40px 30px;
    box-shadow: 0px 3px 50px rgba(154, 170, 207, 0.5);
    background: #fff;
    border-width: 0 !important;
    border-top-right-radius: 1.5em;
}

.about-head-div h2 {
    margin-top: 10px;
}

.about-head-div p {
    margin-top: 10px;
    font-size: 18px;
}

.about-head-div button {
    margin: 0px;
}

#about-desc-holder-div {
    padding: 40px 0px;
}

#about-desc-holder-div p {
    font-size: 20px;
}

.about-desc-div {
    border-left: 2px solid #575757;
    padding: 0px 20px 0px 30px;
}

.ic-about-quote {
    width: 10%;
    height: auto;
}

#about-quote-right {
    margin-top: 25px;
}

#img-capps {
    width: 100%;
    height: auto;
    margin-left: 7px;
}

.iso-iec-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#img-iso {
    width: 80%;
    height: auto;
    vertical-align:middle;
}

.nav-styled {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav-styled li{
    text-align: left;
    padding: 0px 10px 20px 32px;
    background: url('../../images/icon/icon-ok-sign-green.png') top left no-repeat;
}

.custom-list {
    list-style: none;
    padding-left: 50px;
}
.custom-list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}
.custom-list li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('../../images/icon-ok-sign-green.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom-list .custom-one:before {
    left: 0;
    top: 25%;
    transform: translateY(-50%);
}

.custom-list .custom-two:before {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.custom-list .custom-three:before {
    left: 0;
    top: 18%;
    transform: translateY(-50%);
}

.custom-list .custom-four:before {
    left: 0;
    top: 15%;
    transform: translateY(-50%);
}

/*==========================
        EzyRegister
============================*/
#ezyregister .bg-ezyregister {
    padding-top: 30px;
    background-color: #1f497d;
}

#ezyregister .title-big{
    font-size: 45px;
}

#ezyregister .p-medium{
    padding-top: 20px;
    font-size: 20px;
}

#ezyregister .p-big{
    font-size: 25px;
}

/*==========================
        Terms of Use
============================*/
.tos-list-left {
    width: 3%;
}

.tos-list-right {
    width: 97%;
}

.tos-list-left p, .tos-list-right p {
    margin-bottom: 0px;
}

/*==========================
        18.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .pad-side-responsive {
        padding: 0px 20px;
    }
    #video-content-div {
        /* text-align: center; */
        width: 100%;
        padding: 2% 8%;
    }

    .banner-div-sub-div {
        padding-left: 0%;
    }

    .pad-large-side-responsive, .pad-huge-side-responsive {
        padding: 0px;
    }

    .row-flex-full {
        display: block;
    }
    .div-social-float {
        height:105px;
    }

    .row-modules-mb {
        margin-bottom: 0px;
    }

    .about_boxes.mx-auto.mt-5 {
        /* margin-top: 0px !important; */
    }

    .modules-w-medium-padding-top, .modules-w-padding-top {
        padding-top: 0px !important;
    }

    .flex-div-seventy {
        width: 100%;
    }

    .flex-div-thirty {
        width: 100%;
    }

    .flex-div-twentyfive, .flex-div-twentyfive-w-margin {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .benefit-div-thrid{
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    .roles-div-thrid {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    #benefits-header {
        margin-top: 30px;
    }

    .testimonial-card {
        margin: 0px 20px;
    }

    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #b71c1c;
    }
    .custom-nav>.nav-container {
        display: inline-block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-nav>.nav-container>.navbar-toggler {
        float: right;
        margin-top: 3%;
    }

    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .header-mobile-logo {
        padding: 10px 0;
        text-align: center;
    }

    .dropdown-toggle::after {
        content: none;
      }

    .img-header-mobile {
        width: 30%;
        height: auto;
    }

    .main-content div.container {
        padding: 0px;
    }

    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .clip-home {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 130px 0 145px 0;
    }
    .creative_homebg{
      height: 100vh;
    }
    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .logo_img img {
        margin-top: 10px;
    }

    .roles-icon {
        width: 30%;
    }

    .section-responsive {
        padding-top: 0px;
    }
    .img-grant, .img-grant-bca {
        margin-bottom: 20px;
    }
    .border_left {
        border: none;
    }
    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }
    .design_home li::after {
        display: none;
    }
    .design_home li {
        display: block;
    }
    .work_menu li:after {
        display: none;
    }
    .process_step::after {
        margin: 0;
    }
    .process_box .work_images {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }
    .process_box .work_images::after {
        left: -24px !important;
    }
    .process_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }

    .process_step .process_box .process_detail_left {
        margin-top: 0px;
        border: none;
    }

    .process_step .process_box .process_detail_right {
        margin-top: 0px;
        border: none;
    }

    .training-title{
        padding-left: 0px;
    }

    .btn-training{
        margin-top: 20px;
    }

    #about-rt {
    background: white;
    margin-left: 0rem !important;
    margin-top: -40rem;
    padding: 10px 10px;
    }
    .card {
    margin-top: 20px;
    }
    .blog-content {
    height: 95vh;
    width: auto;
    }
    .single-blog {
    margin-top: 20px;
    }
    #contactresp {
    padding: 2rem 0 5rem 0;
    }

    .tos-row-padding {
    padding: 0px 20px !important;
    }

    .tos-list-left {
    width: 8% !important;
    }
    
    .tos-list-right {
    width: 85% !important;
    }

    .div-footer-desc {
        margin: 0px 5%;
    }

    .footer-modules {
        margin: 0px 5%;
    }
    .sub-page {
        margin-top: 30px;
    }
    .sub-page-responsive {
        margin-top: 0px;
    }
    .sub-page-modules {
        margin-top: 0px;
    }
    
    /*==========================
        ABOUT
    ============================*/
    .flex-div-about-left, .flex-div-about-right {
        width: 100%;
    }

    .about-head-div {
        margin-top: 0px;
        border-top-right-radius: 0em;
    }

    .about-head-div .text-left {
        text-align: center !important;
    }

    .about-head-div h2 {
        margin-top: 25px;
    }

    .about-head-div p {
        margin-top: 20px;
    }

    .img-capps-div {
        text-align: center;
    }

    #img-capps {
        width: 30%;
        height: auto;
    }

    .about-desc-div {
        border-left: 0px;
        padding: 0px 40px;
    }

    #img-iso {
        width: 70%;
        margin-bottom: 20px;
    }

    #iso-cert-mark {
        width: 60%;
    }

    /*==========================
        Modules
    ============================*/
    .col-modules {
        padding-bottom: 30px;
    }

    /*==========================
        Work Order Management
    ============================*/
    .work-order-second {
        padding: 40px;
    }

    /*==========================
        Customer Quotes
    ============================*/

    #customer-quotes-left, #customer-quotes-right {
        max-width: 100%;
        margin: 40px 20px 0px 20px;
    }

    /*==========================
        Contact Us
    ============================*/
    .get-in-touch-form {
        padding: 0px;
    }

    .form-horizontal .controls {
        margin-right: 0px;
    }

    .captcha-div a{
        display: inline-block;
        margin: 10px 10px;
    }
}

@media (max-width: 979px) {
    .main-content div.container {
        padding: 0px;
    }
}

@media only screen and (max-device-width: 1066px) {
    .about-head-div h1 {
        margin-top: 16px;
    }

    .about-head-div p {
        margin-top: 10px;
        font-size: 20px;
    }

    .about-head-div {
        margin-top: 32.4%;
    }

    #img-iso {
        width: 64%;
    }

    #iso-cert-mark {
        width: 50%;
    }
}

@media only screen and (min-device-width: 1920px) {
    .about-head-div h1 {
        margin-top: 16px;
    }
    #video-content-div {
        width: 65%;
    }
    .about-head-div p {
        margin-top: 10px;
        font-size: 20px;
    }

    .about-head-div {
        margin-top: 32.4%;
    }

    #img-iso {
        width: 64%;
    }

    #iso-cert-mark {
        width: 50%;
    }
}