@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@800&display=swap');


.counter{
    color: #eb3b5a;
    font-family: 'Muli', sans-serif;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    padding: 77px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter:after {
    background: linear-gradient(45deg,#b81212 49%, #d74a4a 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.counter .counter-icon{
    color: #fff;
    background: linear-gradient(45deg,#b81212 49%, #d74a4a 50%);   
    font-size: 33px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top:  0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
.counter .counter-icon i.fa{
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon i.fa{ transform: rotateX(360deg); }
.counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 700;
}
.counter.orange{ color: #F38631; }
.counter.orange:after,
.counter.orange .counter-icon{
       background: linear-gradient(45deg,#b81212 49%, #d74a4a 50%);
}
.counter.green{ color: #F38631; }
.counter.green:after,
.counter.green .counter-icon{
       background: linear-gradient(45deg,#b81212 49%, #d74a4a 50%);
}
.counter.blue{ color: #F38631; }
.counter.blue:after,
.counter.blue .counter-icon{
        background: linear-gradient(45deg,#b81212 49%, #d74a4a 50%);
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}


/*--------Job-openings-------->*/
.job_card {
    background: #f6f6f6;
    color: #6d6d6d;
    padding: 30px;
    border-radius: 10px;
    transition: all ease-in-out .3s;
   
    height: 100%;
}

.job_card:hover{
    background: #d74a4a;
    color:#fff;
}
.job_card:hover > ul > li{
    color:#fff;
}

.job_card:hover > .career_btn > a{
    color:#fff!important;
}

.job_card h4 {
    font-family: 'Work Sans', sans-serif;
}


.selection-process{
    background-image: url(Artboard.png);
    height: 469px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*gallary*/

.bg-image{
    background-image: url(salesbie-events/main.jpeg);
    height: 369px;
    background-size: 108%;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.bg-image2{
    background-image: url(salesbie-events/IMG_20211101_172818.jpg);
    height: 369px;
    background-size: 99% 120%;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.bg-image:hover{
    box-shadow: 0px 0px 2px 4px grey;
}

.bg-image2:hover{
    box-shadow: 0px 0px 2px 4px grey;
}

.sg-image img{
    width: 543px;
    border-radius: 30px;
}

.sg-image img:hover{
    box-shadow: 0px 0px 2px 4px grey;
}
.sg-image2 img{
    width: 543px;
    border-radius: 30px;
    position: relative;
    top: -29%;
}

.sg-image2 img:hover{
    box-shadow: 0px 0px 2px 4px grey;
}


.event-type-select{

    width: 32vw!important;
    padding: 8px!important;
    background: #fff!important;
    border-radius: 19px!important;
    position: relative;
    top: 12px;
}

.career_apply_btn{
color: white;
    background: #ce1e25;
    padding: 7px;
    border-radius: 8px;
    text-decoration:none;
}
.career_apply_btn:hover{
background-color: #f6f6f6!important;
text-decoration:none!important;
}





.cmp-customer-summary .cmp-customer-summary__details:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f8), to(#fff));
    background: linear-gradient(
180deg
, #f4f5f8, #fff);
    padding: 0;
    -webkit-transform: skew(
-19deg
, 
0deg
);
    transform: skew(
-19deg
, 
0deg
);
    width: 20in;
    height: 250px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    top: -40px;
    right: -33px!important;
    position: absolute;
    z-index: -1;
    content: "";
}


/*Map*/


.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(229, 229, 229, 0.7);
}









.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.distribution-map {
position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
.distribution-map > img {
  width: 85%;
  position: relative;
  margin: 0;
  padding: 0;
  filter: hue-rotate(
148deg
);
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
     width: 28px;
    height: 27px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(26, 26, 26, 0.85);
  border: 5px solid #7fcff7;
}


.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: unset;
  position:relative!important;
      
}
.distribution-map .map-point:hover, .distribution-map .map-point:hover {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 200px;
  height: 106px;
  color: #e5e5e5;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:hover .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;\

}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}

/*map demo*/



/*********************************************************/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');





.centered-y h2 {
    color: #fff;
    font-size: 17px!important;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
.centered-y p {
    color: #fff!important;
   
}

#float-right{
	float:right;	
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;	
}
.ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}
.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}

.cmp-featured h2 {
    font-weight: 600!important;
    font-family: 'GothamLight'!important;
    font-size: 36px!important;
    line-height: 53px!important;
}
.cmp-text h2 {
    
 /*text-transform:capitalize;*/   
}
.cmp-text h3 {
text-transform:capitalize;
}

.cmp-media__title h6{
     font-weight: 600!important;
    font-family: inherit;
    font-size: 16px!important;
    line-height: 53px!important;
}
