@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
	font-family: 'Lato', sans-serif;
	
}

body {
	background: #091F23;
}

h1,
h2,
h3,
h4,
h5,
th,
td,
p {
	margin: 0;
}

span {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}

input:focus {
	outline: none;
	border: none;
}

::selection {
	background: #3F8C32;
	color: #FFFFFF;
}

::-webkit-selection {
    background: #3F8C32;
	color: #FFFFFF;
}

::-moz-selection {
    background: #3F8C32;
	color: #FFFFFF;
}

.container-fluid {
	width: 100%;
	padding: 0 5%;
}

/*
!!!!!!!!!!!!!!!!
Home-Page1
!!!!!!!!!!!!!!!!
*/


/*
-------------
header-area
-------------
*/

.header-area {
	filter: drop-shadow(0.349px 4.988px 23px rgba(0,0,0,0.42));
	padding: 23px 0;
	background: #04151F;
}

.hdr_a {
	font-size: 37px;
	line-height: 58px;
	color: #fffef1 !important;
	font-weight: 900;
}

.header_list li a {
	font-size: 29px;
	line-height: 58px;
	color: #fffef1 !important;
	font-weight: 700;
	margin: 0 50px 0 0;
}


/*
------------------
cop_connect-area
------------------
*/

.cop_connect-area {
	padding: 88px 0 272px;
}

.cop_content {
	padding: 0 0 0 10%;
}

.cop_content h2 {
	font-size: 62px;
	line-height: 75px;
	color: #fffef1;
	font-weight: 400;
}

.cop_content h2 span {
	color: #FF6711;
}

.cop_content p {
	font-size: 21px;
	line-height: 37px;
	color: #c6c6c6;
	font-weight: 400;
	margin: 38px 0 195px;
}

.cop_content a {
	font-size: 21px;
	line-height: 25px;
	color: #fffef1;
	font-weight: 400;
	padding: 16px 54px;
	border-radius: 6px;
	filter: drop-shadow(0px 5px 9px rgba(0,0,0,0.3));
	background-image: linear-gradient(75deg, #ff8518 0%, #ff6511 100%);
}


/*
---------------
service-area
---------------
*/

.service-area {
	position: relative;
}

.shape_1 {
	position: absolute;
	width: 100%;
	bottom: 162px;
	z-index: -1;
	left: 0;
}

.service_head h2 {
	font-size: 54px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 38px;
}

.service_link button,
.service_link a {
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	font-weight: 400;
	border-radius: 8px;
	padding: 12px 63px 18px;
	margin: 0 40px;
	background-image: linear-gradient(75deg, #091f23 0%, #06191c 100%);
}

.pdng_1 {
	padding: 100px 0 0;
}

.service_img img {
	width: 100%;
}

.service_content {
	padding: 0 0 0 5%;
}

.service_content p {
	margin: 23px 0 0;
}

.powered_h2 {
	font-size: 25px;
	line-height: 75px;
	color: #646464;
	font-weight: 700;
	margin: 0 0 40px;
}

.logo_div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tab {
  	overflow: hidden;
}

.tabcontent {
  	display: none;
}

.tablinks.active,
.tablinks2.active {
	background: #FF6711;
}

#Tab1 {
	display: block;
}

.tabcontent {
  	animation: fadeEffect 3s;
}

@keyframes fadeEffect {
  	from {opacity: 0;}
  	to {opacity: 1;}
}


/*
----------------
about_us-area
----------------
*/

.about_us-area {
	position: relative;
}

.shape_2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.about_head {
	padding: 190px 0 120px;
}

.about_head h2 {
	font-size: 54px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 35px;
}

.about_head h3 {
	font-size: 44px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 35px;
}

.about_head p {
	font-size: 20px;
	line-height: 36px;
	color: #c6c6c6;
	font-weight: 400;
}

.about_head p:first-of-type {
	margin: 0 0 40px;
}

.image_logo {
	padding: 0 6%;
}


/*
--------------
pricing-area
--------------
*/

.pricing-area {
	padding: 170px 0 90px;
	position: relative;
}

.shape_3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.pricing_head {
	padding: 0 0 40px;
}

.amount_box {
	border-radius: 19px;
	box-shadow: inset 0px 12px 21.5px rgba(0,0,0,0.19);
	background-color: #091f23;
	padding: 33px 37px 20px;
	max-width: 320px;
	/*! margin: 0 auto; */
	height: 100%;
}

.amount_box h2 {
	font-size: 45px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
}

.amount_box h2 small {
	font-size: 20px;
	font-weight: 400;
}

.amount_box h3 {
	font-size: 30px;
	line-height: 49px;
	color: #ffffff;
	font-weight: 900;
	margin: 187px 0 0;
}

.amount_box ul li span {
	font-size: 19px;
	line-height: 49px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 0 8px;
}
.privacylist ul li{
	font-size: 15px;
	line-height: 49px;
	color: #c6c6c6;
	font-weight: 400;
	margin: 0 0 0 8px;
}

.privacylist ul li p{
	font-size: 15px;
	line-height: 49px;
	color: #c6c6c6;
	font-weight: 400;
	margin: 0 0 0 8px;
}

.amount_box a {
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	padding: 10px 0;
	display: block;
	width: 100%;
	border-radius: 5px;
	background-image: linear-gradient(75deg, #ff8518 0%, #ff6511 100%);
	text-align: center;
	margin: 22px 0 0;
}


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

.footer-area {
	filter: drop-shadow(0px -15px 13.5px rgba(0,0,0,0.28));
	background: #04151F;
	padding: 18px 0;
}

.footer-area .container {
	max-width: 100%;
	padding: 0 16%;
}

.ftr_content h2 {
	font-size: 24px;
	line-height: 53px;
	color: #ffffff;
	font-weight: 700;
}

.ftr_content p,
.ftr_content a {
	font-size: 18px;
	line-height: 18px;
	color: #c6c6c6;
	font-weight: 400;
}

.ftr_mail ul {
	margin: 8px 0 0;
}

.ftr_mail ul li a {
	margin: 0 20px 0 0;
}

.ftr_content table {
	width: 100%;
}


/*
!!!!!!!!!!!!!!!!
Pricing-Page
!!!!!!!!!!!!!!!!
*/

/*
-----------
main-area
-----------
*/

.main-area {
	position: relative;
}

.main_shape {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.prc_area {
	padding-top: 30px;
}

.pricing-header {
	padding: 240px 0 350px;
}

.pricing-header h2 {
	font-size: 125px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 30px;
}

.pricing-header p {
	font-size: 33px;
	line-height: 75px;
	color: #c7c7c7;
	font-weight: 400;
}

.pdng_3 {
	padding: 0 14%;
}

.proxies_head {
	padding-bottom: 75px;
}

.simple_text {
	font-size: 21px;
	line-height: 37px;
	color: #c6c6c6;
	font-weight: 400;
}

.pricing_im {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.pricing_im img {
	width: 100%;
}

.marg_h2 {
	margin-top: 140px !important;
}

/*
!!!!!!!!!!!!!!!!
Contact-Page
!!!!!!!!!!!!!!!!
*/

.contact-area {
	position: relative;
}

.contact_shape {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.contact_head {
	padding: 290px 0 0;
}

.contact_head h2 {
	font-size: 75px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 35px;
}

.contact_head p {
	font-size: 33px;
	line-height: 75px;
	color: #c7c7c7;
	font-weight: 400;
}

.ctn_area > h2 {
	font-size: 58px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 900;
	margin: 330px 0 70px;
	text-align: center;
}

.logo_content {
	padding: 0 0 60px;
}

.logo_content h3 {
	font-size: 36px;
	line-height: 66px;
	color: #ffffff;
	font-weight: 700;
	margin: 2px 0 18px;
}

.logo_content p {
	font-size: 22px;
	line-height: 29px;
	color: #c7c7c7;
	font-weight: 400;
}

.logo_content a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	padding: 9px 0;
	width: 210px;
	border-radius: 5px;
	background-image: linear-gradient(75deg, #ff8518 0%, #ff6511 100%);
	margin: 16px 0 0;
	text-align: center;
}


/*
!!!!!!!!!!!!!!!!
Resell-Page
!!!!!!!!!!!!!!!!
*/

.serve_content p {
	font-size: 37px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 400;
}

.serve_content small {
	font-size: 25px;
	line-height: 75px;
	color: #c7c7c7;
	font-weight: 400;
	margin: 40px 0 100px;
	display: inline-block;
}

.serve_content a {
	color: #c7c7c7;
	text-decoration: underline;
}



/*Scroll Top Button*/

#button {
  	display: inline-block;
  	background-color: #FF9800;
  	width: 43px;
  	height: 43px;
  	text-align: center;
  	border-radius: 25px 25px 4px 4px;
  	position: fixed;
  	bottom: 15px;
  	right: 18px;
  	transition: background-color .3s, 
    opacity .5s, visibility .5s;
  	opacity: 0;
  	visibility: hidden;
  	z-index: 1000;
}

#button::after {
  	content: "\f077";
  	font-family: FontAwesome;
  	font-weight: normal;
  	font-style: normal;
  	font-size: 22px;
  	line-height: 50px;
  	color: #fff;
}

#button:hover {
  	cursor: pointer;
  	background-color: #15A20C;
}

#button:active {
  	background-color: #555;
}

#button.show {
  	opacity: 1;
  	visibility: visible;
}








