html, body {
	height: 100%;
    scroll-behavior: smooth;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    /* color: #5d6471; */
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
  
	margin: 0 0 15px;

    font-weight: 400;
}
h1{
	font-size: 48px;
	line-height: 52px;
		
}
h2{
	font-size: 42px;
	line-height:46px;
		
}
h3{
	font-size: 34px;
	line-height: 40px;
    font-weight: 500;
		
}
h4{
	font-size: 26px;
	line-height: 32px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #3078fb;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    /* color: #151b2c; */
    text-decoration: none;
}

/* 
color code
heading - #333c4e; 
#171a22*/

:root {
    --header-color-gray:#171a22;
    --banner-bg-color:#6a0067;
    --secondary-color: #062241;
    --font-color: #424242;
    --bg-color: #fff;
    --solutionBgColor:#6a0067;
    --heading-color: #292922;
    --bg-dark-orange:#D47429;
    --bg-dark-blue: #6a0067;
    --bg-light-blue:#6a0067;
    --color-white:#fff;
    --color-light-black:#424242;
    --color-dark-blueF:#6a0067;
   
    --bg-transprant:rgba(255,255,255,0.8);
    /* --bg-footer:#6a0067; */
    --bg-footer:#6a0067;
    --bg-footer-bottom:#F5F8FB;
    /* --bg-header:#F5F8FB; */
    --bg-header:#ffffff;
    --color-only-white:#F5F8FB;
    --color-only-dark-orange:#6a0067;
    --color-white-orange:#F5F8FB;
    --bg-review:#6a0067;
}

[data-theme="dark"] {
    --header-color-gray:#e1e1e2;
    --banner-bg-color:#719FB0;
    --secondary-color: #818cab;
    --font-color: #d1d4db;
    --bg-color: #161625;
    --solutionBgColor:#161625;
    --heading-color: #fff;

    --bg-dark-orange:#d1d4db;
    --bg-dark-blue: #D47429;
    --bg-light-blue:#045584;
    --color-white:#292922;
    --color-light-black:#d1d4db;
    --color-dark-blueF:#d1d4db;
    --bg-transprant:#21232B;
    --bg-footer:#161625;
    --bg-header:#161625;
    --bg-footer-bottom:#272729;
    --color-only-white:#d1d4db;
    --color-only-dark-orange:#0159A1;
    --color-white-orange:#0159A1;
    --bg-review:#0159A1;
}

/* body {
  font-family: "Lato", sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color);
  max-width: 90%;
  margin: 0 auto;
  font-size: calc(1rem + 0.25vh);
} */

body {
    background-color: var(--bg-color);
    color: var(--font-color);
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif;
   text-align: left;
   overflow-x: hidden;
   line-height: 26px;
   
}

/*slider switch css */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
  }
  .theme-switch {
   display: inline-block;
      height: 15px;
      position: relative;
      width: 41px;
      top: 7px;
  }
  
  .theme-switch input {
    display:none;
  }
  
  .slider {
    background-color: var(--banner-bg-color);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #d1d4db;
      bottom: -3px;
      content: "";
      height: 21px;
      left: -2px;
      position: absolute;
      transition: .4s;
      width: 21px;
  }
  
  input:checked + .slider {
    background-color: #999;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

#scrollUp {
    background: var(--color-dark-blueF) none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    color: var(--color-white-orange);
    font-size: 24px;
    height: 40px;
    line-height: 37px;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#scrollUp:hover {
    background: var(--color-only-white);
    opacity: 1;
    border:1px solid var(--color-white-orange);;
    color: var(--color-only-dark-orange);;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../../page-not-found.html') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #6a0067;
    text-shadow: none;
    color:white;
}
::selection {
    background:#6a0067;
    text-shadow: none;
    color:white;
}
.bg-color{
     /* background:#f5f8fb;  */
}
.bg-color-2{
    background:#0F2350;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 60px 0px;
}
.panel-group{margin-bottom: 0px !important;}
.area-padding-forPage{padding: 45px 0 60px 0px;}
.area-padding-forPage_2{padding: 0px 0px 60px 0px;}
.pad050{
	padding: 20px 0px 70px;
}
.how-we-work{text-align: center;}
.how-we-work i{
    color: #fff;
    border: 1px solid #fff;
    /* padding: 51px; */
    font-size: 30px;
    border-radius: 87px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.color-white{color: var(--color-only-white);}
.how-we-work p{color: #fff;font-weight: 500;margin: 15px 0 0 0;}
.font-40{font-size: 30px !important;}
.area-padding-2{
    padding: 40px 0px 40px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline h1 {
    font-size: 30px;
    max-width: 600px;
    line-height: 40px;
    margin: 0px auto 15px;
    font-weight: 600;
    color: var(--header-color-gray);
    font-family: Poppins,sans-serif;

}
.section-headline h2{
    text-transform: uppercase;
    color: #666;
    font-size: 19px;
    line-height: normal;margin-bottom: 22px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}
.section-headline h3 {
    font-size: 32px;
    max-width: 600px;
    line-height: 40px;
    margin: 0px auto 15px;
    font-weight: 600;
    color: var(--header-color-gray);
    font-family: Poppins,sans-serif;
}
.section-headline .hww{color: #e1e1e2;}
.section-headline.left-headline h3 {
    max-width: 100%;
    margin: 0px 0px 20px;
    text-align: left;
}
.section-headline.right-headline h1 {
    max-width: 100%;
    margin: 0px 0px 12px;
    text-align: left;
    color: #6a0067;
}
.section-headline.right-headline h1 span{  color: var(--header-color-gray);display: inline-block;}
.white-headline h3{
   color:#fff; 
   font-size: 25px;
   font-weight: 400;
}
.right-headline h4{
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
    color: #6a0067;
}
.auditTitle{
    color:#fff; 
    font-size: 30px !important;
    font-weight: 400;
}
.section-headline p {
    max-width: 800px;
    font-size: 17px;
    margin: 0 auto;
}
.section-headline.left-headline p,
.section-headline.right-headline p {
    max-width: 100%;
    text-align: left;
}
.mar-row{
    margin-top: 50px;
}

.bg-white{
    background: #fff;
}
.bg-gray{
   background: #FDFCFC; 
}
.color {
    color: var(--color-only-dark-orange);
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background: var(--bg-footer);
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 5px 0;
    text-decoration: none;
    font-size: 14px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 16px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.top-social {
    float: right;
    padding: 5px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: var(--color-only-white);
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    line-height: 24px;
    /* border-radius: 3px; */
    border:1px solid #fff
    /* background: var(--color-only-dark-orange); */
}
.top-social ul li a:hover{
	color:#fff;
	opacity: 1;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
/* .header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
} */
.header-area {
    background:var(--bg-transprant);
    
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 0px;
}
.mobile-menu .logo a img {
    padding: 0px;width: 344px;
}
.logo a img {
/* background: var(--color-only-white); */
    padding: 10px 0;border-radius: 2px;width:221px
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /* color: #444; */
    color: var(--color-light-black);
    font-size: 15px;
    font-weight: 500;
    padding: 28px 18px;
    text-transform: capitalize;
    position: relative;
}
.main-menu ul.navbar-nav li a:hover{
	color: var(--color-dark-blueF);
}
.main-menu ul.navbar-nav li.active a:focus {
    color: var(--color-dark-blueF);
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: var(--color-dark-blueF);
    position: relative;
    z-index: 9999999;
    font-weight: 600 !important;
    border-bottom: 3px solid var(--color-dark-blueF);
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: var(--color-dark-blueF);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: var(--color-dark-blueF);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: -99;
	padding: 0px;
    border-top: 2px solid  var(--color-dark-blueF);;
}

.main-menu ul.nav li > ul.sub-menu2 {
    background: #fff;
    left: 230px;
    opacity: -50px;
    position: absolute;
    top: -2px;
    /* transition: all 0.3s ease 0s; */
    visibility: hidden;
    width: 230px;
    z-index: 99;
	padding: 0px;
    border-top: 2px solid var(--color-dark-blueF);
}
.breadcrumb>li+li:before {
    content: "\007C";
    padding: 0 10px 0 5px;
    color: #ccc;
}
.breadcrumb{
    margin-bottom: 0px;
    padding: 12px 0px;
    background-color: transparent;
}

.pages {
    position: relative;
}
.main-menu ul.nav > li> a.pages::after {
    /* color: #444; */
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.pages2 {
    position: relative;
}
.main-menu ul.nav > li> a.pages2::after {
    color: #444;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 35px;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li ul li:hover ul.sub-menu2{
   
    opacity:1;
    z-index:999;
    visibility:visible;
}

.main-menu ul.nav li ul.sub-menu2 li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;   /* have to change color for dark mode */
    display: block;
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 400;
    border-bottom: none;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #3078fb;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color: var(--color-white-orange);
    background-color: var(--color-dark-blueF);
}
.header-right-link {
    float: right;
    width: 70px;
    padding: 30px 0px;
    /* margin-left: 70px; */
    text-align: right;
}
.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}
.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #151b2c;
    cursor: pointer;
    line-height: 28px;
}
.search-inner {
    display: inline-block;
    margin-right: 15px;
}
.search-option {
    background: #f5f5f5;
    bottom: -84px;
    color: #151b2c;
    display: none;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}
.search-option button.button {
    background: #3078fb;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #151b2c;
    display: inline-block;
    font-size: 18px;
    position: relative;
}
.header-right-link a.main-search:hover{
    color: #3078fb;
}
.s-menu {
    padding: 12px 20px;
    border: 1px solid #3078fb;
    border-radius: 2px;
    background: #3078fb;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 500;
}
.s-menu:hover {
    border: 1px solid #3078fb;
    background: transparent;
	color:#3078fb;
    transition: 0.4s;
}
.header-area.stick  .header-right-link {
    padding: 29px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: var(--bg-header);
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 0px;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 28px 18px;
    color: var(--color-light-black);
}
.header-area.stick .main-menu ul.navbar-nav li.active a {
    color: var(--color-dark-blueF);
    border-bottom: 3px solid var(--color-dark-blueF);
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px;
    border-bottom: none;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
      /* change color for black mode */
      color:var(--bg-color)
      
}
.header-area.stick .main-menu ul.nav > li> a.pages::after {
    right: -1px;
    top: 30px;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fff;
    padding: 10px 0px;
    position: fixed;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    width: 100%;
    z-index: 100;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#3078fb
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fff none repeat scroll 0 0;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #151b2c;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
.mean-container .mean-nav ul li a.mean-expand{
    background: #fff;
}
.mean-container .mean-nav ul li{
    background: #fff;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
	position: relative;
	overflow: hidden;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -110px;
}

.title1 {
    font-weight: 500;
    font-size: 18px;
    color: #3078fb;
    margin-bottom: 20px;
    display: inline-block;
}

.layer-1 h2 {
    color: #fff; 
    /* color: var(--color-only-white); */
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    max-width: 700px;
   margin-bottom: 0px;
    text-transform: capitalize;
}

.layer-1 h3 {
    color: #fff;
    /* color: var(--color-only-white); */
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    max-width: 700px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.layer-2 p {
    font-size: 15px;
    line-height: 25px;
    max-width: 600px;
    color: #fff;
}
.ready-btn {
    border: 1px solid var(--color-only-dark-orange);
    color: var(--color-only-white);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 22px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: var(--color-only-dark-orange);
    border-radius: 2px;
}
.whatsApp{
}
.whatsApp img{width: 155px;margin-top: -3px;}
.hg-web-title h1{
    color: #fff;
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 36px;
    font-weight: 600;
}
.hg-web-title p{
    font-size: 16px;
    text-align: justify;
}

.ready-btn:hover{
    color: #fff;
    background: var(--color-only-dark-orange);
    border: 1px solid var(--color-only-dark-orange);
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.ready-btn.right-btn {
    margin-left: 0px;
    background: #fff;
    border: 1px solid var(--bg-light-blue);;
    color:var(--bg-light-blue);
    border-radius: 2px;
}
.ready-btn.right-btn:hover{
    background: var(--color-only-dark-orange);
    border: 1px solid var(--color-only-dark-orange);
    color:#fff;
}
.ready-btn.left-btn:hover{
    border: 1px solid #3078fb;
    background: #fff;
    color:var(--color-only-dark-orange);
}



.contact-btn{
    margin-top: 15px ;
  
    border: 1px solid var(--color-dark-blueF);
    color: var(--color-white-orange);
    display: block;
    font-size: 16px;
    margin-top: 16px;
    padding: 10px 21px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background: var(--color-dark-blueF);
    float: right;
}

.enquiry-btn{
    background: #fff;
    border: 1px solid var(--bg-light-blue);
    color: var(--bg-light-blue);
    margin-top: 0px;
    margin-left: 0px;
    padding: 7px 10px;
    border-radius: 15px 3px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.quote-area {
	height: auto;
	width: 100%;
    background: var(--bg-footer)
}
.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border:1px solid rgba(49,120,251,0.4);
    border-radius: 3px;
    color: #fff;
}

.quote-btn {
    background: #fff !important;
    border: 1px solid #fff;
    color: var(--bg-light-blue);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.4s;
    border-radius: 15px 3px;
    float: right;
    margin-top: 15px;
    width: 100px;
}
.white-headline p{
    color:#ddd;
}
.quote-btn:hover{
    background:#fff;
    color:#3078fb;
    transition: 0.4s;
}
.help-block.last-part{
	margin:0px;
}


/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area{
    position: relative;
    padding-top: 0px;
  
    padding-bottom: 0px;
}
.all-services{
	margin-top:-30px;
}
.well-services{
    width: 33.33%;
    float: left;
    padding: 40px 30px;
    border-radius: 0px;
    margin-top: 0px;
    text-align: center;
}
.wel-btn {
    font-size: 24px;
    color: #3078fb;
    transition: 0.5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.big-icon {
    font-size: 55px;
    display: inline-block;
    margin: 0px 10px 10px;
    line-height: 55px;
    position: relative;
    /* color: #3078fb; */
    color: var(--color-dark-blueF);
}
.big-icon:hover{color: var(--font-color);}
.whymksProfile{width: 100%;}
.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10;
    padding: 0 0 0px;
    color: var(--color-only-dark-orange);
    font-weight: 600;
}
.wel-content p {
    font-size: 16px;
}
.well-services{
    border-bottom: 1px solid #ddd;
}

.well-services:nth-child(2n){
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.wel-content a{
    position: relative;
    font-weight: 500;
    color: var(--color-white-orange);
    background: var(--color-dark-blueF);
    padding: 7px 14px;
    border-radius: 2px;
}
.well-services:hover::after {
    transition: 0.4s;
    opacity: 1;
    top: 54%;
    left: 50%;
}
.wel-content a:hover{
    color:var(--color-white-orange);
}
.wel-content a::after{
    position: absolute;
    left:0;
    bottom:0;
    background: #3078fb;
    height: 1px;
    width: 0%;
    content:"";
    transition: 0.3s;
}
.wel-content a:hover{
    color: var(--color-white-orange);
}
.wel-content a:hover::after{
   transition: 0.3s;
    width: 100%;
}
.auditForm .form-control{
    padding: 20px;
    border-radius: 20px;
    min-width: 270px;
}
.pad40{padding: 40px;}
.auditForm button{
    padding: 8px 25px !important;
    border-radius: 23px !important;
    color: #fff;
    font-weight: 500;
    border:none
}
.termsPageTitle{
    color: #000;
    font-size: 27px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
   
}

.founderFooter h6{margin: 0px; padding: 0px;font-weight: 400;
    font-size: 21px;}
.founderFooter p{margin: 0px; padding: 0px;font-size: 16px;}

.thankYou h3{color: var(--bg-dark-blue);}
.thankYou p{font-size: 16px;}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
/* .about-2 {
    background: url(img/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
} */
/* .about-content {
    background: var(--bg-color);
    padding: 55px 55px 0px 55px;
    overflow: hidden;
}
.about-content p {
    font-size: 16px;
} */

.about-content {
    background: var(--bg-color);
    padding: 55px 55px 35px 55px;
    overflow: hidden;
}
.about-content p {
    font-size: 16px;
}
.about-company {
    margin-top: 15px;
    display: block;
    overflow: hidden;
}
.single-about {
    width: 50%;
    float: left;
}
.about-text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 10px;
}
.about-text::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 510px;
}
.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}
.video-play.vid-zone {
    background: #3078fb;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 66px;
    width: 70px;
    overflow: hidden;
    transition: 0.4s;
    border:1px solid #3078fb;
}
.video-play.vid-zone:hover{
    background: #fff;
    transition: 0.4s;
    border:1px solid #3078fb;
}
.video-play.vid-zone:hover i{
    color:#3078fb;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
/*--------------------------------*/
/* 6. Services Area
/*--------------------------------*/
.service-area{
    position: relative;
}
.single-service {
    z-index: 1;
    background: #fff;
    text-align: left;
    padding: 25px 21px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
    text-align: left;
    min-height: 290px;
    border: none;
    border-top: 12px solid var(--bg-footer);
}
 .single-service::after{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 0%;
    background:var(--banner-bg-color);;
    opacity: 0;
	transition: 0.4s;
    content:"";
    z-index: -1;
    color: #fff;
} 
.service-icon i {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--color-dark-blueF);
   
}

 .single-service:hover .service-icon i{
   color:#ddd
} 
.text-center  {
  text-align: center;
}
.service-icon img {
    height:62px;
    margin-bottom: 27px;
    display: inline-block;
}
.service-icon img.mobApp{margin-left: -8px;}
.service-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--bg-dark-blue);
    line-height: 22px;
}
.service-content h4 a{color: #fff;}
 .single-service:hover::after {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
} 
.service-content p {
    font-size: 15px;
}
.service-btn {
    font-size: 16px;
    color: var(--color-white);
    transition: 0.5s;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 39px;
    font-weight: 600;
    border-radius: 35px;
    margin: 0 auto;
    background: var(--color-only-dark-orange);; 
    text-align: center;
    border: 1px solid var(--color-only-dark-orange);;
   
}
.service-btn:hover{
    color: #fff;
    transition: 0.5s;
    background: var(--color-only-dark-orange);
    border: 1px solid var(--color-only-dark-orange);
}
 .single-service:hover .service-icon span,
.single-service:hover .service-content h4{
    color:#ddd;
}
.single-service:hover .service-content p{
    color:#ddd;
} 

.fontCapital h6{text-transform: uppercase !important;font-weight: 600;font-size: 15px;}
blockquote {
    padding: 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid var(--bg-dark-blue);
    background: #f5f5f5;
}
/*--------------------------------*/
/* 7. Counter Area
/*--------------------------------*/
.counter-image {
    margin-right: 50px;
    position: relative;
}
.top-img {
    position: absolute;
    /* top: 90px; */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fun_text {
    padding: 28px 10px;
    text-align: center;
    border-radius: 5px 50px 5px 40px;
    margin-bottom: 30px;
    background: #d6edff;
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
}
.fun_text .counter-icon {
    /* color: #3078fb; */
    color: var(--bg-light-blue);
    display: block;
    font-size: 44px;
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 100;
}
.fun_text .counter {
    color: #6a0067; 
    display: inline-block;
    font-size: 36px;
    padding-bottom: 10px;
    line-height: 44px;
    font-weight: 700;
}
.fun_text > h4 {
    color: #6a0067; 
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
}
.counter-image .rotmate-image {
    position: inherit;
    z-index: 2;
    opacity: 0.3;
}
.specialChr{font-size: 30px;  font-weight: 700;color:#6a0067}
/*----------------------------------------*/
/* 8. banner area css
/*----------------------------------------*/
.bg-hero{
    background-image: url(../images/hero/banner.webp);
    background-size: cover;
    color: #fff;
   /* padding-top: 30px;
    padding-bottom: 30px;*/
    border-top: 1px solid #fff;
}

.banner-area{
    background: url(../images/hero/mks-how-we-work-banner.webp) no-repeat scroll center center / cover;
    position: relative;
 }

.bg-orang{
    background-image: url(../images/bg/lightOrange-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-area:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,35,106, 0.85) none repeat scroll 0 0;
    /* background: var(--bg-footer); */
    content:"";
}


.add-content h3 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    max-width: 750px;
    float: left;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.add-contact {
    float: left;
}
.call-us {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
}
.call-us a {
    color: #fff;
}
.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid var(--color-only-dark-orange);
    background: var(--color-only-dark-orange);
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}
.mail-us{
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  9. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
/* .awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
} */
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index:4;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding-top: 20px;
}
.project-dec h4 {
    /* color: #2a354e; */
    color:#000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.pst-content {
    padding-left: 10px;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #3078fb;
    border: 1px solid #3078fb;
}

/*--------------------------------*/
/* 11.tab Area
/*--------------------------------*/
.tab-area{
	position: relative;
}
.tab-menu {
    display: block;
}
.tab-menu ul.nav{
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 25%;
}
.tab-menu ul.nav li a {
    border-radius: 0;
    color: var(--font-color);
    padding: 10px 10px;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    border-radius: 4px;
    border:1px solid rgba(49,120,251,0.4);
}
.tab-menu .nav-tabs{
	border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border-color: #f5f5f5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color:  var(--color-white-orange);
  cursor: default;
  position: relative;
  background: var(--color-dark-blueF);
}
.tab-menu ul.nav li a:hover{
    background:transparent;
}
.tab-menu ul.nav li.active a:hover{
    background:var(--color-dark-blueF);
}
.title-date {
    display: inline-block;
    position: relative;
}
.tab-menu ul.nav li.active .cha-title {
    color:  var(--color-white-orange);
}
.cha-title {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.single-machine{
	position: relative;
}
.tab-menu ul.nav li:first-child a{
	margin-top: 0px;
    margin-left: 0px;
}
.tab-content {
    margin-top: 25px;
}
.machine-text {
    margin-top: 0px;
}
.machine-text h3 {
    font-size: 27px;
    line-height: 40px;
    color: var(--header-color-gray);
    font-weight: 600;
   
}
.machine-text h4 {
    font-size: 22px;
    line-height: 32px;
    color: var(--bg-light-blue);
    font-weight: 500;
}
.tabe-img img {
    border-radius: 4px;
}
.machine-text li {
    display: block;
    position: relative;
}
/* .machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
} */
.machine-text ul li  {
    font-size: 15px;
    
    padding: 6px 0px 6px 35px;
    display: block;
}
.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: var(--color-white);
    background: var(--color-dark-blueF);
}
.arrowRight ul {
   margin-left: 15px;
   margin-top: 15px;
}
.arrowRight li {
    display: block;
    position: relative;
}
.arrowRight ul li  {
    font-size: 15px;
    text-align: justify;
    padding: 4px 0px 14px 35px;
    display: block;
}
.arrowRight li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\f135";
    font-family: flaticon;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 11px;
    color: var(--color-white);
    background: var(--color-dark-blueF);
}

.whyUsList li{
    font-size: 15px;
    text-align: justify;

    display: block;

    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
    background: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 10px;
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: var(--color-dark-blueF);
}
.blogBg{background: #fff; padding: 21px;}
.blogBg a h4{font-size: 16px !important;font-weight: 700;max-height: 51px;
    height: 51px;
    overflow: hidden;line-height: 27px !important;}

.blogDetails{background: #fff; padding: 21px 0;}
.blogDetails a h1{font-size: 16px !important;font-weight: 700;}
.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}
.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}
.blogDetails h1{
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    color: var(--header-color-gray);
}
.pageaaTitle{font-size: 25px; line-height: 35px;font-weight: 600;color: var(--header-color-gray);}
.subHeading{font-weight: 500;}
.admin-type i,
.date-type i,
.comments-type i{
    color: var(--bg-review);
    margin-right: 5px;
}
.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.bgWhite{background: var(--bg-color);}
.bgLight{background: #f6f6f6;}
.bgBlue{background: var(--bg-footer);}
.fontBig{font-size:28px;}
.pageTitleContainer h2 {
    font-size: 20px;
    line-height: normal;
    color: var(--bg-color);
    font-weight: 600;
    margin: 0 0 20px 0;
}
.pageTitleContainer:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.pageTitleContainer ul li:before {
    background: url(../images/list-icon.png) no-repeat;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.pageTitleContainer ul li{
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0 10px 32px;
    font-size: 14px;
    border-top: 1px solid #D3D4D6;
    line-height: 20px;
    color: var(--bg-color);
}


/* .about-company ul li:before {
    background: url(assets/images/list-icon.png) no-repeat;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    z-index: 1;
} */
.about-company ul li{
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0 10px 32px;
    font-size: 14px;
  
    line-height: 20px;
  
}
.about-company .machine-text{margin-top: 0px;}

.blog-content p {
    line-height: 28px;
     transition: 0.4s;
     color: #000;
     text-align: justify;
     margin-top: 5px;
     margin-bottom: 15px;
}
.blog-content a h4:hover{
    color:var( --color-dark-blueF);;
    transition: 0.4s;
}
.blog-meta span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}
.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #3078fb;
    margin-right: 10px;
}
.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.pageTitleContainer{
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog-meta {
    margin-bottom: 15px;
}
.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid var( --color-dark-blueF);
    background: var( --color-dark-blueF);
    padding: 3px 12px;
    margin-top: 10px;
    border-radius: 3px;
}
.blog-btn:hover{
    color: var( --color-dark-blueF);
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*----------------------------------------
 13.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
    padding: 40px 0px; 
}

/*----------------------------------------
 13.Remove ads from google review start
----------------------------------------*/
.removeAdd{}

/*----------------------------------------
 13.Remove ads from google review end
----------------------------------------*/

.single-testi {
    margin: 0px 0px 30px;
}
.clients-text {
    padding: 30px 30px;
    position: relative;
    /* background-color: #fff; */
    border:1px solid #ddd;
    border-radius: 4px;
}
.testi-img {
    position: relative;
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}
.Reviews-content {
    margin-bottom: 15px;
}
.active.center .single-testi .clients-text{
    border: 1px solid var(--bg-review);;
    background: var(--banner-bg-color);
    text-align: center;
}
.active.center i{color:#fff}
.testi-text h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0px; 
}
.active.center .single-testi .testi-text p,
.active.center .single-testi .guest-rev,
.active.center .single-testi .testi-text h5{
    color:#fff;
}
.guest-rev {
    font-weight: 400;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 15px;
}
.testi-text span a{
    color:#3078fb;
}
/* .testi-text h5 {
    color: #6a7d91;
    font-size: 20px;
} */
.client-rating a {
    display: inline-block;
    color: var(--banner-bg-color);
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #7e8ca0 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: var(--color-dark-blueF);
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 60px 0;
    background: var(--bg-footer) url(../images/bg/footer-bg.png);
    background-repeat: no-repeat;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo a img{background: var(--color-only-white);padding: 5px;border-radius: 2px;}
.footer-content.logo-footer {
    margin-right: 30px;
}
.footer-head p {
    color: var(--color-only-white);
    font-size: 14px;
}
.footer-head h6 {
    /* color: #151b2c;  */
    color: var(--color-only-white);
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    /* color: #fff; */
    color: var(--color-dark-blueF);
    display: block;
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--color-only-white);
    border-radius: 2px;
    background-color: var(--bg-color);
    transition: 0.4s;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: var(--color-only-dark-orange);
    background: #fff;
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: var(--color-only-white);
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 23px;
}
.footer-list {
    /* width: 50%; */
    float: left;
}
.footer-contacts h6{font-size: 16px;margin-bottom: 8px;}
.footer-contacts img {
   width: 225px;margin-bottom: 15px;
}
.footer-contacts p i {
    /* color: var(--bg-dark-orange) !important;  */
}
.footer-contacts p a {
    color: var(--color-only-white)
}
.footer-contacts p strong{font-size: 15px;}
.mb-5{margin-bottom: 5px;}
.ml-15{margin-left: 25px;}
.subs-feilds {
    padding-top: 15px;
    border-radius: 3px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.suscribe-input input {
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}
.suscribe-input button {
    background: #3078fb;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 400;
    height: 46px;
    border: 1px solid #3078fb;
    transition: 0.4s;
}
.suscribe-input button:hover{
    color: #3078fb;
    background: transparent;
    transition: 0.4s;
}
.footer-list li a {
    /* color: #151b2c; */
    color: var(--color-only-white);
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-size: 14px;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e649";
    top: 1px;
    left: 0;
    font-size: 11px;
    font-family: themify;
}

.footer-area-bottom {
  
    padding: 15px 0;
    border-bottom: 1px solid silver;
    background: var(--bg-footer-bottom);
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#3078fb;
}
.copyright-text a {
    color: #3078fb;
}
.copyright > p {
    margin-bottom: 0;
    color: var(--font-color);
    text-align: center;
    font-size: 14px;
}


.wa-chat-box-poweredby{display: none !important;}
/* .Main__Container-sc-1n4ud0o-0 ~ a{display: none !important;} */

/*----------------------------------------*/
/*  15. Home 02 area
/*----------------------------------------*/
.header-area-2 {
    background: rgba(255,255,255,0.85);
}
.intro-content-2 {
    position: relative;
    z-index: 1;
}
.intro-area .slide-content {
    margin-top: 30px;
}
.intro-area-2 .slider-content,
.intro-area-3 .slider-content {
    position: absolute;
    /* right: 0; */
    text-align: left;
    top: 40%;
    z-index: 3;
    left: 7%;
    margin: 0 auto;
    margin-top: -80px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    position: absolute;
    top: 40%;
    text-align: center;
    line-height: 44px;
    opacity: 0;
    border:1px solid #fff;
    width: 44px;
    height: 44px;
	border-radius: 2px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: var(--color-only-dark-orange);
    border: 1px solid var(--color-only-dark-orange);;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	/* transform: scale(1.1);
	transition: 10s; */
}
/*--------------------------------*/
/* 16. Brand area
/*--------------------------------*/
.brand-content {
    overflow: hidden;
    text-align: center;
    padding: 15px 0px 25px;
}

.brand-carousel .single-brand-item{box-shadow: 2px 2px 10px #d1d1d1;}
.brand-carousel .owl-stage-outer{overflow: unset;}
.service-area-2 .single-service {
    text-align: center;
}
.service-area-2 .service-icon span {
    font-size: 32px;
    color: #3078fb;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 77px;
    border:1px solid #3078fb;
    transition: 0.4s;
}
.service-area-2 .single-service:hover .service-icon span {
    color: #fff;
    border:1px solid #3078fb;
    transition: 0.4s;
    background: #3078fb;
}
.section-headline.right-headline{
    padding-bottom: 0px;
}
/*----------------------------------------*/
/*  17. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 65%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(255,255,255,0.75) none repeat scroll 0 0;
    padding: 20px 20px;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #444;
}
.team-content p {
    margin-bottom: 0;
    color: #444;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f8fb;
    color: #3078fb;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #f5f8fb;
}
.social-icon li a:hover{
    border:1px solid #3078fb;
    color:#fff;
	background: #3078fb;
}
.single-member .team-img::after{
    background: rgba(255,255,255,0.90) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 45%;
    transition: 0.5s;
    background: transparent;
}
/*--------------------------------*/
/* 18. Home 03
/*--------------------------------*/
.header-area-3 .main-menu ul.nav > li> a.pages::after {
    color: #fff
}
.header-area-3.stick .main-menu ul.nav > li> a.pages::after {
    color: #444
}
.header-area-3 {
    background: rgba(36,53,89,0.5);
}
.intro-area-3 .intro-content-2{
    position: relative;
    z-index: 1;
}
.intro-area-3 .intro-content-2::after{
	position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(4,23,46, 0.70) none repeat scroll 0 0; 
    content:"";
}
.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px;
}
.intro-area-3 .layer-1 h3 {
    /* color: #fff; */
    margin: 0 auto 20px;
    font-size: 60px;
    max-width: 890px;
    line-height: 70px;
}
.intro-area-3 .layer-2 p{
    color:#ddd;
    margin:0 auto 20px;
}
.header-area-3 .main-menu ul.navbar-nav li a{
    color:#fff;
}
.header-area-3 .header-right-link a.main-search{
    color:#fff;
}
.header-area-3.stick .logo a.white-logo {
    display: none;
}
.header-area-3 .logo a.black-logo {
    display: none;
}
.header-area-3.stick .logo a.black-logo {
    display: block;
}
.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -20px;
}
/*----------------------------------------
  19. Digital Service Area
----------------------------------------*/
.soluctionPagebg{
    background-image: url(../images/bg/graphic-bg.jpg);
    height: auto;
    background-size: 100%;
    background-position: top;
    padding-top: 40px;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}


.digital-services {
    display: block;
    margin-top: 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 8px #ccc;
}
.digital-wel {
    text-align: center;
    padding: 25px 5px;
    min-height: 155px;
}
.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}

.digital-icon img{
    width: 75px;
}
.digital-content h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
    color: #292922;
}

/*----------------------------------------*/
/*  20. technology Area
/*----------------------------------------*/

.technology{
    
}
.map {
    background-image: url(../images/bg/map.png);
    background-size: cover;
}
.count {
    font-size: 150px;
    color: #000;
    font-weight: 600;
    padding: 61px 0px;
}
.pl {
    color: var(--color-dark-blueF);
    font-size: 90px;
    font-weight: 700;
}
.fontT{font-size: 24px;margin-top: 0px;
    padding-bottom: 24px;}

.cu {
    font-size: 22px!important;
    font-weight: 600;
}

.client-image {
    padding: 41px 20px;
    text-align: center;
}
.client-imageHome {
    padding: 25px 16px;
    text-align: center;
}
.technology .col-md-4 {
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.technology .col-md-3 {
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/*----------------------------------------*/
/*  20. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    /* margin-top: 135px;
     background: rgba(6,34,65, 0.85);
      background:#0497DB
    */
   
    background-image: url(../images/hero/hero-banner.png); background-size: cover;
   
    
}


.transparent-header{
    background: transparent;
}

.mks_subBannerSection .section-headline {
    text-align: center;
    padding-bottom: 10px;
}
.page-area .section-headline::after {
    display: none;
}
.mks_subBannerSection {
    background-color: transparent;
    margin-bottom: 0;
}
.mks_subBannerSection .col-md-9{
    background-color: transparent;
    margin-bottom: 0;
    /* padding: 30px 0px 45px 15px; */
    padding: 25px 0px 45px 15px;
}

.mks_subBannerSection h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
    text-align: left;
}
.mks_subBannerSection p {text-align: left;color: #fff;font-size: 15px;}
.mks_subBannerSection .section-headline {
    text-align: left;
}

.mks_subBannerSection .header_icon i{
    font-size: 212px;color: #fff;display: inline-block;float:right;padding: 22px 0px;
}

.breadcrumbContainer{border-bottom: 1px solid #e8e8e8;}
/* .mks_subBannerSection ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.mks_subBannerSection ul li.home-bread{
    padding-left: 0px;
}
.mks_subBannerSection ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
} */
.transparent-header .main-menu ul.nav > li> a.pages::after {
    color: #fff
}
.transparent-header.stick .main-menu ul.nav > li> a.pages::after {
    color: #444
}
/*--------------------------------*/
/* 21. Overview Area
/*--------------------------------*/
.overview-area{
    position: relative;
}
.overview-wrapper {
    margin-top: 20px;
}
.overview-wrapper.mt-0 {
    margin-top: 0px;
}
.overview-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    color: var(--header-color-gray);
    font-weight: 600;
}
.overview-wrapper p {text-align: justify};
.total-count {
    margin-top: 30px;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
}
.left-one{
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.right-one{
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}
.count-num {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}
.single-count h4{
    color:#fff;
}
.overview-image {
    position: relative;
	border-radius: 5px;
}
.overview-image img{
	border-radius: 5px;
}
/*----------------------------------------*/
/*  22. FAQ  Area
/*----------------------------------------*/
.faq-area{
    position: relative;
}
.company-faq {
    display: block;
    overflow: hidden;
}
.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}
.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}
.single-faq .number {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #3078fb;
    border-radius: 3px;
    text-align: center;
}
.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-faq p {
    padding-left: 50px;
}
span.q-text {
    padding-left: 50px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}
.single-faq {
    margin-bottom: 30px;
}

.faq {
    height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

/*----------------------------------------*/
/*  23. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 0px;
    display: block;
    background: #fff;
    border: 1px solid var(--bg-footer);
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: var(--bg-footer);
}
.left-blog h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    background: var(--bg-dark-blue);
    text-align: center;
}

.blog-left-content .blog-content::after{
    display: none;
}
.left-side {
    padding-right: 40px;
}
.right-side{
    padding-left: 40px;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 0px;
}

.pst-content .date-type{
	font-size: 14px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #3078fb;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#3078fb;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #3078fb;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #3078fb;
    border-color: #3078fb;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}

/*----------------------------------------*/
/* 25.Contact CSS
/*----------------------------------------*/
.contact-area {
    position: relative;
}
.map-area {
    margin-right: 30px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 45px;
    margin-bottom: 15px;
   
    width: 100%;
}
.contact-form textarea#msg_message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 163px;
    padding: 12px;
    width: 100%;
}



.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color:#3078fb;
    display: block;
}

.contact-card {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    min-height: 195px;
    border: solid 1px #eaeaea;
}

.contact-card h5 {
    background: var(--bg-light-blue);
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}
.contact-card p {
    font-size: 13px;
    padding: 0 10px;
  
    text-align: left;
}
.contact-card p span{display: inline-block;}

/*----------------------------------------*/
/* 26. Services Details area
/*----------------------------------------*/
.bs-example{
    margin: 20px;
}
.accordion .fa{
    margin-right: 0.5rem;
}
.page-head-left {
    margin-left: 0px;
}
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: var(--font-color);
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color:var(--color-only-dark-orange);
    position: relative;
    font-weight: 600;
}
.left-menu ul li a:hover {
    color:var(--color-only-dark-orange);
    font-weight: 600;
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}
.left-menu ul li a:hover::after,
.left-menu ul li.active a::after{
	position: absolute;
    right: 0;
    top: 0px;
    background: var(--color-only-dark-orange);
    content: "";
    width: 3px;
    height: 100%;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #f4f4f4;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #3078fb;
    border: 1px solid #3078fb;
}
.single-page-head .clients-testi {
    padding: 21px;
	background: #f4f4f4;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img {
    border-radius: 50%;
    width: auto;
    height: auto;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.mar-well {
    margin-bottom: 30px;
}
.mar-well p{
    margin-bottom: 15px;
    text-align: justify;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 0px;
    font-size: 22px;
    background: var(--color-dark-blueF);
    color:var( --bg-header);
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
}
.single-well h4 {
    font-size: 22px;
    color: var(--header-color-gray);
}
.single-well h5, h6{color: var(--header-color-gray);}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    /* color: #2a354e; */
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #3078fb;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    /* color: #2a354e; */
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
    text-align: justify;
}
.marker-list li::after {
    text-align: center;
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    background: #3078fb;
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
}

.arrowList li {
    /* color: #2a354e; */
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
    text-align: justify;
}
.arrowList li::after {
    text-align: center;
    position: absolute;
    content: "\e649";
    left: 0;
    top: 3px;
    font-family: themify;
    background: #3078fb;
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
}


.blog-details .blog-category {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/* 27. Project Details page
/*----------------------------------------*/
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}
.hire-btn {
    background: #3078fb;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 3px;
    border:1px solid #3078fb;
}
.hire-btn:hover{
    transition: 0.4s;
    background: #fff;
    color:#3078fb;
}
.project-page-area .project-menu li a {
    color: #2a354e;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-new h4 {
    color: #444;
    font-size: 22px;
    line-height: 34px;
}
.project-details h3 {
    font-size: 30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #3078fb;
    border: 1px solid #3078fb;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #fff;
    border: 1px solid #3078fb;
    color: #3078fb;
    transition: all 0.5s ease 0s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #3078fb;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 22px;
}
.project-name ul li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

/*----------------------------------------
28. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}
.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}
.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}
.login-image {
    width: 50%;
    float: left;
}
.login-image, .log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}
.login-area form#contactForm {
    border: none;
    border-radius:0;
    box-shadow: none;
    background: #fff;
}
.login-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}
.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.slide-btn.login-btn {
    border: 1px solid #3078fb;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 0px;
    background: #3078fb;
    color: #fff;
    height: 46px;
    font-size: 16px;
}
.slide-btn.login-btn:hover{
    border: 1px solid #3078fb;
    background: #fff;
    color: #3078fb;
    transition: all 0.4s ease 0s;
}
.flex-box{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.check-group {
    position: relative;
    margin: 10px 0px 20px;
}
.check-box{
    color: #444;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}
.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}
.remember-text {
    color: #444;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}
.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}
.separetor {
    margin-top: 20px;
}
.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px;
}
.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.sign-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}
.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 600;
}
.sign-icon ul li a.facebook{
    color: #3B5998
}
.sign-icon ul li a.twitter{
    color: #00ACED
}
.sign-icon ul li a.google{
    color: #C32F10
}
.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}
.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}
.signup-page .login-image, 
.signup-page .log-inner img {
    height: 100%;
    max-height: 588px;
    object-fit: cover;
}
/*--------------------------------*/
/* Animation
/*--------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/


/* ----- Accordion  Start ----- */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 16px;
}

.panel-title > a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    line-height: 15px;
    font-weight: 600;
}
.panel-title > a:hover{color:#6a0067;}
.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    color: #171a22;
}
.enquiryFormtitle > a:hover {
    color: #fff !important;
    font-weight: 600;
  }

.cta-box{background: var(--color-dark-blueF);
    padding: 21px;
    margin-bottom: 30px;  
}
.cta-box h4{color:var(--color-white);}
.cta-box p{color:var(--color-white);}
.cta-btn-white{
    background: var(--color-white);
    margin-top:15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px 3px;
    color: var(--bg-light-blue);;
}

.cta-form-box .panel-default{background-color: var(--bg-footer);}
.cta-form-box .panel-default > .panel-heading{background-color: var(--bg-footer);color: var(--color-white);}
.cta-form-box .panel-default > .panel-heading  .more-less{color:var(--color-white);}
#collapseForm .panel-body {border-top: 0px;}
#collapseForm .col-md-12{padding: 0px;}
#collapseForm form input{
    color: #fff;
    height: 38px;
    margin-bottom: 15px;
}
#collapseForm form textarea#msg_message{height: 150px;color: #fff;background: transparent;}

#accordion ul li:first-child div { 
    display:block;
    border-top:3px solid #FFCDCD;
} 
/* ----- Accordion  End----- */
.white-headline p{color: #fff; text-align: justify;}
.mb-25{margin-bottom: 25px;}
.mb-0{margin-bottom: 0px !important;}
.pb-0{padding-bottom: 0px !important;}
.pt-10{padding-top: 10px;}
.ptm-25{padding: 25px 0px;}
.ptm-40{padding: 40px 0px;}
.ptm-50{padding: 50px 0px;}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.pb-70{padding-bottom: 70px;}
.ctaFormSec h3{font-size: 23px;color: #ccc;margin-top: 10px;}
.ctaFormSec h3 span{font-size: 28px;color: #fff;text-transform: none;}

.bgWhite2{color: var(--color-only-white)}
.bgWhite2:hover{color: var(--color-only-white)}
.font24{font-size: 24px !important;font-weight: 700;}
.bold{font-weight: bold;}


.carousel-indicators li {
    display: inline-block;
    width: 33px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}
/* ----- custom scrollbar design start ----- */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #D3D4D6; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #6a0067; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #6a0067; 
  }
  /* ----- custom scrollbar design end ----- */

  .sideMenu_serv {
    display: block;
    position: sticky;
    top: 80px;
    }

.scrollMenu {
    display: block;
    position: sticky;
    top: 80px;
    }

  .tocitem {
    color: #000;
    border-radius: 0.25px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s;
    display: block;
    width: 100%;
    border-left: 5px solid;
    margin-bottom: 5px;
    background: #ececec;
  }
  .tocitem.active {
    color: #000;
    background-color: red;
  }
  .tocitem:hover {
    color: #000;
    background-color: red;
  }
  .tocitem.toc-h3 {
    margin-left: 0px;
  }
  .toc {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: stretch;
    font-weight: 500;
    display: flex;
    position: -webkit-sticky;
    position: sticky !important;
    top: 4rem;
  }
  .toc-header {
    color: #8b8e94;
    font-size: 24px;
  }
  /* .subHd{padding-top: 80px;} */

.bgGray{background: #f0f2f5;}
.blogLeftSection, .blogSearchSec, .blogCatSec{
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 17px;
}
.bg-gradient1 {
    background: #e4fffe;
    background: -moz-linear-gradient(top,#e4fffe 0,#ffedf3 100%);
    background: -webkit-linear-gradient(top,#e4fffe 0,#ffedf3 100%);
    background: linear-gradient(to bottom,#e4fffe 0,#ffedf3 100%)
}
