a
{
	color:transparent;
}
.login
{
	color:#fff!important;
}
.login a
{
	color: #00c0f7!important;
	text-decoration:underline;
}
.or-text
{
	border:none;
}
.devide-border:before
{
	background-color:#fff;
	height:2px;
}
.slider
{
	background-image: none;
	background-color: #000836;
	padding: 120px 0!important;
    padding-bottom: 140px!important;
    overflow: hidden;
}
.slider-con-block
{
	text-align: center;
}
.slider-head
{
	font-size: 50px;
	text-align: center;
	width: 100%;
}
.slider-head span
{
	color: #00C0F7;
	position: relative;
}
/*.slider-head span:before
{
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #00C0F7;
}*/
.content-style
{
	font-size: 19px!important;
	text-align: center;
}
.dfd-content
{
	background-color: #00C0F7;
    color: #162249!important;
    padding: 6px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px!important;
    margin-bottom: 10px;
    font-family: 'Poppins-Regular'!important;
}
.slider-head
{
	width:100%;
}
/*.know-more-btn
{
	background-color: #00C0F7;
    color: #162249!important;
    font-family: 'Poppins-Medium';
    width: 180px;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #00C0F7;
}
.know-more-btn:hover
{
	border:1px solid #fff;
}*/

.know-more-btn-new {
  border: none;
  text-align: center;
  cursor: pointer;
  font-family: 'Poppins-Medium';
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 18px;
  background-color: #00c0f7;
  width: 200px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  transition: 0.5s;
  border-radius: 5px;
}

.know-more-btn-new span {
  position: relative; 
  z-index: 1;
}

.know-more-btn-new:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 400%;
  width: 140%;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.know-more-btn-new:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.know-more-btn-new:hover
{
	color: #162249;
}

.livechat_button-one
{
	border: none;
  	text-align: center;
  	cursor: pointer;
  	font-family: 'Poppins-Medium';
  	outline: none;
  	overflow: hidden;
  	position: relative;
  	color: #fff;
  	font-size: 18px;
  	background-color: #0d193d;
  	border:1px solid #00C0F6;
  	margin-left: 15px;
  	width: 200px;
  	height: 60px;
  	display: flex;
  	flex-direction: column;
 	align-items: center;
  	justify-content: center;
  	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  	transition: 0.5s;
  	border-radius: 5px;
}
.livechat_button-one a
{
	color: #fff;
	position: relative;
	z-index: 1;
}
.livechat_button-one:before
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #00C0F7;
	z-index: 0;
	transition: 0.5s;
}
.livechat_button-one:hover:before
{
	left: 0%;
    right: auto;
    width: 100%;
}
.slider-btn
{
	align-items: center;
	justify-content: center;
}

.dis-form-title
{
	color: #000836;
	text-align: center;
	font-size: 25px;
	padding:13px 8px;
	background-color: #fff;
	border-bottom:none;
	font-family: 'Poppins-Medium';
	text-transform: uppercase;
	border-radius: 15px 15px 0 0;
}
.form-lable
{
	font-size: 18px;
	color:#fff;
}
.form-block
{
	margin-top: 6px;
	border: 1px solid #ffffff;
}
.form-fild
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.fild-list
{
	margin: 10px;
	width: calc(25% - 20px);
}
.form-submit-block
{
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 10px;
}
.fs-btn
{
	color: #162249;
    background-color: #fff;
	font-family: 'Poppins-Medium';
	font-size: 18px;
	width: 250px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border:none;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	transition:0.3s;
}
.fs-btn:hover
{
	color: #fff;
    background-color: #00c0f7;
}
.devide-border
{
	margin: 0 25px;
	position: relative;
}
.devide-border:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 80px;
	height: 1px;
	background-color: #ddd;
	z-index: 0;
}
.form-area
{
	padding: 20px;
	background:#000836;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 16%);
}
.dis-form
{
	margin-top: -64px;
    position: relative;
    z-index: 1;
}
.modal-body iframe
{
	width: 100%;
	height: 100%;
}
.modal-header
{
	background-color: transparent;
	border:none;
}
.modal-content
{
	background-color: transparent;
	border:none;
}
.modal-body
{
	padding: 0;
	height: 500px;
}
.modal-dialog-centered
{
	max-width: 900px;
}
.modal-header .close
{
	padding:0;
	font-weight: normal;
	opacity: 1;
	color: #fff;
}
.btn.focus, .btn:focus
{
	box-shadow: none;
}
.new-about-us
{
	background-color: rgb(17,27,62);
}
.new-au-con .new-dc-content-line
{
	background-color: #fff;
}
.new-au-con .new-dc-content
{
	color: #fff;
}
.new-au-right:before
{
	color: #5f5f5f;
    top: -44px;
}
.watch-video-img
{
	right: 4px;
}



/*------------------faq-------------------------*/

.faq-section {
    padding: 80px 0;
    background: #f1faff;
}


.title-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-block img {
    padding: 11px 0;
}

.main-faq-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.faq {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin: 0 10px;
    width: calc(40% - 20px);
    height: 100%;
}
.faq-head
{
	text-align: center;
}
.faq .card {
    border: none;
    background: 0 0;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0;
    border: none;
    background: 0 0;
    transition: all .3s ease 0s;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #202020;
    text-decoration: none!important;
    transition: all .3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: poppins-semibold;
    border-left: 4px solid #00c0f7;
    /*background: linear-gradient(0deg,#00c6ff85,#74d6f3);*/
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 23px;
    height: 21px;
    line-height: 15px;
    float: left;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    color: #020202;
    font-size: 14px;
    margin-right: 20px;
    font-family: poppins-medium;
    font-weight: 400!important;
}
.card-body
{
	padding: 20px;
	color: #202020;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	border-top: 1px dashed #D0E2F8;
}
.faq-head .new-dc-content
{
	align-items: center;
	justify-content: center;
}



.cs-block
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cs-title
{
	width: calc(40% - 30px);
	margin-right: 30px;
}
.connect-serverwala
{
	padding: 0.5px 0;
	background-color: #00adff;
}
.cs-title h2
{
	color: #fff;
	font-family: 'poppins-semibold';
	font-size: 50px;
	position: relative;
	display: inline-block;
}
.cs-title h2:before
{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 20%;
	height: 3px;
	background-color: #fff;
}
.social-list p
{
	color: #fff;
	font-size: 18px;
	padding: 5px;
	font-family: 'Poppins-Medium';
	margin-top: 15px;
	position: relative;
	border-radius: 0 0 5px 5px;
    background: #00adff;
}
.social-list:nth-child(2) p
{
	background: #EA4335;
}
.social-list:nth-child(3) p
{
	background: #2D8B03;
}
/*.social-list p:before
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #202020;
}*/
.cs-social
{
	width: 60%;
	display: flex;
	align-items: center;
}
.social-list
{
	width: calc(33.33% - 30px);
	margin: 0 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.31);
}








.connect-serverwala-new
{
	padding: 80px 0;
	padding-bottom: 0;
	position: relative;
}
.main_section_contact
{
    justify-content: center;
    display: flex;
    position: relative;
}
.left_box_contact_us {
    width: 70%;
    padding-bottom: 80px;
}
.left_box_contact_us h2 {
    font-size: 42px;
    color: #0E0E0E;
}
.left_box_contact_us h2 span
{
	color: #009EFF;
}
.planns_animation {
    width: 150px;
    height: 3px;
    background-color: #63B6E8;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 10px;
}

.planns_animation:before {
    content: '';
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    left: 50%;
    width: 10px;
    height: 6px;
    background-color: #fff;
    animation-name: roll;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes roll {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}
.main_c {
    margin-top: 30px;
}
.single-service-inner {
    background-image: url(../image/contcat-us-back-box.png);
    padding: 50px 30px 95px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: 108% 109%;
    background-repeat: no-repeat;
    background-position: -13px -13px;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    position: relative;
}
.right_img_contact_us {
    width: 30%;
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
}
.cs-title-contact
{
	font-family: 'Poppins-Semibold';
	font-size: 22px;
	color: #202020;
	text-align: center;
    margin: 15px 0;
    margin-bottom: 18px;
	position: relative;
}
.cs-title-contact:before
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	height: 2px;
	background-color: #009EFF;
}
.cs-con-contact
{
	color: #838383;
	font-size: 15px;
	font-family: 'Poppins-Regular';
}

.single-service-inner .read-more-btn
{
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #009EFF;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -23px;
    -webkit-transition: 0.4s;
    transition: 0.3s;
}
.single-service-inner .read-more-btn:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 125%;
	height: 125%;
	background-color: transparent;
	border-radius: 200px;
	border:2px dashed #009EFF;
	transition: 0.3s;
}
.single-service-inner .read-more-btn:hover
{
	background-color: #202020;
}
.single-service-inner .read-more-btn:hover:before
{
	border:2px dashed #202020;
}
.cs-girl-img
{
	width: auto;
}
.cs-back-img
{
	position: absolute;
	top: 10%;
	left: 0;
}
.cs-back-img-one
{
	position: absolute;
	top: 0;
	right: 0;
}
.cs-back-img-two
{
	position: absolute;
	bottom: 0;
	right: 0;
}
.slider-logo-img
{
	position: absolute;
	right: -290px;
	top: 20%;
	transform: translateY(-50%);
	opacity: 0.3;
}
.slider-design-img-three
{
	position: absolute;
	top: 0;
	left: 0;
}
.slider-design-img-four
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider-con-block
{
	position: relative;
	padding-top:100px;
}
.input-lable
{
	display: flex;
	align-items: center;
}
.form-user-icon
{
	margin-right: 10px;
}


.service-slider-block
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    margin-top: 50px;
    border-radius: 5px;
}
.service-list-one
{
	display: flex;
	align-items: center;
    padding: 0.65rem 1.9rem 0.65rem 1.25rem;
    height: 80px;
	width: calc(20% - 20px);
	background: rgba(255,255,255,5%)!important;
	border-right: 1px solid #00083682;
	position: relative;
	margin:10px;
	border-radius:5px;
	border: 0 solid;
	outline: 1px solid;
  	outline-color: rgba(255, 255, 255, .7);
  	outline-offset: 0px;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.service-list-one:last-child
{
	border:none;
}
/*.service-list-one:hover
{
	background: rgba(255,255,255,1)!important;
	box-shadow: 0 0 30px rgb(255 255 255 / 50%);
}*/
.service-list-one:hover
{
  border: 1px solid;
  background: rgba(255,255,255,1)!important;
box-shadow: 0 0 30px rgb(255 255 255 / 50%);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 10px; 
}
.service-list-one:last-child
{
	border:none;
}
/*.service-list-one:hover
{
	background: rgba(255,255,255,1)!important;
	box-shadow: 0 0 30px rgb(255 255 255 / 50%);
}*/
.sl-title
{
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins-Medium';
	margin-left: 12px;
	text-transform: uppercase;
}
.service-list-one:hover .sl-title
{
	color: #000836;
	text-decoration: underline;
}
.sl-img-block
{
	position: relative;
}
.slider-ds-icon-hover
{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.service-list-one:hover .slider-ds-icon-hover
{
	opacity: 1;
}
.service-list-one:hover .slider-ds-icon
{
	opacity: 0;
}

.next-arrow
{
	color: #fff;
	font-size: 12px;
}
.read-more-btn-one
{
	width: 20px;
	height: 20px;
	background-color: #ffffff12;
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 999;
}
.service-list-one:hover .read-more-btn-one
{
	background-color: #000836;
}

.new-our-client .sl-content
{
	color: #fff;
	width: 100%;
	font-size: 16px;
}
.new-our-client .new-dc-title
{
	margin-bottom: 10px;
}
.new-client-count
{
	margin-top: 90px;
}
.sp-title
{
	width: 45%;
}
.serverwala-partner .new-dc-title
{
	margin-bottom: 12px;
}
.sp-content
{
	font-size: 16px;
	color: #202020;
	font-family: 'Poppins-Regular';
	padding-right: 15px;
}
.sp-back
{
	bottom: -220px;
}

@media(max-width:1199px) and (min-width:992px)
{
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.slider-design-img-three
	{
		opacity: 0.2;
	}
	.slider-logo-img
	{
		opacity: 0.3;
	}
	.service-list-one
	{
		width: calc(33.33% - 20px);
	}
	.service-list-one:nth-child(4), .service-list-one:nth-child(5)
	{
		border-top: 1px solid #00083682;
	}

}
@media(max-width:991px) and (min-width:768px)
{
	.faq-section .faq {
    width: calc(98% - 20px);
}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 50px;
	}
	.fild-list
	{
		width: calc(50% - 20px);
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: calc(33.33% - 20px);
	}
	.service-list-one:nth-child(3)
	{
		border-radius: 0 5px 5px 0;
	}
	.service-list-one:nth-child(4), .service-list-one:nth-child(5)
	{
		border-top: 1px solid #00083682;
	}
	.service-list-one:nth-child(4)
	{
		border-radius: 5px 0 0 5px;
	}
}
@media(max-width:767px) and (min-width:568px)
{
	.faq-section .faq {
    width: calc(98% - 20px);
}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.d-flex
	{
		flex-wrap: wrap;
	}
	.single-service-inner
	{
	    width: calc(100% - 20px);
	}
	.cs-back-img, .cs-back-img-one, .cs-back-img-two
	{
		display: none;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 40px;
	}
	.content-style
	{
		font-size: 18px!important;
	}
	.slider
	{
		background-image: none!important;
	}
	.fild-list
	{
		width: calc(50% - 20px);
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: calc(50% - 20px);
	}
	.service-list-one:nth-child(4), .service-list-one:nth-child(3), .service-list-one:nth-child(5)
	{
		border-top: 1px solid #00083682;
	}
	.service-list-one:nth-child(2) , .service-list-one:nth-child(4)
	{
		border-radius: 0 5px 5px 0;
	}
	.service-list-one:nth-child(3)
	{
		border-radius: 5px 0 0 5px;
	}
	.service-list-one:nth-child(5)
	{
		border-radius: 5px;
	}
	.sl-title
	{
		margin-left: 10px;
		font-size: 14px;
	}
}
@media(max-width:567px) and (min-width:508px)
{
	.faq-section .faq {
    width: calc(98% - 20px);
}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.d-flex
	{
		flex-wrap: wrap;
	}
	.single-service-inner
	{
	    width: calc(100% - 20px);
	}
	.cs-back-img, .cs-back-img-one, .cs-back-img-two
	{
		display: none;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 44px;
	}
	.slider
	{
		background-image: none!important;
	}
	.fild-list
	{
		width: calc(50% - 20px);
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: calc(50% - 20px);
	}
	.service-list-one:nth-child(4), .service-list-one:nth-child(3), .service-list-one:nth-child(5)
	{
		border-top: 1px solid #00083682;
	}
	.service-list-one:nth-child(2) , .service-list-one:nth-child(4)
	{
		border-radius: 0 5px 5px 0;
	}
	.service-list-one:nth-child(3)
	{
		border-radius: 5px 0 0 5px;
	}
	.service-list-one:nth-child(5)
	{
		border-radius: 5px;
	}
	.sl-title
	{
		margin-left: 10px;
		font-size: 14px;
	}
	.read-more-btn-one
	{
		right: 8px;
	}
	.service-list-one
	{
		padding: 12px;
	}
}
@media(max-width:507px) and (min-width:483px)
	
{
	.faq-section .faq {
    width: calc(98% - 20px);
}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.d-flex
	{
		flex-wrap: wrap;
	}
	.single-service-inner
	{
	    width: calc(100% - 20px);
	}
	.cs-back-img, .cs-back-img-one, .cs-back-img-two
	{
		display: none;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 44px;
	}
	.slider
	{
		background-image: none!important;
	}
	.fild-list
	{
		width: calc(50% - 20px);
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: 100%;
		border-right: 0;
	}
	.service-list-one
	{
		border-bottom: 1px solid #00083682;
		border-radius: 0;
	}
	.service-list-one:last-child
	{
		border:none;
	}
	.service-list-one:nth-child(1)
	{
		border-radius: 5px 5px 0 0;
	}
	.service-list-one:nth-child(5)
	{
		border-radius: 0 0 5px 5px;
	}
}
@media(max-width:482px) and (min-width:448px)
{
	.faq-section .faq {
    width: calc(100% - 20px);
}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.d-flex
	{
		flex-wrap: wrap;
	}
	.single-service-inner
	{
	    width: calc(100% - 20px);
	}
	.cs-back-img, .cs-back-img-one, .cs-back-img-two
	{
		display: none;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 40px;
	}
	.slider
	{
		background-image: none!important;
	}
	.fild-list
	{
		width: calc(50% - 20px);
	}
	.devide-border:before
	{
		width: 50px;
	}
	.devide-border
	{
		margin: 0 15px;
	}
	.or-text
	{
		font-size: 12px;
		width: 38px;
		height: 38px;
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: 100%;
		border-right: 0;
	}
	.service-list-one
	{
		border-bottom: 1px solid #00083682;
		border-radius: 0;
	}
	.service-list-one:last-child
	{
		border:none;
	}
	.service-list-one:nth-child(1)
	{
		border-radius: 5px 5px 0 0;
	}
	.service-list-one:nth-child(5)
	{
		border-radius: 0 0 5px 5px;
	}
}
@media(max-width:447px)	
{
	.faq-section .faq {
    width: calc(100% - 20px);
}
	.faq-section .faq .card .card-header .faq-title{
		padding-left: 15px;
        padding-right: 15px;
	}
	.faq-section .faq{
	    width: calc(100% - 20px);
	}
	.new-au-right .new-au-btn a {
		width: 100%;
	}

	.new-au-right .livechat_button-one {
		width: 100%;
	}

	.new-au-right .new-au-btn {
		flex-wrap: wrap;
	}
	.right_img_contact_us
	{
		display: none;
	}
	.left_box_contact_us
	{
		width: 100%;
	}
	.d-flex
	{
		flex-wrap: wrap;
	}
	.single-service-inner
	{
	    width: calc(100% - 20px);
	}
	.cs-back-img, .cs-back-img-one, .cs-back-img-two
	{
		display: none;
	}
	.slider-head
	{
		width: 100%;
	}
	.slider-design-img-three , .slider-logo-img , .slider-design-img-four
	{
		display: none;
	}
	.slider-head
	{
		font-size: 38px;
	}
	.slider
	{
		background-image: none!important;
	}
	.slider-btn
	{
		flex-direction: column;
	}
	.livechat_button-one
	{
		margin-left: 0;
		margin-top: 15px;
	}
	.fild-list
	{
		width: calc(100% - 20px);
	}
	.form-submit-block
	{
		flex-direction: column;
	}
	.devide-border:before
	{
		width: 1px;
		height: 52px;
	}
	.or-text
	{
		font-size: 12px;
		width: 38px;
		height: 38px;
	}
	.slider
	{
		padding: 80px 0!important;
    	padding-bottom: 130px!important;
	}
	.service-list-one
	{
		width: 100%;
		border-right: 0;
	}
	.service-list-one
	{
		border-bottom: 1px solid #00083682;
		border-radius: 0;
	}
	.service-list-one:last-child
	{
		border:none;
	}
	.service-list-one:nth-child(1)
	{
		border-radius: 5px 5px 0 0;
	}
	.service-list-one:nth-child(5)
	{
		border-radius: 0 0 5px 5px;
	}
}