body{
	margin: 0;
	padding: 0;
	font: 14px/18px Roboto;
	/*font: 300 14px/18px Roboto;*/
/*background-image: url('../images/texture.png');*/
 }
  

 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
.colortext {
	color: #FFAA00;
}

/*/////////////////////////*/



.headnum {
  position: relative;
  margin: 0 auto;
}

.headnum img {vertical-align: middle;}
    .headnum .contentnum {
  position: absolute;
  bottom: 0;
  background: rgb(102, 0, 0); /* Fallback color */
  /*background: rgba(0, 0, 0, 0.6);*/ /* Black background with 0.5 opacity */
  background: rgba(38, 38, 38, 0.9);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 10px;
}

 @media only screen and (max-width:767px){
	.heighticonnum {
	padding-top: 20px !important;
 }
 .oracleoffer {
 	color: #156399; font-size: 30px!important; font-weight: bold; padding-bottom:30px;
 }
 .datablueoffer {
 	background-color:#165388; 
 	padding: 42px 0 35px 12px!important;
 }
}

  @media only screen and (max-width:768px){
	.heighticonnum {
	padding-top: 20px !important;
 }
 .oracleoffer {
 	color: #156399; font-size: 28px!important; font-weight: bold; padding-bottom:30px;
 }
 .datablueoffer {
 	background-color:#165388; 
 	padding: 42px 0 35px 12px!important;
 }
}
  @media only screen and (max-width:991px){
	.heighticonnum {
	padding-top: 20px !important;
 }
}
  @media only screen and (max-width:940px){
	.heighticonnum {
	padding-top: 20px !important;
 }
}

.oracleoffer {
 	color: #156399; font-size: 36px; font-weight: bold; padding-bottom:30px;
 }
 .datablueoffer {
 	background-color:#165388; padding: 42px 0 35px 50px;
 }

.heighticonnum {
	padding-top: 50px;
 }

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 0em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.card-text {
	text-align: justify;
}

/*////////////////////////////*/

.mega-menu-wrap .col-md-2 {
	padding-right: 5px !important;
    padding-left: 5px !important;
}

.mega-menu-wrap ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.mega-menu-wrap ul.cabeza li.sub_drop:hover{
	/* background-color: blue !important; */
	/* color: #fff !important; */
}
.mega-menu-wrap ul.cabeza li.sub_drop a:hover{
	color: #fa0 !important;
}

/* .mega-menu-wrap ul.corporal li.sub_drop:hover{
	background-color: blue !important;
	color: #fff !important;
} */
.mega-menu-wrap ul.corporal li.sub_drop a:hover{
	color: #fa0 !important;
}

/* 
.mega-menu-wrap ul.manos li.sub_drop:hover{
	background-color: blue !important;
	color: #fff !important;
} */
.mega-menu-wrap ul li.sub_drop a:hover{
	color: #fa0 !important;
}

a, a:hover, a.active, a:active, a:visited, a:focus{
	color:#121212;
	text-decoration:none;
	font-size: 15px;
}
.content{
	margin: 50px 100px 0px 100px;
}

.exo-menu .mega-menu-wrap .row {
	margin: 0px !important;
	/* width: 200px; */
}

.exo-menu{
	width: 75%;
    float: right !important;
    list-style: none;
    position: relative;
    background: #ffffff;
    padding: 20px;
	height: 70px;
}
.exo-menu > li {	
	display: inline-block;float:left;
	margin: 0px 10px;
}
.image_logo{
	width: 70%;
    height: 70%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
li.drop-down-ul{
	left: 0px;
	min-width: 230px;

}
li.drop-down ul.ddown{
	list-style: none;
	position: relative;
	padding: 0px !important;
	margin-top: 15px;
}
li.drop-down ul.ddown .sub1 a{
	background-color: #ffffff;
	color: #2a68c5 !important;
    font-size: 18px;
	font-weight: 700;
}
li.sub1 {
	box-shadow: 0px 0px 5px #ddd;
    margin-top: 15px;
}
 
/* hidden */

.exo-menu li.drop-down ul.ddown {
	visibility: hidden;
	opacity: 0;
	/* position: absolute; */
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	/* display: none; */
  }

  .exo-menu li.drop-down:hover > ul,
  li.drop-down ul.ddown {
	visibility: visible;
	opacity: 1;
	display: contents;
  }

.display-2 {
    font-size: 3rem !important;
  }
/* hidden */


.image_logo img{
	object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.input_p_number{
	display: flex;
}
.select_country_code{
	padding: 0px;
}
.phone_n{
	padding-right: 0px;
}
.exo-menu > li > a{
	color: #fa0;
	text-decoration: none;
	/* text-transform: uppercase; */
	/* border-right: 1px #365670 dotted; */
	-webkit-transition: color 0.2s linear, 0.2s linear;
	-moz-transition: color 0.2s linear,  0.2s linear;
	-o-transition: color 0.2s linear, 0.2s linear;
	transition: color 0.2s linear,0.2s linear;
	font-family: 'Poppins';
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	/* background:#009FE1; */
	color:#fa0;
}
.exo-menu li a i {
	float: right;
    font-size: 18px;
    margin-right: 8px;
    padding: 5px;
    line-height: 20px !important;
}
/* li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
} */
li.drop-down>ul{
	/* left: 0px; */
	min-width: 200px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	/* border-bottom: 1px dotted #547787; */
	-webkit-transition: color 0.2s linear,  0.2s linear;
	-moz-transition: color 0.2s linear, 0.2s linear;
	-o-transition: color 0.2s linear, 0.2s linear;
	transition: color 0.2s linear,0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
/* h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 } */
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 20px;
  display:none;
  padding-top: 10px;
  /* min-height: 100%; */
  /* padding-left: 20px; */
  min-height: 200px;
  /* top: 15%; */
  margin-top: 15px;
}

.drop-down-ul{
	left: 315px;
    /* right: 136px; */
    padding: 10px;
    display: none;
    padding-top: 10px;
    /* min-height: 100%; */
    /* padding-left: 20px; */
    min-height: 70px;
    top: 130%;
    margin-top: 15px;
}

.address_box p{
	font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    color: #525252;
    margin-bottom: 0px;
    margin-top:5px;
}

.address_box p i {
	color: #ffaa00 !important;
}
.address_box a i {
	color: #ffaa00 !important;
}

.address_box h5{
	color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
}

.address_box h2{
	color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    font-family: inherit !important;
    text-align: left !important;
	margin-top: 15px;
}
.address_box h2 span{
	color: #ffaa00;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins' !important;
    /* text-align: left !important; */
	margin-top: 15px;
}
.address_box{ 
	margin: 35px 0px 0px 0px;
    background: #9999990d;
    padding: 10px;
    border-radius: 6px;
}
.address_box a.contact{
	/* color: #ffaa00 !important; */
    font-size: 14px;
}

.address_box .col-md-12 {
	color: #1a1a1a;
}
.address_box .col-md-12 {
	color: #ffaa00;
    font-weight: 500;
}
.center_button button {
    margin-top: 9px;
    background-color: #ffaa00;
    color: #ffffff;
    border: 0;
    padding: 7px 25px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 2px solid transparent;
}
.right_dot{
	border-right: 1px dotted #444444;
}

.flyout-right{
	padding-top: 15px;
    padding-left: 13px;
}

h4.row.mega-title a.head {
	width:118px;
	color: #2a68c5 !important;
    font-size: 16px;
    background-color: #ffffff;
    padding: 0px;
    font-weight: 700;
    border-bottom: none;
    padding-top: 12px;
	padding-bottom: 12px;
    /* margin-right: 8px; */
}

h4.flyout-right a.head {
    width: 170px;
    color: #2a68c5 !important;
    font-size: 16px;
    background-color: #ffffff;
    /* padding: 0px; */
    font-weight: 700;
    border-bottom: none;
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    margin-left: 8px;
}

h4.row.mega-title a.head1 {
	width:170px;
	color: #2a68c5 !important;
    font-size: 18px;
    background-color: #ffffff;
    padding: 0px;
    font-weight: 700;
    border-bottom: none;
    padding-top: 12px;
	padding-bottom: 12px;
	position: fixed;
    /* margin-right: 8px; */
}

 .mega-menu ul li a {
  line-height: 25px;
  font-size: 16px !important;
    font-weight: 400 !important;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #ffffff;
    box-shadow: 0px 0px 15px #ddd;
}

.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.drop-down-ul {
	background-color: #ffffff;
    box-shadow: 0px 0px 6px #ddd;
	width: 200px;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
.fadeFromUp a{
	  width: 200px;
    display: inline-block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
	font-weight: 600;
 }
 
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
		/* position:fixed; */
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
	min-height: 58px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 5px #ddd;
	}

	.hide_mobile{
		display:none;
	}

	.soft-m-mobile-main-navigation .exo-menu{
		box-shadow:unset !important;
	}
	.hide_mobile_view{
		display:unset !important;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}

	.mobile_menu_style{
		left: 0;
		right: 0;
		padding:unset !important;
		padding-top: unset !important;
		padding-left:unset !important;
		min-height: 200px;
		margin-top:0px !important;
		box-shadow:unset !important;
		/* top: 15%; */

	}
	.mobile_menu_style .col-md-2{
		padding: 0px !important;
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
/* 	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
} */

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 12px;
    font-size: 27px;
    /* background-color: #ccc; */
    color: #23364B;
    top: 0px;
	display: none;
}
.logosip{
	padding: 0 !important;
	margin-top:-7px !important;
	margin-top:-7px !important; 
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 200px !important;
	height:25px !important;
	max-width: 210px !important;
	max-height:30px !important;
	border: 1.5px transparent !important;
	border-radius: 1.2em;
  background-color: transparent !important;
}
.megamenusip, .mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
	z-index: 2000;
}
.exo-menu > li > a.active, .exo-menu > li > a:hover, li.drop-down ul > li > a:hover {
    /* background-color:#004E6E !important; */
    color: #fa0;
}
/* opacidad */

.circle_image02{
  opacity: 1.0 !important;
  filter: alpha(opacity=50)!important; /* For IE8 and earlier */
}

.circle_image02:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=100)!important; /* For IE8 and earlier */
}
/* Fin */

.exo-menu .drop-down a.title {
	color: #ffaa00 !important;
	font-size: 14px;
	font-weight: 600;
	display: inline;
	position: relative;
	/* padding-bottom: 20px; */
	margin-bottom: 20px;
	/* padding-left: 10px; */
  }
.exo-menu .drop-down a.title:before {
	left: 0;
	right: 0;
	width: 0%;
	content: "";
	bottom: 5px;
	height: 2px;
	margin: 0 auto;
	position: absolute;
	background-color: #ffaa00;
	transition: 0.5s all ease-in-out;
  }
 .exo-menu .drop-down:hover a.title:before,
 .exo-menu .drop-down a.title.active:before {
	width: 100%;
  } 

  .mega-drop-down li a{
	color:#6c757d !important;
  }

  .mega-drop-down li a:before{
	background-color: transparent !important;
  }


  /* contact us */

  .form-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
  }
  .form-popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(157 157 157 / 80%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
  }
  .form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .form-container {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 40px;
	color: #0c274d;
	font-family: 'Poppins';
  }

  .form-container h1 {
	font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 25px !important;
    color: #ffaa00;
  }

 .close-button {
	background: none !important;
    color: #0c274d;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
  }
  .form-popup-bg:before {
	content: '';
	background-color: #fff;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
   /* #NextOpenFrom{
	background: #ffaa00;
	  transform: rotate(-90deg);
	  color: #fff !important;
	  font-weight: 600;
	  position: fixed;
	  z-index: 99;
	  right: -44px;
	  top: 0%;
	  padding: 0.375rem 1.55rem;
	  font-size: 1rem;
	  cursor: pointer;
	  border: none;
	  border-radius: 5px;
	  font-family: "poppins";
  } */

  .Carousel-img{
	/*height:500px;*/
	width:100%;
  }

 .Carousel-img img{
	opacity: 0.8;
	width:100%;
	height: 100%;
	object-fit:cover;
 }

#Get-OpenFrom{
	background: #ffaa00;
	transform: rotate(-90deg) translateY(30px);
	  color: #fff !important;
	  font-weight: 600;
	  position: fixed;
	  z-index: 60;
	  right:5px;
	  top: 65%;
	  padding: 0.375rem 1.55rem;
	  font-size: 1rem;
	  cursor: pointer;
	  border: none;
	  border-radius: 5px;
	  font-family: inherit;
  }
  .Get-form-container h2{
    color: #ffaa00;
    font-size: 20px;
    font-weight: 600;
  }
  .Get-form-container p{
	text-align: center;
  }
  .Get-form-container{
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 18px;
	color: #0c274d;
	font-family: 'Poppins';
}
.Get-form-popup-bg .send_btn{
	margin-top: 10px;
    background-color: #ffaa00;
    color: #ffffff;
    border: 0;
    padding: 10px 30px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
	transition: all 0.3s ease-in;
}
.Get-form-popup-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
  }
  .Get-form-popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(157 157 157 / 80%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
  }
   .Get-form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .Get-form-popup-bg:before {
	content: '';
	background-color: #fff;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  
  #btnOpenForm {
	/* background: #ffaa00;
	  transform: rotate(-90deg);
	  color: #fff !important;
	  font-weight: 600;
	  position: fixed;
	  z-index: 60;
	  right: -44px;
	  top: 25%;
	  padding: 0.375rem 1.55rem;
	  font-size: 1rem;
	  cursor: pointer;
	  border: none;
	  border-radius: 5px;
	  font-family: "poppins"; */
  }
 
.form-popup-bg .send_btn {
	margin-top: 10px;
    background-color: #ffaa00;
    color: #ffffff;
    border: 0;
    padding: 10px 30px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
	transition: all 0.3s ease-in;
  }
  
  .form-popup-bg .send_btn:hover {
	background-color: transparent;
	border: 2px solid #ffaa00;
	color: #ffaa00;
  }
  
  /*.form-control {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.form-control .form-group {
	margin-bottom: 20px;
}
.slider .slide1{
	width:200px !important;
}
.slide1 img{
	width:100%;
}
.HeaderText{
	text-align: inherit;
    top: 18px;
    left: 0px;
	width:100%;
	height: 100%;
	/* background-color: rgba(221, 221, 221, 0.185); */
	margin-left: 87px;
    margin-top: 50px;
}
.HeaderText h1{
	/* font-size: 70px; */
	color: #ffffff;
	line-height: 1.2;
    font-family: 'Poppins';
    font-size: 65px;
    font-weight: 600;
	text-shadow: 0px 0px 15px #000;
}
.Email {	
    border-radius: 60px;
    font-size: 15px;
    padding: 15px;
    width: 30%;
    border-color: orange;
}
.ButtonHeader{
	position: relative;
    left: 4px;
    padding-top: 10px;
}
.ButtonHeader button{
	background: orange;
    color: #fff;
    border-radius: 32px;
    border: none;
    padding: 7px;
    width: 20%;
}
.carousel-control-next {
   /* top: 0px;*/
    right: -37px;
    position: absolute;
    font-size: 40px;
}
.carousel-control-prev{
    /*top: 0px;*/
    position: absolute;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 70px;
    width: 30px;
}
.RequestDemo-form-left form button:hover {
	background-color: transparent;
	border: 2px solid #ffaa00;
	color: #ffaa00;
  }




/* ======form css======= */
.form{
	width: 50%;
	margin: 20px auto;
  }
  .input-assist{
	border-color: #a71e14;
  /*   padding-right: 24px; */
	background-position: right center;
	background-repeat: no-repeat;
  /*   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeD0iMiIgeT0iMCI+PHBhdGggZmlsbD0iI2M4NmE0YSIgZD0iTTExLjIyNSwwSDQuNjQ4TDAsNC42NXY2LjU3Nmw0LjY0OCw0LjY0OWg2LjU3Nmw0LjY1LTQuNjQ5VjQuNjVMMTEuMjI1LDB6IE05LjA3MSwxMy42MDdINi44MDR2LTIuMjY5aDIuMjY4VjEzLjYwN3ogTTkuMDcxLDkuMDcxSDYuODA0VjMuNDAyaDIuMjY4VjkuMDcxeiIvPjwvc3ZnPg=="); */
  }
  .input-assist:focus{
	border-color:#a71e14;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.075), 0 0 5px #a71e14;
  }
  .input-assist-message{
	font-size: 0.875rem;
	line-height: 1.55rem;
	padding: 0.3875rem 0.3875rem;
	color: rgba(0,0,0,0.75);
	background-color: #f3edc7;
	border: 1px solid #a71e14;
	position: relative;
	margin-top: 0.5rem;
	display: none;
  }
  .input-assist-message:before{
	content:"";
	position:absolute;
	left: 11px;
	top: -16px;
	width: 0;
	height: 0;
	pointer-events: none;
	border: 8px solid transparent;
	border-bottom-color: #a71e14;
  }
  .input-assist-message:after{
	content:"";
	position:absolute;
	left: 11px;
	top: -15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border: 8px solid transparent;
	border-bottom-color: #f3edc7;
  }
  .input-assist-message.is-active{
	display: inline-block;
  }
  .alt1{
	position:absolute;
	z-index: 1;
  }
  /* .RequestDemo-form-left span{
	display: none;
  } */

  .input_p_number input{
	width: 100%;
	padding: 8px 8px 8px 100px !important;
    margin-bottom: 15px;
    border: 0px solid #c2c1c165;
    border-radius: 3px;
    font-size: 15px;
    color: #c2c1c1;
    background-color: #f5f5f5;
    font-family: inherit;
	height: 42px;
  }
  .input_p_number input:focus{
	background-color: #f5f5f5 !important;
  }

  .iti__country-name{
	color: #0c274d !important;
  }
  .iti__selected-dial-code{
	color: #0c274d !important;
  }

.input_p_number .iti{
	padding:0px !important;
}

.hidden{
	display: none;
  }
  .customer-logos .slider .slick-initialized .slick-slider {
	display: flex;
    justify-content: center;
  }

  .partner-logos{
	height: 50px;
    display: flex;
    justify-content: center;
    text-align: center !important;
    min-width: 25px !important;
  }

  /* .partner-logos .sliders {
	margin-right: 25px;
  } */



  /* Contact Us */

  /* * {
	margin: 0;
	box-sizing: border-box;
  } */
  
  body {
	/* background-color: #6a9ac4; */
  }
  
  #contact {
	/* background-color: #6a9ac4; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 95px;
  }
  
  .contact-box {
	width: clamp(100px, 90%, 1000px);
	margin: 80px 50px;
	display: flex;
	flex-wrap: wrap;
  }
  
  .contact-links, .contact-form-wrapper {
	width: 50%;
	padding: 8% 5% 10% 5%;
  }
  
  
  .contact-links {
	background-color: #1f2e43;
	background:
	  radial-gradient(
		circle at 55% 92%, #426691 0 12%, transparent 12.2%
	  ), 
	  radial-gradient(
		circle at 94% 72%, #426691 0 10%, transparent 10.2%
	  ), 
	  radial-gradient(
		circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
	  ), 
	  radial-gradient(
		circle at 0% 0%, #263a53 0 40%, transparent 40.2%
	  ), 
	  #1f2e43;
	border-radius: 10px 0 0 10px;
  }
  
  .contact-form-wrapper {
	background-color: #ededed;
	border-radius: 0 10px 10px 0;
  }
  
  @media only screen and (max-width: 800px) {
	.contact-links, .contact-form-wrapper {
	  width: 100%;
	}
	
	.contact-links {
	  border-radius: 10px 10px 0 0;
	}
	
	.contact-form-wrapper {
	  border-radius: 0 0 10px 10px;
	}
  }
  
  @media only screen and (max-width: 600px) {
	.contact-box {
	  width: 95%;
	  margin: 8% 5%;
	}
	.carousel-control-next{
		right:0px !important;
	}
	.Carousel-img{
		height:250px !important;
	}
	.Carousel-img img {
		object-fit: fill !important;
	}
	.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon{
		width: 75px;
		float: left;
		height: 75px;
		border-radius: 100%;
		line-height: 90px;
		/* margin-right: 20px; */
	}
	.saas_two_feature_section .s2-feature_right .s2-feature_list {
		margin-bottom: 20px;
		padding:12px !important;
		border-radius: 10px;
		display: inline-flex;
		align-items: center;
		transition: 0.4s all ease-in-out;
		position: relative;
		min-width:unset !important;
		min-height:unset !important;
		margin-right: 0px !important;
	}
	.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
		color: #0c274d;
		font-size: 14px;
		text-align: left;
		font-weight: 600;
		/* padding-bottom: 15px; */
		padding-left: 10px;
		box-sizing: border-box;
		display: inline-block;
    	flex-wrap: wrap;

	}
	.pera-content p {
		/* text-align: left; */
		/* text-align: justify; */
		margin-bottom: 0;
		color: #6c8493;
		font-size: 14px;
		/* font-family: "roboto"; */
		/* width: 176px; */
		/* padding-left: 9px; */
		font-family: 'poppins';
		
	}
	.mega-menu {
		left: 0;
		right: 0;
		padding: 0px !important;
		display: none;
		padding-top: 10px;
		/* min-height: 100%; */
		min-height: 200px;
		margin-top: 0px !important;
		box-shadow: unset !important;
	}
	.mobile_res .col-md-2{
		padding:0px !important;
	}
	.drop-down-ul{
		right:0px !important;
		box-shadow: unset !important;
		width: unset !important;
	}
	.mobile_res_product h4{
		padding:0px !important;
	}
	.mobile_res_product h4 a{
		font-size: 18px !important;
		margin: 0px !important;
	}
  }
  
  h2 {
	font-family: 'Arimo', sans-serif;
	color: #fff;
	font-size: clamp(30px, 6vw, 60px);
	/* letter-spacing: 2px; */
	text-align: center;
	/* transform: scale(.95, 1); */
  }
  
  .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
  }
  
  .link {
	margin: 10px;
	cursor: pointer;
  }
  
  /* img {
	width: 45px;
	height: 45px;
	filter: 
	  hue-rotate(220deg)
	  drop-shadow(2px 4px 4px #0006);
	transition: 0.2s;
	user-select: none;
  } */
  
  /* img:hover {
	transform: scale(1.1, 1.1);
  } */
  
  /* img:active {
	transform: scale(1.1, 1.1);
	filter: 
	  hue-rotate(220deg)
	  drop-shadow(2px 4px 4px #222)
	  sepia(0.3);
  } */
  
  .form-item {
	position: relative;
  }
  
  label, input, textarea {
	font-family: 'Poppins', sans-serif;
  }
  
  label {
	position: relative;
	top: 10px;
	left: 1%;
	color: #000;
	font-size: 14px;
	/*font-size: clamp(14px, 1.5vw, 16px);*/
	/*pointer-events: none;*/
	/*user-select: none;*/
  }

  .hs-form {
  	color: red;
  }
  
  input, textarea {
	width: 100%;
	outline: 0;
	color: #475F7B;
  background-color: #F5F8FA;
	border: 1px solid #cbd6e2;
	border-radius: 15px;
	margin-bottom: 4px;
	padding: 12px;
	/*font-size: clamp(15px, 1.5vw, 18px);*/
  }
  
  input:focus+label, 
  input:valid+label, 
  textarea:focus+label, 
  textarea:valid+label {
	/*font-size: clamp(13px, 1.3vw, 16px);*/
	color: #000;
	top: 0px;
	transition: all .225s ease;
  }
  
  .submit-btn {
	background-color: #fd917e;
	filter: drop-shadow(2px 2px 3px #0003);
	color: #fff;
	font-family: "Poppins",sans-serif;
	font-size: clamp(16px, 1.6vw, 18px);
	display: block;
	padding: 12px 20px;
	margin: 2px auto;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
  }
  
  .submit-btn:hover {
	transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
	transform: scale(1.1, 1.1);
	filter: sepia(0.5);
  }
  
  @media only screen and (max-width: 800px) {
	h2 {
	  font-size: clamp(40px, 10vw, 60px);
	}
  }
  
  @media only screen and (max-width: 400px) {
	h2 {
	  font-size: clamp(30px, 12vw, 60px);
	}
	
	.links {
	  padding-top: 30px;
	}
	
	img {
		width: 100%;
		height: 100%;
	}
  }

  /* world map  */
.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
  
.world-map{
	margin: 40px 0;
  }

.world-map h2{
	font-weight: 500;
    text-align: center;
    color: #fa0;
    font-size: 20px;
    padding-bottom: 40px;
    /* padding-top: 50px; */
}
  /* .office-address {
	margin: 40px 0;
  } */
  .location {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-66.png);
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 120px;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  .location.apac {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-66.png);
  }
  .location.uk {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-68.png);
  }
  .location.na {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-69.png);
  }
  .location.me {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-70.png);
  }
  .location h3 {
	padding-top: 60px;
	font-weight: 600;
	letter-spacing: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  .address-item {
	padding: 20px;
  }
  .address-item .line {
	height: 2px;
	width: 0;
	margin: 0 auto;
	background: #f58220;
	overflow: hidden;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  .address-item:hover .line {
	width: 100%;
  }
  .address-item h4 {
   font-weight: 300;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
  }
  .address-item p{
	font-weight: 400;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  .address-item p strong{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  .address-item a{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
	display: inline-block;
  }
  .address-item a i {
	font-size: 12px;
	margin-left: 3px;
	margin-top: 0px;
	display: inline-block;
  }
  .address-item a:hover{
	color: #f58220 !important;
  }
  .region {
	display: inline-block;
  }
  .region:hover .location h3 {
   color: #f58220;
  }
  .region:hover .location {
	border-color: #f58220;
  }
  .region:hover .location.apac {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-66-o.png);
  }
  .region:hover .location.uk {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-68-o.png);
  }
  .region:hover .location.na {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-69-o.png);
  }
  .region:hover .location.me {
	background-image: url(https://www.evosysglobal.com/images/2021/dimg-70-o.png);
  }
  @media only screen and (max-device-width : 736px) {
  .location{
	min-height: 180px;
	background-position: center bottom;
  }
  .location h3{
	padding-top: 20px;
  }
  .address-item {
	padding: 0;
	margin-bottom: 20px;
  }
  .slick-track{
	overflow: hidden;
	height:150px;
  }
  .with_set{
	width: 150px !important;
  }
  
  }

  /* phone number */

  .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 18px;
    font-size: 16px;
    line-height: 1.4;
    color: #475F7B;
    background-color: #F5F8FA;
    border: 1px solid #cbd6e2;
    border-radius: 1rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.form-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 18px;
    font-size: 16px;
    line-height: 1.4;
    color: #475F7B !important;
    background-color: #F5F8FA !important;
    border: 1px solid #cbd6e2;
    border-radius: 1rem !important;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.intl-tel-input,.iti{
  width: 100%;
}

/*////////////new start/////////////*/

.upload-btn-wrapper input[type=file] {
    font-size: 40px;
    position: relative;
    left: 66px;
    top: -100px;
    opacity: 0;
}

.wpcf7 input[type=file] {
    cursor: pointer;
}

.wpcf7-form input {
    width: 74%;
}

.wpcf7-form input {
    width: 100%;
    padding: 8px 15px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100% !important;
    height: 80px;
}

.upload-btn {
    width: 100% !important;
    background: #fed264 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    color: #676767;
}


/*////////new///////*/
