/* ========================================================================================================================================
                                                               Start Main Css
===========================================================================================================================================*/

/* --------------------------- Start Main Banner Section --------------------------- */
.main_banner_section
{
  padding-top: 100px;
}
.main_banner_section::before{
  content: '';
  background-image: url(../image/main_banner.png);
  background-size: cover;
  background-position: center;
  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;
  font-weight: 500;
}
.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 5px;
}
.active_banner_btn{
  background-color: var(--themeColor) !important;
  border: 1px solid transparent !important;
}

/* --------------------------- End Main Banner 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: .3s ease-in;
  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 Case Study Section --------------------------- */

.main_case_study_section{
  /*background-color: #F5F7FB;*/
}
.single_case_study_box{
  width: calc(50% - 20px);
  margin: 30px 10px;
}
.content_single_case_study h2{
  font-size: 24px;
  color: var(--blackColor);
  font-weight: 600;
  margin-top: 15px;
}
.content_single_case_study p{
  margin: 10px 0;
}
.list_study p{
  color: var(--txt);
  padding-left: 10px;
}
.main_list_study:nth-child(2){
  padding-left: 40px;
}

/* --------------------------- End Case Study Section --------------------------- */

/* --------------------------- Start Our Price Section --------------------------- */

.single_price_box{
  width: calc(25% - 20px);
  margin: 50px 10px;
  cursor: pointer;
}
.img_price{
  padding: 50px 20px 20px 20px;
  border-radius: 12px 12px 0 0;
}
.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{
  margin-top: 10px;
  font-size: 21px;
  text-align: center;
}
.img_price h2{
  font-size: 50px;
  font-weight: 700;
}
.img_price p
{
  text-align: center;
}
.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;
}
.btn_monthly a:hover{
  background-color: var(--themeColor);
  color: var(--whiteColor);
  border: 1px solid transparent;
}
.btn_yearly{
  padding-left: 10px;
}
.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;
}
.price_convert .btn_monthly:last-child{
  padding-left: 10px;
}
.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;
}
.content_single_price_box .btn_price_1 a:hover
{
  background-color: #142149;
  color: #fff;
}

/* --------------------------- End Our Price Section --------------------------- */

/* --------------------------- Start Services Section --------------------------- */

.main_services_section{
  
}
.left_services, .right_services{
  width: calc(30.00% - 20px);
  margin: 10px;
}
.left_servc_img {
    width: calc(39% - 20px);
}
.content_services{
  padding-left: 15px;
}
.list_services_detail{
  padding-left: 50px;
  cursor: pointer;
  transition: all .4s ease-in;
}
.list_services_detail:hover {
    transform: translateY(-10px);
}
.list_services_detail:nth-child(2){
  margin: 30px 0;
  padding: 0;
}
.right_services .list_services_detail:nth-child(1), .right_services .list_services_detail:nth-child(3){
  padding: 0;
}
.right_services .list_services_detail:nth-child(2){
  padding-left: 50px;
}

/* --------------------------- End Services Section --------------------------- */

/* --------------------------- Start Advantages Section --------------------------- */

.single_advantages_box{
  width: calc(25% - 20px);
  padding: 15px;
  margin: 10px 10px;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  transition: transform 0.3s;
}
.img_advantage img
{
  width: auto;
}
.single_advantages_box h3
{
  font-weight: 600;
  font-size: 20px;
}
.single_advantages_box p{
  margin-top: 5px;
}
.img_advantage{
  width: auto;
  height: 120px;
}
.btn_advantages{
  margin-top: 25px;
  margin-bottom: 15px;
}

/* --------------------------- End Advantages Section --------------------------- */

/* --------------------------- Start Blog Section --------------------------- */

.main_blog_section{
  background-color: #F5F7FB;
}
.single_blog_box{
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.single_blog_box h3
{
  font-weight: 600;
  font-size: 18px;
}
.date{
  width: 62px;
  height: 62px;
  text-align: center;
  font-weight: 500;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 15px;
  left: 15px;
}
.single_blog_box > p{
  margin: 10px 0;
}
.main_blog_section .btn_advantages{
  margin: 0;
}
.single_blog_box .btn_advantages{
  margin-top: 20px;
}

/* --------------------------- End Blog Section --------------------------- */

/* --------------------------- Start Dedicated Server Section --------------------------- */

.list_dedicated{
  width: calc(50% - 20px);
  margin: 10px;
}
.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% - 20px);
  margin: 10px;
}
.single_message{
  width: calc(100% - 20px);
  margin: 10px;
}
.single_field input{
  width: 100%;
  font-family: 'Poppins';
  padding: 15px 0 15px 10px;
  outline: none;
  border: none;
  border: 1px solid #D5D5D5;
  background-color: var(--whiteColor);
  margin-top: 7px;
}
.single_message input{
  width: 100%;
  font-family: 'Poppins';
  padding: 15px 0 100px 10px;
  outline: none;
  border: none;
  border: 1px solid #D5D5D5;
  background-color: var(--whiteColor);
  margin-top: 7px;
}
.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-size: 16px;
  font-family: 'Poppins';
}
.contact_submit:hover{
  background-color: var(--themeColor);
}
.single_advantages_box:hover {
    transform: translateY(-15px);
    box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
}
/* --------------------------- End Contact Us Section --------------------------- */

/* ========================================================================================================================================
                                                               End Main Css
===========================================================================================================================================*/

.single_blog_box:hover img{
    transform: scale(1.05);
    overflow:hidden;
}
.single_blog_box {
    overflow: hidden;
}
.single_blog_box img{
    transition: all .2s ease-in;
}
.content_main_banner h1 {
    font-size: 50px;
}