


/*--------------------slider------------------------*/

.slider
{
	/*background-image: url(../image/slider-background.webp);*/
	background-image: linear-gradient(#0075B6, #004073);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	padding-bottom: 380px;
	position: relative;
	overflow: hidden;
}
.svg-block
{
	position: absolute;
	bottom: -1px;
	z-index: 1000;
}
.slider-title
{
	color: #fff;
	font-family: 'Poppins-Bold';
	font-size: 55px;
}
.s-slider-content
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 18px;
	margin-top: 20px;
}
.sh-list
{
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins-Regular';
	margin-top: 20px;
}
.sh-icon
{
	margin-right: 5px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #f08135;
}
.slider-btn
{
	display: flex;
    align-items: center;
    margin-top: 30px;
}
.slider-btn .sign-up-btn
{
	background-color: #F15902;
	color: #fff;
	padding: 15px 20px;
	text-transform: unset;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.3px;
}
.slider-btn .sign-up-btn:nth-child(2)
{
	border:1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.slider-btn .sign-up-btn span
{
	background-color: #fff;
}
.slider-btn .sign-up-btn:hover
{
	color: #F15902;
	border:1px solid #fff;
}
.slider-set
{
	font-size: 44px;
	font-family: 'Poppins-Bold';
	color: #000;
}
.domain-search
{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-box
{
	padding: 10px;
	border:none;
	width: 60%;
	background-color: transparent;
	font-size:22px;
	font-family: 'Poppins-Medium';
	color: #fff;
	border-bottom: 2px solid #fff;
}
.ds-btn-block
{
	position: relative;
}
.ds-btn-block:before
{
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.ds-box::placeholder
{
	font-size: 22px;
	font-family: 'Poppins-Medium';
	color: rgba(255,255,255,0.5);
	letter-spacing: 1px;
}
.ds-btn
{
	padding: 5px;
	width: 150px;
	height: 100%;
	border-radius: 100px;
	border:none;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins-Regular';
	background-image: linear-gradient(to right, #D43A00 , #FC6900);
	transition: 0.3s;
}
.ds-btn:hover
{
	background-image: linear-gradient(to left, #D43A00 , #FC6900);
}
.slider-block
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}
.slider-img
{
	width: 100%;
}
.slider-left
{
	width: calc(50% - 50px);
	margin-right: 50px;
}
.slider-right
{
	width: 40%;
}

.box
{
	bottom: 300px;
    transform: rotate(80deg);
    left: 190px;
    z-index: 999;
    position: absolute;
}

.wave {
	position: fixed;
	bottom: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 600px;
  height: 500px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #77daff;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

.content-section {
	 height: 100vh;
	 display: flex;
}
 .content-section h1 {
	 display: block;
	 margin: auto;
	 font-family: sans-serif;
	 color: #fff;
	 font-size: 8vmin;
}
 .content {
	 width: 100vw;
	 height: 500vh;
	 background: #3e1e68;
	 opacity: 0.69;
	 background-image: linear-gradient(136deg, #d4e40b 0%, #29d6ff 41%, #ff0dc6 72%, #ffab00 100%);
	 position: relative;
	 mix-blend-mode: soft-light;
}
 .background {
	 position: absolute;
	 width: 100vw;
	 height: 100vh;
	 mix-blend-mode: soft-light;
	 z-index: 0;
}
 .background span {
	 opacity: 0.1;
	 width: 600px;
	 height: 600px;
	 border-radius: 600px;
	 backface-visibility: hidden;
	 position: absolute;
	 animation-name: move;
	 animation-duration: 216s;
	 animation-timing-function: linear;
	 animation-iteration-count: infinite;
}
 .background span:nth-child(1) {
	 color: #000;
	 top: 27%;
	 left: 51%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 149.1s;
	 animation-delay: -7.6s;
	 transform-origin: 12vw -13vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(2) {
	 color: #000;
	 top: 74%;
	 left: 37%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 105.8s;
	 animation-delay: -144.4s;
	 transform-origin: -1vw -2vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(3) {
	 color: #000;
	 top: 45%;
	 left: 14%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 191.8s;
	 animation-delay: -115.8s;
	 transform-origin: 12vw 4vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(4) {
	 color: #000;
	 top: 42%;
	 left: 48%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 154.6s;
	 animation-delay: -206.3s;
	 transform-origin: -22vw -24vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(5) {
	 color: #000;
	 top: 88%;
	 left: 56%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 106s;
	 animation-delay: -24.3s;
	 transform-origin: 20vw -3vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(6) {
	 color: #000;
	 top: 27%;
	 left: 37%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 24s;
	 animation-delay: -210.1s;
	 transform-origin: -21vw 0vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(7) {
	 color: #000;
	 top: 58%;
	 left: 71%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 178.9s;
	 animation-delay: -39.8s;
	 transform-origin: -16vw -1vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(8) {
	 color: #000;
	 top: 8%;
	 left: 33%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 78.5s;
	 animation-delay: -99.1s;
	 transform-origin: -9vw 9vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(9) {
	 color: #000;
	 top: 47%;
	 left: 91%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 46.1s;
	 animation-delay: -12.6s;
	 transform-origin: -23vw -8vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(10) {
	 color: #000;
	 top: 45%;
	 left: 15%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 184.4s;
	 animation-delay: -176.6s;
	 transform-origin: 21vw 7vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(11) {
	 color: #000;
	 top: 97%;
	 left: 6%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 79.6s;
	 animation-delay: -189.9s;
	 transform-origin: 22vw -12vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(12) {
	 color: #000;
	 top: 97%;
	 left: 28%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 164s;
	 animation-delay: -97.2s;
	 transform-origin: -14vw -14vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(13) {
	 color: #000;
	 top: 47%;
	 left: 19%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 123.3s;
	 animation-delay: -49.6s;
	 transform-origin: -18vw 22vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(14) {
	 color: #000;
	 top: 38%;
	 left: 19%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 186.3s;
	 animation-delay: -37.4s;
	 transform-origin: -14vw -5vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(15) {
	 color: #000;
	 top: 94%;
	 left: 77%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 148.9s;
	 animation-delay: -137.1s;
	 transform-origin: -8vw 2vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(16) {
	 color: #000;
	 top: 49%;
	 left: 26%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 140.5s;
	 animation-delay: -117.7s;
	 transform-origin: 16vw 8vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(17) {
	 color: #000;
	 top: 56%;
	 left: 25%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 130.8s;
	 animation-delay: -148.5s;
	 transform-origin: 3vw -13vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(18) {
	 color: #000;
	 top: 76%;
	 left: 47%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 124.6s;
	 animation-delay: -61.4s;
	 transform-origin: -4vw -15vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(19) {
	 color: #000;
	 top: 21%;
	 left: 87%;
	 width: 401px;
	 height: 401px;
	 border-radius: 401px;
	 animation-duration: 106.2s;
	 animation-delay: -225.5s;
	 transform-origin: 5vw -11vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 .background span:nth-child(20) {
	 color: #000;
	 top: 35%;
	 left: 28%;
	 width: 601px;
	 height: 601px;
	 border-radius: 601px;
	 animation-duration: 192.5s;
	 animation-delay: -201.3s;
	 transform-origin: -13vw 6vh;
	 box-shadow: -1200px 0 0 currentColor;
}
 @keyframes move
 {
	100%
	{
		transform: translate3d(0, 0, 1px) rotate(360deg);
	}
}
/*------------------end-slider----------------------*/


/*----------------eCommerce Businesses--------------*/
.tab-content>.active {
    display: block;
    text-align: center;
}


.shared-linux-fea
{
    padding:80px 0;
    position: relative;
}
.slf-block
{
    margin-top: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    background-color: #f15902;
}
.active .fea-list
{
    color: #fff;
}
.fea-title
{
    font-size: 26px;
    color: #202020;
    font-family: 'Poppins-Bold';
}
.fea-con
{
    color: #838383!important;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}
.fea-list 
{
    font-size: 16px;
    color: #202020;
    font-family: 'Poppins-Medium';
}
/*------------end-eCommerce Businesses--------------*/




/*--------------------desired-results---------------*/

.choose-linux-shared
{
    padding: 80px 0;
    padding-top: 10px; 
    border-bottom: 1px solid #eee;
}
.cls-block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.cls-box {
    width: calc(33.33% - 30px);
    margin: 15px;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
}
.cls-list-num
{
    font-size: 48px;
    font-family: 'Poppins-SemiBold';
    color: rgb(241,89,2,0.5);
}
.cls-title
{
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
    color: #202020;
}
.cls-con
{
    color: #838383;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

/*------------------end-desired-results---------------*/


/*--------------------footer---------------------*/

footer
{
	padding:80px 0;
	background-color: #001220;
}
.footer-block
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-title
{
	font-size: 22px;
	font-family: 'Poppins-SemiBold';
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 10px;
}
.footer-title:before
{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #F15902;
}
.footer-list a
{
	font-size: 14px;
	font-family: 'Poppins-Regular';
	color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
	display: block;
	transition: 0.3s;
}
.footer-list a:hover
{
	color: #F15902;
}
.footer-social
{
	display: flex;
	align-items: center;
}
.f-social-icon
{
	margin-right: 15px;
	font-size: 30px;
	color: rgb(255,255,255,0.3);
	transition: 0.3s;
}
.f-social-icon:hover
{
	color: #F15902;
}
.footer-block-second
{
	padding: 20px 0;
	margin-top: 50px;
}
.fbs-left
{
	width: 50%;
}
.fbs-right
{
	width: 50%;
	text-align: right;
}
.fbs-left p
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.footer-block-second
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-block-third
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.footer-block-third .fbs-right
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.fbs-right a
{
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: rgba(255,255,255,0.5);
    transition: 0.3s;
    margin-left: 15px;
    transition: 0.3s;
}
.fbs-right a:hover
{
	color: #F15902;
}


.what-dvs {
    padding: 80px 0;
    background-color: #001220;
}

.what-dvs-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.what-dvs-left {
    width: 50%;
}

.what-dvs-title {
    color: #fff;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
}

.what-dvs-con {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    margin-bottom: 15px;
}

.what-dvs-right {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}



.layout--tricolorGray, .layout--tricolor {
    background-image: url(../../image/tricolor_background.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40% auto;
}
.layout--tricolorGray {
    background-color: #ffffff;
    padding: 80px 0px;
    margin-top: 80px;
}


.layout__container {
    margin: 0 auto;
    /* max-width: 1920px; */
    width: 90%;
}

.cards--3up {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
}

.card--teaser {
    padding: 1.875rem 1.875rem 3.75rem;
}

.card::before {
    clear: both;
    content: '';
    display: table;
}

.card__flag {
    color: #95098a;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 1.825rem;
    text-transform: uppercase;
}

.card--teaser:hover {
    border-bottom-color: transparent;
    overflow: visible;
}

.card--teaser {
    padding: 47px 20px;
    color: #0c0c0c;
    border-radius: 0;
    /* background: #ff6d04; */
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.layout__column--left {
    margin-left: calc(0% + 25px);
    width: calc(25% - 25px);
    float: left;
}

.layout__column--right {
    margin-left: calc(0% + 25px);
    width: calc(100% - 50px);
}

.card__h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.approch-dis{

    color: white;
}

h2.approch-heading {
    color: #ffffff;
    margin-bottom: 18px;
}

a.card.card--teaser:hover {
    color: #272828;
    border-bottom: 3px solid #0074bb;
}


.manufacturing {
    padding-bottom: 70px;
    padding-top: 70px;
    border-bottom: 1px solid #eee;
    background: #001220;
}


.Process{
	padding: 96px 0;
}



.Process .plan-block-title {
    font-size: 40px;
    color: #0e0d0d;
    margin-bottom: 20px;
}


.kf-block
{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.kf-list
{
	width: 14%;
	text-align: center;
	position: relative;
}
.kf-list:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	border-top:2px dashed #202020;
	z-index: -2;
}
.kf-list:nth-child(1):before {
    left: 86px;
    transform: rotate(-27deg);
    border-top: 2px dashed #f15902;
}
.kf-list:nth-child(2):before {
    left: 123px;
    transform: rotate(27deg);
    border-top: 2px dashed #0167af;
    top: 110px;
}
.kf-list:nth-child(3):before {
    left: 88px;
    transform: rotate(-27deg);
    border-top: 2px dashed #f15902;
}

.kf-list:nth-child(5) .kf-img-block:before {
    border: 2px dashed #f15902;
}
.kf-list:nth-child(4):before
{
	display: none;
}
.kf-list:nth-child(1)
{
	margin-top: 120px;
}
.kf-list:nth-child(3)
{
	margin-top: 120px;
}
.key-features
{
	padding:80px 0;
	padding-top: 50px;
}
.kf-title
{
	color: #202020;
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
	margin-top: 20px;
	text-align: center;
}
.kf-img-block
{
	position: relative;
	display: inline-block;
}
.kf-img-block:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 110%;
	height: 110%;
	background-color: #fff;
	border:2px dashed #202020;
	border-radius: 100%;
	z-index: -1;
}
.kf-list:nth-child(1) .kf-img-block:before
{
	border:2px dashed #f15902;
}
.kf-list:nth-child(2) .kf-img-block:before
{
	border:2px dashed #0167AF;
}
.kf-list:nth-child(3) .kf-img-block:before
{
	border:2px dashed #f15902;
}
.kf-list:nth-child(4) .kf-img-block:before
{
	border:2px dashed #0167AF;
}

.kf-list:nth-child(5):before {
    left: 127px;
    left: -83px;
    transform: rotate(34deg);
    border-top: 2px dashed #f15902;
}

.kf-list:nth-child(5) {
    margin-top: 120px;
}


.kf-list:nth-child(6):before {
    left: -79px;
    transform: rotate(-36deg);
    border-top: 2px dashed #0167af;
    top: 66px;
}

.kf-list:nth-child(6) .kf-img-block:before {
    border: dashed 2px #0167af;
}

.kf-block img {
    width: 100px;
    height: 100px;
}

.contact_us{
    background-color: #ffffff;
    padding: 30px 0px;
}

.contact_inner {
    position: relative;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 44px 90px 44px;
    color: #fff;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #1077b86b;
    padding: 8px 17px;
    color: #fff !important;
    box-shadow: 2px 2px 1px #d5d5d5;
 	display: inline-block;
    width: 49%;
    height: 57px;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1291d7;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
	color:#fff;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin-top: 16px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span {
    font-size: 31px;
    letter-spacing: 1px;
}

.contact_info_sec span{
	font-weight: normal;
    font-size: 30px;
}
button.contact_form_submit {
    background: linear-gradient(to top right, #ff6d04 -5%, #dc4202 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.contact_info_sec strong{
	font-weight: normal;
    font-size: 41px;
}

.right_conatct_social_icon {
    height: 100%;
}
.right_conatct_social_icon {
    background: linear-gradient(to top right, #0075b6 -5%, #24adf9 100%);
}

.col-md-6.left-sec {
   background: #0066b2;
    box-shadow: -4px -2px 38px #e7d4d4;
    border-radius: 5px;
    height: 28%;
    margin-top: 248px;
    width: 49%;
    margin-left: 0px;
}


textarea.form-control.form-group {
    width: 100%;
}


.us{
	color: #fff;
    padding: 17px 20px;

}

.us span{

	display: inline-block;
    float: left;
    font-size: 31px;
    font-weight: 500;
}

.us p{

	display: inline-block;
    margin: 13px 19px;

}

.talkto{
	color: #fff;
    padding: 0px 20px;
}

.talkto span{

	display: inline-block;
    float: left;
    font-size: 31px;
    font-weight: 500;
}

.talkto p{

	display: inline-block;
    margin: 13px 4px;
}
.contact_form_inner {
    box-shadow: -3px 12px 38px #efefefcc;
}


.main-become-instructor-item {
    background: #0066b2!important;
    border: 1px solid rgba(235,235,242,0.6);
    border-radius: 12px;
    padding: 30px;
    padding-top: 0;
}

.main-become-instructor-item .main-image {
    width: 270px;
    height: 256px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: -241px;
    text-align: center;
}


input.form-control.form-group::placeholder {
    color: black;
    font-size: 16px;
}

textarea.form-control.form-group::placeholder {
    color: black;
    font-size: 16px;
}

.left-sec p{

font-size:20px!important;
}


h2.frist-heading {
	color: black;
    font-size: 40px;

}




.shared-linux-fea .title-border:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50px;
    animation-name: roll;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.choose-linux-shared .title-border:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50px;
    animation-name: roll;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

p.splan-block-con {
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Poppins-Regular';
    color: #838383;
    text-align: center;
}
/*-------------------end-key-features--------------*/


/*-------------------service-block-----------------*/



/*------------------end-footer-------------------*/


/*--------------------media-query--------------------*/

@media (min-width: 1600px)
{
	.container
	{
		max-width: 1560px;
	}
	.submenu-block
	{
		width: 1560px;
	}
}
@media (max-width: 1599px) and (min-width: 1200px)
{
	.container
	{
		max-width: 95%;
	}
	.location-ip-box
	{
    	width: calc(33.33% - 30px);
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.plan-list-box
	{
	    width: calc(50% - 15px);
	}
}
@media (max-width: 1493px) and (min-width: 1200px)
{
	.plan-box
	{
		width: calc(33.33% - 30px);
	}
	.plan-box:nth-child(2):before
	{
		padding: 5px;
    	font-size: 13px;
	}
	.sb-box
	{
	    width: calc(33.33% - 20px);
	}
	.menu-list
	{
		width: 57%;
	}
	.menu-name
	{
	    padding: 32px 15px;
	}
	.logo-block
	{
		width: 20%;
	}
	.hostbillo-logo
	{
		width: 100%;
		height: auto;
	}
	.faq
	{
	    width: calc(50% - 20px);
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.container
	{
		max-width: 95%;
	}
	.menu-name
	{
		padding: 32px 17px;
	}
	.menu-list
	{
		width: 72%;
	}
	.logo-block
	{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.submenu
	{
		top: 154px;
	}
	/*--------------------end-head-------------------*/
	.location-ip-box
	{
    	width: calc(33.33% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.plan-list-box
	{
	    width: calc(50% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.what-dvs-right img
	{
		width: 100%;
	}
	.faq
	{
	    width: calc(50% - 20px);
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 200px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 50%;
		margin-top: 50px;
	}
	.location-ip-box
	{
    	width: calc(50% - 30px);
	}
	.rww-box-img
	{
		width: calc(50% - 15px);
	}
	.cls-box
	{
		width: calc(50% - 30px);
	}
	.plan-list-box
	{
	    width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	
	.what-dvs-right img{
		width:100%;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:400px!important;
	}
	
	.layout__column--left {
    	margin-left: calc(0% + 25px);
    	width: calc(100% - 25px);
    	float: left;
	}
	.col-md-6.left-sec{
	    width: 100%;
	}
	
	.left-sec img{
	    width: 52%;
    	top: -312px;
    	position: relative;
	}
	
	.layout--tricolorGray {
    	padding: 5px 0px;
    	margin-top: 36px;
}
	
	.kf-list:nth-child(1):before {
		left: 64px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
		margin-bottom: 20px;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}
	.main-sb-list {
    	overflow: auto;
	}
	
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	33.33%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) and (min-width: 568px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 60%;
		margin-top: 50px;
	}
	.location-ip-box
	{
    	width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	
	.plan-list-box
	{
	    width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	.cls-box
	{
    	width: calc(100% - 35px);
	}
	.what-dvs-title
	{
		font-size: 25px;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:400px!important;
	}
	
	.layout__column--left {
    	margin-left: calc(0% + 25px);
    	width: calc(100% - 25px);
    	float: left;
	}
	.col-md-6.left-sec{
	    width: 100%;
	}
	
	.left-sec img{
	    width: 52%;
    	top: -312px;
    	position: relative;
	}
	
	.layout--tricolorGray {
    	padding: 5px 0px;
    	margin-top: 36px;
}
	
	.kf-list:nth-child(1):before {
		left: 64px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
		margin-bottom: 20px;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}

	.contact_us {
    	padding: 160px 0px 50px;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 567px) and (min-width: 508px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 60%;
		margin-top: 50px;
	}
	.location-ip-box
	{
    	width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.plan-list-box
	{
	    width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	.slider-title
	{
    	font-size: 36px;
	}
	.plan-block-title
	{
    	font-size: 35px;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:400px!important;
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
    	margin-bottom: 20px;
	}
	
	.main-sb-list {
    	overflow: auto;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}
	
	.kf-list:nth-child(1):before {
		left: 64px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	
	.layout__column--left {
    	margin-left: calc(0% + 25px);
    	width: calc(100% - 25px);
    	float: left;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 507px) and (min-width: 483px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 70%;
		margin-top: 50px;
	}
	.location-ip-box
	{
    	width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.plan-list-box
	{
	    width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	
	
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	
	.slider-title
	{
    	font-size: 36px;
	}
	.plan-block-title
	{
    	font-size: 28px;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:400px!important;
	}
	
		.main-become-instructor-item{
	    padding: 15px;
	}
	
	.us {

    padding: 17px 0px;
	}
	.us p {
    	margin: 13px 5px;
	}
	
	.talkto {
    	padding: 0px 0px;
	}
	.main-become-instructor-item .main-image {
    	margin-top: -255px;
	}
	
	.layout--tricolorGray
	{
		padding: 50px 0px;
		margin-top: 0;
	}

	.Process {
    	padding: 5px 0 100px;
	}
	
	.contact_us {
    	padding: 156px 0px;
	}
	
	.layout__column--left {
   	 	width: 100%;
    	margin-left: 0;
	}
	
	.main-sb-list {
    	overflow: auto;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
    	margin-bottom: 20px;
	}
	

		.kf-list:nth-child(1):before {
		left: 64px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.fbs-right a
	{
		margin-left: 12px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 482px) and (min-width: 448px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 80%;
		margin-top: 50px;
	}
	.location-ip-box
	{
    	width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.plan-list-box
	{
	    width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	
	.slider-title
	{
    	font-size: 30px;
	}

	.slider
	{
		padding:40px 0;
	}
	
	h2.plan-block-title
	{
    	font-size: 27px;
	}
	.what-dvs-title
	{
    	font-size: 28px;
	}
	.what-dvs
	{
    	padding: 40px 0;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:360px!important;
	}
	
	.layout--tricolorGray
	{
		padding: 50px 0px;
		margin-top: 0;
	}

	.Process {
    	padding: 5px 0 100px;
	}
	
	.contact_us {
    	padding: 156px 0px;
	}
	
	.layout__column--left {
   	 	width: 100%;
    	margin-left: 0;
	}
	
	.main-sb-list {
    	overflow: auto;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
    	margin-bottom: 20px;
	}
	

		.kf-list:nth-child(1):before {
		left: 64px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 447px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 90%;
		margin-top: 50px;
	}
	.slider-btn
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.slider-btn .sign-up-btn
	{
		margin-bottom: 15px;
	}
	.location-ip-box
	{
    	width: calc(100% - 30px);
	}
	.rww-box-img
	{
		width: calc(100% - 15px);
	}
	.cls-box
	{
		width: calc(100% - 30px);
	}
	.plan-list-box
	{
	    width: calc(100% - 15px);
	    flex-direction: column;
	}
	.plb-img
	{
		margin-bottom: 10px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.faq
	{
	    width: calc(100% - 20px);
	}
	
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	
	.slider-title
	{
    	font-size: 26px;
	}
	.slider
	{
		padding:40px 0;
	}
	
	h2.plan-block-title
	{
    	font-size: 25px;
	}
	.what-dvs-title
	{
    	font-size: 25px;
	}
	.what-dvs
	{
    	padding: 40px 0;
	}
	.layout--layout2575.layout--992px .layout__column--left
	{
		margin-left: unset;
		width: unset;
		float: unset;
	}
	h2.approch-heading
	{
		color:#202020;
		font-family:'Poppins-Bold';
	}
	.approch-dis
	{
		color:#838383;
		font-family:'Poppins-Regular';
		margin-bottom:20px;
	}
	.layout--tricolorGray, .layout--tricolor
	{
		background:none;
	}
	.layout__column .cards
	{
		width:max-content;
		flex-wrap:unset;
		display:flex;
	}
	.layout__column
	{
		overflow:auto;
	}
	.layout__column .cards .card
	{
		width:280px!important;
	}
	

	.layout--tricolorGray
	{
		padding: 50px 0px;
		margin-top: 0;
	}

	.Process {
    	padding: 5px 0 100px;
	}
	
	.contact_us {
    	padding: 156px 0px;
	}
	
	.layout__column--left {
   	 	width: 100%;
    	margin-left: 0;
	}
	
	.main-sb-list {
    	overflow: auto;
	}
	
	.kf-block {
    	flex-wrap: unset;
    	width: fit-content;
	}
	
	.main-sb-list .kf-list {
    	width: 190px;
    	margin-bottom: 20px;
	}
	

		.kf-list:nth-child(1):before {
		left: 78px;
	
	}
	
	.kf-list:nth-child(2):before {
    	left: 46px;
		top: 95px;
	}
	
	.kf-list:nth-child(3):before {
		left: 62px;
	}
	
	.kf-list:nth-child(5):before {
		left: -65px;
	}
	
	.kf-list:nth-child(6):before {
    	left: -60px;
		top: 86px;
	}
	.kf-list {
		width: 20%
	}
	
	.kf-img-block {
 		width: 60%;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
		width: 100%;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}


@media (max-width: 360px)
{
	.container
	{
    	max-width: 100%;
	}

	.slider-title
	{
    	font-size: 33px;
	}
	h2.plan-block-title
	{
    	font-size: 20px;
	}	
	.title-border
	{
		width: 24%;
	}

	.cls-box
	{
		padding: 0px 15px 20px;	
	}
	.cls-title
	{
		font-size: 17px;
    	margin-bottom: 5px;	
	}

	.cls-con
	{
		font-size:15px;
		text-align:left;
	}
	.what-dvs
	{
		padding: 27px 0;
	}
	.what-dvs-block
	{
		flex-direction: column;
	}
	.what-dvs-left
	{
		width: 100%;
	}
	.what-dvs-right img
	{
		display: none;
	}
	.what-dvs-con
	{
    	font-size: 15px;	
	}
	.shared-linux-fea
	{
	    padding: 30px 0;
	}
	#v-pills-tabContent
	{
	    padding-top: 21px;
	}	
	.fea-title
	{
		font-size: 21px;
	}
	.choose-linux-shared
	{
		padding: 20px 0;
	}
	.what-dvs-title
	{
		font-size: 20px;
	}
	.slider-left
	{
    	width: 100%;
		margin-right: 0px;
	}
	.s-slider-content
	{
		font-size:15px;
	}
	.slider-btn 
	{
	    flex-direction: inherit;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.slider
	{
		padding:35px 0px;
	}
	
}