
/* CSS Document */
/*________________Preloader_______________ */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    height: auto;
    overflow: hidden;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color:#fff;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/
 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }
 body {
 	font-family: 'Open Sans', sans-serif;
 	font-weight: normal;
 	color:#6f6f6f;
  font-size: 16px;
  overflow-x:hidden !important;
 }
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {font-family: 'Raleway', sans-serif; font-weight: 700; color:#333333;}
 h1 {font-size: 62px;}
 h2 {font-size: 36px;}
 h3 {font-size: 30px;}
 h4 {font-size: 24px;}
 h5 {font-size: 20px;}
 h6 {font-size: 18px;}
 p {line-height: 1.5;}
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; }
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
 .clear-fix { clear:both;}
 .clear-fix:after {
 	display: table;
  content: '';
  clear: both;
 }
 .tran3s {
 	-webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
.font-fix {font-family: 'Raleway', sans-serif;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.p-color {
  color:#0c1968;
}
.p-color-bg {
  background: #0c1968;
}
/*=================== Header ===============*/
header {
  background: #dbdbdb;
  position: relative;
  z-index: 99;
}
header .left-side ul li {
  display: inline-block;
  border-left:solid 1px #f6f0f0;
  border-right:solid 1px #f6f0f0;
  padding: 0 10px;
  line-height: 40px;
}
header .left-side ul li:last-child {
  border-left:none;
}
header .left-side ul li a {
  color:#333333;
}
header .left-side ul li a i {
  font-size: 16px;
  margin-right: 10px;
}
header .right-side ul li {
  display: inline-block;
  border-left:solid 1px #f6f0f0;
  line-height: 40px;
  width: 36px;
  float: left;
  text-align: center;
}
ul.list-items {
 display: flex;
}
header .right-side ul li:last-child {
  border-right:solid 1px #f6f0f0;
}
header .right-side ul li a {
  color:#0c1968;
  font-size: 16px;
  display: block;
}
header .right-side ul li a:hover,header .left-side ul li a:hover {
  color:#0c1968;
}
/*================== Main Menu ==============*/
.main-menu.menu-colorOne {
  background: #fff;
}
.logo {
  width: 200px;
}
a:hover, a:focus {
  color: #0c1968;
  text-decoration: none;
}
footer .footer-link ul li a:hover {
  color: #0c1968 !important;
}
.nav > li > a:hover {
  text-decoration: none;
  color: #0c1968 !important;
  background-color: #958a8a;
}
.main-menu.menu-colorTwo {
  background: rgba(0,0,0,0.6);
}
.main-menu.menu-colorTwoFix {
  background: rgba(0,0,0,0.8);
}
.main-menu .container {
  position: relative;
}
.main-menu {
  padding: 5px 0;
  position: relative;
  z-index: 99;
}
.main-menu .navbar {
  margin: 0;
  border:none;
  border-radius: 0;
}
.navbar-collapse {
  padding: 0;
}
.main-menu .navbar .nav>li {
  position: relative;
}
.main-menu .navbar .nav>li:before {
  content: '';
  width:100%;
  height:0px;
  position: absolute;
  top:100%;
  left:0;
  background: transparent;
}
.main-menu .navbar .nav>li:hover:before {
  height:20px;
}
.main-menu .navbar .nav>li >a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color:#333333;
  padding: 30px 15px;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.main-menu .navbar .nav>li.current >a{
  color:#0c1968;
  text-decoration: underline
}
.main-menu .navbar .nav>li:first-child a{
  padding-left: 0;
}
.main-menu .navbar .nav>li:last-child a{
  padding-right: 0;
}
.main-menu .navbar .nav li:hover >a,
.main-menu .navbar .nav li:focus >a,
.main-menu .navbar .nav li:visited >a
.main-menu .navbar .nav li {
  color:#0c1968;
}
.main-menu .navbar .nav>li ul.sub-menu {
  position: absolute;
  background: #fff;
  width:200px;
  top:calc(100% + 60px);
  left:0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
.main-menu .navbar .nav>li ul li a {
  line-height: 40px;
  color:#7c8186;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #f6f0f0;
  padding: 0 0 0 15px;
  display: block;
}
.main-menu .navbar .nav>li ul li a:hover {
  letter-spacing: 0.4px;
}
.main-menu .navbar .nav>li ul li:last-child a {
  border:none;
}
.main-menu .navbar .nav>li:hover ul.sub-menu {
  top:calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}
.navbar-toggle {
  border:1px solid #fff;
  border-radius: 0;
  margin-top: 14px;
}
.navbar-toggle .icon-bar {
  background-color:#fff;
}
.get-quote .col {
  border: 1px solid #0c1968 !important;
  color: #0c1968 !important;
}
.main-menu nav ul li.dropdown-holder .fa {
  display: none;
}
/*---------------- Sticky Menu --------------*/
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -90px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.main-menu.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  margin:0;
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  padding: 0;
}
.main-menu.fixed .search_option form.dropdown-menu,
.main-menu.fixed .navbar .nav>li:hover ul.sub-menu {
  top:100%;
}
/*----------- Search ---------*/
.main-menu button.search {
  position: absolute;
  right:0;
  top:39%;
  color:#fff;
  background: transparent;
}
.main-menu .search_option form.dropdown-menu {
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0;
  left:auto;
  top:calc(100% + 20px);
  box-shadow: none;
  border:none;
  float:none;
  margin:0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}
.main-menu .search_option form input {
  width:100%;
  height:100%;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
.main-menu .search_option form button {
  display: block;
  width:48px;
  color:#fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}
/*====================== Theme Banner =================*/
#banner {
  margin-top: -120px;
}
#banner h1,#banner p,#banner h3,#banner a {
  color:#fff;
}
#banner h1,#banner h3,#banner a {
  text-transform: uppercase;
}
#banner a {
  width:170px;
  line-height: 45px !important;
  text-align: center;
  font-weight: 700 !important;
  -webkit-transition: all .3s ease-in-out !important;
     -moz-transition: all .3s ease-in-out !important;
      -ms-transition: all .3s ease-in-out !important;
       -o-transition: all .3s ease-in-out !important;
          transition: all .3s ease-in-out !important;
}
#banner a.learn-more {
  border:#fff 1px solid;
}
#banner a.learn-more:hover {
  background: #0c1968;
  border-color:#0c1968;
}
#banner a.our-project {
  border:#0c1968 1px solid;
}
#banner a.our-project:hover {
  background: #fff;
  border-color:#fff;
  color:#0c1968;
}
#banner p {
  font-weight: 600;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
}
#banner h3 {
  font-weight: 800;
}
#banner .hermes.tparrows {
  background: rgba(255,255,255,0.23);
}
#banner .hermes .tp-arr-titleholder {
  background: #0c1968;
}
#banner .uranus .tp-bullet {
  background: #333333;
}
#banner .uranus .tp-bullet.selected,
#banner  .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #0c1968;
  background: #fff;
}
/*=============== Theme Manage Area ============*/
.theme-manage-area .content-wrapper {
  background: url(../images/home/1.jpg);
  height:auto;
  position: relative;
}
.theme-manage-area .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c19689e;
}
.theme-manage-area .content-wrapper .single-item {
  height:167px;
  position: relative;
  text-align: center;
}
.theme-manage-area .content-wrapper .item1 {
  width:calc(14% + 5px);
  line-height: 180px;
  color:#fff;
  font-size: 56px;
}
.theme-manage-area .content-wrapper .item1:before  {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  font-size: 26px;
  left:100%;
  top:41px;
  line-height: 22px;
}
.theme-manage-area.colorOne .content-wrapper .item1:before {
  color:#0c1968;
}
.theme-manage-area .content-wrapper .item2 {
  width:calc(24% + 5px);
  padding: 43px 30px 20px 30px;
}
.theme-manage-area .content-wrapper .single-item h6 {
  font-weight: 600;
  text-transform: uppercase;
  color:#fff;
}
.theme-manage-area .content-wrapper .item2 p {
  color:#fff;
}
.theme-manage-area .content-wrapper .item2 h6 {
  margin-bottom: 15px;
}
.theme-manage-area .content-wrapper .item3 {
  width: 33.33%;
}
.theme-manage-area .content-wrapper .item3.border-fix:before,
.theme-manage-area .content-wrapper .item3.border-fix:after {
  content: '';
  background: #fff;
  position: absolute;
  width:1px;
  height:140px;
  top:15px;
  bottom:15px;
}
.theme-manage-area .content-wrapper .item3.border-fix:before {
  left:0;
}
.theme-manage-area .content-wrapper .item3.border-fix:after {
  left:100%;
}
.theme-manage-area .content-wrapper .item3 h6 {
}
.single-item{
    padding: 30px 20px;
}
.single-item img{
  margin-bottom: 20px;
}
.theme-manage-area .content-wrapper .item3 h6 i {
  font-size: 56px;
  margin-right: 25px;
  vertical-align: middle;
}
/*======================== What We Do =================*/
.theme-title {
  text-align: center;
  margin-bottom: 28px;
}
.theme-title h2,.theme-title h4 {
  text-transform: uppercase;
}
.theme-title p {
  margin: 15px 0;
}
.th-tit1{
  margin-bottom: 40px !important;
}
.theme-title span {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto;
  background: #0c1968;
}
.what-we-do {
  margin-top: 70px;
  margin-bottom: 70px;
}
.what-we-do .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.what-we-do .th-t{
  text-align: left !important;
}
ul.list-items {
  margin-top: 20px;
  margin-bottom: 7px;
}
ul.list-items li {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}
ul.list-items li span{
  color:#0c1968;
  margin-right: 10px;
}
ul.list-items li h6{
  margin-bottom: 10px;
}
.what-we-do h4{
margin-bottom: 5px;
}
.top-footer span {
  display: block;
  width: 50px;
  height: 3px;
  background: #0c1968;
}
.mar-t-20 {
  margin-top: 15px;
}
.who-we-are h4{
  margin-bottom: 5px;
  }
  
  .our-service h4{
    margin-bottom: 5px;
    }
.what-we-do .text>p {
  font-size: 16px;
  margin-bottom:0px;
}
.what-we-do.style-two .text>p {
  margin: 42px 0 0 0;
  padding-left: 24px;
  position: relative;
}
.what-we-do.style-two .text>p:before {
  content: '';
  position: absolute;
  height: 93%;
  width:6px;
  background: #0c1968;
  top:5px;
  left: 0;
}
.what-we-do .pad{
    padding: 0px 0px !important;
}
.what-we-do .single-item {
  width:50%;
}
.what-we-do .single-item .icon {
  position: relative;
  align-items: center;
  text-align: center;
  width: 65px;
  height: 65px;
  left: 50%;
  transform: translateX(-50%);
  /* right: 30%; */
  line-height: 65px;
  font-size: 24px;
  color: #fff;
}
.what-we-do .single-item .icon:before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  background: #0c1968;
  z-index: -1;
  border-radius: 0px 30px 30px;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.what-we-do .single-item:hover .icon:before {
  transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    border-radius: 0px 35px 35px;
}
.what-we-do .single-item h6 {
  margin: 20px 0 8px 0;
}
.col-white{
  color: #fff;
}
.what-we-do .single-item p {
    font-size: 16px;
    line-height: 22px;
}
/*============================= Our Service ====================*/
.our-service .row,.our-service-styleTwo .row {
  margin-top: 40px;
}
.our-service .service-item  {
  text-align: center;
  margin-bottom: 70px;
}
.our-service .service-item .icon:before,
.our-service .service-item .icon i,
.our-service.colorOne .service-item h5 {
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.our-service .service-item .icon {
  position: relative;
  width:100px;
  height:100px;
  margin: 0 auto;
  line-height:100px;
}
.our-service .service-item .icon:before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: -1;
  border-radius: 0px 30px 30px;
}
.our-service .service-item:hover .icon:before {
  transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    border-radius: 0px 40px 40px;
}
.our-service .service-item:hover .icon i{
  color:#fff;
}
.our-service.colorOne .service-item .icon:before {
  border: 1px solid #0c1968;
  background-color: #0c1968;
}
.our-service.colorOne .service-item:hover .icon:before {
  background: #0c1968;
}
.our-service.colorOne .service-item .icon,
.our-service.colorOne .service-item:hover h5 {
  color:#0c1968;
}
.our-service .service-item h5 {
  margin: 25px 0 8px 0;
  min-height: 44px;
}
.our-service .service-item p {
  font-size: 16px;
  padding: 0px 15px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/*==================== Our Service Style two ===========*/
.our-service-styleTwo {
  margin-bottom: 65px;
}
.our-service-styleTwo .service-item {
  text-align: center;
  margin-bottom: 52px;
}
.our-service-styleTwo .service-item>div {
  background: #f9f9f9;
  border:1px solid #f1eded;
  padding: 42px 20px 40px 20px;
}
.our-service-styleTwo .service-item i {
  display: block;
  font-size: 36px;
  color:#0c1968;
}
.our-service-styleTwo .service-item a h5 {
  text-transform: uppercase;
  margin: 47px 0 23px 0;
  font-weight: 600;
}
.our-service-styleTwo .service-item p {
  font-size: 13px;
  text-align: left;
}
.our-service-styleTwo .service-item>div:hover {
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
}
/*===================== Who We Are =================*/
.who-we-are {
  margin: 0px 0 70px 0;
}
.who-we-are.m-fix-top {
  margin-top: 85px;
}
.who-we-are .float-left {
  width:50%;
  position: relative;
  z-index: 1;
}
.who-we-are .left-half {
  background: url(../images/home/3.jpg) no-repeat center;
  background-size: cover;
}
.who-we-are .right-half {
  background: url(../images/home/4.jpg) no-repeat center;
  background-size: cover;
}
.who-we-are .left-half:before {
  content: '';
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}
.who-we-are .left-half .inner-container {
  max-width: 100%;
  padding: 60px 40px 60px 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.who-we-are .left-half .inner-container span,
.who-we-are .left-half .inner-container p,
.who-we-are .left-half .inner-container ul li {
  color:#fff;
}
.who-we-are .left-half .inner-container >span {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin:10px 0 30px 0;
}
.who-we-are .left-half .inner-container .title span {
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 25px 0 15px 0;
}
.pad-30{
padding-bottom: 28px;
}
.pad-10{
  padding-bottom: 10px;
}
.mar-t-20{
margin-top: 20px;
  }
.who-we-are .left-half .inner-container .title span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  background: #0c1968;
  width:67px;
  height:3px;
}
.who-we-are .left-half .inner-container ul li {
    line-height: 1.6;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    margin-right: 25px;
}
.who-we-are .left-half .inner-container ul li i {
  margin-right: 8px;
}
.who-we-are ul.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.who-we-are .left-half .inner-container ul li h6{
    color:#fff;
}
.who-we-are .left-half .inner-container ul li span{
    color:#0c1968;
}
/*=================== Our Work Skills ==================*/
.our-work-skills.MFix {
  margin: 107px 0 103px 0;
}
.our-work-skills .float-left {
  width:50%;
  position: relative;
}
.our-work-skills .right-half {
  padding-left: 40px;
}
.our-work-skills .right-half h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.our-work-skills .right-half .nav-pills li a {
  padding: 0;
  width:170px;
  line-height: 48px;
  text-align: center;
  color:#57606a;
  border: 1px solid #f6f0f0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}
.our-work-skills .right-half .nav-pills li.active a,
.our-work-skills .right-half .nav-pills li a:hover {
  background: #0c1968;
  border-color:#0c1968;
  color:#fff;
}
.our-work-skills .right-half .tab-content .tab-pane>p {
  border:1px solid #f6f0f0;
  padding: 28px 20px 25px 27px;
  margin: 45px 0 80px 0;
}
.habilidades_contenedor {
  width:100%;
  margin: 0;
}
.our-work-skills .codeconSkillbar .codeconSkillArea {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color:#333333;
  margin-bottom: 15px;
  float: none;
  margin: 0;
}
.our-work-skills .codeconSkillbar {
  box-shadow: none;
  height:8px;
  width:100%;
  background: #d5d7d9;
  border-radius: 0;
  overflow: visible;
  position: relative;
  margin: 0 0 70px 0;
}
.our-work-skills .codeconSkillbar .skill-text {
  position: absolute;
  top:-36px;
  left:0;
}
.our-work-skills .codeconSkillbar .skillBar {
  box-shadow: none;
  height: 100%;
  background: #0c1968;
}
.our-work-skills .codeconSkillbar .PercentText {
  width:42px;
  line-height: 22px;
  background: #090e1c;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top:-54px;
  left:93%;
  text-align: center;
  padding: 0;
  float:none;
}
.our-work-skills .codeconSkillbar .PercentText:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 5px 6px;
  border-left-width: 6px;
  border-top-color: #090e1c;
  position: absolute;
  top:100%;
  left:calc(50% - 6px);
}
/*=========================== Testimonial ====================*/
.testimonial {
  background: url(../images/home/6.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 100px 0 117px 0;
}
.testimonial:before {
  content: '';
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.8);
  z-index: -1;
}
.testimonial .content-wrapper {
  padding: 54px 0 33px 0;
  position: relative;
}
.testimonial .content-wrapper .testimonial-titel,
.testimonial .content-wrapper .client-post-wrapper .client-info {
  text-align: center;
}
.testimonial .content-wrapper .testimonial-titel h3{
  font-size: 28px;
  font-weight: 600;
  color:#fff;
  margin-bottom: 12px;
}
.testimonial .content-wrapper .testimonial-titel span {
  display: block;
  width:50px;
  height:2px;
  margin:0 auto;
}
.testimonial .content-wrapper .client-post-wrapper>p {
  width:71%;
  margin:36px auto 50px auto;
  background: rgba(143,201,65,0.5);
  padding: 20px 20px 23px 72px;
  position: relative;
  color:#fff;
}
.testimonial .content-wrapper .client-post-wrapper>p:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 20px;
  color:#0c1968;
  text-align: center;
  width:62px;
  height:62px;
  border-radius: 50%;
  border:3px solid #0c1968;
  position: absolute;
  top:-24px;
  left:-32px;
  background: #fff;
  line-height: 56px;
}
.testimonial .content-wrapper .client-post-wrapper .client-info p {
  font-weight: 600;
  font-size: 16px;
  color:#fff;
  margin-bottom: 5px;
}
.testimonial .content-wrapper .client-post-wrapper .client-info img {
  width:75px;
  height: 75px;
  margin:10px auto 0 auto;
}
.owl-theme .owl-nav {
  margin:0;
}
.testimonial-slider .owl-nav [class*=owl-] {
  width:50px;
  height:35px;
  background: rgba(0,0,0,0.3);
  padding: 0;
  border-radius: 0;
  position: absolute;
  bottom: 15px;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.testimonial-slider .owl-nav .owl-prev {
  left:0;
}
.testimonial-slider .owl-nav .owl-next {
  right:0;
}
.testimonial-slider .owl-nav [class*=owl-]:before {
  font-family: 'font-awesome';
  width: 100%;
  height:100%;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
}
.testimonial-slider .owl-nav .owl-prev:before {
  content: '';
}
.testimonial-slider .owl-nav .owl-next:before {
  content: '';
}
.testimonial-slider .owl-nav [class*=owl-]:hover,
.testimonial-slider .owl-nav [class*=owl-]:focus {
  background: rgba(143,201,65,0.5);
}
/*======================= Our Project ==================*/
.our-project .project-wrapper {
  margin-top: 72px;
}
.our-project .nav-pills {
  text-align: center;
  margin-bottom: 20px;
}
.our-project .nav-pills li {
  float:none;
  display: inline-block;
  margin-left:-4px;
}
.our-project .nav-pills li a {
  padding: 0 20px;
  line-height: 44px;
  text-align: center;
  color:#57606a;
  border: 1px solid #f6f0f0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}
.our-project .nav-pills li.active a,
.our-project .nav-pills li a:hover {
  background: #0c1968;
  border-color:#0c1968;
  color:#fff;
}
.theme-silder .img-holder {
  position: relative;
  margin-bottom: 30px;
}
.theme-silder .img-holder .opacity {
  position: absolute;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.8);
  top:0;
  left:0;
  transform: scale(0.7);
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
    -o-transform:scale(0.7);
  opacity: 0;
}
.theme-silder .img-holder .opacity div {
  display: table;
  text-align: center;
  width:100%;
  height: 100%;
}
.theme-silder .img-holder .opacity div a {
  display: table-cell;
  vertical-align: middle;
}
.theme-silder .img-holder .opacity div  p {
  font-size: 18px;
  color:#fff;
}
.theme-silder .img-holder .opacity>a {
  font-size: 22px;
  color:#0c1968;
  position: absolute;
  bottom: 12px;
  right:17px;
}
.theme-silder .img-holder:hover .opacity {
  transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
  opacity: 1;
}
.theme-silder .item {
  margin-left: 15px;
  margin-right: 15px;
}
.theme-silder .owl-nav {
  position: absolute;
  top:-50px;
  right:10px;
}
.theme-silder .owl-nav [class*=owl-] {
  width:50px;
  height:35px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-left:3px;
  border:1px solid #f6f0f0;
}
.theme-silder .owl-nav [class*=owl-]:before {
  font-family: 'font-awesome';
  width: 100%;
  height:100%;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  color:#6f6f6f;
}
.theme-silder .owl-nav .owl-prev:before {
  content: '';
}
.theme-silder .owl-nav .owl-next:before {
  content: '';
}
.theme-silder .owl-nav [class*=owl-],
.theme-silder .owl-nav [class*=owl-]:before {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.theme-silder .owl-nav [class*=owl-]:hover,
.theme-silder .owl-nav [class*=owl-]:focus {
  background: rgba(143,201,65,1);
  border-color:rgba(143,201,65,1);
  color:#fff;
}
.theme-silder .owl-nav [class*=owl-]:hover:before,
.theme-silder .owl-nav [class*=owl-]:focus:before {
  color:#fff;
}
.tab-content > .tab-pane {
  display: block;
  height:0;
  overflow:hidden;
}
.tab-content > .active {
  display: block;
  height:auto;
  overflow: hidden;
}
.our-project .tab-content > .active {
  padding-top: 50px;
}
/*======================= Success Project ==================*/
.success-project {
  background: url(../images/home/16.jpg) no-repeat center;
  background-size: cover;
  padding: 15px 0;
  margin: 90px 0 0 0;
}
.success-project .opacity {
  height:100%;
  background: rgba(19,14,28,0.75);
}
.success-project .opacity .project-item {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 50px;
}
.success-project .opacity .project-item i {
  font-size: 24px;
  display: block;
}
.success-project .opacity .project-item>span {
  font-size: 52px;
  font-weight: 700;
  color:#fff;
  line-height: 64px;
}
.success-project .opacity .project-item p {
  color:#fff;
  font-weight: 600;
  margin-top: 10px;
}
/*====================== Our Blog ================*/
.our-blog {
  background: #f9f9f9;
  padding: 118px 0 122px 0;
}
.our-blog .theme-silder .img-holder {
  margin-bottom: 0;
}
.our-blog .row {
  margin-top:70px;
}
.our-blog .text {
  background: #fff;
  position: relative;
  padding: 62px 15px 75px 75px; 
}
.our-blog .text .post-info ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}
.our-blog .text .post-info ul li i,
.our-blog .text .post-info ul.float-left li {
  border: 1px solid #f6f0f0;
  padding: 0 8px;
  line-height: 28px;
}
.our-blog .text .post-info ul.float-left {
  margin-left: 10px;
}
.our-blog .text .post-info ul.float-right li {
  margin-left: 6px;
}
.our-blog .text>a h4 {
  font-weight: 600;
  margin: 34px 0 23px 0;
}
.our-blog .text .post-date {
  width:75px;
  height:90px;
  position: absolute;
  top:0;
  left:0;
  background: #0c1968;
  color:#fff;
  text-align: center;
}
.our-blog .text .post-date span {
  display: block;
  font-weight: 700;
  font-size: 45px;
}
.our-blog .text .post-date p {
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-top: -11px;
}
/*==================== Get Quote ====================*/
.get-quote1 {
  overflow-x: hidden;
}
.get-quote {
  padding: 55px 0;
}
.get-quote p {
  position: relative;
  font-size: 24px;
  color:#fff;
  padding-left: 92px;
  margin-top: 10px;
}
.get-quote p:before {
  font-family: 'font-awesome';
  display: block;
  font-size: 32px;
  color:#0c1968;
  background: #fff;
  text-align: center;
  line-height: 65px;
  width:65px;
  height:65px;
  border-radius: 0px 30px 30px;
  position: absolute;
  top:-17px;
  left:0;
}
.get-quote a {
  width: 150px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.get-quote a:hover {
  background: #fff;
  color:#0c1968;
}
/*=================== Footer ====================*/
footer .top-footer {
  background: #959595;
  padding: 40px 0 40px 0;
}
footer h6,footer a,footer p {
  color:#fff;
}
footer h6 {
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .footer-about ul {
  margin-top: 18px;
}
footer .footer-about ul li {
  position: relative;
  color:#b6b6b6;
}
footer .footer-about ul li i {
  border: 2px solid;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-size: 18px;
  line-height: 33px;
  color: #ffffff;
}
footer .footer-about ul li:hover i {
  color:#0c1968;
}
.top-footer .logo1{
  text-align: center;
}
.top-footer .social-links{
  text-align: center;
}
footer .footer-about ul li i.fa-map-marker {
  font-size: 22px;
}
footer .footer-about ul li i.fa-envelope-o {
  font-size: 16px;
}
footer .footer-about ul li i.fa-phone-square {
  font-size: 18px;
}
footer .footer-blog {
  padding-left: 15px;
}
footer .footer-blog ul li {
  margin-bottom: 15px;
}
footer .footer-blog ul li a {
  line-height: 26px;
}
footer .footer-blog ul li a:hover {
  color:#0c1968;
 }
footer .footer-blog ul li a span {
  display: block;
  font-size: 12px;
  color:#b6b6b6;
  margin-top: 5px;
  }
footer .footer-blog ul li span i {
  color:#0c1968;
  margin-right: 10px;
}
footer .footer-link {
  padding-left: 15px;
}
footer .footer-link ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
footer .footer-link1 ul li{
  margin-bottom: 20px;
}
footer .footer-link1 ul li a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items:baseline;
}
.get-quote1 p {
  position: relative;
  font-size: 24px;
  color: #fff;
   padding-left:0px !important;
   margin-top:0px !important; 
}
.dis {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* gap: 40px; */
  justify-content: space-between;
}
footer .footer-link ul li:before {
  content: '';
  width:10px;
  height:10px;
  border-radius: 0px 30px 30px;
  position: absolute;
  background: #0c1968;
  top:6px;
  left:0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
footer .footer-link ul li a {
  color:#fff;
}
footer .footer-link ul li:hover a,
footer .footer-link ul li:focus a {
  color:#0c1968;
}
footer .footer-link ul li:hover:before,
footer .footer-link ul li:focus:before {
  background:#0c1968;
}
footer a i{
  color: #0c1968;
}
footer .footer-tag {
  padding-left: 35px;
}
footer .footer-tag .tag li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 5px;
}
footer .footer-tag .tag li a {
  color:#fff;
  border:1px solid #b6b6b6;
  line-height: 37px;
  text-align: center;
  padding: 0 22px;
}
footer .footer-tag .tag li a:hover,
footer .footer-tag .tag li a:focus {
  border-color:#0c1968;
}
footer .footer-tag form span {
  display: block;
  font-weight: 600;
  color:#fff;
  margin:30px 0 27px 0;
}
footer .footer-tag form .form-wrapper {
  height:50px;
  position: relative;
}
footer .footer-tag form .form-wrapper input {
  width:100%;
  height:100%;
  border: none;
  background: #fff;
  padding: 0 55px 0 12px;
  color:#b9b9b9;
  font-size: 12px;
}
footer .footer-tag form .form-wrapper button {
  width:54px;
  height:100%;
  color:#fff;
  font-size: 20px;
  position: absolute;
  top:0;
  right:0;
}
footer .footer-tag .social-icon li {
  display: inline-block;
  margin: 38px 22px 0 0;
}
footer .footer-tag .social-icon li a {
  font-size: 16px;
  color:#fff;
}
footer .footer-tag .social-icon li a:hover {
  color:#0c1968;
}
footer .bottom-footer {
  background: #000000;
  padding: 15px 0 15px 0;
}
footer .bottom-footer p,
footer .bottom-footer a {
  color:#fff;
}
footer .bottom-footer a:hover {
  color:#0c1968;
}
/*======================== Inner Page Banner ===============*/
.inner-banner {
  background: url(../images/home/16.jpg) no-repeat center;
  background-size: cover;
  height: 160px;
}
.inner-banner .opacity {
  height: 100%;
  background:rgba(0,0,0,0.70);
}
.inner-banner .container {
  position: relative;
  height:100%;
}
.inner-banner .page-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-banner .page-title ul li {
  display: inline-block;
  color:#fff;
  margin-left: 8px;
  margin-top: 18px;
}
.inner-banner .page-title ul li a {
  color:#fff;
}
.inner-banner .page-title ul li a:hover,
.inner-banner .page-title ul li.active  {
  color:#aeb9ff;
}
.inner-banner .page-title h2 {
  color:#fff;
  line-height: 57px;
  text-transform: uppercase;
}
/*======================= About us Story ================*/
.about-us-story {
 position: relative;
 padding: 70px 0;
}
.about-us-story .theme-title{
  text-align: left;
}
.about-us-story.recruitment .theme-title{
  text-align: center;
}
.about-us-story.recruitment .theme-title span{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-us-story.marketing .theme-title{
  text-align: center;
}
.about-us-story.marketing .theme-title span{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-us-story.research .row-2 .theme-title{
  text-align: center;
}
.about-us-story.research .row-2 .theme-title span{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-us-story .theme-title h4{
  line-height: 1.5;
}
.about-us-story  p {
  margin-bottom: 10px;
}
.about-us-story  ul.item1 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.about-us-story  ul.item1 li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0c1968;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 40% 50%);
}
.about-us-story  ul.item2 {
  width: 170px;
  margin: 20px auto 0 auto;
}
.about-us-story  ul.item2 li {
  line-height: 36px;
  text-align: left;
}
.about-us-story  ul.item2 li i {
  font-size: 20px;
  color:#0c1968;
  margin-right: 20px;
}
.about-us-story img {
  margin:35px 0 20px 0;
}
.about-us-story.research img {
  margin: 0px 0 20px 0;
}
.about-us-story .img img {
  margin: 10px 0 30px 0;
}
/*=========================== Error Page =================*/
.error-page {
  text-align: center;
  padding: 70px 0;
}
.error-page span {
  font-weight: 700;
  font-size: 150px;
  color:#333333;
  line-height: 110px;
}
.error-page span i {
  font-size: 100px;
  vertical-align: 30px;
}
.error-page h5,.error-page h6 {
  font-family: 'Open Sans', sans-serif;
  color:#6f6f6f;
}
.error-page h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin:14px 0 55px 0;
}
.error-page h6 {
  font-weight: normal;
  margin-bottom: 22px;
}
.error-page p {
  width:55%;
  margin:0 auto;
}
.error-page a {
  width:200px;
  line-height: 48px;
  border:1px solid transparent;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.error-page a i {
  margin-right: 5px;
}
.error-page a:hover {
  border-color:#0c1968;
  color:#0c1968;
  background: #fff;
  font-size: 13px;
}
/*======================= Contact US ======================*/
.contact-us-details h6 {
  font-weight: 600;
  position: relative;
  line-height: 16px;
  padding-left: 12px;
  text-transform: uppercase;
  margin-top: 7px;
}
.contact-us-details h6:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:5px;
  background: #0c1968;
}
.contact-us-details form .row {
  padding: 0;
}
.contact-us-details>.container>.row {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-details form input,
.contact-us-details form textarea {
  background: #f9f9f9;
  border:none;
  width:100%;
  padding: 0 12px 0 19px;
  margin-bottom: 20px;
  color:#6f6f6f;
}
.contact-us-details form input[type="number"]::-webkit-inner-spin-button, .contact-us-details form input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.contact-us-details form input[type="number"] {
  -moz-appearance: textfield;
}
.contact-us-details form input {
  height: 50px;
}
.contact-us-details form textarea {
  min-height: 220px;
  padding-top: 20px;
  max-width: 100%;
  resize: none;
}
.contact-us-details form button {
  width:205px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  color:#fff;
  border:1px solid transparent;
}
.contact-us-details form button i {
  font-size: 16px;
  margin-right: 5px;
}
.contact-us-details form button:hover {
  border-color:#0c1968;
  color:#0c1968;
  background: #fff;
  font-size: 13px;
}
/*======================== Contact form activation ================*/
.contact-us-details {
  position: relative;
  padding: 70px 0;
}
.contact-us-details .theme-title {
  text-align: left;
  margin-bottom: 28px;
}
.contact-us-details .theme-title h4{
 line-height: 1.5;
}
.contact-us-form .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  z-index: 9999999;
}
.contact-us-form #success,
.contact-us-form #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  border:1px solid #0c1968;
  text-align: center;
}
.contact-us-form #success .wrapper,
.contact-us-form #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact-us-form #success .wrapper p,
.contact-us-form #error .wrapper p{
  display: table-cell;
  vertical-align: middle;
}
.contact-us-form #success {
  color: #0c1968;
}
.contact-us-form #error {
  color: red;
}
.contact-us-form #error button,
.contact-us-form #success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  position: absolute;
  background: #0c1968;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/*--------------------------*/
.contact-us-details .contact-address {
  padding-left: 60px;
}
.contact-us-details .contact-address .address-wrapper {
  background: #f9f9f9;
  padding: 30px 25px;
  min-height: 85%;
}
.contact-us-details .contact-address .address-wrapper p{
  margin-bottom: 30px;
}
.contact-us-details .contact-address .address-wrapper ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.contact-us-details .contact-address .address-wrapper ul li a{
  color: #6f6f6f;
}
.contact-us-details .contact-address .address-wrapper ul li a:hover{
  color: #0c1968;
}
.contact-us-details .contact-address .address-wrapper ul li i {
  position: absolute;
  top:4px;
  left:0;
  padding-left: 1px;
}
.contact-us-details .contact-address .address-wrapper ul li i.fa-map-marker {
  font-size: 22px;
}
.contact-us-details .contact-address .address-wrapper ul li i.fa-envelope-o {
  font-size: 16px;
}
.contact-us-details .contact-address .address-wrapper ul li i.fa-phone-square {
  font-size: 18px;
}
.contact-us-details .contact-address .address-wrapper ul.social-links {
  justify-content: flex-start;
  text-align: center;
  margin-top: 20px;
}
.contact-us-details .contact-address .address-wrapper ul.social-links li {
  position: relative;
  color:#b6b6b6;
}
.contact-us-details .contact-address .address-wrapper ul.social-links li i {
  border: 2px solid;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-size: 18px;
  line-height: 33px;
  color: #6f6f6f;
}
.contact-us-details .contact-address .address-wrapper ul.social-links li:hover i {
  color:#0c1968;
}
/*==================== Google Map ====================*/
#google-map-area iframe{
  margin-bottom: -9px;
}
#contact-google-map {
  height:100%;
}
/*========================= Our Team ===================*/
.bg-color-page {
  background: #f9f9f9;
  margin-top: -112px;
  padding-top: 120px;
}
.our-team .member-info {
  text-align: center;
  background: #fff;
  padding: 20px 15px 17px 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.our-team .member-info:before {
  content: '';
  width:1px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background:#0c1968;
  z-index: -1;
}
.our-team .member-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.our-team .member-info p {
  margin: 20px 0 6px 0;
}
.our-team .member-info span {
  display: block;
  font-weight: 600;
  color:#0c1968;
  margin-bottom: 18px;
}
.our-team .member-info ul li {
  display: inline-block;
  margin:0 4px;
}
.our-team .member-info ul li a {
  width:36px;
  height:36px;
  border:1px solid #f6f0f0;
  line-height: 36px;
  color:#6f6f6f;
}
.our-team .member-info h6,.our-team .member-info p,.our-team .member-info span,.our-team .member-info:before {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.our-team .team-member:hover h6,
.our-team .team-member:hover p,
.our-team .team-member:hover span,
.our-team .team-member:hover li a {
  color:#fff;
}
.our-team .team-member:hover .member-info:before {
  width:100%;
}
.our-team .team-member:hover li a {
  border-color: #fff;
}
.latest-work h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 70px;
}
.latest-work .theme-silder .owl-nav,
.our-project.project-single-page .theme-silder .owl-nav {
  top:auto;
  bottom: -20px;
}
.latest-work .our-project .project-wrapper {
  margin-top: 38px;
  margin-bottom: 135px;
}
/*========================= Project Single page ==================*/
.our-project.project-single-page .project-wrapper {
  margin-top: 8px;
}
.our-project.project-single-page .tab-content > .active {
  padding-bottom: 60px;
}
.what-we-do.MFix {
  margin-top: 0;
}
.what-we-do.MFix .container {
  border-top: 1px solid #f6f0f0;
}
.what-we-do.MFix .row {
  margin-top: 81px;
}
/*========================= Project Details ===============*/
.project-details .section-middle {
  margin-top: 68px;
}
.project-details .section-middle .text {
  border-bottom: 1px solid #f6f0f0;
  padding-bottom: 45px;
}
.project-details .section-middle .text h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.project-details .section-middle .text p:nth-child(3) {
  margin:20px 0 25px 0;
}
.project-details .section-middle img {
  margin-top: 55px;
  border:1px solid #0c1968;
}
.project-details .section-bottom {
  width:66%;
  margin-top: 45px;
}
.project-details .section-bottom ul li h6 {
  font-weight: 600;
  margin-bottom: 4px;
}
.project-details .section-bottom ul li {
  margin-bottom: 20px;
}
/*========================= Service Single Page =====================*/
.our-service-styleTwo.inner-pageMFix .row,
.our-service.inner-pageMFix .row {
  margin-top: 20px;
}
.our-service-styleTwo.inner-pageMFix {
  margin-bottom: 0;
}
/*============================= Service Details page ===============*/
.theme-sidebar {
  padding-right: 70px;
}
h6.title-style-one {
  font-weight: 600;
  position: relative;
  line-height: 16px;
  padding-left: 12px;
  text-transform: uppercase;
}
h6.title-style-one:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:5px;
  background: #0c1968;
}
.theme-sidebar .service-list ul {
  margin:50px 0 50px 0;
}
.theme-sidebar .service-list ul li {
  margin-bottom: 20px;
}
.theme-sidebar .service-list ul li a {
  display: block;
  line-height: 57px;
  border: 1px solid #f6f0f0;
  border-left:6px solid #c7c5c5;
  color:#6f6f6f;
  padding-left: 20px;
}
.theme-sidebar .service-list ul li a:hover,
.theme-sidebar .service-list ul li a.active {
  border-color: #0c1968;
}
.theme-sidebar .brochures h6 {
  margin-bottom: 40px;
}
.theme-sidebar .brochures a {
  display: block;
  line-height: 57px;
  border: 1px solid #f6f0f0;
  color:#6f6f6f;
  padding-left: 20px;
  margin-bottom: 20px;
}
.theme-sidebar .brochures a i {
  font-size: 20px;
  margin-right: 10px;
}
.theme-sidebar .brochures a:hover {
  color:#0c1968;
  border-color:#0c1968;
  letter-spacing: 0.2px;
}
.service-details .col-lg-8 {
  padding-left: 0;
}
.project-details.service-details .section-bottom {
  width:100%;
  margin-top: 45px;
  margin-bottom: 100px;
}
.related-service .theme-silder .owl-nav {
  top:auto;
  bottom: 0;
}
.our-service-styleTwo.related-service .row {
  margin-top: 60px;
}
.our-service-styleTwo.related-service {
  margin-bottom: 112px;
}
/*========================== Blog Single Page ====================*/
.our-blog.blog-single-page {
  margin-top: -120px;
  padding: 75px 0 80px 0;
}
.our-blog.blog-single-page .item-wrapper {
  margin-bottom: 30px;
}
.blog-v2-single-page {
  margin-top: -120px;
  padding: 120px 0 120px 0;
  background: #f9f9f9;
}
.sidebar-two .wrapper {
  background: #fff;
  padding: 50px 10px 105px 30px;
}
.sidebar-two.space-fix-left {
  padding-left: 48px;
}
.sidebar-two.space-fix-right {
  padding-right: 48px;
}
.sidebar-two .sidebar-about p {
  margin:30px 0 20px 0;
}
.sidebar-two .sidebar-about input {
  width:94%;
  height:50px;
  background: #f0f0f0;
  padding: 0 15px 0 20px;
  border:none;
  margin-bottom: 60px;
}
.sidebar-two .sidebar-category ul {
  margin-top: 30px;
}
.sidebar-two .sidebar-category ul li {
  margin-bottom: 20px;
}
.sidebar-two .sidebar-category ul li a,
.sidebar-two .sidebar-category ul li a span {
  line-height: 28px;
  color:#6f6f6f;
}
.sidebar-two .sidebar-category ul li a span {
  display: inline-block;
  width:28px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #f6f0f0;
  margin-right: 20px;
}
.sidebar-two .sidebar-category ul li a:hover,
.sidebar-two .sidebar-category ul li a:hover span {
  color:#0c1968;
  border-color:#0c1968;;
}
.sidebar-two .sidebar-latest-post .post {
  width:75%;
  padding-left: 17px;
}
.sidebar-two .sidebar-latest-post .post a {
  display: block;
  margin:-2px 0 5px 0;
  color:#333333;
  line-height: 22px;
  font-weight: 600;
}
.sidebar-two .sidebar-latest-post .post span {
  font-size: 12px;
}
.sidebar-two .sidebar-latest-post .post span i {
  margin-right: 5px;
}
.sidebar-two .sidebar-latest-post h6 {
  margin: 50px 0 38px 0;
}
.sidebar-two .sidebar-latest-post .single-post {
  margin-bottom: 40px;
}
.sidebar-two .sidebar-latest-post .post a:hover {
  color:#0c1968;
}
.sidebar-two .sidebar-tags ul li {
  display: inline-block;
  margin: 0 6px 10px 0;
}
.sidebar-two .sidebar-tags ul li a {
  color:#6f6f6f;
  line-height: 47px;
  border:1px solid #f6f0f0;
  padding: 0 25px;
}
.sidebar-two .sidebar-tags ul li a:hover {
  color:#0c1968;
  border-color:#0c1968;
}
.sidebar-two .sidebar-tags h6 {
  margin:25px 0 40px 0;
}
.blog-v2-single-page .item-wrapper .img-holder {
  position: relative;
}
.blog-v2-single-page .item-wrapper .img-holder .opacity {
  position: absolute;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.8);
  top:0;
  left:0;
  transform: scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
  opacity: 0;
}
.blog-v2-single-page .item-wrapper .img-holder .opacity>a {
  font-size: 22px;
  color:#0c1968;
  position: absolute;
  bottom: 12px;
  right:17px;
}
.blog-v2-single-page .item-wrapper:hover .opacity {
  transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
  opacity: 1;
}
.blog-v2-single-page .item-wrapper .text {
  background: #fff;
  position: relative;
  padding: 20px 15px 45px 95px; 
  margin-bottom: 40px;
}
.blog-v2-single-page .item-wrapper .text .post-info ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}
.blog-v2-single-page .item-wrapper .text .post-info ul li i,
.blog-v2-single-page .item-wrapper .text .post-info ul.border-fix li {
  border: 1px solid #f6f0f0;
  padding: 0 8px;
  line-height: 28px;
}
.blog-v2-single-page .item-wrapper .text .post-info ul {
  margin-right: 12px;
}
.blog-v2-single-page .item-wrapper .text .post-info ul.border-fix li {
  margin-right: 6px;
}
.blog-v2-single-page .item-wrapper .text>a h4,
.blog-v2-single-page .item-wrapper .text h4 {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.blog-v2-single-page .item-wrapper .text .post-date {
  width:75px;
  height:90px;
  position: absolute;
  top:0;
  left:0;
  background: #0c1968;
  color:#fff;
  text-align: center;
}
.blog-v2-single-page .item-wrapper .text .post-date span {
  display: block;
  font-weight: 700;
  font-size: 45px;
}
.blog-v2-single-page .item-wrapper .text .post-date p {
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-top: -11px;
}
.blog-v2-single-page .item-wrapper .text p {
  margin:45px 0 20px 0;
}
.blog-v2-single-page .item-wrapper .text .read-more {
  width:146px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  border: 1px solid transparent;
  background: #0c1968;
}
.blog-v2-single-page .item-wrapper .text .read-more i {
  margin-right: 8px;
}
.blog-v2-single-page .item-wrapper .text .read-more:hover {
  background: transparent;
  border-color:#0c1968;
  color:#0c1968;
}
.page-pagination {
  margin-top: -30px;
}
.page-pagination ul li {
  display: inline-block;
  margin-left: 5px;
}
.page-pagination ul li a {
  width:52px;
  line-height: 37px;
  text-align: center;
  border:1px solid #f6f0f0;
  font-size: 22px;
  color:#6f6f6f;
}
.page-pagination ul li a:hover {
  background: #0c1968;
  border-color:#0c1968;
  color:#fff;
}
/*=========================== Blog Details ==================*/
.blog-details-page .item-wrapper .text {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.blog-details-page .item-wrapper .text:before {
  content: '';
  width:100%;
  height:1px;
  background: #f0f0f0;
  position: absolute;
  top:130px;
  left:0;
}
.blog-details-page .item-wrapper .text p {
  margin: 0
}
.blog-details-page .item-wrapper .text p.space-fix {
  margin:50px 0 23px 0;
}
.blog-details-page .item-wrapper .text .section-middle {
  background: #f0f0f0;
  padding: 20px 38px 29px 20px;
  position: relative;
  margin:32px 0 30px 0;
}
.blog-details-page .item-wrapper .text .section-middle:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 36px;
  color:#d9d6d6;
  position: absolute;
  bottom: -5px;
  right:46px;
}
.blog-details-page .item-wrapper .text .share-option li {
  line-height: 40px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 42px;
}
.blog-details-page .item-wrapper .text .share-option li:first-child {
  width:102px;
  border: 1px solid #f6f0f0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color:#333333;
  margin-right: 30px;
}
.blog-details-page .item-wrapper .text .share-option li a {
  display: block;
  width:42px;
  text-align: center;
  font-size: 16px;
  color:#6f6f6f;
  border: 1px solid #f6f0f0;
}
.blog-details-page .item-wrapper .text .share-option li a:hover {
  background: #0c1968;
  border-color:#0c1968;
  color:#fff;
}
.blog-details-page .comment-area {
  background: #fff;
  padding: 30px 25px 60px 95px;
}
.blog-details-page .comment-area h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-details-page .comment-area .comments {
  margin: 50px 0 58px 0;
}
.blog-details-page .comment-area .single-comment {
  background: #f9f9f9;
  padding: 26px 20px 10px 0;
  margin-bottom: 40px;
}
.blog-details-page .comment-area .single-comment .text-area {
  width:85%;
  padding-left: 20px;
}
.blog-details-page .comment-area .single-comment img {
  width:85px;
  height:85px;
  border:1px solid #c3c3c3;
}
.blog-details-page .comment-area .single-comment .text-area h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}
.blog-details-page .comment-area .single-comment .text-area span {
  font-size: 12px;
}
.blog-details-page .comment-area .single-comment .text-area span i {
  margin-right: 8px;
}
.blog-details-page .comment-area .single-comment .text-area p {
  margin:12px 0 7px 0;
}
.blog-details-page .comment-area .single-comment .text-area a {
  font-weight: 600;
  color:#333333;
}
.blog-details-page .comment-area .single-comment .text-area a:hover {
  color:#0c1968;
}
.blog-details-page .comment-area .single-comment.reply-comment {
  margin-left: 90px;
}
.blog-details-page .comment-area .single-comment.reply-comment img {
  margin-left: -45px;
}
.add-comment.contact-us-details form button {
  width:140px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
/* Full Parallax Slider */
.slider-wrap{
    background: #162340;
    height: 80vh;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}
.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}
.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 20px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}
.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 
}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}
.pb-0{
  padding: 0;
}
.who-we-are h6{
  margin-bottom: 15px;
}
.pad-30{
  padding-bottom: 30px;
}
.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 20px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;
}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;
}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}
/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}
.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }
}
.creative-parallax--slider .col-wht{
  color: #fff;
}
.dis img{
  display:none;
}
.theme-manage-area {
    margin-top: -40px;
}
.fix {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  justify-content: center;
}
.mar-t-12 {
  margin-top: 20px;
}
.logo1{
  width: 90%;
}
.th-t span{
margin: 0px 0px !important;
}
.th-t1 span {
  margin: 0 auto;
  background: #0c1968 !important;
}
.get-quote .col:hover {
  background-color: #0c1968 !important;
  color: #fff !important;
}
header .right-side ul li a:hover {
  color: #000000;
}
footer a i:hover {
  color: #000;
}
section.creative-parallax--slider {
  overflow-x: hidden;
}
.CopywriteA{
  background-color: #000;
}
.CopywriteA .cp_y {
    font-size: 12px;
}
@media (min-width:776px) {
  .cp_ys{
    display: none;
  }
}
@media (max-width : 479px) {
  .cp_y{
    margin-bottom: 0px;
  }
  .cp_y img{
    display: none;
  }
  .cp_ys{
    text-align: center;
  }
}
@media (min-width : 480px) and (max-width:767px) {
  .cp_y{
    margin-bottom: 0px;
  }
  .cp_y img{
    display: none;
}
.cp_ys{
  text-align: center;
}
}
@media only screen and (min-width : 768px) {
  .cp_ys{
    display: none;
  }
  
}
.main-menu.menu-colorOne.fixed .logo {
  margin: 3px 0px 3px 0px;
    width: 170px;
}
ul.custom-list {
  list-style-type: none; 
  padding: 0;
  margin: 0 auto; 
}
.custom-list>li {
  margin-bottom: 20px;
  padding: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  padding-bottom: 15px;
}
.custom-list>li:last-child{
  margin-bottom: 0;
}
.custom-list h6 {
  color: #0c1968;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.custom-list p {
  color: #6f6f6f;
  margin-bottom: 10px;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-10{
  margin-top: 10px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
table {
  width: 90%;
  max-width: 700px;
  margin: 30px 0;
  border-collapse: collapse;
  background: linear-gradient(145deg, #ffffff, #e0e0e0);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  animation: tableLoad 1s ease forwards 0.3s;
}
table:hover {
  transform: scale(1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
th, td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  position: relative;
}
th {
  background: linear-gradient(145deg, #0c1968, #19327a);
  color: #ffffff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
th::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}
th:hover::after {
  left: 100%;
}
tr {
  transition: background-color 0.3s ease, transform 0.3s ease;
}
tr td:hover {
  background-color: rgba(0, 25, 104, 0.1);
  cursor: pointer;
}
tfoot {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
tfoot td {
  border: none;
  padding: 15px;
}
/* Animation for table on load */
@keyframes tableLoad {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/* Glowing effect for hovered table */
table:hover {
  box-shadow: 0 0 20px rgba(12, 25, 104, 0.3), 0 0 40px rgba(12, 25, 104, 0.2);
}
caption {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.center-X{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:1199px) {
  .about-us-story.about-page img {
    margin: 0px 0 20px 0;
}
.text-lg-center{
  text-align: center;
}
}
@media (max-width:991px) {
  .contact-us-details form textarea {
    min-height: 130px;
}
.contact-us-details {
  padding: 50px 0;
}
.contact-us-details .th-t span {
  margin: 0px !important;
}
.about-us-story {
  padding: 50px 0;
}
}
@media (max-width:767px) {
  .inner-banner .page-title h2 {
    line-height: 1.5;
    font-size: 25px;
}
table {
  width: 100%;
}
}
.mb-60{
  margin-bottom: 60px;
}
.mt-5{
  margin-top: 5px !important;
}
ul.item1 p {
  font-weight: 600;
  margin-bottom: 5px;
}
.layer-img-1 {
  position: absolute;
  width: 347px;
  top: 332px;
  left: 0;
  opacity: .5;
  z-index: -1;
}
.about-us-story.marketing .row {
  display: flex;
}
.sidebar-menu-layout1 {
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: sticky;
  top: 90px;
}
.sidebar-menu-layout1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu-layout1 li {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  border-left: 5px solid transparent;
  margin-bottom: 10px;
}
.sidebar-menu-layout1 li:hover {
  background-color: #e0e0e0;
  color: #0c1968;
  transform: scale(1.02);
}
.sidebar-menu-layout1 li.active {
  background-color: #0c1968;
  color: #ffffff;
  border-left: 5px solid #ffffff;
  transform: scale(1.05);
}
.sidebar-menu-layout1 .icon {
  font-size: 20px;
  margin-right: 15px;
  color: #0c1968;
  transition: color 0.3s;
}
.sidebar-menu-layout1 li.active .icon {
  color: #ffffff;
}
.sidebar-menu-layout1 li:hover .icon {
  color: #0c1968;
}
.about-us-story.research .row {
  display: flex;
}
.custom-row{
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 30px;
}
.custom-row .col-item{
  position: relative;
}
span#open-btn {
  display: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #0c1968;
  box-shadow: 1px 1px 3px 1px #000;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
#close-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px #000;
  position: relative;
  top: -10px;
  left: -10px;
  display: none;
  color: red;
  transition: all .4s ease;
}
.about-us-story.recruitment ul.custom-list{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.about-us-story.about-page ul.custom-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.about-us-story.recruitment ul.custom-list>li , .about-us-story.about-page ul.custom-list>li{
  margin-bottom: 0;
}
.image-slide {
  position: relative;
  width: 612px;
  height: auto;
}
@media (max-width:1199px) {
  .sidebar-menu-layout1 {
    padding: 20px 10px;
}
table {
  width:100%;
}
.about-us-story.recruitment ul.custom-list, .about-us-story.about-page ul.custom-list{
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.who-we-are .left-half .inner-container ul li {
    margin-bottom: 8px;
    margin-right: 15px;
}
.about-us-story.recruitment .owl-carousel.owl-loaded {
    display: flex;
}
.about-us-story.recruitment .theme-silder .owl-nav {
    position: absolute;
    bottom: -25px;
    left: 50%;
    top:unset;
    right:unset;
    transform: translateX(-50%);
}
.about-us-story.recruitment ul.custom-list {
    margin-top: 50px !important;
}
.about-us-story.recruitment .theme-silder .item {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width:991px) {
  .sidebar-menu-layout1 li {
    padding: 15px 10px;
}
.sidebar-menu-layout1 .icon {
  font-size: 16px;
  margin-right: 10px;
}
.sidebar-menu-layout1 {
  top: 150px;
}
.custom-row {
  grid-gap: 20px;
}
.sidebar-menu-layout1 li {
  margin-bottom: 0;
}
.custom-row {
  grid-template-columns: 1fr;
  grid-gap: 0px;
}
}
@media (min-width:768px) and (max-width:991px){
    .our-service .row {
    display: flex;
    flex-wrap: wrap;
}
  span#open-btn {
    display: inline-block;
    font-size: 20px;
  }
  #close-btn {
    display: inline-block;
  }
.custom-row .col-item.side-bar-sm {
    width: 100%;
    transition: all .5s ease;
    z-index: 10;
    background-color: #0c1968;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    margin-bottom: 35px;
}
  .layer-img-1 {
  display: none;
  }
  .sidebar-menu-layout1 li {
    padding: 10px 5px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .about-us-story.research, .about-us-story.marketing{
    overflow-x: hidden;
  }
  /*.about-us-story.marketing .custom-row .col-item.side-bar-sm {*/
  /*  top: 150px;*/
  /*}*/
  .mb-60 {
    margin-bottom: 40px;
}
.custom-list h6 {
    margin-bottom: 10px;
}
.recruitment .custom-list>li {
    padding-bottom: 10px;
}
}
@media (max-width:767px) {
.custom-list>li {
  padding: 25px 15px;
}
.recruitment .custom-list>li {
     padding: 0 15px;
     padding-bottom: 10px;
}
.custom-list h6 {
  font-size: 18px;
}
.about-us-story.about-page .custom-list>li {
    padding: 0 15px;
    padding-bottom: 10px;
}
span#open-btn {
  display: inline-block;
}
#close-btn {
  display: inline-block;
}
.custom-row .col-item.side-bar-sm {
  width: 100%;
  transition: all .5s ease;
  z-index: 10;
  background-color: #0c1968;
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  margin-bottom:10px;
}
.layer-img-1 {
display: none;
}
.sidebar-menu-layout1 li {
  padding: 10px 5px;
  font-size: 14px;
  margin-bottom: 0;
}
.about-us-story.research, .about-us-story.marketing{
  overflow-x: hidden;
}
.image-slide {
  width: 312px;
}
.image-slide img{
  width: 100%;
  height: auto;
}
}
.image-slide img {
  margin: 15px 0 15px 0 !important;
}