/* ========================================================================================================================================
                                                               Start Main Css
===========================================================================================================================================*/

/* --------------------------- Start Main Banner Section --------------------------- */
.price_convert .active_monthly a
{
	background-color:#01acff; 
}
.price_convert a
{
	margin: 0 10px;
}
.main_banner_section
{
  padding-top: 100px;
}
.main_banner_section::before{
  content: '';
  background-image: url(../image/main_banner.png);
  background-position: right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.first_main_title a{
  padding-right: 5px;
}
.first_main_title p{
  padding-left: 5px;
}
.first_main_title a, .first_main_title p{
  color: var(--whiteColor);
  font-weight: 500;
}
.content_main_banner > h6{
  font-size: 19px;
}
.content_main_banner > h2{
  font-size: 55px;
  font-family: 700;
  color: var(--whiteColor);
  line-height: 1.3;
  margin-top: 5px;
}
.content_main_banner > p{
  font-size: 18px;
  width: 45%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.main_banner_button{
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 0;
  margin-top: 100px;
}
.main_banner_button li{
  padding: 10px 7px;
}
.active_banner_btn{
  background-color: var(--themeColor) !important;
  border: 1px solid transparent !important;
}

/* --------------------------- End Main Banner Section --------------------------- */

/* --------------------------- Start Streamin Server Section --------------------------- */

.single_streaming{
  width: calc(33.33% - 30px);
  margin: 15px;
  cursor: pointer;
}
.icon_straming{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  box-shadow: 0 3px 40px rgba(0, 0, 0, .11);
}
.content_streaming_server{
  padding-left: 20px
}
.content_streaming{
  padding-left: 15px;
  cursor: pointer;
}
.content_streaming h2, .content_streaming h3, .content_streaming_server h2, .content_streaming_server h3{
  font-weight: 600;
  margin-bottom: 5px;
}
.content_streaming_server h3
{
  font-size: 18px;
  font-weight: 600;
}
/* --------------------------- End Streamin Server Section --------------------------- */

/* --------------------------- Start Server Benefits Section --------------------------- */

.main_server_benefits_section{
  background-color: #F5F7FB;
}
.img_server_benefits{
  width: 25%;
}
.img_server_benefits img{
  margin-top: 15px;
}
.content_server_benefits{
  width: 75%;
}
.single_server_benefits{
  width: calc(33.33% - 20px);
  margin: 10px;
  border: 1px solid #D5D5D5;
  background-color: var(--whiteColor);
  padding: 22px;
  cursor: pointer;
}
.single_server_benefits h3{
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 16px;
}

/* --------------------------- End Server Benefits Section --------------------------- */

/* --------------------------- Start Our Price Section --------------------------- */

.single_price_box{
  width: calc(25% - 30px);
  margin: 50px 15px;
  cursor: pointer;
}
.img_price{
  padding: 50px 20px 20px 20px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.img_price::before{
  content: '';
  background-image: url(../image/price_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 12px 12px 0 0;
}
.img_price h3{
  font-size: 21px;
  text-align: center;
}
.img_price h2{
  font-size: 50px;
  font-weight: 700;
}
.img_price p{
  padding-top: 5px;
}
.content_single_price_box li{
  padding: 10px 20px;
  border: 1px solid #BEE7FF;
  border-top: none;
}
.content_single_price_box li:nth-child(1), .content_single_price_box li:nth-child(3), .content_single_price_box li:nth-child(5){
  background-color: #E1F4FF;
}
.single_price_box:nth-child(2) .img_price::before, .single_price_box:nth-child(4) .img_price::before{
  background-image: url(../image/price_1.png);
}
.single_price_box:nth-child(2) h2, .single_price_box:nth-child(4) h2{
  color: var(--blackColor) !important;
}
.price_convert p{
  padding-right: 10px;
}
.btn_monthly a{
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  font-weight: 500;
  border-radius: 5px;
  transition: .2s;
  cursor: pointer;
}
.btn_monthly a:hover{
  background-color: var(--themeColor);
  color: var(--whiteColor);
  border: 1px solid transparent;
}
.btn_yearly{
  padding-left: 10px;
}
.price_convert .btn_monthly{
  padding: 5px !important;
}
.active_monthly a{
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--themeColor);
  color: var(--whiteColor) !important;
  font-weight: 500;
  border-radius: 5px;
  transition: .2s;
}
.icon_price, .icon_price_1{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: var(--themeColor);
  border: 3px solid var(--whiteColor);
  position: absolute;
  top: -50px;
  /*left: 103px;*/
  z-index: 1;
}
.icon_price_1{
  background-color: var(--nblueColor);
}
.price_main .btn_price a, .price_main .btn_price_1 a{
  font-size: 15px;
}

.single_price_box .btn_price_1 a:hover
{
  background-color: #142149;
  color: #fff;
}

/* --------------------------- End Our Price Section --------------------------- */

/* --------------------------- Start Business Challemge Section --------------------------- */

.business_challenge_title{
  margin-bottom: 20px;
}
.business_challenge_title h6{
  font-size: 17px;
  font-weight: 500;
  color: var(--blackColor);
}
.business_challenge_title h2{
  font-size: 45px;
  font-weight: 700;
  color: var(--themeColor);
}
.business_challenge_title p{
  color: var(--blackColor);
  margin: 12px 0;
}
.single_business_challenge_box{
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 20px;
  background-color: var(--whiteColor);
  box-shadow: 0 1px 20px rgba(0, 0, 0, .16);
  transition: .2s;
  cursor: pointer;
}
.content_business_challenge{
  padding-left: 15px;
}
.content_business_challenge h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  transition: .1s;
}
.single_business_challenge_box:hover{
  background-color: var(--nblueColor);
}
.business_icon{
  position: relative;
}
.single_business_challenge_box:hover .two_img_business{
  opacity: 1;
}
.single_business_challenge_box:hover .content_business_challenge h3, .single_business_challenge_box:hover .content_business_challenge p{
  color: var(--whiteColor) !important;
}
.two_img_business{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}

/* --------------------------- End Business Challemge Section --------------------------- */

/* --------------------------- Start Streaming Services Section --------------------------- */

.stream_img{
  width: 40%;
  cursor: pointer;
}
.content_streaming{
  width: 60%;
}
.content_streaming h2{
  font-weight: 600;
}
.content_streaming > p{
  margin-bottom: 20px;
}
.main_list_study:nth-child(2){
  padding-left: 40px;
}
.list_study{
  margin: 15px 0;
}
.list_study p{
  padding-left: 5px;
}

/* --------------------------- End Streaming Services Section --------------------------- */

/* --------------------------- Start Feauter Box Section --------------------------- */

.single_feauter_box{
  width: calc(25% - 30px);
  margin: 15px;
  border: 1px solid #707070;
  background-color: var(--whiteColor);
  padding: 20px;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.single_feauter_box:hover
{
  transform: scale(1.1);
}
.single_feauter_box h3{
  font-weight: 600;
  text-align: center;
  margin: 8px 0;
}
.single_feauter_box p{
  text-align: center;
  font-size: 14px;
}

/* --------------------------- End Feauter Box Section --------------------------- */

/* --------------------------- Start Dedicated Server Section --------------------------- */

.list_dedicated{
  width: calc(50% - 30px);
  margin: 15px;
}
.set{
  position: relative;
  margin: 15px 0;
  height: auto;
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.set > a{
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: var(--blackColor);
  font-weight: 600;
  transition:all 0.2s linear;
  cursor: pointer;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  color: var(--themeColor);
}
.content{
  background-color: #fff;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/* --------------------------- End Dedicated Server Section --------------------------- */

/* --------------------------- Start Contact Us Section --------------------------- */

.main_contact_section::before{
  content: '';
  background-image: url(../image/contact_bg.png);
  background-size: cover;
  background-position: right;
  border-bottom: 3px solid var(--themeColor);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.contact_main{
  width: 50%;
}
.single_field p, .single_message p{
  font-size: 17px;
}
.single_field{
  width: calc(50% - 30px);
  margin: 15px;
}
.single_message{
  width: calc(100% - 30px);
  margin: 15px;
}
.single_field input{
  width: 100%;
  padding: 15px 0 15px 10px;
  outline: none;
  border: none;
  border: 1px solid #D5D5D5;
  background-color: var(--whiteColor);
  margin-top: 7px;
  font-family: 'Poppins';
}
.single_message input{
  width: 100%;
  padding: 15px 0 100px 10px;
  outline: none;
  border: none;
  border: 1px solid #D5D5D5;
  background-color: var(--whiteColor);
  margin-top: 7px;
  font-family: 'Poppins';
}
.contact_submit{
  padding: 15px 40px;
  background-color: var(--nblueColor);
  color: var(--whiteColor);
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 15px;
  transition: .3s;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 16px;
}
.contact_submit:hover{
  background-color: var(--themeColor);
}

/* --------------------------- End Contact Us Section --------------------------- */

/* ========================================================================================================================================
                                                               End Main Css
===========================================================================================================================================*/