


/* -----------------------------------
		     Slider CSS
----------------------------------- */
.welcome-area,
.footer-area {
	position: relative;
  	z-index: 1; 
}
.welcome-area .whitecloud-pattern,
.about-area .whitecloud-pattern {
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 100; 
}
.welcome-area .whitecloud-pattern img,
.about-area .whitecloud-pattern img {
    width: 100%; 
}

.welcome-slide {
  	position: relative;
  	z-index: 1;
  	overflow: hidden; 
}

.single-welcome-slide {
  	position: relative;
  	z-index: 2;
  	width: 100%;
  	height: 650px;
  	background-color: #1c66de; 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      	height: 700px; 
	} 
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      	height: 600px; 
	} 
}
@media (max-width: 767px) {
    .single-welcome-slide {
      	height: 480px; 
	} 
}

.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
	top: 60px;
}

.single-welcome-slide .welcome-text h2 {
    font-size: 82px;
	line-height: 82px;
    display: block;
    margin-bottom: 30px;
    color: yellow; 
}
.single-welcome-slide .welcome-text h3 {
    font-size: 36px;
    color: white;
    display: block;
    margin-bottom: 15px; 
}

.single-welcome-slide .welcome-text h3 span {
	font-weight: bold; 
}

.single-welcome-slide .welcome-text p {
    color: white;
    margin-bottom: 50px;
    display: block;
    font-size: 20px; 
}

.single-welcome-slide .welcome-thumbnail img {
    position: absolute;
	width: 30% !important;
	top: 40%;
	right: 16%;
    z-index: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
@media (max-width: 767px) {
	.single-welcome-slide .welcome-text h3 {
    	font-size: 30px;
		line-height: 30px;
	} 
    .single-welcome-slide .welcome-thumbnail img {
        opacity: 0.3;
		width: 50% !important;
		right: 0;
	} 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 58px; 
	} 
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-welcome-slide .welcome-text h2 {
        font-size: 60px;
		line-height: normal; 
	}
	.single-welcome-slide .welcome-text h3 {
		font-size: 32px;
	}
	.single-welcome-slide .welcome-text p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.single-welcome-slide .welcome-text h2 {
        font-size: 42px;
		line-height: 46px;
	} 
}





/* -----------------------------------
		       Btn CSS
----------------------------------- */
.btn:focus { box-shadow: none; }

.start-btn {
	position: relative;
  	z-index: 1;
  	min-width: 150px;
  	height: 50px;
  	line-height: 37px !important;
  	font-size: 20px !important;
  	display: inline-block;
  	padding: 0 30px;
  	text-align: center;
  	text-transform: capitalize;
  	background-color: #1c66de;
  	color: white;
  	border: none;
  	border-radius: 50px !important;
  	-webkit-transition-duration: 500ms;
  	-o-transition-duration: 500ms;
  	transition-duration: 500ms;
}
.start-btn:focus, 
.start-btn:hover {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: white;
    color: #1c66de; 
}
.start-btn.btn-order {
    background-color: white;
    color: #1c66de; 
}
.start-btn.btn-order:focus, 
.start-btn.btn-order:hover {
    color: white; 
    background-color: #ff931e; 
}
.continue-btn {
  	font-size: 16px;
  	color: #1c66de;
  	font-weight: 600;
  	padding: 0;
  	margin-top: 20px; 
}




/* -----------------------------------
	 Products & Services CSS
----------------------------------- */
.services {
	position: relative;
	background: url("../images/bg-img/bg-services.jpg") top center no-repeat;
	background-size: auto;
}
.sv-details {
	margin: 30px 0 !important;
	padding: 0 15px;
}
.sv-details .hosting,
.sv-details .domain,
.sv-details .circlecamp,
.sv-details .promotions {
	border-radius: 0;
	height: 662px;
	padding-bottom: 15px;
}
@media (max-width: 767px) {
	.sv-details .col-12 {
		padding: 0;
		margin-bottom: 15px !important;
	}
	.sv-details .domain {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.sv-details .hosting,
	.sv-details .domain,
	.sv-details .circlecamp,
	.sv-details .promotions {
		height: 600px;
	}
}
@media (min-width: 1367px) {
	.sv-details .hosting,
	.sv-details .domain,
	.sv-details .circlecamp,
	.sv-details .promotions {
		height: 575px;
	}
}
.sv-details .hosting,
.sv-details .domain {
	background: rgb(63,169,245);
    background: linear-gradient(45deg, rgba(63,169,245,1) 0%, rgba(30,156,215,1) 50%, rgba(0,117,190,1) 100%); 
}
.sv-details .circlecamp {
	background: rgb(150,211,218);
    background: linear-gradient(45deg, rgba(150,211,218,1) 0%, rgba(91,184,192,1) 100%);
}
.sv-details .promotions {
	background: rgb(117,189,167);
    background: linear-gradient(45deg, rgba(117,189,167,1) 0%, rgba(99,174,150,1) 50%, rgba(75,155,130,1) 100%);
}
.sv-details .hosting::after,
.sv-details .domain::after,
.sv-details .circlecamp::after,
.sv-details .promotions::after {
	position: absolute;
	content: "";
	width: 285px;
	height: 30px;
}
.sv-details .hosting::after {
	background: rgb(0,117,190);
    background: linear-gradient(0deg, rgba(0,117,190,0.7) 0%, rgba(30,156,215,0.7) 50%, rgba(63,169,245,0.7) 100%);
	left: -10px;
	top: -15px;
}
.sv-details .domain::after {
	background: rgba(63,169,245,0.7);
	right: -10px;
	bottom: -15px;
}
.sv-details .circlecamp::after {
	background: rgb(91,184,192);
    background: linear-gradient(45deg, rgba(91,184,192,0.7) 0%, rgba(154,211,218,0.7) 50%, rgba(154,211,218,0.7) 100%); 
	left: -10px;
	top: -15px;
}
.sv-details .promotions::after {
	background: rgb(117,189,167,0.7);
	right: -10px;
	bottom: -15px;
}
.sv-details .hosting img,
.sv-details .domain img,
.sv-details .circlecamp img,
.sv-details .promotions img {
	display: block;
	max-height: 80px;
	margin: 40px auto 25px auto !important;
}
.sv-details .hosting h4,
.sv-details .domain h4,
.sv-details .circlecamp h4,
.sv-details .promotions h4 {
	color: aqua;
	margin: 0 0 20px 0;
}
.sv-details .circlecamp h4,
.sv-details .promotions h4 {
	color: darkgreen;
}
.sv-details .hosting p,
.sv-details .domain p,
.sv-details .circlecamp p,
.sv-details .promotions p {
	color: white;
	font-size: 16px;
	font-family: "Sarabun";
	text-indent: 20px;
	word-wrap: break-word;
	padding: 0;
	margin-bottom: 40px;
}
.sv-details .link-hosting,
.sv-details .link-domain,
.sv-details .link-circlecamp,
.sv-details .link-promotions {
	position: absolute;
	right: 15px;
	bottom: 32px;
	width: 44px;
	height: 14px;
	background: url("../images/core-img/yellow-long-arrow-right.png") center right no-repeat;
}
.sv-details .link-hosting:hover,
.sv-details .link-domain:hover,
.sv-details .link-circlecamp:hover,
.sv-details .link-promotions:hover {
	border-right: 2px solid yellow;
}
.sv-details .btn-spacing {
	margin: 50px auto !important;
	display: inline-grid;
	width: 25%;
}
@media (max-width: 767px) {
	.sv-details .hosting,
	.sv-details .domain,
	.sv-details .circlecamp,
	.sv-details .promotions {
		height: auto;
	}
	.sv-details .hosting p,
	.sv-details .circlecamp p,
	.sv-details .promotions p {
		margin: 0 0 30px 0;
	}
	.sv-details .domain p:last-child {
		margin-bottom: 45px !important;
	}
	.sv-details .btn-spacing {
		margin: 30px auto !important;
		width: 100%;
	} 
}



