/* INDEX START
(1) Nav Cust Css
(2) top navbar style-4
 INDEX END */
@font-face {
  font-family: PTSans_Narrow_Bold;
  src: url(../fonts/PTS75F.ttf);
}
@font-face {
  font-family: Overlock_Regular;
  src: url(../fonts/Overlock-Regular.ttf);
}
@font-face {
  font-family: Quicksand_Dash;
  src: url(../fonts/Quicksand_Dash.otf);
}
 
.fs35{font-size:35px} 
.w200{width:200px;}

:root {
	--color-main-grad-cust: linear-gradient(90deg, rgba(52,109,152,1) 0%, rgba(52,109,152,1) 27%, rgba(254,66,67,1) 68%, rgba(254,66,67,1) 100%); 
}


#preloader:after {
	content:"PATHBREAKER TECHNOLOGIES";
	position:absolute;
	color:#fff;
	font-size:35px;
	text-align:center;
	filter: alpha(opacity=50);
	font-family:Quicksand_Dash;
}

/* (1) Nav Cust Css Start */
.navbar.style-4 .navbar-brand{width:220px;}
.navbar.style-4.custNav .nav-side .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: none; 
}
.navbar.style-4.custNav .nav-side .hotline .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--color-main-grad);
	color: #fff;
	font-size: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0; 
}

.navbar.style-4.custNav .navbar-nav .nav-item.active .nav-link::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../img/icons/nav_icon/active_s4.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.navbar.style-4 .navbar-nav .nav-item .nav-link{
	font-size: 15px;
}

.prRemove{position: static;}
.servicesUL{
	position: absolute;
    z-index: 99;
    width: 80%;
    left: 22%;
    top: 45px;
    padding: 25px 25px;
}
.servicesUL h4{font-size:16px; border-bottom:1px solid #ccc; padding-bottom:10px;}

.contactMail{color:#fff; display: inline-block; float: left; text-align: left;}
.top-navbar.style-4{background:#346d98  !important;}
.top-navbar.style-4 .r-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-navbar.style-4 .r-side .socail-icons {
    padding-right: 10px;
    margin-right: 14px;
}
.top-navbar.style-4 .r-side .socail-icons a {
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
}
/* (1) Nav Cust Css End */


/* (2) top navbar style-4 START */
.top-navbar.style-4 {
  background-image: url(../img/top_nav_s4.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center; }
/* (2) top navbar style-4 END */  

/* (3) Index page Banner Bottom Start */
.about.style-1{
	background: var(--color-main-grad-cust);
}
.about.style-1 .content {
	background:transparent;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 5;
}
.about.style-1 .content .about-info {
      padding: 60px 0 60px;
      position: relative;
      z-index: 5; 
}
.about-logos.indexCustServiceHeading span.mainText{
	font-family:PTSans_Narrow_Bold;
	font-size:25px;
	display:block;
	padding-left: 30px;
	color:#fff;
}
.about-logos.indexCustServiceHeading span.SubText{
	font-family:Overlock_Regular;
	font-size:25px;
	display:block;
	padding-left: 30px;
	color:#fff;
}
.indexTitleOuter{
	display:flex;
	height:100%;
}
.indexTitleOuter .title{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap; 
    align-content: stretch; 
    justify-content: center;
    align-items: baseline;
}
/* (3) Index page Banner Bottom End */

/* (4) Index Discover Our Top Services Start */
.discoverTopServices{
	background-image:url(../img/discoverTopServices.png);
	background-color:#346d98;
	background-image:url(../img/discoverTopServices-top.png);
	position:relative;
	overflow:hidden;
}
.discoverTopServices .section-head.style-6 h2{color:#fff}
.discoverTopServices .section-head.style-6 p{color:#fff;}

 .discoverTopServices .contact_globe {
    position: absolute;
    left: 0;
    top: -10%;
    width: 47%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    max-height: none;
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    opacity: 0.3;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }
	.discoverGlobalRight{
	position: absolute;
    right: 0;
    bottom: 30%;
    z-index: 2;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
	}	
	.swiper-container{
		z-index:3;
	}
/* (4) Index Discover Our Top Services End */

.rs-process.style3{
	background:url(../img/banner2.jpg) fixed;
	position:relative;
}
.rs-process.style3:after{
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(44 76 139 / 60%);
}


/* (5) Index Address Start */
.addressIndexAdjestment{
	padding-left:75px;
}
.addressIndexAdjestment strong{
	margin-left:-75px;
}
.bg-gradient {
    background-image: var(--color-main-grad-cust) !important;
}
/* (5) Index Address End */

.testimonials.style-1{position:relative;}
.testimonials.style-1 .shap_l{
	position: absolute;
    left: 0;
    bottom: 20px;
    width: 40%;
    opacity: 1;
    pointer-events: none;
} 

.testimonials.style-1 .shap_r {
    position: absolute;
    right: 0;
    top: 30px;
    width: 30%;
    opacity: 0.3;
    pointer-events: none;
}

/* INDEX Blog Section Start */
.blogWrapper{
	width: 100%;
    float: left;
    position: relative;
    box-shadow: 0px 0px 4px #cfcfcf;
    border: 10px solid #fff;
    border-radius: 5px;
}
.blogContainer{
	width:100%;
	position:relative;
	height:auto;
}
.blogImgHolder{
	width:250px;
	float:left;
	margin-right:15px;
}
.blogImgHolder img{
	width:100%;
	border-radius:5px;
}
.blogContentHolder{
	margin-left:270px;
    
}
.blogDateTime {
    width: auto;
    position: relative;
    right: 0;
    background: #fff;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.blogDate{
	color:#3eb3ff;
	width:auto;
	display:inline-block;
}
.blogMonth{
	color:#5e5e5e;
	width:auto;
	display:inline-block;
}
.blogRunningContentOuter{
	    width: 100%;
    float: left;
    position: relative;
}
.blogPostedByReviewsOuter{
	width: 100%;
    float: left;
    position: relative;
}
.blogPostedBy i, .blogReview i{
	color:#3eb3ff;
}
.blogPostedBy{
	font-size: 14px;
    margin-top: 10px;
    float: left;
    width: 50%;
}
.blogReview {
    font-size: 14px;
    margin-top: 10px;
    float: left;
    width: 50%;
}
.blogTitle{font-size:18px; font-weight:bold; width:100%; margin:10px ;}
/* INDEX Blog Section End */

/* ***************** ABOUT US PAGE CSS START ***************** */
.section-head.style-4 .title_small.aboutOurCompany{
	/*width: 95%;
    display: table;
    margin: auto;*/
    padding: 15px 25px;
    font-size: 25px;
    font-weight: bold;
    /*background: var(--color-main-grad-cust);*/
    /*color: #fff;*/
    /*text-shadow: 0px 0px 4px #c15353;*/
}
.companyName{
	font-size:18px;
	text-transform:uppercase;
}
.info.fs18 .text{font-size:18px; text-align:justify;}
.services.style-1.style1CustBRRightLeft .ser_shap_l{
	z-index:1;
}
.whyUs p{font-size:18px;}
.services-area.whyUs .services-items .item p{font-size:16px;}
.con-info.wow.fadeInDown.custGradient{background: var(--color-main-grad-cust) !important;}
.about.style-9 .info ul li .icon.widthAuto img{width:auto;}

.aboutSeriveContent{
	background: #346d98 !important;
    color: #fff;
    padding-top: 100px;
}
.services.style-9.aboutSeriveContent .services-content::before{background-color: transparent;}
.aboutSeriveContent .section-head.style-4 h2,
.aboutSeriveContent .section-head.style-4 span{color:#fff;}
.services.style-9 .services-content .service-card {
    padding: 35px;
    -webkit-box-shadow: 0px -16px 32px 0px #00000008;
    box-shadow: 0px -16px 32px 0px #00000008;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ffb100;
    box-shadow: 0px 0px 10px #0a92f9;
	margin-bottom:25px;
}

/* -------- Member Section Start ------------ */
.memberWrapper{
	padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    border-radius: 5px;
    position: relative;
    display: flex;
    overflow: hidden;
	margin-bottom: 25px;
    border-bottom: 5px solid #0a92f9;
}
.memberIConHolder{
	display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}
.memberIConHolder i{
    display: inline-block;
    font-size: 50px;
    position: relative;
    z-index: 1;
    color: #104cba;
}
.memberIConHolder::after {
  position: absolute;
  left: -110px;
  top: -110px;
  content: "";
  height: 100%;
  width: 100px;
  background: url(../img/shape-img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transform: rotate(95deg);
}
.memberIConHolder::after {
	position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 100%;
    width: 50px;
    background: rgba(8, 106, 216, 0.07);
    border-radius: 30px;
    transform: rotate(-45deg);
    margin-left: -25px;
    transition: all 0.35s ease-in-out;
}

/*.memberIConHolder::after {
  left: 0;
  width: 100%;
  border-radius: 50%;
  transform: inherit;
  margin-left: 0;
}*/
.memberWrapper:hover .memberIConHolder::after {
  left: 0;
  width: 100%;
  border-radius: 50%;
  transform: inherit;
  margin-left: 0;
}
.memberRunningContent h4 {
    font-weight: 600;
}
.memberRunningContent span {
  color: #888888;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.memberRunningContent p {
 margin: 0; line-height: 22px; font-size: 15px;
}
/* -------- Member Section End ------------ */

/* ***************** ABOUT US PAGE CSS END ***************** */

/* ***************** CONTACT US PAGE CSS START ***************** */
.wow.fadeInUp.contactAddressOuter {
    padding: 0px 0 30px;
	position:relative;
}
.contactAddressOuter .contactShap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 30%;
    pointer-events: none;
}
.contactAddressOuter
.CountryTitle{
    text-align:center;
    padding-top: 15px;
    margin-bottom:15px;
    color: var(--color-blue4);
}

.cards {
    display: flex;
    width: 100%;
    margin-left: 50px;
    text-align: justify;
 }
 
.countryMap {
        border: 1px solid #ccc;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.countryAddressOuter {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 100px 25px 0;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}
.countryAddressOuter h4{font-size:18px;}
.countryAddressOuter p{font-size: 16px; padding-left: 25px; position: relative;}
.countryAddressOuter p i{margin-left: -25px; top: 4px; position: absolute;}
.countryAddressOuter p span{margin-left:0px;}
.countryAddressOuter ul li{font-size:16px; margin:5px 0;}
/* ***************** CONTACT US PAGE CSS END ***************** */

/* ***************** CAREERS PAGE CSS START ***************** */

#customers {border-collapse: collapse; width: 100%; background:#fff;}
#customers td, #customers th { border: 1px solid #a0afbb; padding: 5px 10px; font-size: 16px; color: #333;}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #c2dbf9;}
#customers th{padding-top: 12px; padding-bottom: 12px; text-align: left; background-color:#346d98; color: white;}

#careers-form .modal-dialog{margin-top: 7em;}
#careers-form .modal-header{background: #208bf9; color: #fff; font-size: 19px;}
#careers-form .modal-header .close{position: relative; z-index: 999; top: -17px; background: #208bf9;
 border: 3px solid #fff;  border-radius: 100%; padding: 5px 9px; opacity: 1; color: #fff; font-weight: normal; right: -17px;}
#careers-form .form-control{border-radius: 30px;}
#careers-form .btn-info{margin: 0.5em auto 1em; text-align: center; width: 30%; float: none; display: block;
 border-radius: 30px; background:#208bf9; border: 1px solid #18212e; text-transform: capitalize; position: relative;
 top: 10px; padding: 0.3em;}
#careers-form .btn-info:hover{background:#fac800 ; border: 1px solid #208bf9;}
#customers .custBtn:hover{cursor:pointer;}
section.wow.fadeInUp.contactAddressOuter p {font-size: 16px; margin-bottom: 15px;}


#staticBackdrop .modal-header{background:#346d98; color:#fff; border-radius: 15px 15px 0 0;}
#staticBackdrop .modal-content{border-radius:15px;}
#staticBackdrop .form-group{margin-bottom:15px;}
#staticBackdrop .form-group label{font-size:16px;}
#staticBackdrop .btn-close:hover{color:#fff;}
#staticBackdrop .form-control{border-radius:15px;}
#staticBackdrop .submitBtnDiv .btn.btn-info.btn-lg { padding: 5px; background: #346d98; color: #fff; padding: 5px 25px; border: 1px solid #0d6efd;}
#staticBackdrop .submitBtnDiv{border-top: 1px solid #ccc; margin: 15px 0; padding: 15px 0; text-align: center;}
/* ***************** CAREERS PAGE CSS END ***************** */


.solutionsOuter p,
.solutionsOuter {font-size:16px;}
.solutionsOuter{position:relative;}
.solutionsOuter .ser_shap_l{position:absolute; left:0; top:0px; opacity:0.5;}

.inner-left-sec{background:#f0eff5; position:relative;}
.inner-right-sec{background: url(http://localhost/pathbreakertech/assets/img/inner-right-wave.png) repeat-y right; position:relative;}
.inner-left-sec:before{
	background: url(http://localhost/pathbreakertech/assets/img/inner-left-wave.png) repeat-y right;
    position: absolute;
    content: "";
    right: -14px;
    top: 0;
    width: 100px;
    height: 100%;
}
.innerBottomOuter {background: url(../img/inner-top-wave.png) repeat-x #eef4f8 !important}
.innerBottomOuter .unordered-list li{font-size:17px;}
.innerBottomOuter.style-1 {position: relative;}
.innerBottomOuter.style-1 .shap_r { position: absolute; right: 0; top: 30px; width: 30%; opacity: 0.3; pointer-events: none;}
.innerBottomOuter.style-1 .shap_l { position: absolute; left: 0; bottom: 20px; width: 40%; opacity: 1; pointer-events: none; opacity:0.4;}


.inner.php .sec-title h3{margin-bottom:20px}

.innerBottomOuter .container.headingSubHeading .section-head{margin-bottom:10px;}
.innerBottomOuter .container.headingSubHeading .section-head .color-main{text-align:left; font-size:16px; font-weight:bold; margin-bottom:0px;}
.innerBottomOuter .container.headingSubHeading .section-head h2{text-align:left;}
.innerBottomOuter .container.headingSubHeading .inner p{font-size:16px; margin-bottom:50px;}
.inner-section .image-column .image-block img.comingSoon{ display: inline-flex; width: auto; border-radius: 8px; text-align:center;}
.inner-section .image-column .image-block{text-align:center;}
.text-right{text-align:right;}



.product-details {
    position: relative;
}
.product-details .shap_r {
    position: absolute;
    right: 0;
    top: 30px;
    width: 30%;
    opacity: 0.3;
    pointer-events: none;
}
.product-details .shap_l {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 40%;
    opacity: 1;
    pointer-events: none;
}
.modal-backdrop.fade.show{display:none !important;}
.wow.fadeInUp.contactAddressOuter{z-index:98;}

@media ((max-width: 990px)){
    .cards {
      display: block;
      width: 80%;
      
      text-align: justify;
   }
   .countryAddressOuter {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 10px 25px 0;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}
.memberWrapper{
	padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    border-radius: 5px;
    position: relative;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
    border-bottom: 5px solid #0a92f9;
}
.services-area .services-items .item {
    padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,.08);
    border-radius: 5px;
    position: relative;
    text-align: justify;
    display: block;
    overflow: hidden;
  }
  .blogImgHolder img{
	width:100%;
    padding-left: 80px;
	border-radius:5px;
    padding-bottom: 20px;
}
.blogContentHolder{
	margin-left:10px;
    padding-top: 10px;
    
    
}
.blogTitle{
    font-size:18px; 
    font-weight:bold; 
    width:100%; 
    padding-top: 10px ;}
    .countryAddressOuter p span{font-size:14px; margin-left:0px;}
    .about-logos.indexCustServiceHeading span.mainText{
        font-family:PTSans_Narrow_Bold;
        font-size:15px;
        display:flex;
        padding-right: none;
        color:#fff;
    }
    .about-logos.indexCustServiceHeading span.SubText{
        font-family:Overlock_Regular;
        font-size:15px;
        display:flex;
        margin-right:10px;
        
        color:#fff;
    }
    .application_mod{
        overflow-x: auto;
    }
    .choose-us.style-1 .choose-us-img {
       
        left: -65px;
        bottom: -150px;
        width: 60%;
        height: 120%;
        display: none;
        max-height: none;
        -webkit-animation: rotate-center 100s linear infinite both;
        animation: rotate-center 100s linear infinite both; }
  }