.get-started-btn:before
{
	display: none;
}
.slider-sec
{
	/*height: 100vh;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.slider
{
	/*padding-bottom: 0!important;*/
	/*height: 100vh;*/
	width: 100%;
	padding-bottom: 80px!important;
}
.splide__pagination__page
{
	background: transparent!important;
    border: 1px solid #142149!important;
    border-radius: 50%;
    display: inline-block;
    height: 10px!important;
    margin: 3px;
    opacity: 1!important;
    padding: 0;
    transition: transform .2s linear;
    width: 10px!important;
    transform: scale(0.9)!important;
}
.splide__pagination__page.is-active
{
	background: #142149!important;
    transform: scale(1.4)!important;
}
.splide--ttb>.splide__pagination, .splide--ttb>.splide__slider>.splide__pagination
{
	right: 50px!important;
}
.splide--ttb>.splide__arrows .splide__arrow--prev
{
	background-image: url(../image/up-arrow.png)!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	width: 30px!important;
	height: 55px!important;
    border-radius: 0!important;
}
.splide--ttb>.splide__arrows .splide__arrow--next
{
	background-image: url(../image/down-arrow.png)!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	width: 30px!important;
	height: 55px!important;
    border-radius: 0!important;
}
.splide__arrow
{
	background: transparent!important;
}
.splide--ttb>.splide__arrows .splide__arrow--prev svg
{
	opacity: 0!important;
}
.splide--ttb>.splide__arrows .splide__arrow--next svg
{
	opacity: 0!important;
}
.splide--ttb>.splide__arrows .splide__arrow, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow, .splide--ttb>.splide__track>.splide__arrows .splide__arrow
{
	z-index: 998;
	left: 5%!important;
}
.splide--ttb>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next
{
	bottom: 180px!important;
}

.datacenter-loc-block
{
	padding-top:80px;
}
.world-map-new
{
	width:100%;
}
/*-------------------new-data-center-------------------*/

.new-data-center
{
	padding: 80px 0;
}
.new-dc-content
{
	color: #00C0F7;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	display: flex;
	align-items: center;
}
.new-dc-content-line
{
	width: 50px;
	height: 2px;
	display: block;
	background-color: #00C0F7;
	margin-right: 8px;
}
.new-dc-title
{
	color: #202020;
	font-family: 'Poppins-Bold';
	font-size: 48px;
	margin-bottom: 50px;
}
.new-dc-box
{
	padding: 25px;
	border-radius: 10px;
	background:#00c0f7;
	background-size: cover;
	background-repeat: no-repeat;
}
.new-dc-box-blue
{
	background: #111b3e;
}
.dc-box-head
{
	display: flex;
	align-items: center;
}
.dc-box-title
{
	color: #fff;
	font-size: 32px;
	font-family: 'Poppins-SemiBold';
	margin-left: 10px;
	line-height: 32px;
}
.new-dc-box-con
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.dc-list-name p
{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins-Medium';
	width: 100%;
	position: relative;
}
.dc-list-name p:before
{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.dc-list-name-last p:before
{
	display: none;
}
.dc-list-name
{
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.dc-list-name img
{
	margin-right: 10px;
}
.new-dc-plan-btn
{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins-Medium';
	background-color: #142149;
	border-radius:5px;
	padding: 10px;
	width: 150px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	transition: 0.3s;
}
.new-dc-plan-btn:hover
{
	background-color: #fff;
	color: #142149;
}
.new-dc-box-blue .new-dc-plan-btn
{
	background-color: #00C0F7;
}
.new-dc-box-blue .new-dc-plan-btn:hover
{
	background-color: #fff;
	color: #142149;
}
.new-dc-plan
{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.new-dc-box
{
	margin: 0 7.5px;
}
.new-dc-box:first-child
{
	margin-left: 0;
}
.new-dc-box:last-child
{
	margin-right: 0;
}
.main-new-dc
{
	position: relative;
}
.main-new-dc:before
{
	content: 'DATA CENTERS';
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 110px;
    color: #ddd;
    font-family: 'Poppins-Bold';
    z-index: -1;
    opacity: 0.2;
}
/*-----------------end-new-data-center-------------------*/

/*--------------------about-us--------------------------*/

.new-about-us
{
	padding: 80px 0;
	background-color: #00C0F7;
}
.new-au-con
{
	display: flex;
	justify-content: center;
}
.new-au-left
{
	width: calc(50% - 30px); 
	text-align: center;
	margin-right: 30px;
}
.new-au-right
{
	width: 50%; 
	position: relative;
	z-index: 1;
}
.new-au-right:before
{
	content: 'ABOUT US';
	position: absolute;
    top: -55px;
    left: 0;
    font-size: 120px;
    color: #202020;
    font-family: 'Poppins-Bold';
    z-index: 0;
    opacity: 0.1;
}
.au-left-img img
{
	width: 90%;
	height: auto;
}
.new-au-con .new-dc-content
{
	color: #202020;
}
.new-au-con .new-dc-content-line
{
	background-color: #202020;
	position: relative;
}
.new-au-con .new-dc-title
{
	color: #fff;
	position: relative;
}
.new-au-content
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 16px;
	margin: 15px 0;
}
.new-au-cong-list
{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.new-au-cong-list:last-child
{
	margin-bottom: 0;
}
.new-au-cong-list span
{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	margin-left: 10px;
}
.new-au-cong
{
	display: flex;
	margin:50px 0;
}
.new-au-cong-left
{
	margin-right: 80px;
}
.new-au-btn
{
	display: flex;
	align-items: center;
}
.new-au-btn .new-dc-plan-btn
{
	margin-top: 0;
	border:1px solid #142149;
	margin-right: 15px;
}
.new-au-btn .new-dc-plan-btn:hover
{
	border:1px solid #fff;
}
.au-chat-btn
{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins-Medium';
	background-color: transparent;
	border:1px solid #fff;
	border-radius:5px;
	padding: 10px;
	width: 150px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.au-chat-btn:hover
{
	background-color: #fff;
	color: #142149;
}
.au-left-img
{
	position: relative;
}
.watch-video-img
{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: auto!important;
}
.expe-img
{
	position: absolute;
	top: 0;
	left: 0;
	width: auto!important;
}
/*--------------------end-about-us----------------------*/


/*---------------------serverwala-service--------------*/

.serverwala-service
{
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	
}
.ss-main-block
{
	display: flex;
	justify-content: center;
}
.services
{
	width: 50%;
}
.main-ss-block
{
	width: 50%;
}
.ss-content
{
	color: #202020;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	margin: 20px 0;
}
.ss-cong
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.ss-cong-list
{
	display: flex;
	width: calc(50% - 30px);
	margin-right: 30px;
}
.ss-cong-list:nth-child(1)
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.ss-cong-list:nth-child(2)
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.ss-cong-con
{
	margin-left: 10px;
}
.ss-cong-title
{
	font-size: 22px;
	color: #202020;
	font-family: 'Poppins-SemiBold';
}
.ss-short-cong
{
	color: #202020;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	margin-top: 3px;
}
.serverwala-service .new-dc-plan-btn
{
	margin-top: 50px;
	width: 200px;
}
.serverwala-service .new-dc-plan-btn:hover
{
	background-color: #00C1F6;
	color: #fff;
}
.main-ss-block
{
	width: 50%;
	position: relative;
}
.ss-man-img
{
	position: absolute;
	bottom: -30px;
	right: 160px;
	width: 40%;
	height: auto;
	z-index: -1;
	display: none;
}
.main-ss-block:before
{
    content: 'SERVICES';
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 140px;
    color: #ddd;
    font-family: 'Poppins-Bold';
    z-index: -1;
    opacity: 0.2;
}
/*-------------------end-serverwala-service------------*/

/*------------------serverwala-location----------------*/

.serverwala-location
{
	padding:80px 0;
	background-color: #F5F7FB;
	position: relative;
}
.main-sl
{
	position: relative;
}
.sl-content
{
	color: #202020;
	font-size: 14px;
	font-family: 'Poppins-Regular';
	margin: 20px 0;
	width: 50%;
}
.filter-title
{
	font-size: 18px;
	color: #202020;
	font-family: 'Poppins-Medium';
	margin-right: 10px;
}
select
{
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #fff;
   background-image: none;
   flex: 1;
   padding: 0 15px;
   color:#202020;
   cursor:pointer;
   font-size: 14px;
   font-family: 'Poppins-Regular';
}
select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;
   width: 250px;
   height: 3em;
   line-height: 3;
   background: #fff;
   box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.09);
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #fff;
   color: #202020;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
   color: #01ABFE;
}
.sl-filter-left
{
	display: flex;
	align-items: center;
}
.sl-filter-right
{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.sl-filter
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.location-head
{
	color: #142149;
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 10px;
	text-decoration: underline;
}
.ll-list
{
	color: #142149;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	margin-bottom: 15px;
	display: block;
}
.ll-list:hover
{
	text-decoration: underline;
}
.new-location-name
{
	margin-top: 30px;
}
.new-location-list-box
{
	border-right: 1px solid #ddd;
	width: calc(25% - 20px);
	margin-right: 20px;
}
.new-location-list-box:nth-child(4)
{
	border-right: none;
}
.location-list
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	height: 350px;
	overflow: auto;
}
.location-list::-webkit-scrollbar
{
    background-color: #142148;
    width: 8px;
    border:2px solid #F5F7FB;
}
.location-list::-webkit-scrollbar-thumb
{
    background-color: #00C0F7;
    width: 5px;
    border-radius: 20px;
}
.main-sl:before
{
    content: 'LOCATION';
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 140px;
    color: #aab8e1;
    font-family: 'Poppins-Bold';
    z-index: 0;
    opacity: 0.1;
}
.sl-map-img
{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.next-arrow-one
{
	font-family: 'Poppins-Regular';
	font-size: 14px;
	font-weight: normal;
}
/*----------------end-serverwala-location----------------*/

/*-----------------------our-client----------------------*/

.new-our-client
{
	padding: 80px 0;
	padding-bottom: 180px;
	background-color: #00C0F7;
}
.new-our-client .new-dc-content
{
	color: #202020;
}
.new-our-client .new-dc-content-line
{
	background-color: #202020;
}
.new-our-client .new-dc-title
{
	color: #fff;
}
.total-client
{
	color: #fff;
	font-size: 50px;
	font-family: 'Poppins-SemiBold';
}
.happy-clients
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 18px;
	margin-top: -8px;
}
.new-client-box
{
	width: 260px;
	height: 260px;
	border-radius: 500px;
	background-color: #142148;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.new-client-box:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 290px;
	height: 290px;
	border-radius: 500px;
	border:1px solid #142148;
	background-color: transparent;
}
.new-client-count
{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 100px 0;
	height: 100%;
}
.hc-title
{
	position: relative;
}
.hc-title:before
{
    content: 'CLIENTS';
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 140px;
    color: #202020;
    font-family: 'Poppins-Bold';
    z-index: 0;
    opacity: 0.1;
}
.hc-title .new-dc-title
{
	position: relative;
}
.hc-title .new-dc-content
{
	position: relative;
}
.client-logo
{
	filter: grayscale(1);
	transition: 0.3s;
	cursor: pointer;
	transform: scale(0.9);
}
.client-logo:hover
{
	filter: grayscale(0);
	transform: scale(1);
}
.client-logo-one
{
    position: absolute;
    top: 90px;
    left: 60px;
    animation: mymoveseven linear infinite 12s;
}
/*@keyframes mymove
{
	0%
	{
    	left: -130px;
  	}
  	50%
  	{
  		top: 100px;
    	left: 100%;
  	}
  	100%
  	{
	    left: -130px;    
  	}
}*/
.client-logo-two
{
    position: absolute;
    top: 218px;
    left: 164px;
    animation: mymoveone linear infinite 12s;
}
/*@keyframes mymoveone
{
	0%
	{
    	left: 60px;
  	}
  	50%
  	{
  		top: 0;
    	left: 100%;
  	}
  	100%
  	{
	    left: 60px;    
  	}
}*/
.client-logo-three
{
    position: absolute;
    top: 84%;
    right: 242px;
    animation: mymovesix linear infinite 14s;
}
/*@keyframes mymovetwo
{
	0%
	{
    	left: -130px;
  	}
  	50%
  	{
  		top: 200px;
    	left: 100%;
  	}
  	100%
  	{
	    left: -130px;    
  	}
}*/
.client-logo-four
{
    position: absolute;
    top: 360px;
    left: 49px;
    animation: mymovethree linear infinite 14s;
}
/*@keyframes mymovethree
{
	0%
	{
    	left: -130px;
  	}
  	50%
  	{
  		top: 0px;
    	left: 60%;
  	}
  	100%
  	{
  		top: 70%;
	    left: -130px;    
  	}
}*/
.client-logo-five
{
    position: absolute;
    top: 30px;
    left: 214px;
    animation: mymovefour linear infinite 7s;
}
/*@keyframes mymovefour
{
	0%
	{
    	left: 270px;
  	}
  	25%
  	{
  		top: 70%;
    	left: 200px;
  	}
  	50%
  	{
  		top: 70%;
    	left: 0px;
  	}
  	100%
  	{
  		top: 30px;
	    left: 270px;    
  	}
}*/
.client-logo-six
{
    position: absolute;
    top: 85%;
    left: 226px;
    animation: mymovefive linear infinite 7s;
}
/*@keyframes mymovefive
{
	0%
	{
    	left: 270px;
  	}
  	25%
  	{
  		top: 0;
    	left: 0;
  	}
  	50%
  	{
  		top: 0;
    	left: 300px;
  	}
  	100%
  	{
  		top: 70%;
	    left: 270px;    
  	}
}*/
.client-logo-seven
{
	position: absolute;
	top: 45%;
	right: 181px;
	animation: mymovesix linear infinite 14s;
}
/*@keyframes mymovesix
{
	0%
	{
    	right: -130px;
  	}
  	50%
  	{
  		top: 100px;
    	right: 100%;
  	}
  	100%
  	{
	    right: -130px;    
  	}
}*/
.client-logo-eight
{
	position: absolute;
	top: 90px;
	right: 60px;
	animation: mymoveseven linear infinite 12s;
}
/*@keyframes mymoveseven
{
	0%
	{
    	right: 60px;
  	}
  	50%
  	{
  		top: 300px;
    	right: 60%;
  	}
  	100%
  	{
	    right: 60px;    
  	}
}*/
.client-logo-nine
{
	position: absolute;
	top: 230px;
    right: -70px;
	animation: mymoveeight linear infinite 13s;
}
/*@keyframes mymoveeight
{
	0%
	{
    	right: -130px;
  	}
  	50%
  	{
  		top: 200px;
    	right: 100%;
  	}
  	100%
  	{
	    right: -130px;    
  	}
}*/
.client-logo-ten
{
	position: absolute;
	top: 360px;
	right: 60px;
	animation: mymovenine linear infinite 13s;
}
/*@keyframes mymovenine
{
	0%
	{
    	right: -130px;
  	}
  	50%
  	{
  		top: 0px;
    	right: 60%;
  	}
  	100%
  	{
  		top: 310px;
	    right: -130px;    
  	}
}*/
.client-logo-eleven
{
	position: absolute;
	top: 30px;
	right: 247px;
	animation: mymoveten linear infinite 10s;
}
/*@keyframes mymoveten
{
	0%
	{
    	right: 270px;
  	}
  	25%
  	{
  		top: 70%;
    	right: 200px;
  	}
  	50%
  	{
  		top: 70%;
    	right: 0px;
  	}
  	100%
  	{
  		top: 30px;
	    right: 270px;    
  	}
}*/
.client-logo-twelve
{
    position: absolute;
    top: 72.5%;
    right: 31%;
    animation: mymoveeleven linear infinite 10s;
}
/*@keyframes mymoveeleven
{
	0%
	{
    	right: 270px;
  	}
  	25%
  	{
  		top: 0;
    	right: 0;
  	}
  	50%
  	{
  		top: 0;
    	right: 300px;
  	}
  	100%
  	{
  		top: 70%;
	    right: 270px;    
  	}
}*/
.client-logo-thirteen
{
	position: absolute;
    top: 37%;
    right: 25%;
}
.client-logo-fourteen
{
    position: absolute;
    top: -2%;
    right: 30%;
}
.client-logo-fifteen
{
    position: absolute;
    top: -17%;
    right: 45%;
}
.client-logo-sixteen
{
    position: absolute;
    top: 4%;
    left: 29%;
}
.client-logo-seventeen
{
    position: absolute;
    top: 39%;
    left: 25%;
}
.client-logo-eighteen
{
    position: absolute;
    top: 72%;
    left: 30%;
}
.client-logo-nineteen
{
    position: absolute;
    top: 84%;
    right: 45%;
}
.client-logo-twenty
{
    position: absolute;
    top: 67%;
    right: 441px;
}
.client-logo-twenty-one
{
    position: absolute;
    top: 40%;
    right: 190px;
}
.client-logo-twenty-two
{
    position: absolute;
    top: 410px;
    right: -128px;
    animation: mymoveeight linear infinite 13s;
}
.client-logo-twenty-three
{
    position: absolute;
    top: 410px;
    left: -128px;
    animation: mymoveeight linear infinite 13s;
}
.client-logo-twenty-four
{
    position: absolute;
    top: 222px;
    left: -70px;
    animation: mymoveeight linear infinite 13s;
}
/*---------------------end-our-client--------------------*/


/*-------------------serverwala-partner------------------*/

.serverwala-partner
{
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.new-par-box
{
	width: calc(25% - 15px);
	padding: 30px 20px;
	border-radius: 5px;
	margin: 7.5px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: scale(1);
	transition: 0.3s;
	cursor: pointer;
	box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.08);
}
.new-par-box:hover
{
	transform: scale(1.1);
}
.partners-list
{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
.partners-list img
{
	width: 100%;
	height: 100%;
}
.sp-main-block
{
	display: flex;
	justify-content: space-between;
}
.sp-back
{
	position: absolute;
	bottom: -160px;
	left: 0;
	width: auto;
	height: 100%;
	z-index: -1;
}
.new-our-client{
	overflow: hidden;
}
/*----------------end-serverwala-partner-----------------*/

/*------------------------footer-------------------------*/

footer
{
	background-image:none!important;
}

/*----------------------end-footer-----------------------*/

.main-tc-block
	{
		display: flex;
		align-items: center;
	}
	.left-tc
	{
		width: 30%;
		position: relative;
	}
	.left-tc:before
	{
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 100%;
		background-color: #e2e6ff;
	}
	.trusted-com-block
	{
		padding: 30px;
		background-color: #f8f9ff;
	}
	.tc-title
	{
		color: #000836;
		font-family: 'Poppins-Bold';
		font-size: 34px;
	}
	.right-tc
	{
		width: calc(70% - 30px);
		margin-left: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
    	text-align: center;
    	cursor: pointer;
	}
	.tc-count-block
	{
		width: calc(33.33% - 20px);
		margin: 0 10px;
	}
	.tc-count
	{
		font-size: 40px;
	    font-family: 'Poppins-Bold';
	    color: #00b4e8;
	    margin-bottom: -7px;
	}
	.tc-cw-title
	{
		color: #000836;
	    font-size: 18px;
	    font-family: 'Poppins-Medium';
	}
	.automate-technology
	{
		padding: 50px 0;
		padding-bottom: 0;
	}
	.at-title
	{
		font-family: 'Poppins-Medium'!important;
		color: #202020;
		margin-bottom: 30px;
		text-align: center;
		font-size: 22px;
		position: relative;
	}
	.at-title:before
	{
		content: '';
	    position: absolute;
	    bottom: -10px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 2%;
	    height: 3px;
	    background-color: #00C0F7;
	}
	.at-logo-block
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
	}
	.at-logo-box
	{
		width: calc(20% - 20px);
		margin: 10px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

@media (max-width: 1463px) and (min-width: 1200px)
{
	.slider-form
	{
		padding: 15px;
	}
	.deploy-head
	{
		padding: 15px 10px;
	}
	.slider
	{
		padding: 30px 0;
	}
	.new-au-content
	{
		font-size: 14px;
	}
	.new-au-cong
	{
		margin: 30px 0;
	}
	.new-au-cong-list span
	{
		font-size: 14px;
	}
	.new-au-right:before
	{
		top: -39px;
		font-size: 105px;
	}
	.ss-man-img
	{
		bottom: 0;
		width: 50%;
		right: 90px; 
	}
	.sp-back
	{
		left: -180px;
	}
	.left-tc:before
	{
		right: -27px;
	}
	.at-logo-box
	{
		width: calc(20% - 20px);
	}
}
@media (max-width: 1200px) 
{
	.splide--ttb>.splide__pagination, .splide--ttb>.splide__slider>.splide__pagination
	{
		display: none!important;
	}
	.slider-sec
	{
		height: 100%;
	}
	.slider
	{
		padding: 80px 0;
		padding-bottom: 80px!important;
		height: 100%;
	}
	.new-data-center
	{
		padding: 80px 0!important;
	}
	.new-about-us
	{
		padding: 80px 0!important;
	}
	.serverwala-service
	{
		padding:80px 0!important;
	}
	.serverwala-location
	{
		padding: 80px 0!important;
	}
	.new-our-client
	{
		padding: 80px 0!important;
	}
	.serverwala-partner
	{
		padding: 80px 0!important;
	}
	
}
@media (min-width: 1400px){
	.client-logo-one{
		position: absolute;
    	top: 90px;
    	left: 0px;
    	animation: mymoveseven linear infinite 12s;
	}
	.client-logo-four{
		position: absolute;
    	top: 360px;
    	left: 0px;
    	animation: mymoveseven linear infinite 12s;
	}
	.client-logo-eight{
		position: absolute;
    	top: 90px;
    	right: 0px;
    	animation: mymoveseven linear infinite 12s;
	}
	.client-logo-ten{
		position: absolute;
    	top: 360px;
    	right: 0px;
    	animation: mymoveseven linear infinite 12s;
	}
	.client-logo-nine{
		position: absolute;
    	top: 220px;
    	right: -137px;
    	animation: mymoveseven linear infinite 12s;
	}
	.client-logo-seven {
    position: absolute;
    top: 45%;
    right: 150px;
    animation: mymovesix linear infinite 14s;
}
}
@media (max-width: 1360px) and (min-width: 1240px)
{
	.client-logo-fourteen {
    	position: absolute;
    	top: -2%;
    	right: 387px;
	}
	.client-logo-thirteen {
    	position: absolute;
    	top: 37%;
    	right: 324px;
	}
	
.client-logo-twelve {
    position: absolute;
    top: 69.5%;
    right: 395px;
    animation: mymoveeleven linear infinite 10s;
}
	.client-logo-nineteen {
    position: absolute;
    top: 84%;
    right: 559px;
}
	.client-logo-eighteen {
    position: absolute;
    top: 70%;
    right: 710px;
}
	.client-logo-seventeen {
    position: absolute;
    top: 39%;
    right: 779px;
}
	.client-logo-fifteen {
    	position: absolute;
    	top: -16%;
    	right: 573px;
	}
	.client-logo-sixteen {
    	position: absolute;
    	top: 4%;
    	right: 739px;
	}
}
@media (min-width: 1240px){
	.new-client-count-1{
		display:none !important;
	}
}
@media (max-width: 1240px){
	.new-client-count{
		display:none !important;
	}
	.new-client-count-1 img{
		margin:10px;
	}
}
@media (max-width: 1463px) and (min-width: 1200px)
{
	.menu-list li a
	{
		padding: 32px 10px!important;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(50% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 80%;
	}
	.sl-map-img
	{
		width: 100%;
	}
	.partners-list
	{
		width: 70%;
	}
	.footer-second-block
	{
		width: 17%!important;
	}
	.hostinginventory-logo
	{
		width: 40%;
	}
	.tc-title
	{
		font-size:28px;
	}
	.left-tc
	{
		width:20%:
	}
	.right-tc
	{
		width: calc(80% - 30px);
	}
	.tc-cw-title
	{
		font-size:16px;
	}
	.at-logo-box
	{
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(50% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 90%;
	}
	.sl-map-img
	{
		width: 100%;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before , .client-logo
	{
		display: none;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.footer-second-block
	{
		width: 24%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.at-logo-box
	{
		width: calc(50% - 20px);
	}
	.op-logo-box img{
		width: auto !important;
	}
}
@media (max-width: 767px) and (min-width: 568px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 90%;
	}
	.ss-cong-list
	{
	    width: calc(100% - 30px);
	}
	.ss-cong-list
	{
		margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	.main-ss-block:before
	{
		top: -43px;
		font-size: 110px;
	}
	.sl-map-img
	{
		width: 100%;
		display: none;
	}
	.sl-content
	{
		width: 100%;
	}
	.sl-filter
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sl-filter-right
	{
		margin-left: 0;
		margin-top: 15px;
	}
	.new-location-list-box
	{
		width: calc(50% - 20px);
	}
	.main-sl:before
	{
	    top: -38px;
	    font-size: 100px;
	}
	.hc-title:before
	{
		font-size: 130px;
		top: -60px;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.new-par-box
	{
		width: calc(33.33% - 15px);
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before , .client-logo
	{
		display: none;
	}
	.footer-second-block
	{
		width: 33.33%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.left-tc:before
	{
		display:none;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
		flex-direction:column;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.tc-count-block
	{
		width:100%;
	}
	.tc-cw-title
	{
		margin-bottom:15px;
	}
	.at-logo-box
	{
		width: calc(50% - 20px);
	}
}
@media (max-width: 567px) and (min-width: 508px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.watch-video-img
	{
		position: unset;
	}
	.expe-img
	{
		position: unset;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 100%;
	}
	.ss-cong-list
	{
	    width: calc(100% - 30px);
	}
	.ss-cong-list
	{
		margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	.main-ss-block:before
	{
		top: -34px;
	    font-size: 100px;
	}
	.sl-map-img
	{
		width: 100%;
		display: none;
	}
	.sl-content
	{
		width: 100%;
	}
	.sl-filter
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sl-filter-right
	{
		margin-left: 0;
		margin-top: 15px;
	}
	.new-location-list-box
	{
		width: calc(50% - 20px);
	}
	.main-sl:before
	{
	    top: -38px;
	    font-size: 88px;
	}
	.hc-title:before
	{
		font-size: 110px;
		top: -50px;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.new-par-box
	{
		width: calc(33.33% - 15px);
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before  , .client-logo
	{
		display: none;
	}
	.footer-second-block
	{
		width: 35%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.left-tc:before
	{
		display:none;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
		flex-direction:column;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.tc-count-block
	{
		width:100%;
	}
	.tc-cw-title
	{
		margin-bottom:15px;
	}
	.at-logo-box
	{
		width: calc(50% - 20px);
	}
}
@media (max-width: 507px) and (min-width: 483px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.watch-video-img
	{
		position: unset;
	}
	.expe-img
	{
		position: unset;
	}
	.new-au-cong
	{
		flex-direction: column;
	}
	.new-au-cong-left
	{
		margin-right: 0;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 100%;
	}
	.ss-cong-list
	{
	    width: calc(100% - 30px);
	}
	.ss-cong-list
	{
		margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	.main-ss-block:before
	{
		top: -22px;
	    font-size: 91px;
	}
	.sl-map-img
	{
		width: 100%;
		display: none;
	}
	.sl-content
	{
		width: 100%;
	}
	.sl-filter
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sl-filter-right
	{
		margin-left: 0;
		margin-top: 15px;
	}
	.new-location-list-box
	{
		width: calc(50% - 20px);
	}
	.main-sl:before
	{
	    top: -38px;
	    font-size: 88px;
	}
	.hc-title:before
	{
		font-size: 110px;
		top: -50px;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before  , .client-logo
	{
		display: none;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.new-par-box
	{
		width: calc(50% - 15px);
	}
	.footer-second-block
	{
		width: 100%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.left-tc:before
	{
		display:none;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
		flex-direction:column;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.tc-count-block
	{
		width:100%;
	}
	.tc-cw-title
	{
		margin-bottom:15px;
	}
	.at-logo-box
	{
		width: calc(50% - 20px);
	}
	.at-logo-box img
	{
		width: 100%;
	}
}
@media (max-width: 482px) and (min-width: 448px)
{
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.watch-video-img
	{
		position: unset;
	}
	.expe-img
	{
		position: unset;
	}
	.new-au-cong
	{
		flex-direction: column;
	}
	.new-au-cong-left
	{
		margin-right: 0;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 100%;
	}
	.ss-cong-list
	{
	    width: calc(100% - 30px);
	}
	.ss-cong-list
	{
		margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	.main-ss-block:before
	{
		top: 0;
	    font-size: 90px;
	}
	.sl-map-img
	{
		width: 100%;
		display: none;
	}
	.sl-content
	{
		width: 100%;
	}
	.sl-filter
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sl-filter-right
	{
		margin-left: 0;
		margin-top: 15px;
	}
	.new-location-list-box
	{
		width: calc(50% - 20px);
	}
	.main-sl:before
	{
	    top: -38px;
	    font-size: 80px;
	}
	.hc-title:before
	{
		font-size: 98px;
    	top: -39px;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before  , .client-logo
	{
		display: none;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.new-par-box
	{
		width: calc(50% - 15px);
	}
	.footer-second-block
	{
		width: 100%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.left-tc:before
	{
		display:none;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
		flex-direction:column;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.tc-count-block
	{
		width:100%;
	}
	.tc-cw-title
	{
		margin-bottom:15px;
	}
	.at-logo-box
	{
		width: calc(50% - 20px);
	}
	.at-logo-box img
	{
		width:100%;
	}
}
@media (max-width: 447px)
{
	.new-about-us .au-left-img img {
    width: 100%;
}
	.new-dc-plan
	{
		flex-wrap: wrap;
	}
	.new-dc-box
	{
		width: calc(100% - 15px);
		margin: 7.5px;
	}
	.new-au-con
	{
		flex-wrap: wrap;
	}
	.new-au-left
	{
		width: 100%;
		margin-bottom: 100px;
	}
	.new-au-right
	{
		width: 100%;
	}
	.watch-video-img
	{
		position: unset;
		width: 100%!important;
	}
	.expe-img
	{
		position: unset;
		width: 100%!important;
	}
	.new-au-cong
	{
		flex-direction: column;
	}
	.new-au-cong-left
	{
		margin-right: 0;
	}
	.new-au-right:before
	{
		font-size: 52px;
		top: -6px;
	}
	.ss-man-img
	{
		display: none;
	}
	.main-ss-block
	{
		width: 100%;
	}
	.ss-cong-list
	{
	    width: calc(100% - 30px);
	}
	.ss-cong-list
	{
		margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid #eee;
	}
	.main-ss-block:before
	{
		top: 0;
	    font-size: 60px;
	}
	.sl-map-img
	{
		width: 100%;
		display: none;
	}
	.sl-content
	{
		width: 100%;
	}
	.sl-filter
	{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sl-filter-right
	{
		margin-left: 0;
		margin-top: 15px;
		flex-direction: column;
		text-align: center;
	}
	.new-location-list-box
	{
		width: calc(100% - 20px);
		border-right: none;
	}
	.main-sl:before
	{
	    top: -18px;
	    font-size: 55px;
	}
	.sl-filter-left
	{
		flex-direction: column;
		text-align: center;
	}
	.filter-title
	{
		margin-bottom: 10px;
	}
	.hc-title:before
	{
		font-size: 68px;
    	top: -30px;
	}
	.partners-list
	{
		width: 100%;
		margin-top: 30px;
		justify-content:center;
	}
	.sp-main-block
	{
		flex-direction: column;
	}
	.serverwala-partner .sp-title {
    width: 100%;
	}
	.serverwala-partner .new-par-box
	{
		width: calc(50% - 15px);
	}
	.new-par-box
	{
		width: calc(100% - 15px);
	}
	.main-sl:before , .main-ss-block:before , .main-new-dc:before , .client-logo
	{
		display: none;
	}
	.footer-second-block
	{
		width: 100%!important;
	}
	.footer-last-block
	{
		margin-top: 0!important;
	}
	.footer-meet
	{
		flex-direction: column;
	}
	.footer-discovery
	{
		margin-bottom: 30px;
		flex-direction: column;
	}
	.footer-discovery img
	{
		margin-top: 15px;
	}
	.nf-btn
	{
		flex-direction: column;
	}
	.experts-btn
	{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.payment-img
	{
		width: 100%;
	}
	.left-tc
	{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.left-tc:before
	{
		display:none;
	}
	.right-tc
	{
		width:100%;
		text-align:center;
		flex-direction:column;
		margin-left:0px;
	}
	.new-data-center .new-dc-title{
    text-align:center;
	}
	.new-data-center .new-dc-content {
    justify-content:center;
	}
	.new-about-us .btn.watch-video-img {
    padding: 0 !important;
    border: none;
	}
	.main-tc-block
	{
		flex-direction:column;
	}
	.tc-count-block
	{
		width:100%;
	}
	.tc-cw-title
	{
		margin-bottom:15px;
	}
	.at-logo-box
	{
		width: calc(100% - 20px);
	}
}
