:root {
  --white: #ffffff;
  --black: #000000;
  --peachorgan2:#383838;
  --black2:#333333;
  --lightgreen:var(--darkblue);
  --darkblue:#003366;
  --bluewhale:#002b46;
  --brightred:#ff6589;
  --black3:#191b27;
  --darkgravishblue:#66686b;
  --gray:#858585;
  --blue:#E8F0F3;
  --gray1:#cccccc;
  --transparent: transparent;
}
:root {
  --robot-font: 'Roboto Condensed', sans-serif; 
  --montserrat-font: 'Montserrat';
}
/* --------- SLIDER--------- */
.home.page-template #tesimonial-record .test-container {   
   width:1024px;
   max-width:100%;
   margin:0px auto;
}
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
  width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0;
  font-weight: 700;
  font-size: 53px;
  font-family: var(--montserrat-font);
}
#slider p {
  color: #e7eaf2;
  font-weight: 400;
  margin: 0px 0 35px 0;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  line-height: 25px;
  font-family: sans-serif;
}
#slider p.price {
  font-size: 22px !important;
}
.slider-box {
  max-width: 524px;
}
#slider .carousel-caption {
  top: 45%;
  transform: translateY(-50%); 
  bottom: inherit;
  text-align: left;
  left: 10%;
  right: 10%;
}
.inner_carousel{
  padding: 20px 20px;
}
a.blog-more{ 
  display:inline-block; 
  font:400 16px var(--robot-font); 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
}
#slider .carousel-control-next,#slider .carousel-control-prev{
  opacity: 1;
}
#slider .carousel-control-next-icon,#slider .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i {
  padding: 19px 23px;
  background-color: var(--white);
  border-radius: 50%;
  font-size: 22px;
  color: var(--black);
}
#slider a i:focus,#slider a i:active,#slider a i:hover{
  background: var(--lightgreen);
  border: none;
  transition: all 0.5s ease-out;
}
.inner_carousel h2 small {
  color: var(--white);
  display:block;
  margin-bottom: 20px;
}
ol.carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  padding: 3px;
  text-indent: 0;
  margin-right: 7px;
  background-color: #fff;
  border: 2px solid #fff;
}

.carousel-indicators [data-bs-target]{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1 !important;
}
#slider ol.carousel-indicators .active {
    background-color: var(--darkblue) !important;
    border: 2px solid var(--darkblue) !important;
}
#slider div:first-child{
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(4 16 38 / 86%) 20%, rgba(0,212,255,0) 54%);
}
a.home-banner-btn {
  background-color: var(--darkblue) !important;
  padding: 10px 20px;
}
a.home-banner-btn:hover {
  background-color: var(--lightblue) !important;
  color: #fff !important;
}
/*------------------------- About-----------------------------*/
#about {
  padding-top: 60px;
  padding-bottom: 80px;
}
#about {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-heading h2{
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--bluewhale);
}
.about-heading img{
  text-align: right;
}
.about-heading .subheading {
  font-weight: 900;
  padding: 0;
  font-size: 26px;
  color: #2b3546;
}
.about-content p {
  padding: 7px 0;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  font-family: sans-serif;
}
.about-content a {
  display: inline-block;
  margin-top: 25px;
}
#about ul li {
  list-style: none;
}
.about_img img {
  width: 100%;
  padding-top:27px;
}
h4.subheading {
  color: var(--gray);
}
.about-content ul.row {
  padding-left: 0;
}
/*------------------------- Portfolio -----------------------------*/
#portfolio{
  background-color: var(--blue);
}
#portfolio .box{
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #044f89c4 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: skew(45deg) scaleX(0);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#portfolio .box:hover:before{ transform: skew(0) scaleX(1); }
#portfolio .box img{
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
#portfolio .box:hover img{ 
  transform: scale(1.2); 
}
#portfolio .box .box-content{
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
  padding:0 15px;
}
#portfolio .box:hover .box-content{
  opacity: 1;
  transform: translateY(-50%) scale(1);
  padding-top:42px;
}
#portfolio .box .title a{
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  margin: 0 0 5px 0;
  position: relative;
  transition: all 0.5s ease 0s;
  font-weight: bold;
}
#portfolio .box .post {
  display: block;
  font-size: 16px;
  font-size: 13px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 500;
}
#portfolio .box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
#portfolio .box .icon li{
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}
#portfolio .box:hover .icon li{
  opacity: 1;
  transform: translateY(0);
}
#portfolio .box .icon li a{
  display: block;
  background: var(--darkblue);
  font-size: 14px;
  color: var(--white);
  transition: all 0.3s ease 0s;
  padding: 7px 10px;
}
#portfolio .box .icon li a:hover{
  background: var(--white);
  color: var(--darkblue);
}
#portfolio .box .box-search-icon {
  text-align: center;
  border: solid 1px var(--white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  position: absolute;
  right: 15px;
  /*top: -30px;*/
  top: -9px;
}
#portfolio .box .box-search-icon i{
  color: var(--white);
}
/*------------------------- Services -----------------------------*/
.services-image {
  position: relative;
}
.service-box-content {
  position: absolute;
  bottom: 10%;
  left: 7%;
  right: 7%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
}
.service-box-content i {
  background-color: #003366 !important;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.service-box:hover .service-box-content i {
  background-color: var(--darkblue);
}
.service-box:hover {
  transition: 0.5s;
}
.service-box:hover .service-box-content img {
  opacity: 1;
}
.service-box:hover .service-box-content {
  background-color: #044f89c4 !important;
}
.service-box h4 a {
  color: var(--darkblue);
  font-size: 17px;
  font-weight: 600;
}
.service-box:hover h4 a {
  color: var(--white);
}
/*------------------------- Startup Skill -----------------------------*/
#we_are_expert .progress-bar {
  height: 8px;
  color: var(--white);
  background-color: #174674 !important;
}
.bar_box p{
  font-size: 13px;
  color: var(--darkblue);
}
.bar_box span.progress_percentage {
  position: absolute;
  top: -35px;
  color: var(--darkblue);
  z-index: 999999;
  padding: 4px;
  right: 0px;
  border-radius: 7px;
  font-weight: bold;
}
.bar_box .progress-bar{
  position: relative;
}
.bar_box .progress {
  background-color: #e1e9e8;
  position: relative;
  overflow: visible;
}
/*-------------------------We Are Expert -----------------------------*/
#we_are_expert {
  background-size: 100% 100%;
}
h3.white_head_title {
  color: #2b3546;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.left_content {
  color: var(--white);
}
#we_are_expert .progress {
  margin-bottom: 20px;
  height: 8px;
}
/*--------------------Video Section----------------*/
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
}
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:var(--white);
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_inner h2, .adopt-editor{
  color: var(--white);
}
.adopt_outer {
  background: #f33e17;
}
.over_video{
  width: 50%;
  margin: auto;
  position: relative;
}
.ps_video {
  width: 75px;
    height: 75px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding-top: 48px;
    margin-bottom: 40px;
}
.ps_video i {
  color: var(--white);
  font-size: 22px;
  padding: 17px 19px;
  border-radius: 50%;
  text-align: center;
  background: #003366 !important;
  cursor: pointer;
  border: 3px solid #1b5583;
}
.over_video h4 blockquote {
  font-size: 23px;
  color: #fff;
  width: 100%;
  font-style: unset;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
.over_video blockquote:before {
  display: block;
  content: "\201C";
  font-size: 30px;
  position: absolute;
  left: 31px;
  top: 8px;
  color: #fff;
}
.over_video blockquote:after {
  display: block;
  content: "\201D";
  font-size: 30px;
  position: absolute;
  right: 29px;
  top: 7px;
  color: #fff;
}
/*------------------ How We Work-----------------*/
#how-we-work .work-box, #about .work-box {
  background-color: #1b5583;
  margin: 0 15px;
  padding: 10px 0;
  clip-path: polygon(77% 0, 100% 50%, 76% 100%, 0 100%, 0 0);
}
#how-we-work .work-box:hover img{
  transform: rotateY(180deg);
  transition: all 0.3s ease-in-out 0s;
}
#how-we-work .work-box-outer:hover .work-box {
  background-color: #003366 !important;
  transition: 0.3s;
}
#how-we-work .work-box-outer:hover .work-box:before{
  border-left-color: var(--lightgreen);
  transition: 0.3s;
}
/* #how-we-work .work-box:before{
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 45px solid var(--darkblue);
  border-top: 38px solid var(--transparent);
  border-bottom: 40px solid var(--transparent);
} */
#how-we-work .work-box h4 a {
  color: var(--white);
}
/*------------------ Plans Pricing-----------------*/
#plans_pricing {
  background-size: 100% 100%;
}
#plans_pricing .price-heading-box {
  padding: 5px 25px;
  background-size: 100% 100%;
  background-color: var(--lightgreen);
  border: 1px solid var(--white);
}
.price-box h3 {
  border-left: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
}
.price-box sub{
  font-size: 12px;
}
#plans_pricing .price-heading-box h4 {
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#plans_pricing .price-heading-box p,#plans_pricing .price-heading-box h3{
  color: var(--white);
}
#plans_pricing .price-heading-box h3 {
  font-size: 50px;
}
#plans_pricing .price-heading-box h3 small{
  display: block;
  font-size: 14px;
}
#plans_pricing .select-plans a {
  margin: 25px auto 0;
  text-align: center;
  display: table;}
#plans_pricing .select-plans h4 a,#plans_pricing .price-heading-box h3{
  font-weight: bold;
}
#plans_pricing .plans-content ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#plans_pricing .plans-content ul li {
  padding: 15px 0;
  border-bottom: dashed 1px var(--gray1);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#plans_pricing .plans-content ul li span {
  float: right;
}
#plans_pricing .price-box {
  background-color: var(--white);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/*------------------------- Gallery -----------------------------*/
.view {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,.view .content { 
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  width:100%;
}
.second-effect .mask {
  opacity: 0;
  overflow:visible;
  border:0px solid rgba(0,0,0,0.7);
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
 }
.second-effect:hover .mask {
  opacity: 1;
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
#gallery p{
  text-align:center;
  font-size: 35px;
}
.single-post .gallery-image img {
  height: 150px;
}
.gallery-image img{
  height:250px !important;
  width:100%;
}
.gallery_img{
  width: 100%;
  height: 100%;
}
#TB_ajaxContent{
  padding: 1% !important;
  width:auto !important; 
  height:auto !important;
}
#TB_ajaxWindowTitle{
  text-align:center;
  color: #001e44;
  text-transform: capitalize;
}
figure.gallery-item {
  width: 20%;
  float: left;
}
.gallery-image {
  height: 100%;
  margin-bottom: 30px;
}
.view img {
  display: block;
  position: relative;
  width:100%;
  height:200px;
}
.bwt_img {
    height: 100%;
    width: 100%;
}
.view a.info {
  background: url(assets/images/link.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  top: 43%;
  transform: translate(-50%);
  border-radius: 50%;
}
.second-effect a.info {
  position:relative;
  opacity:0;
  transform:scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  outline:none;
}
.second-effect:hover .mask {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
.secondry-menu ul {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.secondry-menu li {
  display: inline-block;
  padding: 5px 25px;
}
.secondry-menu li a {
  color: #929292 !important;
  font-size: 14px;
  font-family: var(--montserrat-font);
  text-transform: uppercase;
  font-weight: bold;
}
.secondry-menu li a:hover {
  color: #ffbf43;
}
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#TB_window {
  position: fixed;
  background-color: var(--white);
  z-index: 100050;
  visibility: hidden;
  text-align: left;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  transform: translate(-50%,-50%);
  margin: 0 !important;
}
/*-------------------------Team -----------------------------*/
.teambox{
  overflow: hidden;
  position: relative;
}
.teambox:before{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
  transition: all 0.3s ease 0s;
}
.teambox:hover:before{
  border: 500px solid rgba(0,0,0,0.5);
  opacity: 1;
  transform: translate(-50%, -50%) rotate(360deg);
}
.teambox img{
  width: 100%;
  height: auto;
}
.teambox .teambox-content{
  width: 90%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  opacity: 0;
  transform: translateY(-50%) scale(2);
  transition: all 0.2s ease 0s;
  height: 90%;
}
.teambox:hover .teambox-content{
  opacity: 1;
  transform: scale(1);
}
.teambox .teambox-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #003366c9 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.teambox .image-title h4{
  margin-bottom:0px;
  padding:0px;
}
.teambox h4{
  margin-bottom:0px;
  padding-bottom:0px;
}
.teambox h4.teamtitle a{
  font-size: 20px;
  font-weight: 600;
  color: #e9ebef;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.teambox-content span {
  color: #e9ebef;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.teambox .teampost{
  display: block;
  font-size: 12px;
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 24px;
}
.teambox .teamicon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.teambox .teamicon li{
  display: inline-block;
  margin-left: 5px;
}
.teambox .teamicon li a{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 40% 0;
  border: 2px solid var(--white);
  font-size: 17px;
  color: var(--white);
  transition: all 0.3s ease 0s;
}
.teambox .teamicon li a:hover{
  background: var(--white);
  color: rgb(93,53,176);
}
#team .socialbox {
  text-align: center;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#team .image-title {
  position: absolute;
  bottom: 5%;
  width: 90%;
  left: 5%;
  right: 5%;
  background: #0c3a68 !important;
  padding: 18px 12px;
  text-align: center;
}
#team .image-title span {
  color: #e9ebef;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.teambox:hover .image-title{
  display: none;
}
#team .owl-nav{
  display:block;
}
#team .owl-prev {
  position: absolute;
  left: -36px;
  top: 46%;
  border: none;
  padding: 8px 11px;
}
#team .owl-next {
  position: absolute;
  right: -36px;
  top: 46%;
  border: none;
  padding: 8px 11px;
}
#team .owl-prev, #team .owl-next {
  background-color: #003366 !important;
  color: #fff;
}
#team .owl-prev:hover,#team .owl-next:hover{
  background-color:#2b3546;
}
section#team .section-heading h3 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}
section#team .section-heading p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
/*------------------------Testimonials -----------------------------*/
#tesimonial-record {
  padding:0;
}
#testimonials{
  padding:40px 40px;
}
#testimonials h2, #testimonials p{
  color: var(--white);
}
#testimonials .fancy-title {
  margin: 0 auto;
}
.testimonial_box{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: var(--white);
}
.test_shortcode_bg {
  background-color: #ddd;
  padding: 30px 0;
}
.inner-test-bg .short_text {
  font-size: 14px;
  font-style: unset;
  margin-bottom:0px;
}
.testimonial_box img {
  width: 100px !important;
  border-radius: 50%;
}
#testimonials .owl-carousel .owl-item img, #testimonials img {
  width: 70px !important;
  margin: 0;
  position: relative;
  border-radius: 50%;
  margin-bottom: 40px;
  left: 18px;
}
#testimonials button.owl-prev {
    position: absolute;
    left: 0;
    background: var(--black2);
    border: none;
    padding: 10px;
    display: none;
}
#testimonials button.owl-next {
    position: absolute;
    right: 0;
    background: var(--black2);
    border: none;
    padding: 10px;
    display: none;
}
#testimonials button.owl-next i, #testimonials button.owl-prev i{
  color: var(--white);
}
#testimonials .testimonial_box, .test-shrtpg {    
    padding: 30px 30px;
    position: relative;
    padding-top:40px;
}
#testimonials .owl-dots {
  display: block;
}
#testimonials button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: var(--white);
  border: none;
  border-radius: 50%;
}
#testimonials button.owl-dot.active {
  background-color: var(--darkblue);
}
#testimonials button:focus {
  outline: inherit !important;
}
#testimonials h4.testimonial_name a {
  color: var(--black);
  font-weight: bold;
}
#testimonials cite {
  font-size: 14px;
  display: block;
  font-style: unset;
  padding-top:8px;
}
#testimonials .testimonial_box:after {
  content: '';
  border-left: 25px solid var(--transparent);
  border-right: 25px solid var(--transparent);
  border-bottom: 18px solid var(--white);
  position: absolute;
  top: -18px;
  left: 52px;
  transform: translateX(-50%);
}
#testimonials .testimonial-box {
  position: absolute;
  top: 12%;
  left: 105px;
  transform: translateY(-50%);
}
#testimonials .testimonial-box h4 a,#testimonials .testimonial-box h4 cite{
  color: #FFF !important;
}
#testimonials blockquote {
  font-size: 14px;
  font-style:unset;
  /*width: 450px;*/
  width:298px;
  margin: 0.25em 0;
  padding: 0.29em 9px;
  /*line-height: 1.45;*/
  line-height: 1.6rem;
  position: relative;
  color: var(--peachorgan2);
  font-weight:600;
  margin-bottom:0px;
} 
#testimonials blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -4px;
  color: #7a7a7a;
}
#testimonials blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 4%;
  bottom: -44px;
  color: #7a7a7a;
}
/*------------------------- Partners -----------------------------*/
#our_partners {
  padding: 0;
}
#our_partners .owl-carousel {
  padding: 25px 0;
}
#our_partners .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_partners button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--bluewhale);
}
#our_partners button.owl-dot.active {
  background-color: var(--lightgreen);
  border: solid 2px var(--lightgreen);
}
#our_partners button:focus {
  outline: inherit !important;
}
.partners_inner button.owl-next{
  display: none !important;
}
.partners_inner button.owl-prev {
    display: none !important;
}
/*------------------Latest Post -----------------*/
.latest_post_text span {
  color: var(--black);
  font-weight: bold;
}
#latest_post .about-heading {
  padding: 0;
}
.latest_post_text i{
  color: var(--lightgreen);
  font-weight: bold;
}
.date_div {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--lightgreen);
  padding: 11px;
  color: var(--white);
  font-weight: bold;
}
.post_thumb {
  position: relative;
}
h4.latest_post_name a {
    font-weight: bold;
}
.tags{
  padding: 25px 0 15px;
  text-transform: uppercase;  
}
.tags a{
  text-transform: capitalize;
  border: solid 1px var(--darkgravishblue);
  padding: 3px 15px;
  border-radius: 15px;
  color: var(--darkgravishblue);
  margin: 2px 5px;
  display: inline-block;
}
.discover-btn {
  border-left: solid 5px var(--lightgreen);
  margin: 20px 0 0;
}
.discover-btn a {
  color: var(--bluewhale);
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.discover-btn a:hover {
  color: var(--lightgreen);
}
#latest_post .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
#latest_post button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--bluewhale);
  display: block;
  margin: 5px auto;
}
#latest_post button.owl-dot.active {
  background-color: var(--lightgreen);
  border: solid 2px var(--lightgreen);
}
#latest_post button:focus {
  outline: inherit !important;
}
/*------------------------- Our Records -----------------------------*/
#our_records .counter-box img {
  background-color: #1b5583 !important;
  padding: 7px;
}
#our_records .counter-box .no-align{
  text-align: right;
}
#our_records {
  background-color: var(--darkblue);
  padding: 50px 0;
  background-size: 100% 100%;
  padding-left: 8rem;
  padding-right: 20px;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 32px;
  color: var(--white);
  font-weight: bold;
  line-height: 34px;
  padding: 0;
  padding-top:3px;
}
#our_records p {
  font-size: 13px;
  color: var(--white);
}
#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--black3);
}
#our_records button.owl-dot.active {
  background-color: var(--brightred);
  border: solid 2px var(--brightred);
}
#our_records button:focus {
  outline: inherit !important;
}
#our_records .counter_inner {
  margin-bottom: 20px;
}
#our_records .counter_inner:last-child {
  margin-bottom: 0;
}
#team-loop,#testimonial-loop,#blog-loop,#partners-loop{
  display: none;
}
#about .about-heading h4{
  font-weight:600;
  color: var(--darkblue);
}
#portfolio .section-heading p{
  font-size: 14px;
}
#we_are_expert .expert-content{
  line-height:30px;
  margin-bottom: 27px;
}
#latest_post .postbox .postbox-content{
  text-align: center;
}
button:focus{
  outline:none !important;
}
.about-content i {
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
}
.fa-male:before, .fa-person:before {
  content: "\f183";
  font-size: 32px;
}

.carousel-indicators {
  display: flex !important;
  justify-content: start !important;
  padding: 0 !important;
  margin-left: 16% !important;
  list-style: none !important;
  align-items: center !important;
}.work-box {
  position: relative;
}

/*---------------Top bar css------------------*/
.top-bar-search-form {
  position: absolute;
  top: -50px;
  right: 0px;
}
.top-bar-search-form form {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}