<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@font-face {
  font-family: Regular-Flate;
  src: url('../fonts/steps-Thin.otf');
  }
  
  @font-face {
    font-family: Regular-header-Flate;
    src: url('../fonts/steps-Bold.otf');
    }
* {
	margin: 0;
	padding: 0px;
  font-family: Regular-Flate;
  /* cursor:none; */
}
:root {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #fbf9f9;
}
::-webkit-scrollbar-thumb ,body ::-webkit-scrollbar-thumb{
  background-color: #ffcf01;
}
::selection {
  background-color: #1c3b89;
  color: #ffffff;
}
/* Typography
================================================== */
body {
  background: #fff;
  color: #586177;
  text-align: right;
    overflow-x: hidden;
}
main{
  display: block;
  position: relative;
  bottom: 32em;
  padding-bottom: 0;
  padding-top: 31%;
  z-index: 9999;

}
body, p{
  font-family: Regular-Flate;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: normal;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333a49;
  font-weight: 700;
  font-family: 'Regular-header-Flate';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
  /* letter-spacing: -1px; */
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: initial;
  /* letter-spacing: -.5px; */
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: initial;
  /* letter-spacing: -.2px; */
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}
/* .text-alighment-ar{
  text-align: right;
} */
.text-light-gray{
  color: #cdd0d4;
}
.text-light-secondry{
  color: #ffcf01 !important;
}
.link-secondry{
  color: #fff;
}
.link-secondry:hover{
  color: #ffcf01;
}
.banner-draw-bg{
  background-image: url(../icons/draw-bg/back-square-bg.svg);
  background-size: contain;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
}
.bg-left{
  background-position: left;
}
.fixed-hm-about-bg{
  background-attachment: local;
  background-position: left bottom;
  background-image: url(../icons/hm_about/flage_img.svg);
}
/* 
 cursors  movement + parallex text steps in all pages */
 .cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
    top: 50%;
    pointer-events: none;
	 mix-blend-mode:normal;
 
}
.cursor{
    background-color: #1c3b89;
    height: 12px;
    width: 12px;
    border-radius: 50%;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: .5;
    background-color: rgb(28 59 137 / 50%);
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}

.cursor2.hover{
	background: rgba(255,255,255);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
.shadow-title{

	position: fixed;
	top: 18%;
	margin-top: 30px;
	left: 20px;
	width: 100%;
	height: 300%;
	text-align: left;
	font-family: 'Muli', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 15vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background:linear-gradient(90deg, hsl(214deg 8% 82% / 0%), rgb(205 208 212 / 81%));
	-webkit-background-clip: text;
	-webkit-text-fill-color:rgb(15 39 99 / 25%);
	font-weight: 900;
  z-index: 1;
  -webkit-text-stroke: 1px #1c3b8963;
    text-shadow: 3px 2px 0 #1c3b891c;
    opacity: 30%;

}
.section-parallax{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.section {
  position: relative;
	width: 100%;
	display: block;
}
/* box background img or color*/
.abox-img-bg {
  background: #f5f5f5;
}
 .abox-img-bg {
  position: relative;
}
.abox-font-img {
  display: flex;
  position: relative;
  z-index: 1;
}
.abox-font-img {
  border: 15px solid rgba(255,255,255,0.5);
}
.abox-back-img {
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 0;
}
.double-img-block-frist{
  background: #cdd0d4;
}

 .double-img-block-frist:hover {
  box-shadow:rgb(28 59 137 / 38%) 20px 16px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  direction: rtl;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  background: #ffffff;
  box-shadow: 1px 3px 11px 0px #0f2763;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1c3b89;
  border-top-color: #cdd0d4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: .2s ease;
}

a:hover {
  text-decoration: none;
  color: #333a49;
}

.button1 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-color: #1c3b89;

  padding: 12px 15px;
}
.button1:hover {
  border: 1px solid #1c3b89;
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #1c3b89;
  padding-right: 12px;
}

.sim-button {
  height: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  /* margin-top: 150px; */
  width: auto;
  cursor: pointer;
  border: 0px solid transparent;
}
.sim-button i{
  /* color: #fff; */
}
section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.section-img-bg{
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  /* height: 100%; */
  }
.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.line-text{
  border-left: 3px solid #ffbc14; ;
}
.dark-bg:after{
  content: '';
  background:url('../images/banner/banner.webp');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
}
.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.margin-auto{
  margin-left:unset;   
  margin-right: auto;  
  }
.solid-row {
  background: #f0f0f0;
}

.box-bg-overlay ,.slider-bg-overlay{
  position: relative;
}

.box-bg-overlay .container ,.slider-bg-overlay .container{
  position: relative;
  z-index: 1;
}

.box-bg-overlay:after  ,.slider-bg-overlay:after{
  background-color: rgb(28 59 137 / 72%);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slider-bg-overlay:after{
  background-color: rgb(0 0 0 / 40%);
}
.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.box-bg-primary{
background: #ffcf01;
}
/* primary shape text */
.text-light-shadow {
  text-shadow: 0.03em 0.03em 0 #ffffff;
}
.text-light-stroke {
  color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-gray-shadow {
  text-shadow: 0.09em 0.09em 0 #cdd0d4;
}
.text-gray-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cdd0d4;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 40px;
}

/* Title */
.title {
  font-size: 32px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 300;
  color: #6c757d;
}

.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 45px;/* change*/
  color:#333a49 ;
  text-transform: capitalize;
}

.section-description{
  margin: 17px 25px 50px;
}

.inner-shadow-header{
  font-size: 45px;
  text-shadow: 0.04em 0.04em 0 #ffffff;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ffcf01;
}

/* blockquote in ceo page */
blockquote {
  padding: 50px;
  margin: 20px 0;
  background: rgb(207 211 215 / 16%);
  position: relative;
  /* border-right: 4px solid #1c3b89; */
  padding-right: 40px;
}

blockquote i {
  position: absolute;
  font-size:35px;
  color: #cfd4d8;
  top: 25px;
  right: 5px;
  font-weight: 700;
  z-index: 0;
}
blockquote i::before{
  content: "\ec52";
  font-family: "remixicon" ;
}
blockquote p  , blockquote p strong{
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}
blockquote p {
  font-size: 14px;
}

blockquote h6{
  margin-bottom: 15px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
  
}

.list-round li:before {
  font-family: 'remixicon' ;
  font-style: normal;
  content:"\eb78";
  margin-left: 10px;/*chang*/
  color: #ffcf01;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li i {
  margin-left: 10px;
  color: #ffcf01;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: 'remixicon' ;
  font-style: normal;
  content:"\eb78";
  margin-right: 10px;
  color: #ffcf01;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a {
  border: 0;
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  transition: 350ms;
  font-size: 14px;
}


.btn-white.btn-primary {
  background: #fff;
  color: #1c3b89;
}

.btn-primary {
  background: #1c3b89;
}

.btn-dark {
  background: #1c3b89;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #1c3b89;
  color: #fff;
}

.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #1c3b89 !important;
}
.general-btn {
  margin-top: 50px;
}
/* Bootstrap */
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a {
  border: 0;
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar{
  background: transparent;
}
/* Top info */
ul.top-info {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  display: inline-flex;
  margin: 0px 2px;
  padding: 2px 4px;
  color: #f5f5f5; 
  border-right: 1px solid rgb(245 245 245 / 20%);
}

ul.top-info li:first-child{
  border-right:none
}
ul.top-info li i {
  font-size: 18px;
  position: relative;
  bottom: 2px;
  margin: 0px 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  display: inline-block;
  flex-direction: column;
  font-size:14px;
}

ul.top-info li p.info-text span{
  font-size:12px;
}
/* Top social */
.top-social .social-icon {
  display: inline-block !important;
}

.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
  #top-bar{
   display:none;
 }
}

.top-social ul li {
  display: inline-flex;
  padding: 3px 0px;
}

.top-social ul li a span i {
  font-size: 1rem;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: #f5f5f5;
  line-height: 1;
  margin: auto;
  text-align: center;
  width: 25px;
  height: 25px;
  transition: 0.5s;
}
.top-social ul li a span i:hover {
  color: #f8f9fa;
  border-radius: 51px;
  transition: 1s;
  background:#092c73;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #ffcf01;
}

/* Header area
================================================== */
/* navbar*/

.header-one,
.header-one .site-navigation {
  background: transparent;
}
.navbar-light .nav-item a, .navbar-light .navbar-nav .nav-link,
.navbar-light .nav-item a:visited{
  color: #ffcf01;
}
.navbar-nav &gt; li &gt; .dropdown-menu a{
  color: #41444c !important;
}
.header-get-a-quote .btn-primary{
  background: #ffcf01;
}

.header-get-a-quote .btn-primary:hover ,
.header-get-a-quote .btn-primary:focus ,
.header-get-a-quote .btn-primary:active  {

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ffffff;
    color: #ffcf01;
  padding-right: 12px;
  border: 1px solid transparent;
}
.navbar-light .nav-item a:hover, .navbar-light .nav-item a:focus{
  color: #ffcf01 !important;
}
/* text*/

.text-light-shadow {
  text-shadow: 0.05em 0.03em 0 #ffffff;
}
.text-light-stroke {
  color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(245 245 245 / 75%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* switch language btn */
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch &gt; span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #1c3b89;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}
.check-btn-lunguage{
  margin-top: 15px;
}
.switch &gt;.on {
  left: 0;
  padding-left: 2px;
  color: #ffcf01;
}

.switch &gt;.off {
  right: 0;
  padding-right: 4px;
  color: #ffcf01;
}
.switch &gt;a {
  position:relative;

}
.switch &gt;a .off {
  position: absolute;
  left: 8px;
  bottom: 6px;
  color: #ffcf01;
}
.switch &gt;a .on {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #ffcf01;
}
.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 3px;
  bottom: 2px;
  right: 2px;
  background-color: transparent;
  -webkit--moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 3px solid white;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
.news-nav {
  display: none
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
    background: #1c3b89;
    padding: 0px 20px 0px 20px;
  }
}
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

ul.navbar-nav &gt; li &gt; a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav &gt; li &gt; a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
/*-- Logo --*/
.logo img {
  width: auto;
  height: 80px;
  padding: 1px;
  /* height: 60px; */
}

/* header right */
.header-right {
  float: left;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #1c3b89;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav &gt; li:hover &gt; a,
ul.navbar-nav &gt; li.active &gt; a {
  color: #ffcf01;
  position: relative;
}

ul.navbar-nav &gt; li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav &gt; li {
    padding: 0 9px;
  }
  ul.navbar-nav &gt; li .nav-link {
    font-size: 12px;
  }
  ul.top-info li p.info-text{
    font-size: 13px;
  }
  ul.top-info li{
    margin: 0px 2px;
    padding: 2px 0px;
  }
  ul.top-info li i {
    margin: 0px 2px;
}
.top-social ul li a span i {
  width: 23px;
  height: 23px;
  }
}

.header-social-navbar ul li  {
  display: none;
}
@media (max-width: 991px) {
  
  .header-social-navbar {
    text-align: center;
  }

  .header-social-navbar ul li {
    display: inline-block;
    font-size: 18px;
    padding: 0px 8px;
    color: #ffffff;
  }
  .header-one ul.navbar-nav &gt; li {
    padding: 0;
    width: 100%;
  }
  .header-one  .navbar-nav &gt; .header-get-a-quote a i{
    color:#ffffff;
  }
}

ul.navbar-nav &gt; li:last-child {
  padding: 0px;
}
@media only screen and (max-width: 479px){
  .check-btn-lunguage {
      border-top: 2px solid #fece01;
      text-align: center;
      margin-top: 8px;
  }
  ul.navbar-nav &gt; li:last-child {
    background: none;
    padding:  12px 6px ;
    text-align: center;
    margin:  12px 6px;
  }
  .header-one, .header-one .site-navigation {
    background: #19459d;
}
.navbar-collapse.collapse {
  overflow-y: auto;
  background: transparent;
}
.navbar-toggler {
  background: #ffd626;
}
  }


ul.navbar-nav &gt; li &gt; a:hover,
ul.navbar-nav &gt; li &gt; a:focus {
  background: none;
}

ul.navbar-nav &gt; li &gt; a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav &gt; li {
   text-align: right;
  }
 
  ul.navbar-nav &gt; li &gt; a i {
    float: left;
  }
  .header-one  ul.navbar-nav &gt; li &gt; a i {
    color: #ffffff;
  }
  .header-one  ul.navbar-nav &gt; li.active &gt; a i,
  .header-one  ul.navbar-nav &gt; li &gt; a.active i {
    color: #ffcf01;
  }
  .banner-area-pg {
    position: relative;
    min-height: 980px;
 }
}

ul.navbar-nav &gt; li &gt; a:after,
ul.navbar-nav &gt; li &gt; a:after {
  display: none;
}

ul.navbar-nav &gt; li &gt; a {
  font-family: Regular-Flate;
  color: #1c3b89 ;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: capitalize;
  /* letter-spacing: -.2px; */
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light .nav-item a ,.navbar-light .navbar-nav .nav-link{
  color: #ffffff;
  font-size: 14px;
}
.navbar-light .nav-item a:visited{
  color: #eeecf6;
}
.navbar-light .nav-item a:hover ,.navbar-light .nav-item a:focus{
  color: #ffcf01 !important ;
  padding-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* Dropdown */
.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffcf01;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large &gt; li &gt; ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large &gt; li &gt; ul &gt; li &gt; a {
  padding-left: 0;
}

.dropdown-menu-large &gt; li &gt; ul &gt; li.active &gt; a {
  color: #ffcf01 !important;
}

.navbar-nav &gt; li &gt; .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: Regular-Flate;
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: .3px;
  border-bottom: 1px solid #e5e5e5;
  color: #3f3434;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}
.dropdown-menu li:last-child &gt; a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffcf01;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus,
.dropdown-menu &gt; .active &gt; .dropdown-menu &gt; .active &gt; a {
  background: none;
  color: #ffcf01;
}

/*-- Nav Search start --*/
.site-navigation .container {
  position: relative;
}
.ar-subdropdown-menu{
  text-align: start;
  right: 0;
}

/* move to second section button*/
.scroll-down {
  width: 40px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  z-index: 2;
}

.scroll-down.scroll-down-light {
  color: #fff;
}

.scroll-down.scroll-down-light .scroll-line:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #fff 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
}

.scroll-down .scoll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 8px;
  padding-right: 12px;
}

.scroll-down .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.scroll-down .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #19191c), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #19191c 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}
 /* back to top page button */

.back-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1c3b89;
  color: #fff;
  padding: 20px 0 15px 0;
  width: 40px;
  position: absolute;
  color: #fff;
}
 #back-top-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.back-top .scoll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* padding-left: 8px;  in english web*/
  padding-right: 12px;
}

.back-top .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 20px 10px 0px;
}

.back-top .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #fff 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}

@keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}

/*-- Main slide in hm page
========================== */
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #19459d;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #39455d
}
.fnc-slider .m--navbg-dark {
  background-color:transparent;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #0f2763;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #39455d
}
.fnc-slider .m--navbg-green {
  background-color: transparent;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #cdd0d4;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color:#39455d
}
.fnc-slider .m--navbg-red {
  background-color: transparent;
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  /* right: 60%; */
  left:55%;
  bottom: 10%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  /* left: 50%; */
  right:78%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  /* margin-left: -50vw; */
  margin-right: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: unset;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  /* left: 40%;  change*/
  right: 25%;
  bottom: 25%;
  text-align: right;/* new add*/
  width: 50%;/* new add*/
}
.fnc-slide__heading {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  font-size:30px;
  line-height: normal;
  color: #fff;
  word-spacing: 10px;
  /* text-shadow: 1px 2px 9px rgb(0 0 0 / 50%); */
}
.fnc-slide__heading-line:nth-child(2) {
  font-size:60px;
}
.fnc-slide__heading-line:nth-child(3) {
  font-size:20px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;/* change*/
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
   color: #ffffff;
   background: transparent;
   font-weight: 700;
 }
.fnc-nav__control-progress {
  position: absolute;
  right: 0;/*change*/
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  transform-origin: 100% 0%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

.example-slider {
  z-index: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner, .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url('../images/slider-main/bg_1.webp');
}
.example-slider .fnc-slide-2 .fnc-slide__inner, .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url('../images/slider-main/bg_2.webp');
}
.example-slider .fnc-slide-3 .fnc-slide__inner, .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url('../images/slider-main/bg_3.webp');
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner, .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/thor.webp');
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:990px){
  .fnc-slide__content {
    width: 80%;
    right: 12%;
    bottom: 16%;
  }
  .fnc-slider {
    height: 150%;
  }
  .fnc-slide__heading-line:nth-child(1){
    font-size: 18px;
  }
  .fnc-slide__heading-line:nth-child(2){
    font-size: 32px;
  }
 
  .fnc-slide__heading-line:nth-child(3) {
    font-size: 16px;
}
.fnc-slide__mask {
  display: none;
}
}
@media only screen and (max-width: 479px){
  .fnc-slide__content {
    width: 90%;
    right: 3%;
    bottom: 13%;
  }
  .fnc-slider {
    height: 100vh;
  }
}
/* introducti0n style*/
.btn-down {
   padding: 0 1.8rem;
   position: absolute;
   bottom: -28px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   height: 60px;
   z-index: 12;
}
.btn-down:after {
   content: "";
   position: absolute;
   height: 100%;
   width: 2px;
   background-color: #ffffff;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   top: 0;
   left: 50%;
}
.dark-hm-introduction{
 background: #0f2763;
 position: unset;
}
.syotimer {
   position: relative;
   z-index: 1;
}
.syotimer p{
 color: #cdd0d4;
   text-align: justify;
   font-size: 18px;
   padding: 0px 12px;
   border-right: 2px solid #cdd0d4;
}

.text-gray-shadow {
   text-shadow: 0.09em 0.09em 0 #cdd0d4;
}
.text-gray-stroke {
   color: transparent !important;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #cdd0d4;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   font-size: 40px;
}
.number-date{
  font-size:80px;
}
.number{
 font-size:40px;
}

.box-bg-overlay ,.slider-bg-overlay{
 position: relative;
}

.box-bg-overlay .container ,.slider-bg-overlay .container{
 position: relative;
 z-index: 1;
}

.box-bg-overlay:after  ,.slider-bg-overlay:after{
 background-color: rgb(28 59 137 / 72%);
 z-index: 0;
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.slider-bg-overlay:after{
 background-color: rgb(0 0 0 / 50%);
}

/* introduction text in hm page*/
.counter-wrapper {
  margin-top: -130px;
}
.overflow-hidden {
  overflow: hidden;
}
.counter-inner {
  padding: 50px;
  position: relative;
}
.counter-inner:before {
  position: absolute;
  content: "";
  right: -5%;
  top: 0;
  width: 200%;
  height: 100%;
  background: #19459d;
  border-radius: 0px 100px 100px 0px;
  box-shadow: 0 15px 38px 0 rgb(0 0 0 / 10%);
}
.counter-inner .syotimer {
  position: relative;
  z-index: 1;
}
.counter-inner .syotimer p{
  text-align: justify;
  font-size: 18px;
  padding: 0px 12px;
  color: #ffffff;
  border-right: 2px solid #ffffff;
}

/* About us section in hm page */
.intro-img-right {
  background-image: url(../images/about/STEPS_2.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 5px 5px 0px;
}
.intro-div {
  background-color:#1c3b89;
  position: relative;
  margin-right: -23px;
  /* border-radius: 5px 0px 0px 5px; */
}
.intro-div::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
.intro-style-3 {
  padding: 50px 36px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
.intro-btn  {
  margin-bottom: 0;
  padding: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  border-radius: 0;
  color: #ffcf01;
  background-color: #ffffff;
}

.intro-style-3 .intro-icon.intro-style-3 .intro-icon ,.intro-icon-wrapper img{
  position: absolute;
  right: 0;
  top: 35px;
  line-height: 130px;
  color: rgba(255,255,255,.08);
  opacity: 8%;
  width: 39%;

}
.intro-style-3 h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}
.intro-style-3 .intro-element-heading {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.hm-about-brand{
  color: #6c757d;
}
/* Facts Section in hm page */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #ffcf01;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 76px;
}
.ts-facts-num  .text-light-stroke{
  -webkit-text-stroke-color: rgb(245 245 245 / 75%);
}
.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #ffcf01;
  margin: 0;
}
.ts-facts-img i{
  font-size:50px;
  color: #ffcf01;
}

/* Service Section in hm page */
  .achievements-bg{
    background: url(../img/page-top-bg/achievements_img.webp) ;
    padding: 0;
    background-size:cover;
    background-repeat: no-repeat;
    overflow-x:hidden !important;
  }
  .inner p{
		color: #dedfe1;
	}
.inner-number {
  font-size: 77px;
}
	.flip-box-back .inner p{
		color: #ffffff;
	}

	.faria-flip-box {
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
	 perspective: 1000px;
   -webkit-perspective: 1000px;
   padding-top: 20px;
}
 .faria-flip-box .flip-box-front[data-text-color="dark"], .faria-flip-box .flip-box-back[data-text-color="dark"] {
	 color: #676767;
}
 .faria-flip-box .flip-box-front[data-text-color="light"], .faria-flip-box .flip-box-back[data-text-color="light"], .faria-flip-box .flip-box-front[data-text-color="light"] h1, .faria-flip-box .flip-box-back[data-text-color="light"] h1, .faria-flip-box .flip-box-front[data-text-color="light"] h2, .faria-flip-box .flip-box-back[data-text-color="light"] h2, .faria-flip-box .flip-box-front[data-text-color="light"] h3, .faria-flip-box .flip-box-back[data-text-color="light"] h3, .faria-flip-box .flip-box-front[data-text-color="light"] h4, .faria-flip-box .flip-box-back[data-text-color="light"] h4, .faria-flip-box .flip-box-front[data-text-color="light"] h5, .faria-flip-box .flip-box-back[data-text-color="light"] h5, .faria-flip-box .flip-box-front[data-text-color="light"] h6, .faria-flip-box .flip-box-back[data-text-color="light"] h6 {
	 color: #fff;
}
 .faria-flip-box .flip-box-front, .faria-flip-box .flip-box-back {
	 background-size: cover;
	 background-position: center;
	 -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .faria-flip-box[data-shadow="light_visibility"] .flip-box-back, .faria-flip-box[data-shadow="light_visibility"] .flip-box-front {
	 box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}
 .faria-flip-box[data-shadow="heavy_visibility"] .flip-box-back, .faria-flip-box[data-shadow="heavy_visibility"] .flip-box-front {
	 box-shadow: 0px 30px 75px rgba(0, 0, 0, 0.4);
}
 .faria-flip-box .flip-box-back[data-bg-overlay="true"]:after, .faria-flip-box .flip-box-front[data-bg-overlay="true"]:after {
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 content: ' ';
	 display: block;
	 opacity: 0.6;
	 background-color: inherit;
	 backface-visibility: hidden;
}
 .faria-flip-box:hover .flip-box-front, .faria-flip-box:hover .flip-box-back {
	 -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
 .faria-flip-box .flip-box-back {
	 position: absolute;
	 top: 20px;
	 right: 0;
	 width: 100%;
}
 .faria-flip-box .faria-button {
	 -webkit-transform: translateZ(0);
	 transform: translateZ(0);
}
 .faria-flip-box[data-h_text_align="center"] .flip-box-back, .faria-flip-box[data-h_text_align="center"] .flip-box-front {
	 text-align: center;
}
 .faria-flip-box[data-h_text_align="left"] .flip-box-back, .faria-flip-box[data-h_text_align="left"] .flip-box-front {
	 text-align: left;
}
 .faria-flip-box[data-v_text_align="center"] .flip-box-back .inner, .faria-flip-box[data-v_text_align="center"] .flip-box-front .inner {
	 transform: translateY(-50%) translateZ(60px) scale(0.94);
	 -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	 -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
	 top: 50%;
}
 .faria-flip-box[data-v_text_align="bottom"] .flip-box-back .inner, .faria-flip-box[data-v_text_align="bottom"] .flip-box-front .inner {
	 -ms-transform: translateZ(60px) scale(0.94);
	 transform: translateZ(60px) scale(0.94);
	 -webkit-transform: translateZ(60px) scale(0.94);
	 bottom: 0;
}
 .faria-flip-box[data-v_text_align="top"] .flip-box-back .inner, .faria-flip-box[data-v_text_align="top"] .flip-box-front .inner {
	 -ms-transform: translateZ(60px) scale(0.94);
	 transform: translateZ(60px) scale(0.94);
	 -webkit-transform: translateZ(60px) scale(0.94);
	 top: 0;
}
 .faria-flip-box[data-flip-direction="vertical-to-top"] .flip-box-back .inner, .faria-flip-box[data-flip-direction="vertical-to-top"] .flip-box-front .inner {
	 -ms-transform: translateZ(50px) scale(0.95);
	 transform: translateZ(50px) scale(0.95);
	 -webkit-transform: translateZ(50px) scale(0.95);
}
 .faria-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-back .inner, .faria-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-front .inner {
	 -ms-transform: translateZ(50px) scale(0.95);
	 transform: translateZ(50px) scale(0.95);
	 -webkit-transform: translateZ(50px) scale(0.95);
}
 .faria-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-bottom"] .flip-box-back .inner, .faria-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-bottom"] .flip-box-front .inner {
	 -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
	 transform: translateY(-50%) translateZ(50px) scale(0.95);
	 -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
}
 .faria-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-top"] .flip-box-back .inner, .faria-flip-box[data-v_text_align="center"][data-flip-direction="vertical-to-top"] .flip-box-front .inner {
	 -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
	 transform: translateY(-50%) translateZ(50px) scale(0.95);
	 -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
}
 .faria-flip-box .flip-box-back .inner, .faria-flip-box .flip-box-front .inner {
	 position: absolute;
	 right: 0;
	 width: 100%;
	 padding: 50px;
	 outline: 1px solid transparent;
	 -webkit-perspective: inherit;
	 perspective: inherit;
	 z-index: 2;
}
 .faria-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-back {
	 -ms-transform: rotateY(180deg);
	 -webkit-transform: rotateY(180deg);
	 transform: rotateY(180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="horizontal-to-left"]:hover .flip-box-front, 
 .news-carousel.moving .faria-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-back {
	 -ms-transform: rotateY(180deg);
	 -webkit-transform: rotateY(180deg);
	 transform: rotateY(180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="horizontal-to-left"].flipped .flip-box-front {
	 -ms-transform: rotateY(180deg) !important;
	 -webkit-transform: rotateY(180deg) !important;
	 transform: rotateY(180deg) !important;
}
 .faria-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-front {
	 -ms-transform: rotateY(0deg);
	 -webkit-transform: rotateY(0deg);
	 transform: rotateY(0deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="horizontal-to-right"]:hover .flip-box-back, .faria-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="horizontal-to-left"]:hover .flip-box-back {
	 -ms-transform: rotateY(0deg);
	 -webkit-transform: rotateY(0deg);
	 transform: rotateY(0deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .news-carousel.moving .faria-flip-box[data-flip-direction="horizontal-to-right"] .flip-box-front, .news-carousel.moving .faria-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front {
	 -ms-transform: rotateY(0deg);
	 -webkit-transform: rotateY(0deg);
	 transform: rotateY(0deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="horizontal-to-right"].flipped .flip-box-back, .faria-flip-box[data-flip-direction="horizontal-to-left"].flipped .flip-box-back {
	 -ms-transform: rotateY(0deg) !important;
	 -webkit-transform: rotateY(0deg) !important;
	 transform: rotateY(0deg) !important;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="horizontal-to-right"]:hover .flip-box-front, .faria-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back, .news-carousel.moving .faria-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back {
	 -ms-transform: rotateY(-180deg);
	 -webkit-transform: rotateY(-180deg);
	 transform: rotateY(-180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="horizontal-to-right"].flipped .flip-box-front {
	 -ms-transform: rotateY(-180deg) !important;
	 -webkit-transform: rotateY(-180deg) !important;
	 transform: rotateY(-180deg) !important;
}
 .faria-flip-box[data-flip-direction="vertical-to-top"] .flip-box-back {
	 -ms-transform: rotateX(180deg);
	 -webkit-transform: rotateX(180deg);
	 transform: rotateX(180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="vertical-to-bottom"]:hover .flip-box-front {
	 -ms-transform: rotateX(180deg);
	 -webkit-transform: rotateX(180deg);
	 transform: rotateX(180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="vertical-to-bottom"].flipped .flip-box-front {
	 -ms-transform: rotateX(180deg) !important;
	 -webkit-transform: rotateX(180deg) !important;
	 transform: rotateX(180deg) !important;
}
 .faria-flip-box[data-flip-direction="vertical-to-top"] .flip-box-front {
	 -ms-transform: rotateX(0deg);
	 -webkit-transform: rotateX(0deg);
	 transform: rotateX(0deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="vertical-to-top"]:hover .flip-box-back, .faria-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="vertical-to-bottom"]:hover .flip-box-back {
	 -ms-transform: rotateX(0deg);
	 -webkit-transform: rotateX(0deg);
	 transform: rotateX(0deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="vertical-to-top"].flipped .flip-box-back, .faria-flip-box[data-flip-direction="vertical-to-bottom"].flipped .flip-box-back {
	 -ms-transform: rotateX(0deg) !important;
	 -webkit-transform: rotateX(0deg) !important;
	 transform: rotateX(0deg) !important;
}
 body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction="vertical-to-top"]:hover .flip-box-front {
	 -ms-transform: rotateX(-180deg);
	 -webkit-transform: rotateX(-180deg);
	 transform: rotateX(-180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="vertical-to-bottom"] .flip-box-back {
	 -ms-transform: rotateX(-180deg);
	 -webkit-transform: rotateX(-180deg);
	 transform: rotateX(-180deg);
	 -webkit-transform-style: preserve-3d;
	 -ms-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .faria-flip-box[data-flip-direction="vertical-to-top"].flipped .flip-box-front {
	 -ms-transform: rotateX(-180deg) !important;
	 -webkit-transform: rotateX(-180deg) !important;
	 transform: rotateX(-180deg) !important;
}
 .faria-flip-box .flip-box-front i {
	 margin-bottom: 20px;
	 height: auto !important;
	 display: block;
	 width: auto !important;
}
 [class^="icon-"][data-color="extra-color-gradient-1"]:before, [class*=" icon-"][data-color="extra-color-gradient-1"]:before, [class^="icon-"].extra-color-gradient-1:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before, .faria_icon_wrap[data-color="extra-color-gradient-1"] i {
	 color: #e8b72a;
	 background: linear-gradient(to bottom left,#28303d, #151b25);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 text-fill-color: transparent;
	 display: initial;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
	 text-decoration: inherit;
	 speak: none;
}
 .faria-footer {
	 position: relative;
	 z-index: 999;
	 text-align: center;
	 padding: 20px;
}
.site-btn{
  border:1px solid #ffffff;
  transition: .5s;
}

/* Goals Section in hm page  */

.ts-goals-box .ts-goals-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-goals-box .ts-goals-box-content {
  margin-left: 90px;
}

.ts-goals-box .ts-goals-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-goals-box .ts-goals-box-info {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}


.ts-goals-box-bg {
  border: 1px solid rgb(205 208 212 / 64%);
  padding: 30px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.ts-goals-box-bg::before{
  content: "";
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 7px;
  right: 23px;
  transition: all 0.3s ease 0s;
}
.ts-goals-box-bg:hover h4,.ts-goals-box-bg:hover,.ts-goals-box-bg:hover i {
color: #fff;
}

   
/* Projects Section in hm page*/
.block-3 {
  background: #0f2763;
  padding: 7rem 0;
  margin-bottom: 14rem;
 }
  .hm-project-site-section {
    background-image:url(../icons/real-estate/bg-build.svg);
    background-repeat: no-repeat;
    background-position-x: right;
}
/* pr0jects*/
@media (max-width: 767px) {
  .project-carousel-inner .project-carousel-item &gt; div {
    display: none;
  }
  .project-carousel-inner .project-carousel-item &gt; div:first-child {
    display: block;
  }
}

.project-carousel-inner .project-carousel-item.active,
.project-carousel-inner .carousel-item-next,
.project-carousel-inner .carousel-item-prev {
  display: flex;
}

.projects-carousel-wrap {
  position: relative;
  margin-bottom: -200px;
  direction: ltr; }

.project-item {
  position: relative;
  overflow: hidden; }
  .project-item:before {
    content: "";
    background: rgb(28 59 137 / 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .project-item img {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
 
  }
  .project-item .project-item-contents {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }
  
    .project-item .project-item-contents .project-item-title {
      color: #fff;
      margin-bottom: 0; }
  .project-item:hover:before {
    opacity: 1;
    visibility: visible; }
  .project-item:hover .project-item-contents {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; }
  .project-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
  }
  /* medium and up screens */
@media (min-width: 768px) {

  .project-carousel-inner .carousel-item-end.active,
  .project-carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

.project-carousel-inner .carousel-item-start.active, 
.project-carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.project-carousel-inner .carousel-item-end,
.project-carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.general-btn  {
  background: #1c3b89;
}
.general-btn:hover ,
.general-btn:focus,
.general-btn:visited {
  background: #ffcf01;
}
#cboxCurrent{
  background-color: #1c3b89;
}

/* Clients Sectin in hm page */
.clients-logo {
  margin: 0 0 30px;
  min-height: 105px;
  height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.clients-logo a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.clients-logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  transition: all ease .5s;
  max-height: 100px;
}
.clients-logo:hover img{
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.clients-logo:hover {
  border: 1px solid rgb(205 208 212 / 64%);

}

/*  slider what they say */
.opinan-testimonial{
  border-right: 4px solid #ffffff
}
.testimonial{
  margin: 0 15px;
}
.testimonial .testimonial-steps-profile{
  width:35%;
  padding-right:15px;
  text-align:center;
  margin: 0px auto 20px;

}

.testimonial .testimonial-steps-profile a img{
background: #ffffff;
width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonial .testimonial-steps-title{
margin-bottom: 0;
  text-align: center;
  padding: 0px 0px 22px;
}
.testimonial .testimonial-steps-title a{
  text-transform: capitalize;
  color:#ffffff;
  font-size:15px;
  display: block;
  margin-bottom:4px;
}
.testimonial .testimonial-steps-description{
text-align: center;
  line-height:23px;
  display: table-row;
}
.inner-header{
font-size: 55px;
text-shadow: 0.04em 0.04em 0 #ffffff
}
.news-theme .news-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: -39px;
  left: -182px;
}
.news-pagination{
  text-align: start;
}
.news-theme .news-controls .news-page span{
width: 4px;
  height: 4px;
}

.news-theme .news-controls .news-page.active span{
background: #ffcf01;
  width: 51px;
  height: 4px;
  transition: 0.5s ease-in-out;
  
}
.news-theme .news-controls.clickable .news-page:hover span{
background: #ffffff;
}
.news-theme .news-controls .news-page span{
background: #ffffff;

}
@media only screen and (max-width: 480px) {
  .testimonial{
      text-align: center;
      margin: 0 10px;
  }
  .testimonial .testimonial-steps-profile{
      float:none;
      width: 30%;
      margin: 0 auto;
      padding: 0;
  }
  .testimonial .testimonial-steps-description{
      padding-left: 0;
  }
  .news-theme .news-controls{
    display: none
  }
  .section-title ,.section-sub-title{
    text-align: center
  }
}
/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: .6;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}
/* Subscribe area
================================================== */
.subscribe {
  background: #ffcf01;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 115px;
  padding: 30px 0 0 30px;
}

@media (max-width: 575px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px 0;
    min-height: auto;
  }
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  .subscribe-call-to-acton h4 {
    font-size: 20px;
  }
}

/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
}

@media (max-width: 991px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}

@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}

.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

@media (max-width: 767px) {
  .ts-newsletter:after {
    background: transparent;
  }
}

@media (max-width: 991px) {
  .ts-newsletter .newsletter-introtext p {
    font-size: 13px;
  }
}

.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* post section in hm page */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #ffcf01;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: capitalize;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}
.post-news-item ,.news-carousel .news-item{
  float: unset !important;
}
/* Footer
================================================== */
/* Footer common */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* z-index: -1; */
  background-color: #1c3b89;
  color: #d4d4d4;
}

.footer-main {
  padding: 80px 0 60px;
  text-align: start; 
  position: relative
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding:0 15px;
  text-transform: capitalize;
  color: #fff;
  border-right: 3px solid #ffcf01;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i{
  display: block;
  font-size: 16px;
  color:#d4d4d4;
  transition: 400ms;
  padding: 10px;
  border-radius: 50px;
}


.footer-social ul li:first-child a i{
  padding: 10px 13px;
}
.footer-social ul li:hover {
  color: #ffffff;
  border:1px solid #ffffff;
  border-radius: 50px;
  transition: .8s ease-in-out;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #d4d4d4;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #ffcf01;
}
/* App */
.footer-app{
  display: block;
  background: #ffffff;
  padding: 5px 11px;
  margin: 5px 0px 5px 0px;
  border-radius: 13px;
  color: #1c3b89;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.footer-app span{
  font-weight: 900;
}
.footer-app i{
  font-size: 21px;
}
.footer-app:hover{
  color: #fff;
  background: #0f2763;
}
.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}
.working-hours p span{
  padding: 0px 2px;
}
/*-- Copyright --*/
.copyright {
  background: #0f2763;
  color: #d4d4d4;
  padding: 25px 0 15px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.copyright .span {
  font-size: 12px;
}
.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #d4d4d4;
  padding: 0;
}

.hm-footer-icon{
  display: inline-block;
}

.copyright-info span{
color: #d4d4d4;
}

.copyright-info span a:hover ,.footer-menu ul li a:hover{
  color: #ffcf01;
  text-decoration: underline;
}
#back-to-top {
  left: 40px;
  top: auto;
  z-index: 9999;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 50px;
  height: 50px;
  line-height: 36px;
  background: #1c3b89;
  border-radius:0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0px;
  box-shadow: 0px 0px 7px 1px rgb(33 33 33 / 50%);
}
#back-to-top .btn.btn-primary:hover{
  border: 1px solid #1c3b89;
  border-radius:50px;
  box-shadow: 0px 0px 7px 1px rgb(33 33 33 / 25%);
}
@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* Sub Pages 
================================================== */
/*-- Title border --*/
.main-container {
  margin-bottom: 30px;
}


/*-- Banner Introduction in each page
==================================================*/
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;

}
.banner-area-pg{
  position: relative;
  min-height: 460px;
  color: #fff;
  background-position: right;
  background-size: cover;
  background-attachment: local;
  background-repeat: no-repeat;
  background-color: #19459d;
}

.banner-title {
  color: transparent;
  /* background: linear-gradient(90deg, hsl(214deg 8% 82% / 0%), rgb(205 208 212 / 81%));
  -webkit-background-clip: text; */
  /* -webkit-text-fill-color: rgb(15 39 99 / 25%); */
  font-weight: 900;
  z-index: 1;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: 3px 2px 0 #ffffff;
  text-transform: capitalize;
  font-size: 58px;
}

.banner-text {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}
@media (max-width: 991px) {
  .banner-text {
    top: 80%;
    }

}
@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px){
  .banner-area-pg {
    position: relative;
    min-height: 650px;
 }

}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 12px;
  margin-top: 35px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item {
  color: #cdd0d4;
  letter-spacing: 0.7;
}
.breadcrumb li a:hover ,.breadcrumb li a:focus{
  color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0rem;
}
.breadcrumb-item+.breadcrumb-item::before{
  float: right !important;
}
.breadcrumb-item.active{
 color: #ffcf01;/* change*/
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:after{
  color: #ffc101;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/* Contact us section in all page
================================================== */
#sp-bottom5 {
  padding: 0 100px;
}
#sp-bottom5 .block-bottom5 {
    margin-bottom: -100px;
    padding: 10px;
    background: #0f2763;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#sp-bottom5 .block-bottom5 .heading-title {
 
  margin: 21px 70px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.sp-module .heading-title {
  font-size: 36px;
  color: #38495e;
  margin-bottom: 25px;
  font-weight: 600;
}
#sp-bottom5 .block-bottom5 .link-start {
  padding: 0 40px;
  margin: 15px 0;
  line-height: 40px;
  background: #fff;
  color: #2b8fff;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
}

@media only screen and (max-width: 667px){
  #sp-bottom5 {
    padding: 0 10px;
  }
  #sp-bottom5 .block-bottom5 .heading-title {
text-align: center;
margin: 21px 50px;

  }
}
/*-- About us page 
=======================================-- change*/

/* Vision  section in  About us page */
.visionBox{
  background-color: #fff;
  text-align: center;
  padding: 20px 15px;
  margin: 20px 0 0;
  border-radius: 20px 0 20px 0;
  position: relative;
  z-index: 1;
  transition: all ease .3s;
  border: 1px solid rgb(205 208 212 / 64%);
}
.visionBox:hover{ box-shadow: 0 0 8px 0px rgb(61 87 153 / 50%); }
.visionBox:before{
  content: '';
  background: linear-gradient(45deg,#0f2763 49%,transparent 50%);
  height: 15px;
  width: 15px;
  position: absolute;
  left: 115px;
  top: -15px;
}
.visionBox .vision-count{
  color: #fff;
  background: linear-gradient(135deg,#1c3b89 25%,#3d5799 26%, #3d5799 40%,#1c3b89 41%, #1c3b89 47%, #3d5799 48%, #3d5799 60%, #1c3b89 61%);
  font-size: 65px;
  text-align: center;
  line-height: 130px;
  width: 100px;
  height: 140px;
  float: left;
  margin: -35px 0 0 0;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  transition: all 0.3s ease 0s;
}
.visionBox .vision-count:hover{ 
transform: rotateY(360deg);
}
.visionBox .vision-content{ padding: 20px 0 0; }
.visionBox .title{
text-align: right;
  color: #505050;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.visionBox .description{
text-align: right;
  line-height: 25px;
  margin-bottom: 10px;
}

@media only screen and (max-width:990px){
  .visionBox{ margin: 0 0 50px; }
}
/* Goals  section in About us page */
    
.goalsBox{
padding: 35px 20px 25px;
border: 1px solid rgb(205 208 212 / 64%);
text-align: center;
position: relative;
transition: all 0.3s ease 0s;
margin: 30px 15px;
}
.goalsBox:hover{ border-color: #1c3b89 ; }
.goalsBox:before{
content: "";
border-top: 20px solid #f7f7f7;
border-left: 20px solid transparent;
border-bottom: 20px solid transparent;
position: absolute;
top: 7px;
right: 7px;
transition: all 0.3s ease 0s;
}
.goalsBox:hover:before{ 
border-top-color: #1c3b89 ; 
}
.goalsBox .goals-icon{
width: 120px;
height: 120px;
border-radius: 3px;
transition: all 0.25s ease 0s;
display: inline-block;
line-height: 80px;
font-size: 30px;
color: #1c3b89;
margin-bottom: 35px;
z-index: 1;
position: relative;
border: 1px solid rgb(205 208 212 / 64%);
transition: all 0.3s ease 0s;
}
.goalsBox .goals-icon i{
position: absolute;
margin: 19px auto;
right: 0;
left: 0;
}
.goalsBox:hover .goals-icon{ 
color: #fff;
}
.goalsBox .goals-icon:before{
content: "";
border-radius: 3px;
border: 1px solid #f4f4f4;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.3s ease 0s;
}
.goalsBox:hover .goals-icon{
border: 1px solid #ffffff;
}
.goalsBox:hover .goals-icon:before{
background: #1c3b89 ;
width: 93px;
height: 93px;
top: 13px;
left: 13px;
transform: rotate(45deg);
border: 1px solid #ffffff;
}
.goalsBox .title{
font-size: 20px;
font-weight: 700;
color: #064774;
text-transform: capitalize;
margin: 0 0 15px 0;
}
.goalsBox .description{
line-height: 27px;
margin: 0;
}
@media only screen and (max-width:990px){
.goalsBox{ 
  margin-bottom: 30px;
 }
}
/* Slider pages in About us page*/
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
}

.page-slider .carousel-control.left {
  left: 0;
}

.page-slider .carousel-control.right {
  right: 0;
}

.page-slider .carousel-control  {
  background: rgb(28 59 137 / 65%);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.page-slider .carousel-control:hover {
  background: #ffcf01;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}

.page-slider.small-bg .box-slider-text {
  background: rgb(28 59 137 / 50%);
  padding: 5px 20px;
  width: fit-content;
  margin: auto;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.news-theme .news-controls {
  margin: -20px;
}
/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}
/* CEO Page
================================*/
.name-sign-manger{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* Project Page
=================================*/

.news-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
  overflow: hidden;
  height: 35vh;
}

.project-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #ffcf01;
}

.news-theme.project-slide .news-nav &gt; div {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project-slide .news-nav &gt; div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #ffcf01;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.news-theme.project-slide .news-nav &gt; .news-prev {
  right: 35px;
  left: auto;
}


/* Contact Us page
================================================== */
.map {
  height: 450px;
  z-index: 1;
}
.php-email-form-send{
  padding: 30px;
  background: rgb(205 208 212 / 17%);
}
.php-email-form-send div div div input,.php-email-form-send div div div textarea{
    margin:30px 0px;
 border-radius: 4px;
}
.php-email-form-send div div div .sim-button{
    border-radius: 4px; 
}
.form-group{
  background:#fff;
}
.ts-contact-icon.icon-round i {
  font-size: 30px;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

#contact-form .form-control{
  border: 1px solid rgb(205 208 212 / 64%);
  transition: all 0.3s;
  margin: 12px auto;
}
#contact-form .form-control:hover{
  border-radius: 24px;
  border: 1px solid #1c3b89;
}

.ts-contact-icon i {
  font-size: 28px;
  margin-left: 15px;
  margin-top: 2px;
}
.contact-info-box {
  margin-top: 20px;
}

.contact-info-box i {
  float: left;
  font-size: 24px;
  color: #ffcf01;
}

.contact-info-box-content {
  padding-left: 40px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-contact-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}

/* News page 
================================================== */
.post-slide{
  border: 1px solid rgb(205 208 212 / 64%);
  transition: all ease .3s;
 }
 .post-slide:hover {
  box-shadow: 0 0 8px 0px rgb(61 87 153 / 50%);
  }
 .post-slide .post-img{
     position: relative;
 }
 .post-slide .post-img:before{
     content: "";
     position: absolute;
     width: 100%;
     height:100%;
     transition:all 0.5s ease-out 0s;
 }
 .post-slide .post-img img{
     width: 100%;
     height:auto;
 }
 .post-slide .post-img:hover:before{
     top:0;
     left:0;
     background: rgb(28 59 137 / 72%);
 }
 .post-slide .post-img a{
     position: absolute;
     top:40%;
     left:40%;
     width: 50px;
     height:50px;
     display: inline-block;
     border-radius: 50%;
     border: 2px solid #fff;
     opacity: 0;
     transition:all 0.5s ease-out 0s;
 }
 .post-slide .post-img &gt; a &gt; i{
     position: absolute;
     width: 100%;
     height:100%;
     left: 0%;
     font-size: 18px;
     color:#fff;
     text-align: center;
     line-height: 47px;
 }
 .post-slide .post-img a:hover:after{
     content: "";
     position: absolute;
     left: 0%;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     animation: hoverEffect 1.3s ease-out 75ms;
     -webkit-animation: hoverEffect 1.3s ease-out 75ms;
     -moz-animation: hoverEffect 1.3s ease-out 75ms;
 }
 .post-slide .post-img:hover &gt; a{
     opacity: 1;
 }
 .post-slide .post-content{
     padding: 20px 15px;
 }

 .post-slide .post-title &gt; a{
     text-transform: capitalize;
     font-size: 18px;
     line-height: 28px;
 }
 .post-slide .post-description{
     font-size: 14px;
     position: relative;
     padding-bottom: 15px;
 }
 .post-slide .post-description:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  border-bottom: 1px solid rgb(205 208 212 / 64%);
  display: block;
 }
 .post-slide .post-bar{
  display: flex;
  padding: 15px 0 0 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
 }
 .post-slide .post-bar &gt; li{
     display: inline-block;
 }
 .post-slide .post-date,
 .post-slide .comment {
     color:rgb(88 97 119 / 74%)
 }
 .post-slide .post-date &gt; i,
 .post-slide .comment i{
     margin-left: 7px;
 }


 @-webkit-keyframes hoverEffect {
     0% {
         opacity: 0.3;
     }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
     }
     100% {
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
         -webkit-transform: scale(1.5);
         opacity: 0;
     }
 }
 @-moz-keyframes hoverEffect {
     0% {
         opacity: 0.3;
     }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
     }
     100% {
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
         -moz-transform: scale(1.5);
         opacity: 0;
     }
 }
 @keyframes hoverEffect {
     0% {
         opacity: 0.3;
     }
     40% {
         opacity: 0.5;
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
     }
     100% {
         box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
         transform: scale(1.5);
         opacity: 0;
     }
 }
 
.post {
  /* border-bottom: 1px solid #dadada; */
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #ffcf01;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cfd3d7;
  line-height: 12px;
  display: inline-block;
}
.post-meta span:last-child{
  border-left: none
}
.post-meta i {
  color: #cfd3d7;
  margin-left: 3px;
}

.post-meta .post-comment {
  border-left: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; li &gt; a:hover {
  color: #fff;
  background: #ffcf01;
  border: 1px solid transparent;
}

/* News Single Detial Page
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #ffcf01;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons &gt; li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #ffcf01;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}
/*=======================================
widgets in all page
===========================================*/

/* Sidebar */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-right: 15px;
  text-transform: capitalize;
  border-right: 3px solid #1c3b89;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #ffcf01;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ffcf01;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffcf01;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-left: 15px;/*change*/
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #ffcf01;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul &gt; li {
  float: right;/*change*/
  margin: 3px;
}

.sidebar .widget-tags ul &gt; li a {
  border:1px solid #cdd0d4;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul &gt; li a:hover {
  background: #1c3b89;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*# sourceMappingURL=maps/style.css.map */

/* Community participation 
================================================== */
.community_participationBox{
    padding: 25px 80px 25px 20px;
    position: relative;
    z-index: 1;
    border-left: 4px solid #1c3b89;
}
.community_participationBox:before,
.community_participationBox:after{
    content: '';
    border: 4px solid #1c3b89;
    position: absolute;
    right: 28px;
    top: 0;
    left: 0;
    bottom: 0;
    clip-path:polygon(0% 40%, 118% -59%, 104% 100%, 64% 108%);
 
}
.community_participationBox:after{
   clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%); /*ltr */
   clip-path:  polygon(106% 0, 35% 0%, 100% 100%, 43% 186%);
  }
.community_participationBox .community_participation-icon{
   color: #1c3b89;
   background-color: #cdd0d4;
   font-size: 30px;
   text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 0 15px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    transition: .5s;
}
.community_participationBox .community_participation-icon:hover{
  border: 1px solid #1c3b89;
  border-radius: 50px;
  color: #ffffff;
  background-color: #1c3b89;
  

}
.community_participationBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.community_participationBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

@media only screen and (max-width: 1199px){
    .community_participationBox{ margin: 0 0 40px; }
}

/* Project page 
=====================================*/
.ts-project-service-image-wrapper {
  margin: 0px auto 20px;
 }
 .ts-service-box-bg:hover {
  border-color: #1c3b89;
}
 .ts-service-box-bg:hover:before {
  border-top-color: #1c3b89;
}
 .ts-project-info {
  margin: auto 30px;
   text-align: justify;
   text-align-last: center;
 }
 
 @media (max-width: 1200px) {
   .ts-project-info {
     margin-left: 15px;
   }
 }
 
 .ts-project-info h3 {
   font-size: 16px;
   margin-bottom: 12px;
 }
 
 .ts-project-info .learn-more {
   text-transform: capitalize;
   font-size: 14px;
   font-weight: 600;
   text-align: right;
 }
 
 .ts-project-info .learn-more:hover {
   color: #ffcf01;
 }
 .ts-service-box-bg {
  border: 1px solid rgb(205 208 212 / 64%);
  padding: 0px 0px 30px 0px;
}
.ts-box-bg {
  border: 1px solid rgb(205 208 212 / 64%);
  padding: 30px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.ts-box-bg::before{
  content: "";
  border-top: 20px solid #fff !important;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 7px;
  right: 23px;
  transition: all 0.3s ease 0s;
}
.ts-box-bg:hover h4,.ts-box-bg:hover,.ts-box-bg:hover i {
color: #fff;
}
.ts-box-bg:hover .service-box-title a{
  color: #ffcf01;
}
.ts-box-bg:hover {
  background: #0f2763;
}
  /* Contracting Services Page 
    ============================== */
.we-trusted-area .trusted-img img {
  width: 100%;
}
.we-trusted-area .trusted-caption {
  background: rgba(255,255,255,0.8);
  padding: 57px 115px 50px 60px;
  margin-right: -152px;
  border: 1px solid #f1f1f1;
  position: relative;
  z-index:1;
}
.we-trusted-area .trusted-caption h2 {
  display: block;
}
.we-trusted-area .trusted-caption p {
  margin-bottom: 57px;
}
/* list all services section style */
.contracting-services-wrap .con-services {
  padding: 20px 30px;
  border: 1px solid #efefef;
  border-left: none;
  position: relative;
  height: auto;
}
.contracting-services-wrap .con-services-details{
height: 305px;
}
.contracting-services-wrap .con-services .number {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 400;
  color: #dcdcdc;
}
.contracting-services-wrap .con-services .con-services-icon {
  position: relative;
  margin-left: 20px;
}
.contracting-services-wrap .con-services .con-services-icon:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(314deg);
  -ms-transform: rotate(45deg);
  transform: rotate(314deg);
  z-index: -1;
  right: -20px;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid rgb(205 208 212);
  z-index: 0;
}
.contracting-services-wrap .con-services .con-services-icon &gt; img ,.all-icon-movement {
  transform: rotateY(0deg);
  transition: all 0.3s ease 0s;
}
.contracting-services-wrap .con-services .con-services-icon &gt; img:hover ,.all-icon-movement:hover{
  transform: rotateY(360deg);
}
.contracting-services-wrap .con-services .service-heading{
padding-top: 12px;
}
.con-services-content  p{
font-size: 14px;
}
.contracting-services-wrap [class^="col-"]:last-child .con-services,
.contracting-services-wrap [class^="col-"]:nth-child(4) .con-services ,
.contracting-services-wrap [class^="col-"]:nth-child(8) .con-services{
border-left: 1px solid #efefef;
}
/* Engineering Services Page 
    ============================== */
    .eng-consultations-serviceBox{
      color: #1c3b89;
      position: relative;
  
      align-items: center;
  }
  .eng-consultations-serviceBox .eng-consultations-service-icon{
      color: #1c3b89;
      background-color: rgb(28 59 137 / 50%);
      font-size: 35px;
      text-align: center;
      line-height: 59px;
      height: 55px;
      width: 72px;
      transition: all 0.3s ease 0s;
  }
  .eng-consultations-serviceBox .eng-consultations-service-icon:hover{
    box-shadow: 5px 5px rgb(28 59 137 / 70%);
    transform: scale(1.1);
  }
  .eng-consultations-serviceBox .title{
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0 0 5px;
      padding-right:12px;
      line-height: normal;
  }
  .eng-consultations-serviceBox .description{
      color: #555;
      font-size: 13px;
      letter-spacing: 0.5px;
      line-height: 22px;
      margin: 0;
  }
  .eng-consultations-serviceBox.yellow{color: #ffcf01;  }
  
  @media only screen and (max-width: 1199px){
      .eng-consultations-serviceBox{ margin: 0 0 40px; }
  }
  @media only screen and (max-width: 479px){
      .eng-consultations-serviceBox{ padding: 0; }
      .eng-consultations-serviceBox .service-icon{
          margin: 0 0 20px;
          position: relative;
      }
  }
  .homerightbox {
      background: rgba(255, 255, 255, 0.1);
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 10px;
  }
  .homerightbox .homeitem:nth-child(odd) {
      border-left: 1px solid rgb(205 208 212 / 64%);
  }
  .homerightbox .homeitem {
      flex: 0 0 50%;
      max-width: 50%;
      text-align: center;
      line-height: 150px;
      border-bottom: 1px solid rgb(205 208 212 / 64%);
      transition: all 300ms linear 0s;
  }
  .homerightbox .homeitem:last-child, .homerightbox .homeitem:nth-child(3) {
      border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .homerightbox .homeitem:hover{
    background: rgb(28 59 137 / 46%);
  }
  
  .homerightbox .homeitem img{
    transform: rotateY(0deg);
      transition: all 0.3s ease 0s;
  }
  .homerightbox .homeitem:hover img{
    transform: rotateY(360deg); 
  }
  .homeitem p {
      color: #fff;
  }
  /* Real Estate Service Page 
  ===============================*/
.real-estate-serviceBox{
  text-align: center;
  padding: 10px 10px 20px;
  border: 3px solid #cdd0d4;
  position: relative;
  z-index: 1;
  height: 93%;
}
.real-estate-serviceBox:hover:before,
.real-estate-serviceBox:hover:after{
  content: "";
  background: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.real-estate-serviceBox:hover{
border: 3px solid #19459d;
}

.real-estate-serviceBox:hover:after{
  background: #19459d;
  width: 50%;
  height: 100%;
  box-shadow: none;
  transform: translateX(0) translateY(0);
  top: 0;
  left: auto;
  right: 0;
  z-index: -2;
}

.real-estate-serviceBox .real-estate-service-icon{
  background: #cdd0d4;
  font-size: 52px;
  line-height: 100px;
  width: 85px;
  height: 85px;
  margin: 0 0 6px;
  box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
.real-estate-serviceBox:hover.real-estate-service-icon {
background: #19459d;
}
.real-estate-serviceBox .title{
  font-size: 14px;
  font-weight: 600;
  margin: 20px 10px 30px;
}
.real-estate-serviceBox .description{
  color: #888;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin: 0 15px 0;
}
@media only screen and (max-width: 1199px){
  .real-estate-serviceBox{
    margin: 0 0 40px;
   }
}
 /* Jobs Page
  ======================*/
  .block-2 {
    background: #0f2763;
    padding: 7rem 0;
}
.block-2 .img-overlap {
    margin-top: -150px;
}
 .sub-text{
    font-weight: 300;
    color: #ffcf01;
    text-transform: capitalize;
}

.section-title strong {
    font-weight: 700;
}
#job-form .form-group label{
   color: #ffffff;
}
#job-form .form-group .form-control{
    background: #fff
}
    @media (min-width: 768px){
        .site-section {
    padding: 5em 0;
}
    }
    .cv-upload::before {
    content: "Ø¥Ø±ÙØ§Ù‚ Ø§Ù„Ø³ÙŠØ±Ø© Ø§Ù„Ø°Ø§ØªÙŠØ©";
    position: absolute;
    right: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(20, 65, 105);
    width: 150px;
    font-weight: bold;
    padding: 10px 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.cv-upload input {
    opacity: 0;
}
/* Organzation  chart Page
        =============================*/ 
        .content-chart * {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
            
        .content-chart {
          position: relative;
          text-decoration: none 
        }
        .org-chart ul li span:hover {
            background: #19459d;
            background: #dee2e6;
            color: #19459d;
            text-decoration: none;
            box-shadow: none;
            transition: 0.5s 
        }
        .org-chart ul li span a:hover {
          color: #19459d;
        }
        .org-chart {
          display: block;
          clear: both;
          margin-bottom: 30px;
          position: relative  
        }
        /**  * For IE 6/7 only */ 
        .org-chart.cf:before, .org-chart.cf:after {
          content: " ";
          /* 1 */
          display: table;
          /* 2 */
        }
        .org-chart.cf:after {
          clear: both 
        }
        .org-chart.cf {
          *zoom: 1 
        }
        .org-chart ul {
          padding: 0;
          margin: 0;
          list-style: none 
        }    
        .org-chart ul li {
          position: relative 
        }  
        .org-chart .board {
          width: 100%;
          margin: 0 auto;
          display: block;
          position: relative 
        }
            
        /* riga centrale */     
        .org-chart .board:before {
          content: "";
          display: block;
          position: absolute;
          height: 520px;
          width: 0px;
          /* border-left: 4px solid #19459d;
          margin-left: 50%; */
          border-right: 4px solid #19459d;
          margin-right: 50%;
          top: 45px 
        }
            
        /* stile del box */    
        .org-chart ul li span {
            text-decoration: none;
            box-shadow: 4px 4px 9px -4px rgb(0 0 0 / 40%);
            -webkit-transition: all linear .1s;
            -moz-transition: all linear .1s;
            transition: all linear .1s;
            display: block;
            margin: 1%;
            margin-top:0;
            padding: 0.8rem 0.2rem;
            text-align: center;
            background: #f3f4f6;
            border-top: 15px solid #dee2e6;
            border-top: 15px solid #19459d;
            word-break: break-word;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            margin: 0px 4px
        }   
        .org-chart .departments  li span {
          width: 171px;
        }
        /* stile del box in evidenza */    
        .org-chart .highlight {
            background: #19459d;
            color: #fff 
        }
            
        /* Righe e definizione altezze */
        .org-chart ul.columnOne,
        .org-chart ul.columnTwo,
        .org-chart ul.columnThree{
          position: relative;
          width: 100%;
          display: block;
          clear: both 
        }  
        .org-chart ul.columnOne.director,
        .org-chart ul.columnOne.subdirector {
            height: 150px
        }
        .org-chart ul.columnOne {
            height:170px
        }
        .org-chart ul.columnTwo {
            height: 160px
        } 
        .org-chart ul.columnThree {
          height: 160px
        } 
            
        /* Riga columnOne */    
        .org-chart ul.columnOne li {
            width: 100%;
            max-width: 320px;
            margin: 0px auto 
        }
        
        /* Riga subdirector */    
        .org-chart ul.columnOne.subdirector li {
            width: 100%;
            max-width: 320px;
            float:right;
            margin-right: 5px
        }
        .org-chart ul.columnOne.subdirector:before {
            content: "";
            display: block;
            width: 40%;
            height: 25px;
            border-top: 4px solid #19459d;
            border-right: 4px solid #19459d;
            border-left: 0;
            margin-top: 0px;
            /* margin-left: 50% */
            margin-right: 10%
        }
           
        /* Riga columnTwo */   
        .org-chart ul.columnTwo li {
          width: 30%;
          float: right;
          margin: 0px 4px;
          flex-basis: 100%
        }
        .org-chart ul.columnTwo:before {
          content: "";
          display: block;
          position: relative;
          width: 60%;
          height: 10px;
          border-top: 2px solid blue;
          margin: 0 auto;
          top: 40px
        }
        
        /* Riga columnThree */    
        .org-chart ul.columnThree {
            width: 100%;
            display: flex;
            display: -ms-flexbox;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-flow: row wrap;
            justify-content: space-between;
            clear: both   
        } 
            
        .org-chart ul.columnTwo li {
          max-width: 320px;
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 0
        }     
        .org-chart ul.columnThree li {
            max-width: 320px;
            margin: 0px 4px;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 30%
        }
        .org-chart ul.departments li.department {
            display:inline-flex;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0 
        }  
        .org-chart ul.columnThree:before {
            content: "";
            display: block;
            position: relative;
            width: 80%;
            height: 10px;
            border-top: 4px solid #19459d;
            border-left: 0;
            border-right: 0;
            margin: 0 auto;
            top: 55px;
            flex-basis: 100%;
            margin-left: 10%;
            margin-right: 10%
        } 
            
        /* Riga departments */
        .org-chart ul.departments {
            width: 100%;
            display: flex;
            display: -ms-flexbox;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-flow: row wrap;
            justify-content: space-between;
            clear: both
        }  
        .org-chart ul.departments:before {
            content: "";
            display: block;
            width: 85%;
            height: 25px;
            border-top: 4px solid #19459d;
            border-left: 4px solid #19459d;
            border-right: 4px solid #19459d;
            margin: 0 auto;
            margin-top: 60px;
            flex-basis: 100%;
            margin-left: 10%;
            margin-right: 9.5%
        }    
        .org-chart ul.departments .department:after {
            content: "";
            position: absolute;
            display: block;
            width: 10px;
            height: 25px;
            border-left: 4px solid #19459d;
            /* left: 50%;  change*/
            left: 49%;
            top: -25px
        }
           
        /* MEDIA QUERIES */     
        @media all and (max-width: 991px) {
            .org-chart .board {
                margin: 0px;
                width: 100%
             }
            .org-chart ul li span,
            .org-chart ul.columnOne li,
            .org-chart ul.columnTwo li,
            .org-chart ul.columnThree,
            .org-chart ul.columnThree li,
            .org-chart ul.departments, 
            .org-chart ul.departments li, 
            .org-chart ul.departments li.department  {
                float: none;
                width: auto;
                max-width: none;
                display: block;
                clear: both;
                height:auto;
                margin-bottom: 5px
            }  
            .org-chart .departments li span{
              width: auto;
            }
            .org-chart ul.columnThree li.department  {
            margin-bottom:25px
            }
            .org-chart .board:before {
                height: 1138px 
            }
            .org-chart .board ul:nth-child(4) &gt; li:before {
                content: "";
                display: block;
                position: absolute;
                height: 704px;
                width: 0px;
                border-left: 4px solid #19459d;
                top: 0px;
                left: 4px;
                z-index: 9
            }
            .org-chart ul.departments li, .org-chart ul.departments li.department {
                margin-left: 40px;
                height: 120px
             }   
            .org-chart ul.departments li.department:before {
                content: "";
                display: block;
                position: absolute;
                height: 20px;
                width: 40px;
                border-top: 4px solid #19459d;
                /* margin-left: -35px; */
                margin-right: -35px;
                top: 30px;
                z-index: 9;
                display:none
            }
            .org-chart ul.departments:before,
            .org-chart ul.columnThree:before,
            .org-chart ul.departments .department:after {
                display:none
            }
        }
        @media all and (max-width: 720px) {
            /* orgnaztion  chart */
.org-chart .board:before{
  height: 459px;
}
.org-chart .board  .columnThree .department:nth-child(2){
  max-width: 372px;
  z-index: 1;
}
.org-chart .board  .columnThree .department:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  height: 810px;
  width: 0px;
  border-left: 4px solid #19459d;
  top: 0px;
  right: 34px;
  z-index: -1;
}
.org-chart .board  .columnThree .department:nth-child(1) ,
.org-chart .board  .columnThree .department:nth-child(3){
  margin: 0 auto 25px;
 }

 .org-chart ul.departments li.department:before{
   display: none
 }
 .org-chart ul.departments li, .org-chart ul.departments li.department{
  z-index: 2;
 }
}
        @media (max-width: 490px) {   
          .org-chart ul.columnOne.subdirector li {
            max-width: 177px;
          }  
          .org-chart ul.columnThree.subdirector li:nth-child(1), .org-chart ul.columnThree.subdirector li:nth-child(3){
            float: left;
            width: 178px;
          } 
          .org-chart ul.columnThree.subdirector li:nth-child(1):before ,     .org-chart ul.columnThree.subdirector li:nth-child(3):before{
            /* content: "";
            display: block;
            width: 40%;
            height: 25px;
            border-top: 4px solid #19459d;
            border-right: 4px solid #19459d;
            border-left: 0;
            margin-top: 0px;
            /* margin-left: 50%; */
            /* margin-right: 10%; */ 
            content: "";
            display: block;
            width: 80%;
            height: 25px;
            border-top: 4px solid #19459d;
            border-left: 4px solid #19459d;
            border-right: 0;
            margin-top: -20px;
            /* margin-left: 50%; */
            margin-left: 25%;
        
          }
          .org-chart .board .columnThree .department:nth-child(2):before{
            display: none
          }
          .org-chart .board:before {
            height: 1087px;
        }
        }
        @media (max-width: 360px){
          .org-chart ul.columnThree.subdirector li:nth-child(1):before, .org-chart ul.columnThree.subdirector li:nth-child(3):before {
            width: 66%;
          }
        }

 /*---------------------------------
projects Describe page
-----------------------------------*/
/* table style */
  .tg  {
    border-collapse:collapse;
  border-spacing:0;
  }
  .tg td{

    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    }
  .tg th{
    border-bottom: 1px solid #cdd0d4;
    font-weight:normal;
    overflow:hidden;
    padding:10px 7px;
    word-break:normal;
    color: #333a49;
    background: rgb(255 207 1 / 18%);
    }
    .tg tr {
    border-bottom: 1px solid #cdd0d4;
    }
    .tg tr:last-child{
      border:none;
    }
  .tg .tg-0pky{
  border-color:inherit;
  vertical-align:top;
  text-align: right
  }
  .tg .tg-0pky i{
    color: #ffcf01;
  }
  /* style*/
  #accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 20px 12px 20px; /*change*/
    background: #1c3b89;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px 0px 0px 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #586177;
    border: 1px solid #cdd0d4;
}
#accordion .panel-title a i::before,
#accordion .panel-title a.collapsed i::before{
  content: "\EA78";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    background: #1c3b89;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgb(0 0 0 / 58%);
    position: absolute;
    top: -1px;
    left: 0;
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed i::before{
  content:"\EA4E";
    background: #fff;
    color: #586177;
    border: 1px solid #cdd0d4;
    box-shadow: none
}
#accordion .panel-body{
    padding: 20px 25px 10px 9px;
    background: #ffffff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p ,#accordion .panel-body ul {
    padding-right: 25px; /*change*/
    border-right: 1px dashed #cdd0d4; /*change*/
}  
.ts-box-bg {
  border: 1px solid rgb(205 208 212 / 64%);
  padding: 30px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.ts-box-bg::before{
  content: "";
  border-top: 20px solid #fff !important;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 7px;
  right: 23px;
  transition: all 0.3s ease 0s;
}
.ts-box-bg:hover h4,.ts-box-bg:hover,.ts-box-bg:hover i {
color: #fff;
}
.ts-box-bg:hover .service-box-title a{
  color: #ffcf01;
}
.ts-box-bg:hover {
  background: #0f2763;
}
@media (max-width: 1180px) {
  main{
    padding-bottom: 40%;
   }
          /*project page*/
          .project-item img{
            height:24vh;
           }
  }

@media (max-width: 896px) {
    .btn-primary,
    .btn-dark {
      font-size: 13px;
    }
    main{
      padding-bottom: 0%;
     }
     .main-container {
      margin-bottom: 0;
  }
     .footer {
      position: relative;
     }
     #sp-bottom5 .block-bottom5{
      padding: 28px 10px;  
     }
        /*contact us in all pages*/
     .heading-title{
       text-align: center
     }
      /*org_chart page*/
     .org-chart .board ul:nth-child(4) &gt; li:before{
       display: none;
     }
     /*job page*/
     .block-2 .img-overlap {
      margin-top: 41px;
     }
       /*project page*/
     .project-item img{
      height:45vh;
     }
   /* consultations service  page*/
     .eng-consultations-serviceBox {
      align-items: flex-start;
    }
  }

@media (max-width: 750px) {
  section, .section-padding{
    padding: 50px 0;
  }
  .section-title{
    margin: 40px 0 0 0;
  }
  .logo{
    display: flex;
  }
  .intro-div {
    margin-right: 0;
  }
     /* slider in news page*/
  /* .news-carousel.news-drag .news-item ,.news-carousel .news-stage{
    width:100% !important
    } */

     /*hero slider in hm page*/
    .counter-wrapper {
      margin-top: -230px;
  }
  .counter-inner {
    padding: 25px;
  }
  .counter-inner:before {
    right: 0;
    border-radius: 0px 25px 25px 0px;
  }
  .counter-inner .syotimer p {
    font-size: 16px;
    border-right: none;
    padding: 20px 12px;
  }

  /*project slider in hm page*/
  .project-item img {
    height: 40vh;
}
   .opinan-testimonial{
  border-right: none
}
 
 /* news slider */
 #news-slider .news-stage{
  width: 304px !important;
 }
#news-slider .news-stage-outer   .news-item{
  width: 304px !important;
 }

   /* consultations service  page*/
   .eng-consultations-serviceBox {
    align-items: center;
  }
}
/* style our-team */
  
.our-team{
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.our-team:before,
.our-team:after{
  content: "";
  width: 130px;
  height: 150px;
  background: #cdd0d4;
  position: absolute;
  z-index: -1;
}
.our-team:before{
  bottom: -20px;
  left: 0;
}
.our-team:after{
  top: -20px;
  right: 0;
}
.our-team .pic{
  margin: 20px;
  position: relative;
  border: 3px solid #1c3b89;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
  border-color: #586177;
}
.our-team .pic:after{
  content: "";
  width: 100%;
  height: 0;
  background: #1c3b89;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
  height: 100%;
  opacity: 0.72;
}
.our-team img{
  width: 100%;
  height: auto;
}
.our-team .team-content{
  width: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  transition: all 0.5s ease 0.2s;
}
.our-team:hover .team-content{
  top: 38%;
}
.our-team .title{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
.our-team .post{
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-transform: capitalize;
}
.our-team .social{
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
}
.our-team .social li{
  display: inline-block;
}
.our-team .social li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin: 0 7px;
  transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
  background: #fff;
  color: #00bed3;
}
@media only screen and (max-width: 990px){
  .our-team{ margin-bottom: 30px; }
}
</pre></body></html>