
/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
/*.container_full {
  width: 100%;
  float: left;
  margin: auto;699
}*/
.container_full {
    position: relative;
    max-width: 1340px;
    min-width: 1000px;
    margin: 0 auto;
    /*padding: 15px 20px;*/
    padding: 0px 20px;
}
.container_full:before,
.container_full:after {
    display:table;
    content:""
}
.container_full:after {
    clear:both
}
.container_full:before,
.container_full:after {
    display:table;
    content:""
}
.container_full:after {
    clear:both
}

.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1280px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 27px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
float: left;
    display: block;
    width: 100%;
    min-height: 60px;
    margin-top: 5px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
}

/* header area adinationals */
.logo {
	float: left;
	width: 100%;
	margin-top: 0px;
}

.menu_main {
	float: left;
	width:80%;
	z-index: 9999;
  padding-top: 5px;
}
.menu_rlinks{
  float: right;
    width: 20%;    
}
.menu_rlinks:before{
  position: absolute;
  content: "";
  left: 90%;
  width: 100%;
  height: 70px;
  background: #ff942a;
}
.menu_main_full {
	float: left;
	width: 100%;
	z-index: 9999;
}
.dropdown-angle{
  position: relative;
}

.dropdown-angle:after{
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 7px;
    top: 18px;
    font-size: 14px;
}
.topsocial-icons {
  height: 70px;
    background: #ff942a;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 15% 100%);
    margin-top: 0px;
    position: relative;
}
 .topsocial-icons ul {    
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 22%;

}
.topsocial-icons li {
  float: left;
  padding: 0px;
  margin: 0px 14px 0px 0px;
}
.topsocial-icons li a {
  float: left;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin-right: 12px;
}
.topsocial-icons li a:hover {
  color: #999;
}
/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #f9f9f9;
	font-size: 14px;
	color: #000;
	padding: 5px 0px;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav .li-list{
	margin-bottom: 0px;
}
.top_nav .li-list li{
	display: inline-block;
}
.top_nav .right a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.top_nav .right li + li{
	margin-left: 20px;
}
.top_nav .right a:hover {
	color: #76be38;
}
.top_nav .right .login-icon {
	color: #014fa1;
    font-size: 16px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
	border-radius: 50%;
	border:1px solid #014fa1;	
}



/*=====================*/


.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}
/*=======================header
================================*/

.top_section {
	float: left;
	width: 100%;
	background: #fff;	
  padding-top:6px;
}
.top_section .left {
	float: left;
	width:30%;
}
.top_section .right {
	float: left;
	width: 70%;
	position: relative;
	padding-top: 10px;
}

.top-contact-details{
  width: 100%;
  float: left;
  background: #72ad32;
  position: relative;
  padding: 0px 10px;
}

.mouse {
    cursor: pointer;
}
img {
    max-width: 100%;
    border: 0;
    margin-bottom: 0px;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
}


.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}
.call-box .icon {
    display: inline-block;
}
.header-cta .call-box .icon img {
    width: 35px;    vertical-align: middle;padding-top: 3px;
}
.call-box .text {
    margin-left: 16px;
}
.call-box span {
       display: block;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.3px;
    line-height: 22px;
}
.call-box  strong a{
       font-size: 14px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 600;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

/*=====================banner
====================================================*/
.slidermar{
  margin-top:58px;  
}
.master-slider{
  width: 100% !important;
  float: left;
  margin:0 auto !important;
}

.mstslider {
  width: 100%;
  float: left;
}
.banner-layer{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: rgb(0 0 0/0.8);
}

.tp-slider-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0% !important;
    z-index: 1;
    transform: translateX(200px);
    opacity: 0;
  }
  .tp-slider-2-shape-2 {
  position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
    transform: translateX(500px);
    opacity: 0;
}
/*==========
==================================*/

/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	/*padding: 25px 0px 0px 0px;*/
	/*background: #02284b;*/
  background: url(../images/footer-bg.jpg) ;
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
	color: #f8f8f8;
    font-size: 14px;
  font-weight: 400;
	/*border-top: 2px solid #7abc34;*/
}
.footer-layer {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
  background: rgb(25 25 25/0.75);
}

.footer h4 {
	font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
}
.footer h4:before {
  position: absolute;
  content: "";
  background: #fdf6f6;
  width: 50px;
  height: 1px;
  top:100%;
  left: 0px;
}
.footer h4:after {
  position: absolute;
  content: "";
  background: #ff942a;
  width: 20px;
  height: 4px;
  top:97%;
  left: 0px;
  border-radius: 20px;
}

.footer-1{
	width: 25%;
	float: left;
	margin-right: 4%;
}
.footer-2{
	width: 18%;
	float: left;
	margin-right: 2%;
}
.footer-3{
	width: 18%;
	float: left;
	margin-right: 2%;
  padding-top: 60px;
}
.footer-4{
	width: 30%;
	float: left;
}
.footer-logo{
	    opacity: 1;
    margin-bottom: 15px;
    width: 180px;
}
.pt-qlinks{
	padding-top: 60px;
}
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.faddress li a {
	color: #f8f8f8;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #ff942a;
}
.faddress li i{
	margin-left: -20px;
	padding-right: 10px;
  color: #ff942a;
}
/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #f8f8f8;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #ff942a;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}


/* copyrights */
.copyright_info {
	float: left;
	padding: 15px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	color: #f8f8f8;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
  border-top: 1px solid #dadada;
}
.copyright_info a {
	font-size: 14px;
	color: #f8f8f8;
  font-weight: 400;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #ff942a;
}
.copyright-text{
  width: 60%;
  float: left;
}
.social-links{
  width: 40%;
  float: left;
}
/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
.footer_social_links li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	background-color: #ff942a;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #949599;
}

/* scroll up */
.scrollup{
    width: 30px;
    height: 46px;
    opacity: 1;
    position: fixed;
    bottom: 32px;
    right: 20px;
    display: none;
    /* text-indent: -9999px; */
    z-index: 9001;
    background: #ff942a;
    border-radius: 25px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
    display: flex;
        align-items: center;
    justify-content: center;

}
.scrollup .fa{ color: #fff; font-size: 20px;}
/*=============
=======================*/
/*----------------------------------------------------
    SECTIONS
------------------------------------------------------*/


/*=======================================*/
.why-section{
  padding:80px 0;
  width: 100%;
  float: left;
  background: rgb(9 75 109/0.05);
}

.why-title{
  width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.why-title h4{
  font-weight: 500;
    font-size: 16px;   
    color: #ff942a;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.why-title h2{
  font-weight: 700;
  font-size: 40px;
  color: #0a1624;
  line-height: 50px;
  margin-bottom: 3rem;  
  margin-top: 8px;
  width: 60%;
  text-align: center;
}
.why-title h2 span{color: #cda274;}


.elementor-cta__number {
    line-height: 80px;
    -webkit-text-stroke: 1px #eee;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    position: absolute;
    right: 12px;
    top: 12px;
}

.featured-imagebox {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}
.featured-thumbnail {
 position: relative;
    background-color: #fff;
    padding: 42px 40px 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    height: 100%
}
.featured-imagebox img{ width: 100px;}

.featured-imagebox:hover img{ filter:brightness(0) invert(1);}

.featured-thumbnail:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
    z-index: 9;
}
.featured-thumbnail:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
}

.featured-title {
    padding-bottom: 10px;
}
.featured-desc {
    margin-bottom: 35px;
}
.featured-title h3{
  color: #0a1624;
  font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 12px;
    line-height: 25px;
    letter-spacing: 0.3px;
}
.featured-thumbnail a{
  color: #ff942a;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.featured-icon .ttm-icon img{display:inline-block;transition:all .5s ease; width: 64px;}

.featured-imagebox:hover .featured-thumbnail{  color:#fff;background-color:unset;z-index:2}

.featured-imagebox:hover .featured-title h3 {color:#ff942a}

.featured-imagebox.featured-desc p{
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical
}
.featured-thumbnail:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #094b6d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-content{position: relative; z-index: 1;}
.featured-imagebox:hover:before{opacity:1;backface-visibility:visible}

.featured-imagebox:hover .featured-thumbnail:before{opacity:1}

/*=======================================*/

/* Recent work */

.service-section{
    background: url(../images/servicebg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px;
}

.service-title{
  width: 100%;
  float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-title  h2{
     font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 50px;
    width: 60%;
}
.service-title h6{
     color: #ff942a;
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    word-spacing: 7px;
    width: 100%;
}

/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-image-wrapper{
  transition: all .5s ease-in-out
}
.pbmit-service-style-2{
  position: relative
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
  position: relative;
  overflow: hidden;
  transition: all .8s ease-in-out;
  clip-path: polygon( 0% 94.542%,0% 5.401%,0% 5.401%,0.025% 4.805%,0.111% 4.222%,0.256% 3.657%,0.456% 3.113%,0.711% 2.594%,1.017% 2.106%,1.372% 1.652%,1.773% 1.236%,2.219% 0.863%,2.707% 0.538%,2.753% 0.514%,2.753% 0.514%,2.942% 0.416%,3.135% 0.328%,3.332% 0.25%,3.532% 0.183%,3.735% 0.126%,3.941% 0.079%,4.149% 0.043%,4.358% 0.018%,4.569% 0.004%,4.781% -0%,94.38% 0%,94.38% 0%,94.793% 0.01%,95.202% 0.051%,95.605% 0.123%,96.001% 0.223%,96.389% 0.353%,96.766% 0.511%,97.132% 0.697%,97.484% 0.91%,97.822% 1.149%,98.143% 1.415%,98.143% 1.415%,98.284% 1.549%,98.42% 1.687%,98.551% 1.83%,98.678% 1.977%,98.799% 2.129%,98.915% 2.285%,99.026% 2.445%,99.131% 2.609%,99.231% 2.777%,99.325% 2.948%,99.325% 2.948%,99.455% 3.217%,99.571% 3.492%,99.674% 3.772%,99.763% 4.056%,99.838% 4.345%,99.899% 4.637%,99.946% 4.932%,99.978% 5.229%,99.996% 5.528%,100% 5.828%,100% 77.83%,100% 77.83%,99.552% 78.96%,99.028% 79.989%,98.426% 80.919%,97.745% 81.748%,96.982% 82.476%,96.137% 83.102%,95.207% 83.627%,94.19% 84.05%,93.085% 84.371%,91.889% 84.59%,91.889% 84.59%,91.176% 84.715%,90.486% 84.895%,89.822% 85.13%,89.186% 85.421%,88.581% 85.769%,88.007% 86.173%,87.468% 86.634%,86.964% 87.152%,86.499% 87.729%,86.074% 88.363%,86.074% 88.363%,85.849% 88.732%,85.637% 89.108%,85.438% 89.491%,85.251% 89.88%,85.078% 90.276%,84.917% 90.677%,84.77% 91.084%,84.637% 91.495%,84.517% 91.912%,84.41% 92.333%,84.41% 92.333%,84.119% 93.466%,83.748% 94.521%,83.294% 95.496%,82.756% 96.39%,82.132% 97.203%,81.419% 97.932%,80.617% 98.578%,79.723% 99.139%,78.734% 99.613%,77.65% 100%,4.643% 100%,4.643% 100%,4.476% 99.998%,4.309% 99.988%,4.144% 99.971%,3.979% 99.946%,3.816% 99.913%,3.655% 99.873%,3.495% 99.825%,3.337% 99.769%,3.182% 99.707%,3.03% 99.637%,2.984% 99.613%,2.984% 99.613%,2.45% 99.291%,1.96% 98.915%,1.519% 98.49%,1.127% 98.02%,0.789% 97.511%,0.507% 96.967%,0.285% 96.393%,0.124% 95.795%,0.028% 95.176%,-0% 94.542% );
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
  border-radius: 30px;
  transition: all .4s ease-in-out;
  width: 100%
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper img{
  transform: scale(1.05)
}
.pbmit-service-style-2 .pbmit-featured-wrapper::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
}
.pbmit-service-style-2 .pbminfotech-box-content{
  position: relative;
}
.pbmit-service-style-2 .pbmit-content-box{
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 1;
  width: calc(100% - 30%);
}
.pbmit-service-style-2 .pbmit-service-title{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.pbmit-service-style-2 .pbmit-service-title a{
  color: #fff
}
.pbmit-service-style-2:hover .pbmit-service-title a{
  color: #ff942a;
}
.pbmit-service-style-2 .pbmit-serv-cat{
  display: none;
}
.pbmit-service-style-2 .pbmit-service-icon{
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.pbmit-service-style-2 .pbmit-service-icon img{
  width: 40px;
  height: 40px
}
.pbmit-service-style-2 .pbmit-service-icon i{
  font-size: 40px;
  line-height: 40px;
  color: #fff
}
.pbmit-service-style-2 .pbmit-service-icon svg{
  fill: #fff
}
.pbmit-service-style-2 .pbmit-service-description{
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #fff;
}
.pbmit-service-style-2:hover .pbmit-service-description{
  opacity: 1;
  height: 60px;
}
.pbmit-service-style-2.pbmit-ele-service .pbmit-service-btn{
  color: #000;
  background-color: #fff;
}
.pbmit-service-btn{

    font-weight: 600;
  letter-spacing: -.25px;
    text-transform: capitalize;
  font-style: normal;
}
.pbmit-service-style-2 .pbminfotech-post-item{
  position: relative;
}
.pbmit-ele-blog .pbmit-blog-btn, 
.pbmit-ele-service .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    border-radius: 50%;
    transition: all .5s ease-in-out 0s;
  z-index: 2;
}
.pbmit-ele-service:hover .pbmit-service-btn {
    background-color: #ff942a;
    color: #fff;
}

.pbmit-service-btn i{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;

}
.pbmit-button-icon{
  display: flex;
}

/*===============================================*/
.home-gallery{
  width: 100%;
  float: left;
  margin-top: 80px;
  margin-bottom: 80px;
}
.gallery-title{
  width: 100%;
  float: left;
  padding: 0px 0px 50px;
  text-align: left;

}
.gallery-title h2{
     font-weight: 700;
    font-size: 40px;
    color: #0a1624;
    line-height: 50px;
    margin-bottom: 10px;
}
.gallery-title h6{
     color: #ff942a;
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 6px;
    word-spacing: 7px;
}


.cbp-caption-zoom .cbp-caption-activeWrap {
       background-color: rgba(18, 18, 18, .5) !important;
     }

.cbp-l-caption-body h4 {
    font-size: 1.8rem !important;
}
.cbp .cbp-item{
   padding: 10px !important;
}
.btn-all-projects{
  display: inline-flex;
  float: right;
  align-items: center;
border:1px solid #636466;
}
.btn-all-projects .all{
background: #636466;
padding: 10px 20px;
color: #fff;
transition: all0.5s ease;
}
.btn-all-projects i{
  background: #fff;
padding: 10px 20px;
color: #000;
font-size: 18px;
}
.btn-all-projects:hover .all{
  background: #ff942a;
}
.btn-all-projects:hover{
  border:1px solid #ff942a;
}
/*==================about
==================================================================*/
.home-about{
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.home-about:before{
        position: absolute;
    content: "";
    right: -45px;
    width: 300px;
    height: 275px;
    top: 0px;
    background: url(../images/about-shapes1.png) no-repeat top;
    background-size: contain;
    opacity: 0.04;
}
.home-about p{ text-align: justify;}

.btn-box{
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: left;

}
.moore-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 26px;
  color: #fff !important;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 12px 30px;
  border-radius: 0px;
  background: #094b6d ;
  z-index: 1;
  transition: all 500ms ease; 
  text-transform: capitalize; letter-spacing: 0.3px;
}

.moore-btn i{  
  font-size: 16px;
  line-height: 26px;
}
.moore-btn:after{
   position: absolute;
   content: "";
    width: auto;
    height: auto;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;  
    border:1px solid #fff;
}
.moore-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #ff942a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.moore-btn:hover:before{
  bottom: -40%;
}
.about-one-leftbox{
  position: relative; 
}
.about-one-leftbox img{
  border-radius: 30px;
  margin-bottom: -6px;
}
.about-one-leftbox .box-style-area{
  position: absolute;
  width: auto;
  max-width: 100%;
  bottom: 0;
  right: 0;
}
.pbmit-ihbox-style-12 {
    padding: 10px 0 0 10px;
    position: relative;
    background-color: #fff;
    border-radius: 40px 0 0;
}
.pbmit-ihbox-style-12 h4{
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-top:5px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon {
    text-align: center;
    display: inline-block;
    background-color: #ff942a;
    padding: 20px 30px;
    border-radius: 30px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon  img{ filter: brightness(0)invert(1); width: 60px}

.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
    bottom: 0;
    left: -30px;
    transform: none;
}

.pbmit-top-right-corner {
    top: -30px;
    right: 0;
    transform: none;
}
.pbmit-sticky-corner svg path {
    fill: #fff;
}
/*.about-one-rightbox {
  padding-left: 2rem
}*/
.about-one-rightbox h6{
  color: #ff942a;
  position: relative;
  padding-left:15px;
}

.about-one-rightbox h6:before{
      position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 0;
    border-left: solid 8px #ff942a;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
    top: 5px;
}

.about-one-rightbox h2{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.7rem;
}

.about-ihbox-box {
    border: 1px solid rgba(64, 50, 38,.15);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.about-ihbox-box .icon{
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background-color: #fdf6f6;
    color: #ff942a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s ease;
}
.about-ihbox-box .cont{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
    }
.about-ihbox-box .icon img{
  width:30px;
  transition: all 0.5s ease;
}
.about-ihbox-box:hover .icon{
  background:#ff942a;
}
.about-ihbox-box:hover .icon img{
  filter:brightness(0)invert(1);
}
.homeabout-mission{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.homeabout-mission img{width: 50px;}
/*====================================================================
    Countries Section
====================================================================
*/

.countries-section {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.bg-pattern-2 {
    background-image: url(../images/pattern-2.jpg);
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media only screen and (max-width: 1439px){
.countries-section .bg-image {
    width: 25%;
}
}
@media only screen and (max-width: 1700px){
.countries-section .bg-image {
    width: 28%;
}
}
.training-section .bg-image {
    max-width: 31.4%;
    top: 120px;
    bottom: 0;
    height: auto;
}
.color-orange{color:#ff942a;}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.sec-title h2{
  font-size: 3.5rem;
  line-height: 3.8rem;
  position: relative;
      letter-spacing: -.04em;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.sec-title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right,#45c9fa,transparent);
    content: "";
}
.sec-title .sub-title {
    font-weight: 500;
    font-size: 16px;
    color: #094b6d;
}
.countries-section .sec-title {
        padding-left: 350px;
    padding-right: 150px;
}
@media only screen and (max-width: 700px){
.training-section .bg-image {display: none;}
.countries-section .sec-title {
    padding-left: 0px;
    padding-right: 0px;
}
}


.country-block {
  position: relative;
  /*padding: 15px;*/
  z-index: 9;
}
.country-block .inner-box {
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
      height: 400px;
}
.country-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.country-block .image-box {
  position: relative;
}
.country-block .image {
  position: relative;
  overflow: hidden;
  margin: 0px;
}
.country-block .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.country-block .image::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-image: url(../images/curve.png);
  content: "";
  z-index: 2;
}
.country-block .content-box {
  position: relative;
  padding: 0 40px 35px;
}
.country-block .content-box .flag {
  position: relative;
  display: block;
  margin: -48px auto 15px;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ede8e8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.country-block:hover .content-box .flag {
  background-color: #ff942a;
  color: #fff;
}
.country-block .content-box .title {
      display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.country-block:hover .content-box .title {
  color: #ff942a;
}
.country-block .content-box .text {
      font-size: 14px;
    line-height: 26px;
}
  /* the slides */
  .slick-slide {
      margin: 0 15px;
  }

.process-box {
  text-align: center;
}
.process-box .thumb {
    position: relative;
    z-index: 1;
    height: 140px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-box .thumb span {
        position: absolute;
    right: 45px;
    top: 30px;
    font-size: 1.4rem;
    font-weight: 400;
    /* -webkit-text-stroke: 1px #d5cfcf; */
    color: #ff942a;
}
.process-box .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%) rotate(-30deg);
    background: url(../images/process-thumb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -6px;
    margin-top: 3px;
    z-index: -1;
}
.process-box .thumb img {
    /*height: 100%;
    border-radius: 50%;*/
    width: 105px;
    padding: 22px;
  }
.process-box h3 {
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
    color: #094b6d;
    margin-bottom: 3px;
    line-height: 23px;
}
.col-5-box{
  width: 20%;
  float: left;
     position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.proce-detils{
  position: relative;
  padding-right: 20px;
}
.proce-detils:before{
  position: absolute;
    content: "";
    right: 0px;
    width: 6px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/v-line.png) no-repeat;
}
/*=============================/*/
/*==============pages========================*/
.page-bg{
      /*background: linear-gradient(90deg, rgb(252 255 248), rgb(255 250 244));*/
    width: 100%;
   float: left;
   margin-top:58px;
}
.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  /*margin-top: 45px;*/
}
.text-center{text-align: center !important;}

.page-banner:before{  
   width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(9 75 109) 42%, rgb(251 249 247));
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.75;
}
.pagebanner-text{
  padding: 110px 0px 100px;  
  width: 100%;
  float: left;
  position: relative;
}
.pagebanner-text h1{
    color: #fff;
    font-size: 4rem;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
.pagebanner-text h1 span{ color: #ffeb3b}

.pagebanner-text p{
    color: #000;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    letter-spacing: 0.3px;
}

.pagebanner-text p a{ color: #0087cd;}

.sec-devider{
   width: 100%;
   float: left;
    background: linear-gradient(90deg, rgb(252 255 248), rgb(243 229 214));
    padding: 40px 0px;
}
.sec-devider-text h1{
    color: #222;
    font-size: 3rem;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
.sec-devider-text h1 span{
  background: linear-gradient(to right, #094b6d, #f69420);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  /*=================*/
.inner-page{
  width: 100%;
  float: left;
}
.inner-page p{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 15px;
  text-align: justify;
}
.inner-page p:last-child{ padding-bottom: 0px;}

.inner-page li{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
}
.inner-page li:last-child{ padding-bottom: 0px;}

.inner-sec-title h1{
   color: #222;
    font-size: 3rem;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
.inner-page section{
  padding:60px 0px;
}
/*========about============================*/
.page-sec-title{
  font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    color: #02273a;    
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
.about-page-left h2  {
  font-size: 2.65rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #02273a;
}
.about-who{
  background: #094b6d;
  padding:20px 25px;
  border-radius: 20px;
  color: #fff;

}
.about-who h3{
  color: #fff;
  }
  .about-who p{
  color: #fff;
  }
.about-box{
  background: #f79521;
  border-radius: 18px;
  height: 100%;
}
.about-box-inner{
      background: #f9f9f9;
      height: 100%;
    border-radius: 18px;
    padding: 30px 40px;
    position: relative;
    -webkit-clip-path: polygon(0 0,calc(100% - 50px) 0,100% 50px,100% 100%,0 100%);
    clip-path: polygon(0 0,calc(100% - 50px) 0,100% 50px,100% 100%,0 100%);
}
/*.about-box-inner img{
      position: absolute;
    width: 150px;
    opacity: .08;
    right: 20px;
    top: 20px;
}*/
.about-box-inner h3{
  color: #222;
    font-size: 2rem;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
.about-what li {
  position: relative;
  padding-left:4rem;
  padding-bottom: 25px
}
.about-what li .count {
   position: absolute;
    content: "";
    left: 0;
    color: #ff942a;
    font-size: 1.5rem;
    background: #fbecde;
    padding: 11px;
    border-radius: 5px;
    font-weight: 600;
}
.reasons-box-row .box-count {
        -webkit-text-stroke: 1px #094b6d;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    margin-bottom: 10px;
    display: block;
}
.popular-li li{
  position: relative;
    padding-left: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.popular-li li:before{
  position: absolute;
  content: "\F6FE";
  left:0px;
  font-family: bootstrap-icons!important;
  color: #63edfd;
  font-size: 16px;
  /*    top: 50%;
    transform: translateY(-50%);*/
}
.li-tick li{
  position: relative;
    padding-left: 34px;
}
.li-tick li:before{
  position: absolute;
  content: "\F270";
  left:0px;
  font-family: bootstrap-icons!important;
  color: #000;
  font-size: 16px;
  font-weight: 800;
}
.opportunities-box .icon{
     width: 80px;
    height: 80px;
    background: #094b6d;
    color: #fff;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 14px;
}
.service-contact{
  background: #094b6d;
  padding:3rem 0px;
  text-align: center;
}
.service-contact h3{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 200;
}
.service-contact p{
  color: #fff;
  font-size: 16px;
}
.service-contact a{
  color: #000;
    border-radius: 20px;
    background: #63edfd;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
}
.scholorship-borer{
  border:1px solid #ffc289;
  border-radius: 10px;
  padding: 20px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 10px 30px ;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff7f00;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #1c1632;
  font-weight: 600;
  margin: 10px 0;
}
.mt-4{margin-top:2rem}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.contact .info-box a {
  color: #282828;
}
.contact .email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 40px;
}
.contact .email-form h4{
    font-size: 20px;
  color: #1c1632;
  font-weight: 600;
  margin-bottom: 20px;
}

.email-form input{
    height: 40px;
}
.submit-btn button:hover {
    background: #ff7f00;
}

.submit-btn button {
    background: #636466;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.service-page .about-what h4{margin-bottom: 1px;}