html{
	margin: 0;
}
body{
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

header{
	position: relative;
	min-height: 880px;
}
.header-two{
	min-height: 800px;
}
/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #ffffff
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #01ACFA;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #01ACFA;
}
a{
	text-decoration: none;
}
p{
	font-weight: 400;
	font-size: 18px;
}
p strong{
    font-weight:500;
}
li{
	list-style: none;
}
button:focus, .btn:focus, input:focus{
	box-shadow: none;
	outline: none;
}
.btn:focus, input:focus{
	box-shadow: none;
	outline: none;
}
input:focus{
	box-shadow: none;
	outline: none;
}
.form-control:focus{
	box-shadow: none;
	outline: none;
}






.btn-style-one,
.btn-style-one::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-style-one {
  background: none;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;

}
.btn-style-one::before, .btn-style-one::after{
  background: #01ACFA;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-style-one:hover {
  color: #ffffff;
  border:1px solid #0d93d0;
}

.btn-style-one{
	border: 1px solid #ffffff;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 34px;
    transition: .3s;
    overflow: hidden;
    z-index: 99;
    font-weight: 400;
}
.btn-style-one::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn-style-one:hover:after {
  height: 100%;
  width: 150%;
}



.btn-style-two,
.btn-style-two::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-style-two {
  background: none;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;

}
.btn-style-two::before, .btn-style-two::after{
  background: #01ACFA;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-style-two:hover {
  color: #ffffff;
  border:1px solid transparent;
}
.btn-style-two{
	border: 1px solid #01ACFA;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #01ACFA;
    padding: 17px 34px;
    transition: .3s;
    overflow: hidden;
    z-index: 99;
    font-weight: 500;
}
.btn-style-two::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn-style-two:hover:after {
  height: 100%;
  width: 150%;
}





.btn-style-three,
.btn-style-three::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-style-three {
  background: none;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;

}
.btn-style-three::before, .btn-style-three::after{
  background: #01ACFA;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-style-three:hover {
  color: #ffffff;
  border:1px solid #0d93d0;
}

.btn-style-three{
	border: 1px solid #ffffff;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 34px;
    transition: .3s;
    overflow: hidden;
    z-index: 99;
    font-weight: 400;
}
.btn-style-three::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -50%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn-style-three:hover:after {
  height: 100%;
  width: 150%;
}
.logo img{
    filter: brightness(0) invert(1);
    height:80px;
    transition:.3s;
}
.logo img:hover{
   filter:inherit;
   transition:.3s;
}
.list-style{
    margin:15px 0 15px 15px;
    padding:0;
}
.list-style li{
    color:#333333;
    list-style:disc;
    font-weight:500;
}
.table-style{
    margin:30px 0;
}
.table-style table{
    width:100%;
}
.table-style thead{
    background-color:#283B90;
}
.table-style thead th{
    color:#ffffff;
    padding: 15px 15px 15px 25px;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    border:none;
}
.table-style tbody tr:nth-child(even){
    background-color:#ffffff;
}
.table-style tbody tr:nth-child(odd){
    background-color:#F1F1F1;
}
.table-style td{
    border:none;
    padding:15px 15px 15px 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #000000;
    border-right:1px solid #ABABAB;
}
.table-style td:last-child{
    border:none;
}
.table-style tr:first-child td{
    border-top:none;
}
.table-style tr td{
    border-bottom:none;
}
.section-title-six h1{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #252631;
	text-align: center;
}
.section-title-six p{
	width: 50%;
    margin: auto;
    color: #252631;
    text-align: center;
    margin-top: 25px;
}
.section-title-seven h1{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #ffffff;
	text-align: center;
	width: 60%;
    margin: auto;
    color: #ffffff;
    text-align: center;
}
.section-title-seven p{
	width: 50%;
    margin: auto;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
}
.container{
	max-width: 1280px;
}
.header-top{
	padding-top: 20px;
	position: relative;
	z-index: 999;
	transition:.3s;
}

.sticky-header{
    margin-top: -108px;
    position: fixed;
    top:0px;
    transition:.3s;
    width:100%;
}
.shrink{
	box-shadow: 4px 0 20px -10px rgb(0 0 0 / 20%);
    background: #ffffff;
    z-index: 999;
    background: linear-gradient(180deg, #212A49 1.04%, #263251 100%);
    padding-top:0;
    transition:.3s;
    margin-top:0;
    transition:.3s;
    width:100%;
}
.shrink .logo{
    padding-top:10px;
}
.shrink .logo img{
    height:70px;
}
.shrink .menu > ul{
    margin-bottom:0;
}
.sticky-header .main-menu{
    margin-right:60px !important;
}
.main-menu{
	float: right;
	margin-right: 70px;
}
.menu {
    width: 100%;
}
.menu-container {
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 1em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.menu .clearfix li:hover ul{
	display: block !important;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
	content: '▾';
    vertical-align: -0.125em;
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    color: #333;
    padding-top: 10px;
    font-size:30px;
}
.mobile-main-menu{
	display: none;
}
.menu > ul {
  list-style: none;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 31px 0;
  margin: 0 40px;
}
.menu > ul > li a {
  text-decoration: none;
 
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}
.menu > ul > li a:after{
	content: '';
	height: 3px;
	width: 23px;
	background: #ffffff;
	border-radius: 3px;
	position: absolute;
	top: 14px;
    left: -35px;
}
.menu > ul > li:hover {
  
}
.menu > ul > li > ul {
  display: none !important;
  width: 100%;
  padding: 70px 70px 40px 70px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: linear-gradient(0deg, #151936, #151936);
  opacity: 0.95;
  backdrop-filter: blur(85px);
  border-radius: 0px 0px 5px 5px;
  margin-top: 0px;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li a:after {
  display: none;
}
.menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 100%;
	background: none;
	float: left;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.85);
}
.menu > ul > li > ul > li:nth-child(2){
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 18px;
}
.menu > ul > li > ul > li:nth-child(3){
	margin-top: 18px;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 33%;
  padding: 20px 0 0 10px;
  margin: 0;
  font-size: .8em;
  position: relative;
  transition: .3s;
  border: 1px solid transparent;
  min-height:115px;
}
.menu > ul > li > ul > li > ul > li:hover{
	background-color: #0f132d;
    border: 1px solid #1f2342;
    border-radius: 5px;
    transition: .3s;
}
.menu > ul > li > ul > li > ul > li span{
	float: left;
	padding-right: 15px;

}
.arrow{
	background: url(../img/icon/arrow-right.svg);
	height: 10px;
	width: 19px;
	float: right !important;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 6px;
  padding-top: 0;
  text-transform: capitalize;
  display: table-cell;
}
.menu > ul > li > ul > li > ul > li p{
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 300;
	margin-top: 10px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: none;    
    
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: block;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    margin:0;
  }
  .menu > ul > li a {
    padding: 10px 10px 10px 0;
    width: 100%;
    display: block;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 20px;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
.toggle-menu{
	float: right;
}
.toggle-menu i{
	color: white;
}
#menuToggle
{
  display: block;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input[type="checkbox"]
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: fixed;
  width: 400px;
  top: 0px;
  padding: 30px 90px 30px 35px;
  right: 0px;
  background: url(../img/vergamenu-bg.png);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu img{
	margin-bottom: 30px;
}
#menu form{
	position: relative;
}
#menu .form-control{
	background: #FFFFFF;
	border: 1px solid #B9C0CC;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 10px 15px 10px 45px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.002em;
	color: #656878;
}
#menu .form-control:focus{
	box-shadow: none;
	outline: none;
}
#menu form img{
	position: absolute;
	top: 13px;
	left: 15px;
	color: #B9C0CC;
	font-size: 14px;
}

.find-us a{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.002em;
	color: #252631;
	display: block;
	margin-bottom: 25px;
	transition: .3s;
}
.find-us a:hover{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.002em;
	color: #252631;
	display: inline-block;
	margin-bottom: 25px;
	transition: .3s;
	text-decoration-line: underline;
	color: #01ACFA;
}
.menu-social a{
	display: inline-block;
}
.menu-social i{
	width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 8px;
    line-height: 28px;
    text-align: center;
    color: #252631;
    font-size: 15px;
    margin-right: 20px;
    transition: .3s;
}
.menu-social i:hover{
	background: #01ACFA;
	color: #FFFFFF;
	transition: .3s;
}
#menu li
{
  padding: 10px 0;
  font-size: 22px;
}
.vergamenu{
	position: relative;
}
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
.main-slider{
	position: relative;
	top: 0;
	width: 100%;
	margin-top: -130px;
}
.main-slider .carousel .slide{
    background:#d5dcea;
}
.slider-caption{
	color: #ffffff;
	padding-top: 230px;
	padding-bottom: 240px;
	position: relative;
	width: 50%;
	position: absolute;
	top: 0;
	text-align: left;
}
.slider-caption h1{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.slider-caption p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: rgba(255,255,255, .85);
	padding-right: 180px;
	margin-bottom: 60px;
}
.slider-caption .btn{
	background: #01ACFA;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 0;
	padding: 15px 30px;
}
.pageof_cotainer_data-center .slider-caption{
	color: #ffffff;
	padding-top: 230px;
	padding-bottom: 240px;
	width: 80%;
	text-align: center;
	top: 0%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.pageof_cotainer_data-center .slider-caption h1{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.pageof_cotainer_data-center .slider-caption p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: rgba(255,255,255, .85);
	margin-bottom: 60px;
	padding-right: 0;
}
.pageof_cotainer_data-center .slider-caption button{
	margin: auto;
}
.slider-banner{
	margin-top: 70px;
}
.carousel-item img{
	position: absolute;
}
.control-dots{
	bottom: 150px !important;
}
.control-dots .dot{
	height: 16px !important;
	width: 16px !important;
	border-radius: 50% !important;
	margin: 0 8px !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}
.control-dots .selected:focus, .control-dots .selected:active{
	border:none !important;
	box-shadow: none !important;
	outline: none;
}
.control-dots .selected{
	background: white  !important;
}
.carousel.carousel-slider .control-arrow{
	display: none;
}
.carousel .slider-wrapper{
	height: 900px;
}
.carousel .slide img{
	height: 900px;
}
.social-media{
	position: fixed;
    right: 30px;
    top: 0;
    min-height: 450px;
    z-index:999;
}
.social-icon{
	position: absolute;
    right: -14px;
    bottom: -80px;
}
.social-icon i{
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 8px;
	line-height: 28px;
	text-align: center;
	color: #252631;
	font-size: 15px;
	margin-bottom: 20px;
	transition: .3s;
}
.social-icon  i:hover{
	background: #01ACFA;
	color: #FFFFFF;
	transition: .3s;
}
.border-vertical{
	width: 1px;
	height: 200px;
	position: absolute;
	top: 150px;
	background: rgba(255,255,255, .3);
}


.section-title-one h1{
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
}
.section-title-one p{
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 30px;
}
.section-title-one .btn{
	background: #ffffff;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #01ACFA;
	border-radius: 0;
	padding: 15px 40px;
}
.what-we-do-bg{
	background: #d5dcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5dcea 0%, #e5eaf1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d5dcea 0%,#e5eaf1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d5dcea 0%,#e5eaf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dcea', endColorstr='#e5eaf1',GradientType=0 ); /* IE6-9 */
	position: relative;
	min-height: 650px;
}
.what-we-do-bg .wrapper{
	position: relative;
}
.what-we-do{
	background: url(../img/what-we-do-bg.svg);
	background-size: cover;
	padding: 100px 70px 0px 70px;
	position: absolute;
	top: -70px;
	width: 100%;
}
.pageof_cotainer_enterprise-cloud .what-we-do{
	background: url(../img/what-we-do-bg.svg);
	background-size: cover;
	padding: 100px 70px 100px 70px;
	position: absolute;
	top: -70px;
	width: 100%;
}
.what-we-do-list{
	margin-top: 40px;
}
.what-we-do-single{
	padding: 45px 45px 20px 45px;
	background: linear-gradient(6.75deg, #465B79 5.28%, #FFFFFF 101.03%);
	border-radius: 2px;
	color: #ffffff;
}
.what-we-do-banner{
	text-align: center;
	height: 200px;
	margin-bottom: 30px;
}
.what-we-do-banner img{
	width: 100%;
	height: 180px;
}
.what-we-do-single h3{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}
.what-we-do-single ul{
	padding: 0;
}
.what-we-do-single li{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.what-we-do-single ul li:after{
	content:'';
	background: url(../img/icon/check.svg);
	width: 15px;
	height: 11px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.section-title-two h1{
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #252631;
	margin-bottom: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.section-title-two p{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #50525E;
	margin-bottom: 30px;
	font-weight: 400;
}
.cloud-feature{
	background: url(../img/cloud-feature/cloud-bg.svg);
	padding: 195px 0px 100px 0px;
	background-size: cover;
    background-repeat: no-repeat
}
.feature-single{
	margin-bottom: 30px;
}
.feature-single-icon{
	float: left;
	margin-right: 30px;
	height: 80px;
}
.feature-single-icon img{
	height: 40px;
	width: 40px;
}
.feature-single h5{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #252631;
	margin-bottom: 15px;
}
.feature-single p{
	font-size: 16px;
	color: #50525E;
	font-weight: 400;
}
.more-feature{
	margin-top: 50px;
}
.cloud-feature-banner{
	margin-top: 50px;
	padding-left: 40px;
	text-align:center;
}
.cloud-feature-banner img{
	width: 80%;
	height: 490px;
}
.section-title-three h1{
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 600;
}
.section-title-three p{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 400;
}
.award-achievement{
	background: url(../img/award/award-bg.jpg);
	background-size: cover;
	padding: 100px 0px;
}
.achievement-content .col-md-6{
    padding-right:40px;
}
.achievement-single{
	background: #FFFFFF;
	border: 1px solid #DDEAEE;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 20px 20px 20px;
	height: 525px;
}
.award-logo{
	text-align: center;
	margin-bottom: 25px;
}
.award-logo img{
	height: 180px;
}
.achievement-single h5{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #17313B;
	position: relative;
}
.achievement-single h5 span{
	margin-left: 7px;
	font-size: 10px;
	position: absolute;
    top: 1px;
}
.achievement-single h5 span i{
	margin-right: 2px;
}
.star-red{
	color:#BC2632;
}
.star-yellow{
	color: #FFB32A;
}
.achievement-single h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	color: #252631;
	margin-bottom: 25px;
}
.achievement-single p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #50525E;
}
.achievement-info-single{
	border-left: 3px solid #01ACFA;
	padding-left: 10px;
	margin-bottom: 30px;
	color: #ffffff;
}
.achievement-info-single h2{
	font-weight: bold;
	font-size: 44px;
	line-height: 45px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
}
.achievement-info-single p{
	color: rgba(255,255,255, .7);
	margin-bottom: 0;
}
.who-we-serve{
	background: url(../img/who-we-serve/who-we-bg.svg);
	background-size: cover;
	padding: 100px 0px;
}
.section-title-four h1{
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #252631;
	margin-bottom: 30px;
	margin-top: 45px;
}
.section-title-four p{
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #50525E;
}
.who-we-gallery img{
	margin-bottom: 25px;
	margin-right: 25px;
	border: 1.5px solid #DDEAEE;
	box-sizing: border-box;
	filter: drop-shadow(0px 0px 26px rgba(65, 79, 115, 0.3));
	border-radius: 4px;
	width: 240px;
	height: 260px;
}
.who-we-gallery img:first-child{
	margin-left: 25px;
}
.serve-item{
	margin-top: 35px;
}
.serve-item img{
	float: left;
	margin-right: 25px;
	height: 45px;
	width: 45px;
}
.serve-item h3{
	font-weight: 600;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #252631;
	margin-bottom: 25px;
}
.serve-item button{
	margin-top: 25px;
}
.we-work-with{
	background: url(../img/we-work-with/work-bg.svg);
	height:630px;
	overflow:hidden;
}
.section-title-five{
	margin: 160px 0;
	color: #ffffff;
}
.section-title-five h1{
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.section-title-five p{
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.data-list {
	height: 632px;
	overflow: hidden;
	margin-bottom: 0;
}
.data-list li{
	height: 160px;
	width: 160px;
	border-radius: 50%;
	text-align: center;
	line-height: 160px;
	background-color: white;
	margin-bottom: 30px;
}
.data-list li img{
  width: 100px;
  height: 55px;
}
.news-events{
	background: url(../img/news-events/news-events-bg.svg);
	background-size: cover;
	padding: 100px 0;
}
.news-events .section-title-two h1{
	margin-top: 0;
}
.news-events .slick-slide{
   width: 390px;
   margin:0 15px;
   
}

.news-events .slick-dots{
	display: none !important;
}
.news-events .slick-prev, .news-events .slick-next{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	outline: black;
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 3px solid #01ACFA;
	background-image: none;
	color: #01ACFA;
	top: 150px;
	transition: .3s;
}
.news-events .slick-prev:hover, .news-events .slick-next:hover{
	background-color: #01ACFA;
	transition: .3s;
}
.news-events .slick-prev:hover{
	background-color: white;
}
.news-events .slick-next:hover{
  background-color: white;
}
.news-events .slick-next:next{
	height: 45px;
  	width: 45px;
  	background: url(../img/icon/t-arrow-left.svg);
  	background-repeat: no-repeat;
  	background-position: center;

}
.news-events .slick-next:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}

.news-events .slick-prev:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}
.news-events .slick-prev{
    left:25px;
    z-index:99;
}
.news-events .slick-next{
    right:25px;
    z-index:99;
}

.news-events .slick-prev, .news-events .slick-next {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 3px solid #01ACFA;
    background-image: none;
    color: #01ACFA;
    top: 130px;
    transition: .3s;
    background:#ffffff;
}
.news-events .slick-slide img{
    height:auto;
}
.events-btn{
	float: right;
	margin-top: 50px;
}
.main-events{
	background: url(../img/news-events/events-bg.svg);
	background-size: cover;
	padding: 85px 40px 60px 25px;
	border-radius: 10px;
	color: #ffffff;
}
.main-events h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
}
.main-events h6{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.main-events p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.main-events p i{
	margin-right: 8px;
	height: 30px;
	float: left;
	padding-top: 3px;
}
.main-events .btn-style-one{
	margin-top: 60px;
	padding: 12px 26px;
    font-weight: 500;
}
.news-events .slick-slider{
    height:445px;
}
.news-events .slick-slide{
  width: 280px;
}
.data-center-slider{
	padding-bottom: 0;
}
.most-advanced{
	background: url(../img/data-center/most-advanced-bg.jpg);
	background-size: cover;
	padding: 100px 0;
}
.most-advanced-banner img{
	width: 100%;
}
.product-service{
	background: url(../img/data-center/product-service-bg.jpg);
	background-size: cover;
	padding: 100px 0 0 0;
}
.product-service button{
	border: none;
}
.product-service button:hover{
	border: none;
}
.product-service-tab{
	margin-top: 50px;

}
.product-service-tab .nav-pills{
	background: #3C5072;
	border-radius: 2px 0px 0px 2px;
	width: 41%;
	float: left;
	padding: 30px 0;
	min-height: 860px;
}
.product-service-tab .tab-content{
	width: 59%;
	float: right;
	padding: 70px 70px 50px 70px;
	background:rgb(38, 50, 81);;
	min-height: 886px;
	height: 886px;
	overflow-y:scroll;
}
.product-service-tab .nav-link.active{
	background-color: #019DE5;
	border-radius: 0;
}
.product-service-tab .nav-link{
	padding: 15px 70px 15px 30px;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: transparent;
    color: white;
}
.product-service-tab .nav-link:hover{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.tab-icon{
	float: left;
	margin-right: 25px;
	width: 50px;
}
.tab-icon img{
  height: 50px;
  width: 50px;
}
.product-tab-content{
	float: right;
	width: 335px;
	text-align: left;
}
.product-tab-content h6{
	font-size: 23px;
	line-height: 32px;
	letter-spacing: -0.005em;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.product-tab-content p{
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.85);
	text-transform: capitalize;
	margin-bottom: 0;
}
.product-service-tab .tab-content h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	color: #ffffff;
	margin-bottom: 10px;
}
.product-service-tab .tab-content p{
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	letter-spacing: -0.002em;
	color: #ffffff;
	margin-bottom:0px;
}
.product-service-tab .list-style{
    margin:15px 0 15px 15px;
    padding:0;
}
.product-service-tab .list-style li{
    color:#ffffff;
    list-style:disc;
}
.product-service-tab .table-style table{
    width:100%;
}
.product-service-tab .table-style thead{
    background-color:#01ACFA;
}
.product-service-tab .table-style thead th{
    color:#ffffff;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}
.product-service-tab .table-style td{
    border:1px solid rgb(75 93 142);
    padding:5px;
    font-size:13px;
}
.data-center-feature{
	background: url(../img/data-center/data-center-feature.png);
	background-size: cover;
	padding:100px 0;
	overflow: hidden;
}
.feature-banner{
	margin-left: -50%;
}
.feature-banner img{
	width: 90%;
	height: 810px;
}
.main-feature{
	margin-top: 70px;
}
.main-feature button{
	margin-top: 20px;
}
.feature-list-single{
	color: #ffffff;
	margin-bottom: 40px;
}
.feature-list-single img{
	margin-bottom: 15px;
	height: 48px;
	width: 48px;
}
.feature-list-single  h3{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.feature-list-single p{
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.85;
	height:60px;
	overflow:hidden;
}
.packages{
	background: url(../img/data-center/data-center-package.png);
	background-size: cover;
	padding:100px 0;
	overflow: hidden;
}
.packages-list{
	margin-top: 70px;
}
.packages-list-single{
	border-radius: 10px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
	background:url(../img/list-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	border: 1px solid #97B0D5;
	
}
.packages-list-single img{
	margin-bottom: 10px;
	width: 66px;
	height: 75px;
}
.packages-list-single h3{
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0.001em;
	color: #FFFFFF;
	border-bottom: 1px solid #9DAFC9;
	padding-bottom: 30px;
	margin-bottom: 20px;
	height: 110px;
}
.list-cercle-style li{
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: -0.002em;
	color: #252631;
	list-style: none;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}
.list-cercle-style li:before{
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #01ACFA;
	margin-left: -20px;
    margin-top: 15px;
    position: absolute;
}
.list-cercle-style li:after{
	content: '';
	height: 1px;
	width: 100%;
	margin-left: -20px;
    margin-top: 15px;
    position: absolute;
    background: url(../img/border-bottom.png);
    background-position: center;
    bottom: 0;
    left: 0;
}
.list-cercle-style li:last-child:after{
	display: none;
}

.list-cercle-style li span{
	color: #656878;
	font-weight: normal;
	padding-left: 10px;
}
.list-check-style li{
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: -0.002em;
	color: #252631;
	list-style: none;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}
.list-check-style li:before{
	content: '';
	height: 30px;
	width: 30px;
	background:url(../img/icon/check-2.svg);
	margin-left: -42px;
    margin-top: 5px;
    position: absolute;
}
.benifit-business{
	background: url(../img/data-center/benifit-business.png);
	background-size: cover;
	padding:100px 0;
}
.benifit-business .section-title-seven h1{
	margin-bottom: 30px;
}
.benifit-business-list{
	margin-top: 50px;
}
.benifit-business-list-single{
	background: #2F4F7B;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	padding: 25px 10px 25px 25px;
	margin-bottom: 30px;
	line-height: 32px;
	letter-spacing: -0.005em;
	color: #FFFFFF;
	opacity: 0.85;
	min-height:180px;
}
.benifit-business-list-single img{
	float: left;
	margin-right: 15px;
}
.benifit-business-list-single h3{
	margin-top: 10px;
    margin-bottom: 0;
    font-size: 23px;
}
.benifit-business-list-single p{
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}
.data-center-location{
	background: url(../img/data-center/data-location.png);
	background-size: cover;
	padding:100px 0;
}
.locations-list{
	margin-top: 70px;
}
.locations-list-single {
	background: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:24px;
}
.locations-list-single iframe{
	border-radius: 5px 5px 0 0;
}
.locations-list-single h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.005em;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 15px;
}
.locations-list-single p{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #50525E;
	padding: 0 50px;
	height: 70px;
	font-weight: 400;
}
.client-testimonials{
	background: url(../img/data-center/testimonials.png);
	background-size: cover;
	padding:100px 0;
}
.testimonials-slider .slick-slide{
  background: transparent;
  border:none;
  box-shadow: none;
  padding:0 120px;
}
.client-testimonials .slick-prev, .client-testimonials .slick-next{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	outline: black;
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 3px solid #01ACFA;
	background-image: none;
	color: #01ACFA;
	top: 150px;
	transition: .3s;
}
.client-testimonials .slick-prev:hover, .client-testimonials .slick-next:hover{
	background-color: #01ACFA;
	transition: .3s;
}
.client-testimonials .slick-prev:hover{
	background-color: white;
}
.client-testimonials .slick-next:hover{
  background-color: white;
}
.client-testimonials .slick-next:next{
	height: 45px;
  	width: 45px;
  	background: url(../img/icon/t-arrow-left.svg);
  	background-repeat: no-repeat;
  	background-position: center;

}
.client-testimonials .carousel-control-prev-icon:hover{
	
}
.client-testimonials .slick-next:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}

.client-testimonials .slick-prev:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}
.client-testimonials .slick-prev{
    left:0;
    z-index:99;
}
.client-testimonials .slick-next{
    right:0;
    z-index:99;
}
.client-testimonials .carousel-inner{
	margin: auto;
    width: 70%;
}
.client-testimonials h6{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.002em;
	color: #4B4E5F;
	opacity: 0.85;
}
.client-testimonials p{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #252631;
}
.client-info{
	margin-top: 25px;
}
.client-info img{
	position: relative;
	float: left;
	margin-right: 25px;
	height: 105px;
	width: 105px;
	border-radius: 100%;
}
.client-info h5{
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: -0.002em;
	color: #252631;
	padding-top: 10px;
}
.client-info p{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #4B4E5F;
	opacity: 0.85;
	width: 50%;
}
.certification{
	background: url(../img/data-center/certifications.png);
	background-size: cover;
	padding:100px 0;
}
.certification .slick-slide{
	background: transparent;
	box-shadow: none;
	border: none;
   width: 390px;
   margin:0;
}
.certification .slick-slide img{
      height: 416px !important;
      width:80%;
      margin:auto;
}
.certification .slider{
	margin-top: 50px;
	margin-bottom: 0;
}
.certification .slick-dots{
	display: none !important;
}
.certification-banner{
	text-align: center;
}


.certification .slick-prev, .ccertification .slick-next{
	height: 45px;
	width: 45px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	outline: black;
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 3px solid #01ACFA;
	background-image: none;
	color: #01ACFA;
	top: 150px;
	transition: .3s;
}
.ccertification .slick-prev:hover, .certification .slick-next:hover{
	background-color: #01ACFA;
	transition: .3s;
}
.certification .slick-prev:hover{
	background-color: white;
}
.certification .slick-next:hover{
  background-color: white;
}
.certification .slick-next:next{
	height: 45px;
  	width: 45px;
  	background: url(../img/icon/t-arrow-left.svg);
  	background-repeat: no-repeat;
  	background-position: center;

}
.certification .carousel-control-prev-icon:hover{
	
}
.certification .slick-next:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}

.certification .slick-prev:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}
.certification .slick-prev{
    left:0;
    z-index:99;
}
.certification .slick-next{
    right:0;
    z-index:99;
}

.certification .slick-prev, .certification .slick-next {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 3px solid #01ACFA;
    background-image: none;
    color: #01ACFA;
    top: 200px;
    transition: .3s;
}
.product-service-slider{
	position: relative;
}
.product-service-slider .nav-link.active{
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #FFFFFF !important;
}
.product-service-slider .nav-link{
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background:transparent;
}
.product-service-slider .nav-link a{
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #FFFFFF !important;
}
.product-service-slider .nav-link:hover{
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
  outline: none;
}
.product-service-slider .tab-content{
  min-height: 490px;
  height:490px;
  overflow-y:scroll;
}
.product-service-slider{
	margin-top: 40px;
}
.product-service-slider  .nav-pills{
  width: 28%;
  min-height: 440px;
  margin-top:25px;
  padding:55px 0;
}
.product-service-slider  .tab-content{
  width: 72%
}
.product-service-slider .tab-content{
  background: rgb(38, 50, 81);
}
.desSlideshow .switchBigPic{
	display: none;
	left: 300px;
	
}
.desSlideshow .nav {
	display: none;
	left: 0;
	background: #3C5072;
	height: 388px !important;
	margin-top: 38px !important;
}
.desSlideshow .nav li{
	border-bottom:1px solid rgba(255,255,255, .25);
	padding: 20px 30px 20px 60px;
}
.desSlideshow .nav li:hover{
	border-bottom:1px solid rgba(255,255,255, .25);
}
.desSlideshow .nav li a{
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #FFFFFF !important;
}
.product-single-content{
	color: #ffffff;
	margin-bottom: 30px;;
}
.product-single-content:last-child{
	margin-bottom: 0;
}
.product-single-content .product-icon{
	background: #ffffff;
	float: left;
	margin-right: 35px;
	border-radius: 5px;
	height: 75px;
	width: 75px;
	line-height: 75px;
	text-align: center;
}
.product-single-content .product-icon img{
  width: 60px;
  height: 45px;
}
.product-single-content h3{
	font-size: 24px !important;
	line-height: 15px !important;
	letter-spacing: -0.005em !important;
	text-transform: capitalize !important;
	margin-bottom: 15px !important;
  color: #ffffff !important;
}
.product-single-content p{
	font-size: 16px !important;
	line-height: 20px !important;
   color: #ffffff !important;
}
.enterprise-cloud-feature{
	background: url(../img/enterprise/enterprise-cloud-feature.png);
	background-size: cover;
	padding:255px 0 100px 0;
}
.enterprise-cloud-feature-banner{
	margin-top: 50px;
}
.enterprise-cloud-feature-banner img{
	width: 75%;
	height: 490px;
}
.enterprise-cloud-item{
	margin-top: 50px;
}
.cloud-item-single img{
	margin-bottom: 20px;
	height: 50px;
	width: 50px;
}
.cloud-item-single{
	margin-bottom: 30px;
}
.cloud-item-single h5{
    font-weight:600;
}
.cloud-item-single h3{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #252631;
	margin-bottom: 10px;
}
.cloud-item-single p{
	margin-bottom: 0;
	height:80px;
	overflow:hidden;
}
.value-added-services{
	background: url(../img/enterprise/value-added-bg.png);
	background-size: cover;
	padding:100px 0;
}
.value-added-list{
	margin-top: 50px;
}
.added-list-single{
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom:30px;
}
.added-list-single img{
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: 220px;
}
.added-list-single .btn-style-three{
    padding: 8px 30px ;
    color: #0d93d0;
    border: 1px solid #0d93d0;
}
.added-list-single .btn-style-three:hover{
    color:#ffffff;
}
.list-single-content{
	padding: 15px;
}
.list-single-content h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	color: #252631;
	margin-bottom: 15px;
	height:64px;
	overflow:hidden;
}
.list-single-content p{
	font-size: 16px;
	line-height: 23px;
	color: #656878;
	margin-bottom: 30px;
	height:70px;
	overflow:hidden;
}
.software-service{
	background: url(../img/enterprise/testimonials.png);
	background-size: cover;
	padding:100px 0;
}
.software-service .regular{
	margin-top: 50px;
}
.software-service .slick-slide{
	background-color: transparent;
	text-align: center;
	border:none;
	box-shadow: none;
}
.software-service .slick-slide img{
	width: 85px;
	margin:auto;
	height: 100px;
	margin-bottom: 30px;
}

.software-service  .slick-prev, .software-service  .slick-next{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 3px solid #01ACFA;
  background-image: none;
  color: #01ACFA;
  top: 150px;
  transition: .3s;
}
.software-service  .slick-prev:hover, .software-service  .slick-next:hover{
  background-color: #01ACFA;
  transition: .3s;
}
.software-service  .slick-prev:hover{
  background-color: white;
}
.software-service .slick-next:hover{
  background-color: white;
}


.software-service  .slick-next:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}
.software-service  .slick-prev{
    left:0;
    z-index:99;
}
.software-service  .slick-next{
    right:0;
    z-index:99;
}
.software-service  .slick-prev:before{
  height: 45px;
  width: 45px;
  background: url(../img/icon/t-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
}
.software-service .slick-list{
  margin: 0 60px;
}
.software-service .slick-track{
  
}
.software-service .slick-list p{
    height:105px;
    overflow:hidden;
}
.service-single-content h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #252631;
	margin-bottom: 15px;
	padding: 0 30px;
	height:65px;
	overflow:hidden;
}
.service-btn{
	text-align: center;
}
.service-btn button{
	display: inline;
	margin-top: 30px;
}
/* Mamun CSS */


.header-inner{
	position: relative;
	min-height: 615px;
}

.feature-header{
	width:100%;
	height:615px;
	margin-top: -130px;
}

.feature-header h1{
	color:#ffffff;
	position: absolute;
	text-align:center;
	width:100%;
	margin-top:208px;
	font-size:56px;
}


.feature-header p{
	color:#ffffff;
	position: absolute;
	text-align:center;
	width:100%;
	font-size:18px;
	margin-top:290px;
}
.feature-header img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.cloud-feature-inner{
	background:url('../img/innerpage-bg.png');
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 3px;
	padding:90px 70px;
    margin-top:-200px; 
	position:relative;
	margin-bottom:90px;
	background-repeat: no-repeat;
    background-size: cover;

}

.inner-title-three h1{
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -1.5px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 600;
}

.inner-title-three p{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #000000;
	margin-bottom: 40px;
	font-weight: 400;
}

.feature-single-inner .feature-icon{
	text-align: left;
	margin-bottom: 25px;
}
.feature-single-inner .feature-icon img{
	height: 58px;
	width: 58px;
}

.feature-single-inner{
	background: #FFFFFF;
	border: 1px solid #DDEAEE;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	min-height: 268px;
	margin-bottom: 30px;
}

.feature-single-inner h5{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #17313B;
	position: relative;
}

.feature-single-inner h3{
	font-size: 25px;
	margin-bottom:10px;
}

.feature-single-inner h5 span{
	margin-left: 7px;
	font-size: 10px;
	position: absolute;
    top: 1px;
}



/* For Vas */

.vas-top img{
	width:100%;
	padding:0px;
	border-radius: 5px 5px 0 0;
  height: 220px;
}

.vas-single{
	background: #FFFFFF;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom:30px;
}

.vas-single h3{
	font-size: 24px;
	margin-bottom:10px;
	font-weight:bold;
}

.vas-single p{
	font-size: 16px;
	color:#656878;
	margin-bottom:30px;
	line-height:25px;
}

.vas-single .btn{
	background: #01ACFA;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 0;
	padding: 7px 25px;
	border:0px;
}

.vas-single .btn:hover{
	background: #04A2EB;
}

/* For Product Service */

.product-service-inner h1{
	font-size:44px;
	color:#000000;
	font-weight:bold;
	margin-bottom:40px;
}

.product-service-inner p{
    font-size: 16px;
	color:#656878;
	margin-bottom:50px;
	line-height:25px;
}

.product-service-inner h3{
	font-size:30px;
	margin-top:70px;
	margin-bottom:40px;
}

.product-top img{
	width:100%;
	padding:0px;
	border-radius:5px;
}

.product-top-left img{
	width:100%;
	padding:0px;
	border-radius:5px;
	margin-top:-120px;
}

.style-product ul li{
	font-size: 16px;
	color:#656878;
	list-style: none;
	line-height:40px;
}

.style-product ul li::before {
  content: "\2713";
  color:#01ACFA;
  font-weight: bold;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1em;
  font-size:20px;
  list-style-type: disc;
}

.scability img{
	border-radius: 5px;
	margin-bottom:50px;
	display: block;
    margin-left: 0;
	width: 80%;
}

.animateMe{
  opacity: 0;
}
 
.animateMe .animated{
    opacity: 1;
}
.padding{
  padding: 100px 0 60px 0;
}
/*----------------------Footer Start-------------------------*/
footer{
	background: url(../img/footer.jpg);
	background-size: cover;
	padding-top:105px;
}
.footer-logo img{
	width: 70px;
	float: left;
	margin-right: 20px;
}
.footer-logo h1{
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer-logo p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	opacity: 0.75;
	display: inline-block;
	margin-top: 15px;
	text-align:justify;
	padding-right:30px;
}
.footer-section .company{
    padding-left:60px;
}
.footer-section .Importantlinks{
    padding-left:30px;
}
.footer-section .business{
    padding-left:30px;
}
.footer-section .list-widget h3{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 15px;
}
.footer-section h3{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 15px;
}
.footer-section .list-widget ul{
	padding: 0;
}
.footer-section .list-widget li a, li{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 32px;
	color: #ffffff;
	transition: .3s;
}
.footer-section .list-widget li a:hover{
	color: #01ACFA;
	transition: .3s;
	text-decoration: underline;
}
.footer-section .list-widget li{
	display: flex;
}
.contact-style{
    
}
.footer-contact i{
	color: #01ACFA;
    float: left;
    margin-right: 10px;
    padding-top: 8px;
    width: 20px;
    height: 35px;
}
.footer-contact li{
	margin-bottom: 10px;
}
.footer-contact ul{
	margin-bottom: 0px;
	padding: 0;
}
.footer-contact .title{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.005em;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 15px;
}
.copyright{
	margin: 50px -20px 0px -20px;
}
.copyright p{
	font-weight: 300;
	color: #8992AB;
	margin-bottom: 20;
	font-size: 15px;
}
.copyright li{
	margin-left: 25px;
	padding-left: 10px;
}
.copyright li:last-child{
	list-style: disc;
	margin-left: 30px;
}
.copyright li a{
	font-weight: 300;
	color: #8992AB;
	margin-bottom: 0;
	font-size: 15px;
	transition: .3s;
}
.copyright li a:hover{
	color: #01ACFA;
	transition: .3s;
	text-decoration: underline;
}
.copyright .nav{
	padding-top: 0;
	float: right;
}
.quote-button{
	position: fixed;
	right: 16px;
	bottom:40px;
	z-index: 999;
}
.get-a-quote{
    opacity:0;
    transition:.3s;
}
.qoute-shrink{
    opacity:1;
    transition:.3s;
}
.quote-button .btn{
	border:none;
	background: #01a5dc;
	border: 1px solid rgba(1, 172, 250, 0.5);
	border-radius: 14px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff;
	height: 48px;
    width: 175px;
    line-height: 60px;
    border-radius: 25px;
	box-shadow: 0 0 0 rgba(1,172,250, 0.4);
    animation: pulse 2s infinite;
}

.quote-button .btn:hover {
  animation: none;
}
.quote-button .btn img{
    position: absolute;
    right: 0;
    top: 0px;
    
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,172,250, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(1,172,250, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(1,172,250, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(1,172,250, 0.4);
    box-shadow: 0 0 0 0 rgba(1,172,250, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(1,172,250, 0);
      box-shadow: 0 0 0 10px rgba(1,172,250, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(1,172,250, 0);
      box-shadow: 0 0 0 0 rgba(1,172,250, 0);
  }
}
.popup-header{
	background: url(../img/popup-bg1.png);
	background-size: cover;
	padding: 10px 30px 10px 30px;
	border-radius:0;
}
.popup-header h3{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.002em;
	color: #FFFFFF;
}
.popup-header p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.popup-header-logo img{
	width: 100%;
}
.popup-product-info{
	padding: 15px 15px 0 15px;
	background-color: #ffffff;
}
.popup-form{
	background: #F0F3F4;
	border-radius: 6px 6px 0px 0px;
	padding: 15px 15px 10px 15px;
	margin-top: 20px;
}
.popup-form input{
	background: #FFFFFF;
	border: 1px solid #E2E2E7;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 10px;
}
.popup-product-info label{
	font-size: 16px;
	line-height: 20px;
	color: #252631;
	margin-bottom: 10px;
}
.popup-product-info label span{
	color: #01ACFA;
}
.popup {
  position: fixed;
  max-width: 400px;
  border-radius: 10px;
  bottom:0;
  right:2px;
  background: rgba(255,255,255,.9);
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 1;
  border: 1px solid #E2E2E7;
  box-shadow: 0px -55px 70px rgba(42, 55, 87, 0.12);
  border-radius: 0px;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.show-getaquote{
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;  
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;

}
.popup .close {
	position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 30px;
    box-shadow: 0px 4px 16px rgb(40 45 84 / 15%);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    border-radius: 50%;
    cursor:pointer;
}
.popup .close:hover {
  color: #00E5EE;
}

.close-popup {
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
}
.popup:target + .close-popup{  
  opacity: 1;
  visibility: visible;
  background: transparent;
  border: none;
}
.popup-form button{
	padding: 10px 40px;
	font-size: 15px;
	margin-top:10px;
	border: 1px solid #01ACFA;
    color: #01ACFA;
}
/* ** contact** */

.contact-bg{
  background: url(../img/form-bg.png);
  background-size: cover;
    background-repeat: no-repeat;
  box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
  border-radius: 3px;
  padding:60px 35px;
    margin-top:-130px; 
  position:relative;
  margin-bottom:90px;
}

.contact-bg h3{
  color:#ffffff;
  margin-bottom:20px;
}

.contact-bg p{
  color:#ffffff;
  margin-bottom:50px;
}

.from-style{
  margin-bottom:15px;
  height:57px;
  color:#656878;
  font-size:16px;
  font-weight:normal;
  
}

.contact-bg .btn {
    background: #01ACFA;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0;
    padding: 15px 30px;
  margin-top:30px;
  
}

.contact-left{
  text-align:center;
  margin-top:40px;
  margin-bottom:30px;
}
.contact-left img{
    width:70%;
}
.colosia{
  margin-bottom:70px;
}

.contact-style ul{
  padding: 0;
  margin-top:40px;
}
.contact-style li a{
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #252631;
  transition: .3s;
}
.contact-style li{
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #252631;
  transition: .3s;
}

.contact-style li a:hover{
  color: #01ACFA;
  transition: .3s;
  text-decoration: underline;
}
.contact-style li{
  display: flex;
  margin-bottom: 10px;
}

.contact-style i{
  color: #01ACFA;
  float: left;
  margin-right: 10px;
  padding-top: 8px;
}
.google-map{
    margin:50px auto;
}
.google-map iframe{
    border:5px solid #01ACFA !important;
}
.discuss_with_people{
    padding:100px 0;
    background:url(../img/discuss.jpg);
    background-color:rgba(0,0,0, .5);
    color:#ffffff;
    text-align:center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}
.discuss_with_people:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(19,33,68,0.90);
}
.discuss_with_people h1{
    font-weight:700;
    color:#ffffff;
    letter-spacing:5px;
}
.discuss_with_people p{
    margin-top:50px;
}
.meet_people{
    position:relative;
}
.meet_people .more-feature{
    display:inline-block;
}
.clear-both{
    clear:both;
}
.input-error{
    border:1px solid red !important;
}
.openmenu #menu-toggle{
    right:-350px;
}
.feature-list-single-content{
    margin-bottom:30px;
}
.feature-list-single-content img{
    padding: 10px;
    background: #2C3959;
    margin-top: 7px;
}

.management_team{
    background: #FFFFFF;
	border: 1px solid #DDEAEE;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
    min-height: 300px;
	margin-bottom:25px;
}
.management_team img{
    width:100% !important;
    height:auto !important;
    border-radius:10px;
}
.management_team .feature-icon img{
    width:120px !important;
    margin-bottom:30px;
}

.management_team h3{
   font-size:30px;
   margin-bottom:15px;
   font-weight:bold;
}
.management_team strong{
    font-weight:normal;
    font-size:20px;
}
.management_team_info{
    margin-top:100px;
}
.mir-group h3{
   font-size:25px;
   margin-bottom:15px;
   
}

.mir-group{
    background: #FFFFFF;
	border: 1px solid #DDEAEE;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
    height: 500px;
	margin-bottom:25px;
}


.mir-group .feature-icon img{
    width:120px !important;
    margin-bottom:30px;
}

.search_list_single{
	border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.search_list_single h3{
    font-size: 16px;
    font-weight: 400;
}
.search_list_single img{
	height: 120px;
	width: 120px;
	float: left;
	margin-right: 20px;
}
/* For News Event */


.news-event-main{
	background: url(../img/innerpage-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	background-size:cover;
	background-position:top right;
	background-color:#E5E5E5;
	border-radius: 3px;
	padding:90px 70px;
    margin-top:-200px; 
	position:relative;
	margin-bottom:90px;
}
.news-event-main .news-event-single{
    min-height:320px;
}
.news-event-main .news-event-single h3{
    text-transform:capitalize;
}
.news-event img{
	width:100%;
	padding:0px;
	border-radius: 5px 5px 0 0;
	height:220px;
}

.news-event-single{
	background: #FFFFFF;
	box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom:30px;
}

.news-event-single h3{
	font-size: 24px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.news-event-single h3 a{
	color: #333333;
}

.news-event-single h4{
	font-size: 16px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#121212;
	
}

.news-event-single h4 span{
	font-size: 16px;
	margin-bottom:15px;
	color:#595959;
	text-transform:uppercase;
	font-weight:400;
	padding-left:30px;
	position:relative;
	
}

.news-event-single p{
	font-size: 16px;
	color:#656878;
	margin-bottom:30px;
	line-height:25px;
}

.news-event-single h4 span::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height:5px;
    width: 5px;
    margin:0px 5px;
    background-color: #595959;
	position:absolute;
	top:9px;
	left:5px;

}


.news-event-details h1{
	color:#283B90;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;

}

.news-event-details h4{
	color:#595959;
	text-align: center;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-bottom:40px;
}



.innerpage-content-banner{
	float: right;
	width: 40%;
	margin-left:30px;
	margin-bottom: 20px;
}
.innerpage-content-banner img{
	max-width: 100%;
}

.product-style h1{
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.0175em;
    text-transform: capitalize;
    color: #283B90;
    margin-bottom:70px;
    text-align:center;
}
.product-style h4{
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #000000;
    padding:10px 0;
}
.product-style p{
    font-size:18px;
    color:#000000;
    font-weight:400;
}
.product-style img{
    max-width:100%;
}
.product-service-middle-style{
    padding:40px;
    background:url('../img/product-bg-2.png');
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:50px;
    padding-top:60px;
}
.product-service-middle-style h3{
    font-weight: 600;
    font-size: 35px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #FFFFFF;
    margin-bottom:25px;
}
.product-service-middle-style p{
    color:#ffffff;
}
.product-service-middle-style .row{
    margin-bottom:50px;
}
.product-service-middle-style .row:last-child{
    margin-bottom:0;
}
.product-service-bottom-style h3{
    background: url(../img/title-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 50px 50px 80px;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}
.product-service-bottom-style p{
    padding-left:15px;
}
.product-service-bottom-style ul{
    margin-left:30px;
}
.product-service-bottom-style ul li{
    font-weight:600;
    color:#000000;
    line-height: 28px;
    font-size:18px;
}
.product-middle-banner{
    text-align:center;
}

.features-single{
	background: url(../img/features-bg.png);
	background-color: #2F4F7B;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom:30px;
	border:3px solid #01ACFA;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
}

.features-single img{
	display:table;
	margin:auto;
	margin-bottom:25px;
}


.features-single h2{
	font-size:25px;
	color:#ffffff;
	margin-bottom:30px;
	text-align:center;	
}


.features-single p{
	font-size: 16px;
	color:#656878;
	margin-bottom:30px;
	line-height:25px;
	color:#fff;
}

.features-list li{
	color:#ffffff !important;
}

.company-inner strong{
    color:#283B90;
    font-weight:bold;
}
.main-events{
    height:400px;
    position:relative;
}
.main-events .btn-style-one{
    position:absolute;
    bottom:60px;
}
.normal_contnet .col-md-4{
    text-align:center;
}
.normal_contnet p{
    margin-top:40px;
}

.management-team-new h2{
	color:#283B90;
	font-size:44px;
	text-align:center;
	font-weight:bold;
	margin-bottom:60px;
}

.management-team-new h3{
	color:#000000;
	font-size:36px;
	text-align:center;
	font-weight:bold;	
}

.management-team-new img{
	width:100%;
	margin-right:40px;
}

.management-team-new h4{
	color:#000000;
	font-size:25px;
	text-align:center;
	margin-bottom:20px;
	
}

.group-single{
	background:#F6FAFF;
	border-radius: 5px;
	padding: 20px 15px;
	margin-bottom:30px;
	height: 780px;
}

.group-single img{
	display:table;
	margin:auto;
	margin-bottom:25px;
	
}

.group-single h4{
color:#000000;
font-weight:bold;
font-size:bold;
text-align:center;
	
}
.group-single p{
    text-align:justify;
    font-weight:400;
}
.mega-menu-grid {
    column-count: 3;
}
.mega-menu-block {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.data-feature-inner{
    padding:50px !important;
}
.enterprize-product-service h3{
    margin-bottom:20px;
    margin-top:30px;
}
.box-style{
    background:#ffffff;
    padding:30px;
    border-radius:5px;
    margin-bottom:30px;
    min-height:385px;
    box-shadow:0px 0px 10px #cfcfcf;
}
.enterprize-cloud-feature-inner img{
    width:100%;
}
.enterprise-cloud-advantage img{
    width:100%;
}
.value-added-inner .box-style{
    min-height:365px;
}
.list-with-img{
    margin-top:30px;
}
.list-with-img ul{
    float:left;
    margin-top:50px;
}
.list-with-img img{
    width:40%;
    margin-left: 50px;
    margin-bottom: 30px;
}
.list-widget ul, li {
  margin: 0;
  padding: 0;
}

.list-widget  > li > ul {
  margin-top: 1.5rem;
}

.list-widget ul {
  list-style: none;
}
.list-widget ul li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
}
.list-widget ul li a {
  text-decoration: none;
    color: #01a5dc;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
.list-widget ul ul {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
.list-widget ul ul li {
  position: relative;
}
.list-widget ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #6b6b6b solid;
  position: absolute;
  top: -0.75rem;
}
.list-widget ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-bottom: 1px #6b6b6b solid;
  position: absolute;
  top: -0.75rem;
}
.list-widget ul ul li a {
  margin-left: 3.75rem;
}
.advantage-single{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(143, 165, 216, 0.66);
    border-radius: 4px;
    margin-bottom:30px;
}
.advantage-single h3{
    background: #01acfa;
    border-radius: 0px 0px 4px 4px;
    text-align:center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding:8px 0;
}
.advantage-single p{
    padding:20px;
}
.partners-inner-single{
    background:url('../img/partners-bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:30px;
    margin-bottom:30px;
    min-height:500px;
    position:relative;
     border-radius: 0 0 5px 5px;
}
.partners-inner-single h3{
    text-align:center;
    margin-bottom:30px;
}
.partners-inner-single .partners-logo{
    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(168, 195, 203, 0.2);
    border-radius: 90px;
    display:flex;
    height:160px;
    width:160px;
    margin:auto;
    margin-bottom:30px;
}
.partners-inner-single .partners-logo img{
    margin:auto;
    max-width:100%;
}
.partners-inner-single .partners-logo h3{
    text-align:center;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom:30px;
}
.partners-inner-single .partners-logo p{
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.partners-inner-single  a{
    background: #C7D1E8;
    border-radius: 0px 0px 4px 4px;
    text-align:center;
    padding:10px 0;
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    right:0;
    font-size: 20px;
    line-height: 30px;
    color: #243161;
}
.partners-inner-single  a img{
    height:22px;
    margin-right:5px;
}
.testimonials-inner-single{
    background:url('../img/testimonial-bg.png');
    background-size:cover;
    background-repeat:no-repeat;
    padding:80px 150px;
    margin-bottom:30px;
}
.testimonials-inner-single p{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    color: #252631;
}
.testimonials-inner-single h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.002em;
    color: #252631;
}
.testimonials-inner-single  .client-info img{
	position: relative;
	float: left;
	margin-right: 25px;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 2px solid #01acfa;
}
.testimonials-inner-single .client-info p{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #4B4E5F;
    opacity: 0.85;
    font-weight: 400;
    width: 60%;
}
.cloud-product-service-inner h2{
    text-align:center;
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.0175em;
    text-transform: capitalize;
    color: #283B90;
    margin-bottom:30px;
}
.software-service-inner ul{
    padding:0;
    margin:0;
}
.software-service-inner ul li{
    background: #2F4F7B;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #FFFFFF;
    padding:15px 30px;
    margin-bottom:25px;
    font-weight:400;
}
.location-innerpage .locations-list{
    margin-top:0;
}
.content-description-wrap .image{
    float:left;
    margin-right:30px;
    margin-bottom:30px;
}