:root{
--color1: #24823f;
--color2: #24823f;
/*--color2: #72bf44;*/
--color3: #ffffff;
--color4: #000000;
--color6: #4a991a;

}

*, ::after, ::before{
  transition: width 0.4s,
  						height 0.4s,
  						max-height 0.4s,
  						max-width 0.4s,
  						left 0.4s,
  						right 0.4s,
  						top 0.4s,
  						bottom 0.4s,
  						padding 0.4s,
  						_font-size 0.4s,
  						box-shadow 0.4s, 
  						border-color 0.4s, 
  						background-color 0.4s,
  						transform 0.4s,
  						opacity 0.4s
  						;
}

/*
*{
outline:1px solid red;	
}
*/
/************************/
@media (max-width:319px){
	body > *{display:none !important;}
	body:before{content:"Resolution is too small. please enter from other device.";display:block !important;padding:10px 10px;text-align:center;}
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

body, input, textarea, select {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}

img{max-width:100%;height:auto;}

.lazy-container{display:inline-block;height:0px;padding-bottom:50%;}
.lazy-container > img{width:100%;}
.img-container:empty{
	background-image:url('../images/no-image.jpg.webp');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

h1, h2, h3, h4, h5, h6,
.text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6 {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
h5{font-size:18px;}
 
#head-liner h1,.text-h1{
	line-height:70px;
	position:relative;

	text-shadow: 0px 1.6px 1.6px rgb(0 0 0 / 40%);
	transition: all 0.4s ease-in-out;
	padding:30px 0px;
	
	font-size:68px;
	font-weight:900;
	max-width:85%;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	border:4px solid var(--color2);

}
#head-liner h4{	text-align:center;}
 @media(min-width:327px) and (max-width:767px){
		#head-liner h4 {max-width: 310px;}
 }
 


h2{
	
}
/*h3{
	font-weight:500;
	height: 26px;
	font-size:38px;
	border-bottom: 1px solid var(--color2);
	min-height: 0;
	text-align:center;
	margin:30px 0px;
}
h3 span{
	display:inline-block;
	padding:0px 10px;
	background-color:#FFFFFF;
}
*/
h3{
	margin:30px 0px;
	position:relative;
	text-align:center;
}
h3 span{
	display:inline-block;
	background-color:#FFFFFF;
	padding:0px 15px;
}
h3 span::before{
	content:'';
	border-bottom:1px solid var(--color1);
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	z-index:-1;
}

h4{
	font-weight:bolder;
	border-left: 4px solid var(--color2);
	font-weight: 500;
}
a{}
a:hover{}
/*buttons*/
.abtn{
	display:inline-block;
	line-height:38px;
	padding:0px 12px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:6px;
	background-color:var(--color2);
	color:#FFFFFF;
	font-size:16px;
}

.abtn:hover{
	background-color:var(--color2);
	color:#FFFFFF;
}
.abtn.abtn-default:hover{
	background-color:var(--color4);
}
.abtn.abtn-big{
	line-height:48px;
	font-size:20px;
	font-weight:600;
	padding:0px 20px;
}
.abtn.abtn-gradient{
	background-image:linear-gradient(to right, #4B6F44, #13B002);
}
.abtn.abtn-stretch{
	transition: all 0.4s ease-in-out;
}
.abtn.abtn-rounded{
	border-radius:6px;
}
.abtn.abtn-stretch i {display:none;}
.abtn.abtn-stretch:hover{
	letter-spacing:4px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius:6px;
  transition: all 0.2s ease-in-out;
}
.abtn.abtn-stretch:hover i {display:inline-block;}
.abtn.abtn-black{
	background-color:#212529;
	box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3)
}
.abtn.abtn-black:hover{
	border-radius:6px;
	background-color:var(--color2);
	box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3)
}

form.waiting .submit{
	cursor:progress;
	background-color:#C0C0C0 !important;
}

form input.error, form textarea.error{border-color:#FF0000;}

form .error-text{color:#FF0000;}
form .error-text:empty{display:none;}

.text-h3{font-size:28px;line-height: 30px;font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;}

html,body{margin:0px;padding:0px;-webkit-font-smoothing: antialiased;}
main{margin:0px;padding:0px;box-sizing:border-box;}
main > .container{margin-top:30px;}



header .logo{max-width:220px;max-height:70px;display:block;}

header .phone_mail_first_info{
 background-color:var(--color1);
 color:var(--color3);
 font-size:12px;
 font-weight:600;
 padding: 6px 0px;
}
header .phone_mail_first_info .col>img{
 font-size:16px;
 height:11px;	
}
header .phone_mail_first_info a{
 color:var(--color3);	
}
header .phone_mail_first_info a:hover{
 opacity: 0.7;
 transition: all 0.4s ease-in-out;
}

header .main_menu_logo{
 height:80px;	
}

.menuRadio{display:flex;list-style:none;}
.menuRadio li{position:relative;list-style:none;}

@media(min-width:992px){
	
	body:not(#tinymce){padding-top:112px;}
	body.scrolled{padding-top:78px;}
	body.scrolled header{background-color:#000000cc;}
	body.scrolled header .logo{max-width:0px;max-height:0px;}

	header{position:fixed;top:0px;left:0px;right:0px;z-index:999;background-color:#FFFFFF;}
	
	header #navstyling{margin:0px;margin-left:auto;display:flex;}
	
	header #navstyling .nav-link{display:flex;align-items:center;cursor:pointer;color:var(--color4);text-transform:uppercase;font-size:13px; font-weight:bold;position:relative;white-space:nowrap;}
	header #navstyling ul{position:absolute;opacity:0;margin:0px;padding:0px;left:-30px;max-height:0px;overflow:hidden;}
	header #navstyling ul .nav-link{color:#FFFFFF;}
	header #navstyling ul.lvl-1{top:59px;}
	header #navstyling ul.lvl-1 ul{translate:-105%;z-index:-1;}

	header #navstyling label.nav-link:after{border: 2px solid black; border-top-width: medium; border-right-width: medium; border-bottom-width: medium;border-left-width: medium;border-width: 0 2px 2px 0;display: inline-block;content: "";padding: 2px;transform: rotate(45deg);margin-left: 8px;position:relative;top:-1px;}
	header #navstyling ul label.nav-link:after{border-color:#FFFFFF;}
	header #navstyling input[type=radio]:checked ~ label.nav-link:after{transform: rotate(-135deg);top: 2px;}
	header #navstyling .nav-link:hover{opacity: 0.7;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
	header #navstyling .nav-link.active{color:var(--color2);}
	header #navstyling li{margin:auto 5px;}
	header #navstyling li.special > a,header #navstyling li.special > label{color:#FF0000;}

	header #navstyling input[type=radio]:checked ~ ul{opacity:1;padding:10px;max-height:400px;overflow:visible;}
	header #navstyling input[type=radio]:checked ~ ul{left:0px;}
	header #navstyling ul{background-color:var(--color6);border-top:2px solid var(--color2);}
	
	body.scrolled header #navstyling .nav-link{color:#FFFFFF;}
	body.scrolled header #navstyling label.nav-link:after{border-color:#FFFFFF;}
	body.scrolled header #navstyling ul{background-color:#000000cc;}
	body.scrolled header #navstyling ul.lvl-1{top:41px;}
}

@media(max-width:991px){
	header #navstyling{border-top:2px solid var(--color2);padding:0px;padding-top:30px;}
	header #navstyling{display:flex;flex-direction:column;width:90%;position:relative;margin:0px auto;}
	header #navstyling ul{position:relative;display:block;}
	header #navstyling li{display:flex;flex-direction:column;}
	header #navstyling ul{order:3;}
	header #navstyling ul li{order:2;}
	header #navstyling .nav-link{color:#0a0a0a;display:block;border-bottom:1px solid rgba(0, 0, 0, 0.06);}
	header #navstyling .nav-link:hover{background-color:rgba(0, 0, 0, 0.03);opacity:0.7;}
	header #navstyling ul li:last-child .nav-link{border-bottom:0px;}
	header #navstyling label.nav-link{font-weight:bolder;}
	header #navstyling .lvl-1 + label.nav-link{background-color:rgba(0, 0, 0, 0.06);}
	header #navstyling li{}
	
}

.text-responsive{font-size: calc(50% + 1vw + 1vh);}

.container-fluid .row .first{
 	width:100%;
 	max-width:100%;
 	background-color:var(--color1);
 	padding:5px 30px;
}

button #book-dropdown{
display:none;	
}

button #book-dropdown:hover{display:block;}

button:focus:not(:focus-visible){
 border:none;	
 color: transparent;
}

#global{
	position:relative;
	display:block;
	padding:0;
	margin:0;
	top:0;
	left:0;
}

#global video {
 width: 100%;
 height: 100%;
 position:absolute;

 background-position: top center;	
 z-index:11;
 object-fit:cover;
 overflow:hidden;
 padding:0;
 margin:0;
}



#global .content p{
	position:relative;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size:18px;
	
	text-shadow: 0px 1.6px 1.6px rgb(0 0 0 / 40%);
	padding:30px 0px;
	line-height:26px;
	transition: all 0.4s ease-in-out;
}

#head-liner .btn{margin-top:20px;}
.button-stretch,
#global .content button,
#head-liner .btn{
  position:relative;
  text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	font-weight:600;
	background-color:#13B002;	
	border-radius:36px;
	padding:0px 18px;
	line-height: 50px;
	background-image: linear-gradient(to right, #4B6F44, #13B002);
	border:none;
	transition: all 0.4s ease-in-out;
	z-index:13;

}
.button-stretch:hover,
#global .content .btn:hover,
.bigBannertext button:hover,
#head-liner .btn:hover{
	letter-spacing:4px;
	color:#FFFFFF;
	background-color:#13B002;
	border-color:transparent !important;
	border-width:inherit !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  
  }

#global .content{
 z-index:20;
 position:relative;
 top:0;
 left:0;
 padding: 75px 0px 210px 0;
}

#global .svg.cornerDown,
#firstSvg{
	position: absolute;
	z-index: 12;
	bottom: 0px;
	width: 100%;
	transition:unset;
}

#global .cornerDown img, 
#firstSvg img{
	transition:unset;
	 position: relative;
   background-size: 100% 100px;
   background-position:bottom center;
   margin-bottom: 0px !important;
   padding-bottom: 0px !important;
   height: 100px;
   width: 100vw;
   top: 0px;
   left:0;
   bottom:0;
   display: inline-block;
 }

.card-bg-green{
 background-color:var(--color1);
}
.card-bg-darkgray{
 background-color:#383838;
}
.card-bg-white{
 background-color:#ffffff;
}

#firstCard p,#secondCard p,#thirdCard p,
#firstCard ul,#secondCard ul,#thirdCard ul{
 font-size:17px;
}

#firstCard h4,
#secondCard h4,
#thirdCard h4{
 font-family:"Oswald";
 letter-spacing:3px;
 font-weight:800;
 font-size:28px;
}

	#secondCard{
	 margin-top:100px;
	 padding: 50px 43px;
	/* padding: 15% 10%;*/
	}
	
	#firstCard, #thirdCard {
	 padding: 50px 43px;
	 /*padding: 15% 10%;*/
	}


main ul:not(.unstyled){
	padding-left:10px;
	list-style:none;
}
main ul:not(.unstyled) li{
	padding-left:26px;
	position:relative;
	margin:12px 0px;
}
main ul:not(.unstyled) li:before{
	content:'+';
	display:block;
	position:absolute;
	top:7px;
	left:0px;
	width:16px;
	height:16px;
	line-height:14px !important;
	text-align:center;
	padding:0px 0px 0px 0px !important;
	border-radius:50%;
	color:#FFFFFF;
	background-color:var(--color2);
}

#mainServices{
 display:flex;
 justify-content:center;
 align-items:stretch;	
position:relative;
z-index:2;
}

#mainServices h4{border:0px;}

#mainServices #firstCard:hover,
#mainServices #secondCard:hover,
#mainServices #thirdCard:hover
{
	transform:scaleX(1.08) scaleY(1.08);
	transition:all 0.4s ease-in-out;
	box-shadow: 50px 70px 160px -42px rgba(0,0,0,0.3);
}

  #firstCard ul li,
  #secondCard ul li,
  #thirdCard ul li{
 	padding-left:0;
 	margin-left:0;
 	color:#ffffff;
 	}

  #firstCard ul li:before,
  #secondCard ul li:before{
  color:#ffffff;	
  }
    
#thirdCard ul li,
#thirdCard ul li:before{
	color:#000000;
}

.textSolutions{
	line-height:24px;
	text-align:justify;	
}

.coffeeblock{
	margin: 100px 0px;
	background-blend-mode: darken;
  background-image: linear-gradient(169deg,#24823F 0%,#72BF44 100%),url('../images/cofeeblock-bg.jpg.webp')!important;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
	/*height:244.2px;*/
	max-height: 244.2px;
}

#cofIm{
	position:relative;
	top:10px;
	}

#coffee{
	position:relative;
	top:-38px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.coffeeblock .btn:hover{
 	letter-spacing:4px;
 	background-color:var(--color2);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  border-color:transparent;
	transition: all 0.4s ease-in-out;
}

.coffeeblock .btn:hover span{
	left: auto;
	margin-left: .3em;
	opacity: 1;
}

.coffeeblock .btn span{
	line-height: inherit;
	font-size: inherit !important;
}

 
 .coffeeblock .btn span{
 display:none;	
 }
 .coffeeblock .btn:hover span{
 display:inline-block;	
 }
 .coffeeblock h2 {
 	font-family:"Poppins";
 	font-weight: bold;
  font-size: 40px;
  color: #FFFFFF !important;
 }

.textOperator ul li{
	margin-left:-15px;
	padding-left:0px;	
}

.textOperator h2{
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins";
  text-align:left;
  line-height:1em;
}

div.textOperator ul,
div.textOperator p{
 font-size:18px;	
}

.operator{
 position:relative;
 max-width:100%;
}

.iii, .trd{
	position: absolute;
	z-index: 3;
	width:100%;
	height:12vh;
	left:0;
	right:0;
}

.iii{
	top:0px;
}
.trd{
	bottom:0px;
}

.iii img{
	position: relative;
  width:100vw;
  height:100%;
}

.trd img{
	position: relative;
	width:100vw;
  height:100%;
}

#businessBlock{
	background-position: top center;
	background-image: url("../images/business-comfort.jpg.webp") !important;
	background-size: cover;
	background-repeat:no-repeat;
	margin:0;
	background-color: #000000 !important;
	padding:250px 0px;
	clear: both;
  width: 100%;
 
}

.bigBannertext{
	position:relative;
	border-left: 3px var(--color2);
	z-index: 100;
	font-weight:900;
}

.bigBannertext div{
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
	font-size:1.75rem;
	margin-bottom:30px;
}


.card-body .card-title {
 font:700 28px "Poppins";
}
 

hr{
	margin:0 6%;
}

.greenFooter{
	background-image:linear-gradient(180deg,#36770d 0%,rgba(31,89,14,0.71) 100%),url('../images/cofeeblock-bg.jpg.webp');
 	background-color: #0c71c3;
 	height:auto;
 	color:#ffffff;
 	display:flex;
 	flex-direction:column;
 	min-width:27%;
}

 .greenFooter .bl{
 display:flex;
 flex-direction:column;
 justify-content:center;
 padding-left:50px;
 padding-top:30px;
 line-height:14px;
}

.greenFooter .bl span{
 font-size:1rem;	
}
.greenFooter .bl h5{
	font-size:18px;
}
.greenFooter .bl h5 i{
  height:32px;
  width:32px;
}
 
.greenFooter div a i{
	display:inline-block;
	max-width:100%;
	}

 .greenFooter div a{
	 max-width:100%;
	 margin-left: 20px;
	 padding:0px;
	 margin-bottom:30px;
	 display:block;
	 width:32px;
	 height:32px;
}
 
.greenFooter .iconsAr{
   display: flex;
   align-items: center;
   margin-top: 50px;
   margin-left: 50px;
   box-sizing: content-box;
}

.mapbackgr{
	flex-grow:1;
	background-color:#F4F4F4;
}

.mapAdr .fonBack{
  width:800px;
	height:600px;
	background-color:#F4F4F4;
	border:0;
  max-width:100%;	
  padding-right:40px;
}


.carousel-item {
	/*height:32rem;*/
	max-width: 140px;
}

footer ul {
  list-style: none;
}

footer ul li::before {
	color: var(--color1);
	font-weight: bold;
	display: inline-block;
	margin-left: -1em;
	border-radius: 3px;
	border-style: solid;
	border-width: 3px;
	content: "";
	margin-right: 8px;
}

 .navbar-light .navbar-nav .nav-link.active,
 .navbar-light .navbar-nav .show > .nav-link{
	 color:var(--color2);
	 font-size: 13px;
 }

.navbar-light .navbar-nav .nav-link{
 color:var(--color4);	
}
.navbar-light .navbar-text a{
	color:var(--color3);	
	font-weight: bold;
}

.nav-item.dropdown .nav-link.childrops{
 color:var(--color3);	
}

#MainMenu .navbar-nav .nav-item.dropdown #dropdown-aboutus ul,
#MainMenu .navbar-nav .nav-item.dropdown #dropdown-services ul{
display:none;	
}
#MainMenu .navbar-nav .nav-item.dropdown #dropdown-aboutus:hover ul,
#MainMenu .navbar-nav .nav-item.dropdown #dropdown-services ul{
display:flex;	
}
  @media(max-width:567px){.navbar-light  .navbar-toggler{margin-right:5px!important;}}
 
.container .d-flex .navbar button .navbar-toggler-icon,
.container .d-flex .navbar button .navbar-toggler-icon:focus {
 outline: none;
 box-shadow: none;
}
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-callcenter"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-bpo"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-web"]{
	  top: -26px;
	  right: 115%;
	  left: auto;
	  margin-top: 0;
	  margin-right: .125rem;
	}

.dropstart .dropdown-toggle::before{
	display:none;	
}

.mainServices>*{
 margin:0;	
}

 li .nav-item.dropdown>a{
 color:var(--color4);	
}

#cofIm div h2 {
	font-family:"Poppins";
	font-weight: 800;
	font-size: 38px;
	color: #FFFFFF !important;
}

.center{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

 span.icon_up_visible{
	display:block;
	color:#FFFFFF;
	background-color:#808080;
	width: 39px;
	height:39px;
	position:fixed;
	bottom:5rem;
	right:0px;
	border-radius:3px 0px 0px 3px;
	opacity:0.75;
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	cursor:pointer;
 }
 
 span.icon_up_visible .arrowUp{
  border: solid #FFFFFF;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-135deg);
  margin-left: 14px;
  margin-right: 0px;
  text-align: center;
  margin-top: 19px;
}

a#dropdown-aboutus:hover ul.dropdown-menu{
 display:block;
}

#our_services h3{
 height:1em;
 border-bottom:1px solid #13B002;
 min-height:0;
}
#our_services h3>span{
  display:inline-block;
	height:auto;
}

ul.dropdown-menu>li>a.dropdown-item,
 .navbar-light .navbar-nav .nav-link{
 text-transform:uppercase;
 font-size: 13px;
 padding-right: 15px;	
 }
 

#head-liner{
	min-height:320px;
	background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../images/call-center.jpg.webp');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.second.title{font-family:'Source Sans Pro';}
.second.title > div:nth-child(1){font-size:1rem;}
.second.title > div{
	display:inline-block;
	width:auto;
	font-size:3rem;
	font-weight:bolder;
	border-bottom:3px solid #7cda24;
	padding-bottom:5px;
}
.second.title >h6{ padding-top:5px;font-size:37px;}

.second.title >h1{ padding-top:10px;font-size:37px;}


.svgicon{display:inline-block;position:relative;top:4px;margin-right:5px;}
.svgicon:before{content:'';display:inline-block;padding-bottom:100%;height:0px;width:100%;background-repeat:no-repeat;background-position:center;background-size:contain;}
.svgicon.linkedin-in:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");}
.svgicon.facebook:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");}
.svgicon.house-solid:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FFFFFF' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");}
.svgicon.phone-solid:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");}
.svgicon.envelope-solid:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");}


#WhoAreWe h5{font-family:'Source Sans Pro';}
#WhoAreWe ul>li{line-height:26px;}
#WhoAreWe>div>div>div.col-4{
	border-top:3px solid #7cda24;

}

.posts.item h2>img{
 display:block;
 margin-left:auto;
 margin-right:auto;
 margin-top:20px;
 margin-bottom:20px;	
}
.vcard>span {
 color:#848484;	
}

.posts.lists > div{margin-bottom:20px;}
.posts.lists > div:after{content:'';display:block;border-bottom:1px solid var(--color1);opacity:0.3;
	width:90%;margin:0px auto;position:relative;
}
.posts.lists .info,
.posts.item .info {
	font-size: 14px;
  padding-top: 3px;
}
main .posts.lists .title{
 padding-top:25px;
 padding-bottom:15px;	
}
main .posts.lists .title>a{
font-size: 51px;
color: #161616;	
text-decoration:none;
line-height: 1em;
font-weight: 500;
}
main .posts.lists .announce{
 padding-top:1em;
 padding-bottom:1em;	
}

.plusOnGreen{
	background-color: var(--color2);
	border-radius: 13px;
	padding: 0px 7px;
	color: var(--color3);
	font-size: 14px;
	margin-right: 7px;
	top: 3px;
  left: -25px;
}


#ourTeam{
	height:308px;
	background:radial-gradient(circle at center,rgba(10,10,10,0.5) 0%,#0a0a0a 100%),url('/images/why-outsource-cover.jpg.webp');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

#someNumbers .green-emails{
 	color:var(--color2);
 	font-family:sans-serif;
 }


.cardTeam{
box-shadow:	 0px 2px 45px 0px rgba(0,0,0,0.1);
}


.cardTeam .card-img-top{
	width:81%;	
	margin-left: auto;
	margin-right: auto;
}

.cardTeam .card-body .card-title {
  font: 700 16px "Poppins";
}

.accordion-item>h2>button{
  background-color:var(--color1);
  color:var(--color3);	
  font-size: xx-large;
}
.accordion-item button:focus:not(:focus-visible) {
  border: transparent;
  color: var(--color1);
  background-color: var(--color3);
  font-size:xx-large;
}
.accordion-button:not(.collapsed) {
  color: var(--color1);
  background-color: var(--color3);
  box-shadow: none;
}
.accordion-button:focus {
  outline: unset;
  box-shadow: unset;
}

.accordion-flush .accordion-item{
 border:1px solid #C9C9C9;
 margin-bottom: 34px;
}
.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #C9C9C9;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #C9C9C9;
}
#WhoAreWe > div > div > #accordionFlushExample{
	border-top:none;
}
.accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
 
  margin-top:auto;
  margin-bottom:auto;
  content: "+";
  background-color: var(--color3);
  background-image:none;
  border-radius: 13px;
	padding: 0px 5px;
	color: var(--color1);
	font-size: 20px;
	text-align:center;
}
.accordion-item button:focus:not(:focus-visible)::after {
   display:none;
}

#corSocRes{
	border-left:4px solid #72bf44;
	font-size: 28px;
}

.dropdown-toggle::after {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  content:"";
  padding: 2px;
  transform: rotate(45deg);
  margin-left:8px;
}
.dropdown-menu.childrops .dropdown-toggle::after{
 	border: solid white;
 	border-width: 0 1px 1px 0;
  display: inline-block;
  content:"";
  padding: 2px;
  transform: rotate(45deg);
  margin-left:8px;
}

.header-fixed{
	display:none;
	position: fixed;
	top: 0;
	z-index: 999;	
	width:100%;
	background-color:#0008;
	}

.header-fixed .d-flex nav .bg-white,
.header-fixed .d-flex span{
 background-color:#0008;
 color:#fff;
 height:auto;
}

.header-fixed .container-fluid .d-flex nav #MainMenu .navbar-light .navbar-text{
	color:#fff;
}

.header-fixed a{
 display:none;	
}

.header-fixed .container-fluid .row .first{
  background-color:var(--color2);	
}
.big_topmenu nav{
	z-index:99;
}

#DCandDM .time-saving{
 margin-left:14px;	
}


	header form.navbar_searchbox{
		right:10px;
		background: rgba(0, 0, 0, 0) !important;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 1000;
		width: 100%;	
	}
	
	header form.navbar_searchbox input{
		font-size: 13px;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		text-decoration: none;
		color: #000000;
		width: 100%;
		border: none;
		position: relative;
		top: 31px;
		bottom: 539px;
		right: 0px;
		margin: auto;
		background: transparent;
		-webkit-appearance: none;
		text-align: left;
		padding: 40px 10px;
	}


header form.navbar_searchbox input {display:block;}
header form.navbar_searchbox.close input{display:none;}

header form.navbar_searchbox label {
 display: block;
 position: relative;
 width: 18px;
 float: right;
 margin: -59px -51px;
}
	
	header form.navbar_searchbox input::placeholder{
	opacity:100;	
	}
	
	header form.navbar_searchbox input.form-control:focus {
	  color: #212529;
	  background-color: #fff;
	  border-color: #86b7fe;
	  outline: 0;
	  box-shadow: unset !important;
  }
 #blog_news div>div{
  border-right:1px solid #ccc;
 }
 #blog_news .resp_title_h1>a{display:block;font-size:38px; line-height:1em;}


footer .container>.row>.col li>a.quoted{
	 margin: 20px 0 30px;
	 border-left: 5px solid #72bf44;;
	 padding-left: 20px;	
}

form.form-inline{
 max-height:52px;	
}


form.form-inline input.form-control{
	position: relative;
	top: -42px;
	left: 0;
	width: 30rem;
	padding: 30px 0px;
	border: 0px;
	box-sizing: border-box;
	max-width: 100%;
	transition: height .4s ease-in-out;
	margin-right: 0;
}

form.form-inline button[type="submit"]{
display: inline-block;
	position: relative;
	top: 2px;
	color: var(--color1);
	background-color: transparent;
	border: 0px;
	font-size: 20px;
}


 
.form-inline .top_menu_open[aria-expanded="false"]{
  background-size: 33%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23737373'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  height:50px;
  width:50px;
}

.form-inline .top_menu_open[aria-expanded="true"]{
  background-size: 33%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  height:50px;
  width:50px;
}

.form-inline .top_menu_open[aria-expanded="true"] input{
 display:block;	
}


.form-inline .top_menu_open[aria-expanded="false"] input{
 display:none;	
}
 
 
#MainMenu{
 position:relative;	
 z-index:99;
}
#MainMenu > ul{
	z-index:99;
} 


.back{
  /*padding: 1%;*/
  background: #fff;
  max-width:10%;
}

.back .searchicon {
   float: left;
   margin-top: -48px;
   position: relative;
   top: 57px;
   left: 0px;
   color: #000000;
   z-index: 2;
   /* Allows focusing the input element *through* the search icon */
   pointer-events: none;
}
   
.back .extand {
    width: 13%;
    box-sizing: border-box;
    border: 2px solid #fff;
    font-size: 16px;
    background: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    opacity:0;
}

.back .extand:focus {
    width: 90%;
    background-color: #fff;
    outline: var(--color1);
    border:2px solid var(--color1);
    opacity:1;
    
}
.back .extand::placeholder{display:none;}
	
.back .extand:focus::placeholder{
 display:block;
 font-size:13px;
 color:#000;	
}

.back .extand:focus + .searchicon {
  color: white;
  display:none;
}


.pagination .active .page-link{
    background-color: var(--color1);
    border-color:var(--color1);
    color: #fff;
}

.pagination  .page-item  .page-link:focus,
.pagination  .page-item  .page-link:hover,
.pagination  .page-item  .page-link:focus,
.pagination  .page-item  .page-link:hover,
.page-item:first-child .page-link.active:hover,
.page-item:last-child .page-link.active:hover{
    
    background-color: #fff;
    border-color: var(--color1);
}
.pagination  .page-link{
    color: var(--color1);
    border: solid 1px var(--color1) !Important;
}

.pagination .page-link:hover{
    color: white;
    background-color: var(--color1) !Important;
    border: solid 1px var(--color1) !Important;
}

/*------------------------
Extra small
<576px 	Small
≥576px 	Medium
≥768px 	Large
≥992px 	X-Large
≥1200px 	XX-Large
≥1400px
--------------------*/

@media (min-width:1201px) and (max-width:1400px){
 	#blog_news .resp_title_h1>a{display:block;font-size:34px; line-height:29px;}
 	
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-callcenter"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-bpo"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-web"] {
	  top: -29%;
	  right: 110%;
	  left: auto;
	  margin-top: 0;
	  margin-right: .125rem;
  }
	

}

@media (min-width:992px) and (max-width:1200px){
	#blog_news .resp_title_h1>a{display:block;font-size:27px; line-height:23px;}
	
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-callcenter"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-bpo"],
	.dropstart .dropdown-menu.childrops[aria-labelledby="dropdown-services-web"]{
	  top: -29%;
	  right: 110%;
	  left: auto;
	  margin-top: 0;
	  margin-right: .125rem;
  }
  
	.dropdown-menu.childrops .dropdown-toggle::after {
	  border: solid white;
	  border-width: 0 1px 1px 0;
	  display: inline-block;
	  content: "";
	  padding: 2px;
	  transform: rotate(45deg);
	  margin-left: 8px;
	}
	#MainMenu #navstyling li.dropdown li.active:first-child{
  border-top: 4px solid var(--color2);
 }
 
 body>footer .container{
  padding-right:0;
  padding-left:0;	
 }
 main .posts.lists .title > a {
  font-size: 40px;
 }
 
}

@media (min-width:768px) and (max-width:991px){
	#head-liner h1,.text-h1{font-size:49px;}
	
	#blog_news{padding:0px 50px;}
	#blog_news div>div{border-right:0px;}
	#blog_news .resp_title_h1>a{display:block;font-size:24px;}
	
	header #navstyling a#dropdown-services-callcenter,
	header #navstyling a#dropdown-services-bpo,
	header #navstyling a#dropdown-services-web,
	header #navstyling a#dropdown-services-callcenter ul.childrops>li.dropstart{
	 color:var(--color4);	
	}
	
	.dropdown-menu.childrops .dropdown-toggle::after {
		border: solid black;
		border-width: 0 1px 1px 0;
		display: inline-block;
		content: "";
		padding: 2px;
		transform: rotate(45deg);
		margin-left: 8px;
  }
  
	.lang_icon{
		display:none;
	}
	
  
	#secondCard{
	margin-top:0px;	
	}
	
	.coffeeblock{
	  max-height:437px;
	}
	
	#coffee{
		flex-direction:;
		align-items:center;
		justify-content:center;
		flex-direction: column;
	}
	
	#cofIm{
   position:relative;
	 top:-30px;
	 text-align:center;	
	 max-width:300px;
  }
  
 
  div.lets{
	margin-top:0px;
	text-align:center;
	width:100%;
  }
 div.lets h2{
 	font-size:34px;
 	font-weight:bold;
 	margin-top:0;
 	padding-top:0;
 	width:700px;
 }
 .lets button span{
 display:none;	
 }
 .lets button:hover span{
 display:inline-block;	
 }
  
 footer div div div h4{
	 font-size:32px;
 }
 
 
  
  .bigBannertext {
	 	width: 100%;
	 	font-size:18px;
  } 
  .bigBannertext div {
    font-size: 1.47rem;
  }
  hr{
   	margin:0;
  }
  .mapbackgr, 
  .greenFooter{
  	width:100%;
  }
  
 
 #global .content p{
  font-size:21px;
  padding-top:10px;	
 }
 
 #global .content{
   padding: 30px 0 120px 0;
 }
 
 .navbar-brand img{
	max-width:75%;
 }
 main .posts.lists .title > a {
  font-size: 35px;
}
 
}

@media (min-width:576px) and (max-width:767px){
	#head-liner h1,.text-h1{font-size:32px;line-height: 50px;}
	
	#blog_news{padding:0px 50px;}
	#blog_news div>div{border-right:0px;}
	#blog_news .resp_title_h1>a{display:block;font-size: 19px;line-height: 17px;}
	
	
		.lang_icon{
		display:none;
	}
	.container-fluid .row .first{
	 justify-content:center;
	 align-items:center;
	}

	
	#secondCard{
	margin-top:0px;	
	}
	
	.coffeeblock{
	  max-height:470px;
	}
	
	#coffee{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	
	#cofIm{
		position:relative;
		top:-30px;
		text-align:center;	
  }
  .lets{
	margin-top:0px;
	text-align:center;
  }
  .lets h2{
 	font-size:34px;
 	
  }
  .lets button span{
 display:none;	
 }
 .lets button:hover span{
 display:inline-block;	
 }
 
 footer div div div h4{
	font-size:36px;	
 }
 
 	.bigBannertext div {
	   font-size: 1.3rem;
	}

hr{
	margin:0 3%;
}


 
 div.lets{
  width:100%;	
 }
 
 .bigBannertext h3{
 	width: 30rem;
	font-size: 1rem;
	
 }	
 
 #h6_desc{
  font-size:17px;
  font-weight:400;	
 }
 

 #global .content p{
  font-size:15px;	
  padding-top:0;
 }
 
 #global .content {
   padding: 0px 0 100px 0;
 }
 
 #firstCard h4, #secondCard h4, #thirdCard h4 {
   font-size: 20px;
 }
 
 footer div div div h4{
	 font-size:28px;
 }
 
 .navbar-brand img{
	max-width:80%;
 }
 .back {max-width:100%;}
 .back .extand:focus {
    width: 100%;
    border:unset;
 }
 
 h3 {
  height: 18px;
  font-size: 26px;
  margin: 26px 0px;
 }
 .text-h3 {
  font-size: 21px;
  line-height: 21px;
 }
 
 main .posts.lists .title > a {
  font-size:27px;
 }
}

@media (min-width:327px) and (max-width:575px){
	#head-liner h1,.text-h1{font-size:32px;line-height: 50px;}
	
	#blog_news{padding:0px 50px;}
	#blog_news div>div{border-right:0px;}
	#blog_news .resp_title_h1>a{display:block;font-size: 18px;line-height: 16px;}

  
	.lang_icon{
		display:none;
	}

	#secondCard{
	margin-top:0px;	
	}
	
	.coffeeblock{
	  max-height:532px;
	}
	
	#coffee{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	
	#cofIm{
   position:relative;
	 top:-30px;
	 text-align:center;	
  }
  .lets{
	margin-top:0px;
	text-align:center;
  }
 .lets h2{
 	font-size:34px;
 }
 .lets button span{
 display:none;	
 }
 
 
  
footer div div div h4{
 font-size:32px;	
}

.bigBannertext{
 margin-left:6%;
}
 .bigBannertext h3{
  width: 67vw;
  font-size: 1rem;
 }
 
 #h6_desc{
  font-size:17px;	
 }
 
 #ourServices .services span{
   font-size:18px;	
  }
  
 div.lets h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF !important;
 }
 

.cardTeam{
	min-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}
 
  #global .content p{
   font-size:15px;
   padding-top:0;	
  }
  
  #global .content {
   padding: 0px 0 70px 0;
   }
   
   #global .content button{
   margin-bottom:20px;	
  }
  
  #firstCard h4, #secondCard h4, #thirdCard h4 {
   font-size: 20px;
  }
  
 .navbar-brand img{
	max-width:75%;
 }
 
 
 .back {max-width:100%;}
 .back .extand:focus {
    width: 100%;
    border:unset;
 }
 
 h3 {
  height: 13px;
  font-size: 17px;
  margin: 24px 0px;
 }
 .text-h3 {
  font-size: 17px;
  line-height: 21px;
  padding-top: 12px;
 }
 .bigBannertext div {
  font-size: 1.25rem;
 }
  main .posts.lists .title > a {
   font-size: 22px;
 }
 
 }

@media(max-width:356px){
 #head-liner h1{padding-left:2.2rem!important;padding-right:2.2rem!important;	}
}
@media only screen and (max-width: 327px) {
	#blog_news{padding:0px 50px;}
	#blog_news div>div{border-right:0px;}
	#blog_news .resp_title_h1>a{display:block;font-size:16px;}
		
	#global .content {
    padding: 0px 0 70px 0;
  }
		
	
  #global .content p{
   font-size:15px;	
  }
  
  #global .content button{
   margin-bottom:10px;	
  }
  
  #our_services h3 span{
	 font-size:17px;
  }
  
  #our_services h3{
   height:17px;	
  }
  
	
 #firstCard h4, #secondCard h4, #thirdCard h4 {
   font-size: 20px;
 }
 
 .coffeeblock{
	  max-height:532px;
	}
	
	#coffee{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	
	div.lets h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF !important;
  padding-top:10px;
 }
 
 .navbar-brand img{
	max-width:75%;
 }
 .back {max-width:100%;}
 .back .extand:focus {
    width: 100%;
    border:unset;
 }


}

.captcha-input-box{
	display:flex;
}
.captcha-input-box img{
	cursor:pointer;
}

.tpl-202404250946,
.tpl-202404250948{
	max-width:1024px;
	margin:0px auto;
	position:relative;
	font-size:20px;
}

.tpl-202404250946 .head,
.tpl-202404250948 .head{
	color:#24823f;
	font-weight:bolder;
	text-align:center;
	font-size:26px;
}

.tpl-202404250946 .block1,
.tpl-202404250948 .block1{
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:15px;
}

.tpl-202404250946 .block2,
.tpl-202404250948 .block2{
	display:grid;
	gap:20px;
	grid-template-columns:1fr 3fr;
}
.tpl-202404250946 .block2 p,
.tpl-202404250948 .block2 p{
	grid-column:1 / span 2;
}
.tpl-202404250946 .block2 .media,
.tpl-202404250948 .block2 .media{
	position:relative;
	min-width:250px;
}
.tpl-202404250946 .block2 .media img,
.tpl-202404250948 .block2 .media img{
	width:100%;
	height:100%;
	object-fit: cover;
}
@media (max-width:805px){
	.tpl-202404250946 .block2,
	.tpl-202404250948 .block2{
		display:flex;
		flex-direction:column;
	}
}

.tpl-202404250946 .block2 ul,
.tpl-202404250948 .block2 ul{
	padding-left:0px;	
}
.tpl-202404250946 .block2 li,
.tpl-202404250948 .block2 li{
	display:flex;
	gap:10px;
	padding-left:0px;
	font-weight:bolder;
}
.tpl-202404250946 .block2 li:before,
.tpl-202404250948 .block2 li:before{
	content:'';
	background:none;
	background-image:url('../images/icon-chip.png');
	background-size:contain;
	width:32px;
	height:32px;
	top:0px;
	left:0px;
	position:relative
}
.tpl-202404250946 .block3,
.tpl-202404250948 .block3{
	margin-top:15px;
}
.tpl-202404250946 .block3 ul,
.tpl-202404250948 .block3 ul{
	padding-left:0px;	
	list-style:none;
	gap:15px;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
.tpl-202404250946 .block3 li,
.tpl-202404250948 .block3 li{
	display:flex;
	flex-direction:column;
	gap:7px;
	padding-left:0px;
	font-weight:bolder;
	align-items:center;
}
.tpl-202404250946 .block3 li:before,
.tpl-202404250948 .block3 li:before{
	content:unset;
	display:none;
}

.tpl-202404250946 .block3 li .title,
.tpl-202404250948 .block3 li .title{
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
	height:60px;
	line-height:22px;
}

.tpl-202404250946 .block4 ul,
.tpl-202404250948 .block4 ul{
	display:grid;
	gap:10px;
	grid-template-columns: 50% 50%;
	padding:0px;
}

.tpl-202404250946 .block4 ul li,
.tpl-202404250948 .block4 ul li{
	padding:0px;
}
.tpl-202404250946 .block4 ul li:nth-child(2n),
.tpl-202404250948 .block4 ul li:nth-child(2n){
	text-align:right;
}

.tpl-202404250946 .block4 ul li:before,
.tpl-202404250948 .block4 ul li:before{
	display:none;
}

@media(max-width:767px){
	.tpl-202404250946 .block4 ul,
	.tpl-202404250948 .block4 ul{
		grid-template-columns: 100%; 
	}
	.tpl-202404250946 .block4 ul li:nth-child(2n),
	.tpl-202404250948 .block4 ul li:nth-child(2n){
		text-align:left;
	}
}

.tpl-202404250946 .block4 .title,
.tpl-202404250948 .block4 .title{
	display:block;
	color:#24823f;
	font-weight:bolder;
}

.tpl-202404250946 .block5,
.tpl-202404250948 .block5{
	width:100%;
	max-width:700px;
	position:relative;
	margin:0px auto;
	border:1px dashed #222222;
	padding:10px 20px;
}

.tpl-202404250946 .block5 form,
.tpl-202404250948 .block5 form{
	display:grid;
	gap:10px;
}
.tpl-202404250946 .block5 form input,.tpl-202404250946 .block5 form textarea,
.tpl-202404250948 .block5 form input,.tpl-202404250948 .block5 form textarea{
	border-radius:25px;
	border:0px;
	line-height:45px;
	background: rgb(85,168,66);
  background: linear-gradient(0deg, rgba(85,168,66,1) 0%, rgba(36,131,64,1) 100%);
	color:#FFFFFF;
	padding:0px 10px;
	width:100%;
	
}
.tpl-202404250946 .block5 form ::-webkit-input-placeholder,
.tpl-202404250948 .block5 form ::-webkit-input-placeholder  {
    color:#FFFFFFAA;
}

.tpl-202404250946 .block5 form ::-moz-placeholder,
.tpl-202404250948 .block5 form ::-moz-placeholder {
    color:#FFFFFFAA;
}

.tpl-202404250946 .block5 form ::-ms-placeholder,
.tpl-202404250948 .block5 form ::-ms-placeholder {
    color:#FFFFFFAA;
}

.tpl-202404250946 .block5 form ::placeholder,
.tpl-202404250948 .block5 form ::placeholder {
    color:#FFFFFFAA;
}

.tpl-202404250946 .block5 form input:nth-child(1),
.tpl-202404250948 .block5 form input:nth-child(1){
	 grid-column: 1 / span 2;
}
.tpl-202404250946 .block5 form textarea,
.tpl-202404250948 .block5 form textarea{
	 grid-column: 1 / span 2;
}
.tpl-202404250946 .block5 form div,
.tpl-202404250948 .block5 form div{
	grid-column: 1 / span 2;
	text-align:center;
}
.tpl-202404250946 .block5 form div input,
.tpl-202404250948 .block5 form div input{
	width:auto;
	background:none;
	background-color:#333333;
}
@media(max-width:767px){
	.tpl-202404250946 .block5 form input:nth-child(1),
	.tpl-202404250948 .block5 form input:nth-child(1){
		 grid-column: 1;padding-left: 1rem;
    padding-right: 1rem;
	}
	.tpl-202404250946 .block5 form textarea,
	.tpl-202404250948 .block5 form textarea{
		 grid-column: 1;
	}
	.tpl-202404250946 .block5 form div,
	.tpl-202404250948 .block5 form div{
		grid-column: 1;display: grid;
    justify-content: center;
	}
	
}
.tpl-202404250948 .block6{
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.tpl-202404250948 .block6 p{
	margin:1px;
}
.tpl-202404250948 .block6 ul{
	margin:0px;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}

.tpl-202404250948 .block6 ul li{
	padding:0px;
}
.tpl-202404250948 .block6 ul li:before{
	display:none;
}

/*############### 202404251107 ##############*/
.tpl-202404251107{
	font-size:18px;
}
.tpl-202404251107 .head{
	color:#24823f;
	font-weight:bolder;
	text-align:center;
	font-size:26px;
}

.tpl-202404251107 .block1{
	text-align:right;
}
.tpl-202404251107 .block1 .head{
	font-size:24px;
}
/*
.tpl-202404251107 .block2{
	display:grid;
	grid-template-columns: 50% 50%; 
	gap:20px;
}*/
.tpl-202404251107 .block2  .head{
	font-weight:bolder;
	color:#24823f;
	font-size:24px;
	text-align:center;
	grid-column: 1 / span 2;
}

.tpl-202404251107 .block2 ul{
	margin:0px;
	padding:0px;
	list-style:disc;
	margin-left:15px;
}
.tpl-202404251107 .block2 ul li{
	padding:0px;
}
.tpl-202404251107 .block2 ul li:before{
	display:none;
}
.tpl-202404251107 .block2 .media{
	align-content:center;
	text-align:center;
}
.tpl-202404251107 .block2 img{
	max-height:580px;
}
@media(max-width:767px){
	.tpl-202404251107 .block2{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.tpl-202404251107 .block2 .head{
		order:1;
	}
	.tpl-202404251107 .block2 .media{
		order:2;
	}
	.tpl-202404251107 .block2 ul{
		order:3;
	}
}

.tpl-202404251107 .block3{
	margin-top:30px;
	display:grid;
	grid-template-columns: 150px auto; 
	gap:15px;
}
.tpl-202404251107 .block3 .head{
	margin:0px;
	font-size:24px;
	line-height:12px;
	text-align:left;
}
.tpl-202404251107 .block3 .media{
	min-width:150px;
	grid-row: 1 / span 2;
}
@media(max-width:459px){
	.tpl-202404251107 .block3{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
}

.tpl-202404251107 .block4{
	margin-top:20px;
	display:grid;
	grid-template-columns: 50% 50%; 
	gap:20px;
}
@media(max-width:599px){
	.tpl-202404251107 .block4{
		grid-template-columns: 100%; 
	}
}
.tpl-202404251107 .block4 .head{
	font-weight:bolder;
	color:#24823f;
	font-size:20px;
	margin:0px;
}
.tpl-202404251107 .block4 .contactUse{
	margin-top:15px;
}
.tpl-202404251107 .block4 .contactUse,.tpl-202404251107 .block4 .contactUse a{
	font-weight:bolder;
	text-decoration:none;
	color:var(--bs-body-color);
}

.tpl-202404251107 .block5{
	margin-top:30px;
	background-color:#D9D9D9;
	border-radius:20px;
	padding:20px;
}

.tpl-202404251107 .block5 button{
	background-color:transparent;
	color:#212529 !important;
	position:relative;
	margin-left:42px;
	padding:0px;
	line-height:48px;
	font-size:22px;
	
}
.tpl-202404251107 .block5 button:after{
	display:none;
}
.tpl-202404251107 .block5 button:before{
	content:'';
		background:none;
		background-image:url('/media/pages/check.png');
		background-repeat:no-repeat;
		background-size:contain;
		width:36px;
		height:36px;
		left:-42px;
		top:4px;
		border-radius:0px;
		position:absolute;

}

.tpl-202404251107 .block5 button span{
		border-bottom:1px dashed #222222;
}

.tpl-202404251107 .block5 li{

	font-size:22px;
	margin-left:42px;
	padding:0px;
}
.tpl-202404251107 .block5 li:before{
		content:'';
		background:none;
		background-image:url('/media/pages/check.png');
		background-repeat:no-repeat;
		background-size:contain;
		width:36px;
		height:36px;
		left:-42px;
		top:-2px;
		border-radius:0px;
	}
.tpl-202404251107 .block5 li span{
		border-bottom:1px dashed #222222;
}

.tpl-202404251107 .block6{
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.tpl-202404251107 .block6 p{
	margin:1px;
}
.tpl-202404251107 .block6 ul{
	margin:0px;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}

.tpl-202404251107 .block6 ul li{
	padding:0px;
}
.tpl-202404251107 .block6 ul li:before{
	display:none;
}

 .tpl-202404250946 .block5 form input:nth-child(1):hover,
 .tpl-202404250948 .block5 form input:nth-child(1):hover{
   letter-spacing: 4px
   transition: all 0.2s ease-in-out;
 }

                              /****************       tpl-202404251107    	WELCOME TO GPG IN ROMANIA  ***********/
 /**** MEDIA  767-1160  ****/
 
/* .table-double{width:200%;}*/
 
 .table-double .mob-ord-1,
 .table-double .mob-ord-2,
 .table-double .mob-ord-3,
 .table-double .mob-ord-4{margin-bottom:55px;}
 
 .table-double .mob-ord-1 p:nth-child(2),
 .table-double .mob-ord-2 p:nth-child(2),
 .table-double .mob-ord-3 p:nth-child(2),
 .table-double .mob-ord-4 p:nth-child(2){min-height:190px;}
 
 .table-double .m > *{text-align:right;}
 
	@media(min-width:768px) and (max-width:1160px){
		.table-double { grid-column: 1/span 2;width:unset!important;}
		
		.tpl-202404251107 .block2 .media h3 {margin:0px 0px 30px 0px;}
		
 .table-double .mob-ord-1 p:nth-child(2),
 .table-double .mob-ord-2 p:nth-child(2),
 .table-double .mob-ord-3 p:nth-child(2),
 .table-double .mob-ord-4 p:nth-child(2){min-height:351px;}
 
 
 .table-double .mob-ord-1 span,
 .table-double .mob-ord-2 span,
 .table-double .mob-ord-3 span,
 .table-double .mob-ord-4 span{
   min-height: 50px;
   display: inline-block;
 }
		

		.tpl-202404251107 .block2  p{display:block;margin-top:20px;margin-bottom:20px;}
			  
		.tpl-202404251107 .block5 button span{max-width:90%;font-size: 21px;line-height:36px;}
		.tpl-202404251107 .block5 button::before {width: 32px; height: 32px;}
		
		.tpl-202404251107 .block2 .table-double br,
		.tpl-202404251107 .block2 .table-double br{display:none;}
		.tpl-202404251107 .head.underst {margin-bottom: 27px;}
				
	}
	/**** MEDIA 568-767   ****/
	@media(min-width:568px) and (max-width:767px){
		.table-double { width:unset!important;}
		   	.tpl-202404251107 > *{width:unset!important;height:unset!important;}
		   	  
			  .tpl-202404251107 .block1 .head,
			  .tpl-202404251107 .block1>p{text-align:center!important;}
			  
			  .tpl-202404251107 .block2 .media:nth-child(3n) h3 span {margin-top: -38px;}
        .tpl-202404251107 .block2 .media:nth-child(3n) h3{height: unset!important;    font-size: unset!important;}
      
        .tpl-202404251107 .block2 .media:nth-child(3n) br{display:none;}

			 		   
			 			  
			  .tpl-202404251107 .block2 .table-double br,
			  .tpl-202404251107 .block2 .table-double br{display:none;}
			  
			  .tpl-202404251107 .block2 .table-double p{  font-size: 1.15rem;}
			 
			  .tpl-202404251107 .block2 p{text-align: justify!important;}
			   
			  			  
			  .tpl-202404251107 .block5 button span{max-width:90%;font-size: 20px;line-height: 34px;}
		    .tpl-202404251107 .block5 button::before {width: 31px; height: 31px;}
}	
	
	/**** MEDIA  567   ****/
	@media(min-width:326px) and (max-width:567px){
		.table-double { grid-column: 1/span 2;width:unset!important;}
		.table-double h5>span{font-size: 24px!important;}
		
		.tpl-202404251107 .block2 p{text-align: justify;}
		
		.table-double .mob-ord-1 p:nth-child(2),
    .table-double .mob-ord-2 p:nth-child(2),
    .table-double .mob-ord-3 p:nth-child(2),
    .table-double .mob-ord-4 p:nth-child(2){min-height:unset;}
		
		.tpl-202404251107 .block2 .table-double{
			  	width:100%!important;  
          display: flex;
          flex-direction: column;
          height:unset!important;
        }
		
		.tpl-202404251107 .block2 .table-double br,
		.tpl-202404251107 .block2 .table-double br,
		.tpl-202404251107 .block2 .table-double br,
		.tpl-202404251107 .block2 .table-double br{display:none;}
		
		.tpl-202404251107 .block2 .table-double .m{text-align:right!important;}
		
    .tpl-202404251107 .block2 .table-double >p>span>strong {font-size:21px;}
		
		 .tpl-202404251107 .block1 .head, .tpl-202404251107 .block1 > p {text-align: center !important;}
     .tpl-202404251107 .block1 br{display:none;}
     .tpl-202404251107 .block2 .table-double {width: 100% !important;display: flex;flex-direction: column;}
     
     .table-double .mob-ord-1, .table-double .mob-ord-2, .table-double .mob-ord-3, .table-double .mob-ord-4 {  margin-bottom: 34px;}
		  
		 .tpl-202404251107 .block2 .head {line-height: 27px;text-align: center !important;}
	   .tpl-202404251107 .block2 .head:nth-child(2){margin-top:-2rem;}
			 
		 .tpl-202404251107 .block2 .media:nth-child(3n){width:100%!important;}

     .tpl-202404251107 .block2 .media:nth-child(3n) h3{height: unset!important;    font-size: unset!important;}
     .tpl-202404251107 .block2 .media:nth-child(3n) br{display:none;}
        
     .tpl-202404251107 .block5 button span{max-width:90%;font-size: 18px;line-height:33px;padding-top: 4px;    padding-bottom: 4px;}
		 .tpl-202404251107 .block5 button::before {width: 28px; height: 28px;}
		 
		 .tpl-202404251107 .block4	.side.siteRight br{display:none;}
		 
		 		 
		 .tpl-202404251107 .block6 {margin-top: 40px;}
		 .tpl-202404251107 .block5 button {max-width: 94%;}
		 
				 
	}

	                           /****************      tpl-202404250946     ultimate-ai-contact-center-solutions  ***********/
  @media(min-width:568px) and (max-width:805px){
  	.tpl-202404250946 .block2 .media img{  width: auto !important;    margin: 0 auto !important;    display: block;}
  	.tpl-202404250946 .block2 .text{margin-top:-95px;}
  	.tpl-202404250946 .block2 .text p br{display:none;}
  }
  
  @media(min-width:326px) and (max-width:567px){
 
    .tpl-202404250946 .block1 {flex-direction:column;}
    .tpl-202404250946 .block1 .media{order:1;}
    .tpl-202404250946 .block1 .text{order:2;}
    
    .tpl-202404250946 .block1 .media img{max-width:55px;height:auto;}
    .tpl-202404250946 .block2 .media img{ width: auto !important;    margin: 0 auto !important;    display: block;}
    .tpl-202404250946 .block2 .text{margin-top:-100px;}
    
    .tpl-202404250946 .block6 {margin-top:40px;}
    .tpl-202404250946 .head {font-size: 24px;}
    
  }
  
  
                            /****************   tpl-202404250948  outsource-to-moldova         ***********/
                            
  .tpl-202404250948{font-size:20px;max-width:1024px;margin-left:auto;margin-right:auto;}
   
     
     
  @media(min-width:568px) and (max-width:991px){  
  	
      .tpl-202404250948 .block1 .text h3>span{padding: 0px; }
      .tpl-202404250948 .block1 table  tbody br{display:none;}
      
      .tpl-202404250948 .block1 .prop {flex-direction:column;}
      
      .tpl-202404250948 .block1 .prop>div[class="contain-image"]{order:1!important;}
      .tpl-202404250948 .block1 .prop>div:not([class]){order:2!important;}
      .tpl-202404250948 .block1 .prop p{order:2!important;}
             
      .tpl-202404250948 .block1 .prop:nth-child(2) .contain-image {align-items: start !important;}
      
           
      .tpl-202404250948 .block1 .prop span{display:block;margin-top: 1rem;}
      .tpl-202404250948 .block1 .prop br{display:none;}
     
      .tpl-202404250948 .block1 h5{margin-top: 35px!important; }
      
      .tpl-202404250948 table[border="0"] tr{display: flex;justify-content:space-between;align-items:center;  flex-wrap: wrap;}
      .tpl-202404250948 table[border="0"] img{max-width: 173px;    height: auto;    margin-left: auto;    margin-right: auto;}
  }      
   @media(min-width:568px) and (max-width:767px){ 
   	  .tpl-202404250948 .block1 .text h3 {padding-bottom: 4.85rem;}
   	  .tpl-202404250948 table[border="0"] img{max-width: 150px;    height: auto;    margin-left: auto;    margin-right: auto;}
   }
  
   @media(min-width:326px) and (max-width:567px){  
       .tpl-202404250948 h3 {  height: unset!important;  padding:0px; } 
       .tpl-202404250948 h3 span {padding:0px;}
       .tpl-202404250948 .block1 .text p{font-size: 1.1rem;}
       
       .tpl-202404250948 .block1 table {height:unset!important;}
       
            
       .tpl-202404250948 .block1 table tbody tr td p br{display:none;}
       .tpl-202404250948 .block1 table:nth-child(2) img{max-width:165px!important;max-height:118px!important;}
       .tpl-202404250948 .block1 table:nth-child(2) tr{display:flex;flex-wrap:wrap;justify-content: center;}
       
 
       .tpl-202404250948 .block1 .prop>div[class="contain-image"]{order:1!important;}
       .tpl-202404250948 .block1 .prop>div:not([class]){order:2!important;}
       .tpl-202404250948 .block1 .prop p{order:2!important;}
        .tpl-202404250948 .block1 .prop {flex-direction:column;justify-content:center;}
        .tpl-202404250948 .block1 span{display:block;width:100%;}
        .tpl-202404250948 .block1 .prop span{display:block;margin-top: 1rem;}
        .tpl-202404250948 .block1 .prop br{display:none;}
        .tpl-202404250948 .block1 h5{margin-top: 35px!important; }
        
        .tpl-202404250948 table[border="0"] tr{display: flex;justify-content:space-around;align-items:center;  flex-wrap: wrap;}
        .tpl-202404250948 table[border="0"] img{max-width: 127px;    height: auto;    margin-left: auto;    margin-right: auto;}
   }  