/* ========================================================================================================================================
                                                               Start Main Css
===========================================================================================================================================*/

/* --------------------------- Start Main Banner Section --------------------------- */

.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;
  margin-top: 40px;
}
.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: 60px;
}
.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 Premise Section --------------------------- */

.single_premise_box{
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #D5D5D5;
  padding: 30px 15px;
  cursor: pointer;
}
.single_premise_box h3{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single_premise_box p{
  text-align: center;
  margin-top: 7px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* --------------------------- End Premise Section --------------------------- */

/* --------------------------- Start Product Advantages Section --------------------------- */

.main_product_advantages{
  background-color: #F5F7FB;
}
.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 Product Advantages Section --------------------------- */

/* --------------------------- Start high Performance Section --------------------------- */

.left_high_performance{
  width: 50%;
  cursor: pointer;
}
.left_high_performance:last-child{
  padding-left: 25px;
}

/* --------------------------- End high Performance Section --------------------------- */

/* --------------------------- Start Anything Seconds Section --------------------------- */

.main_product_advantages .anything_menu{
  width: 40%;
  margin: 0 auto;
  border-bottom: 2px solid var(--blackColor);
  margin-bottom: 20px;
}
.anything_menu li{
  padding: 10px 30px;
  color: var(--blackColor);
  font-weight: 500;
  cursor: pointer;
}
.active_anything_menu{
  color: var(--themeColor);
  position: relative;
}
.active_anything_menu::before{
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}
.single_anything{
  width: calc(20% - 30px);
  padding: 20px 0;
  height: 150px;
  margin: 15px;
  background-color: var(--whiteColor);
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.single_anything:hover
{
  transform: scale(1.1);
}
.single_anything p{
  text-align: center;
  margin-top: 5px;
}

/* --------------------------- End Anything Seconds Section --------------------------- */

/* --------------------------- Start Application Section --------------------------- */

.main_application_section .anything_menu{
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid var(--blackColor);
  margin-bottom: 50px;
}
.right_application{
  width: 50%;
  padding: 20px;
}
.left_application{
  width: calc(50% - 20px);
  margin-right: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
  padding: 20px;
}
.single_list_app{
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}
.icon_application{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  box-shadow: 0 3px 43px rgba(0, 0, 0, .1);
}
.content_application{
  padding-left: 20px;
}
.content_application p{
  margin-top: 5px;
}
.content_application h2
{
  font-size: 20px;
  font-weight: 600;
}
.left_application h2{
  margin-top: 10px;
  font-weight: 600;
}
.left_application > h3{
  margin-top: 10px;
  font-weight: 500;
  padding: 10px;
  background-color: #F5F7FB;
  border: 1px solid #DBDBDB;
  font-size: 18px;
}
.content_app_box{
  padding: 10px;
  border: 1px solid #DBDBDB;
  border-top: none;
}
.content_app_box h3
{
  font-weight: 500;
  font-size: 16px;
}

/* --------------------------- End Application 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: normal;
  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 --------------------------- */


#manage img
{
  cursor: pointer;
}

/* ========================================================================================================================================
                                                               End Main Css
===========================================================================================================================================*/