/*
#header {
    background-color:#CC6600;
    color:white;
    text-align:center;
    padding:5px;
	position: -webkit-sticky; /* Safari */
  /*
	position: sticky;
	top: 0;
	width: 100%;
	}
#nav {
    line-height:30px;
    background-color:#E6E6FA;
    height:100%;
    width:200px;
    float:left;
    padding:5px; 
	}
#section {
    width:80%;
    float:left;
    padding:10px; 
	}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
	}
a{
	text-decoration:none;
	}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #CC6600;
}

li {
  float: left;
  background-color: #CC6600;
}

li a, .dropbtn {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #FF6633;
}

}
li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.active {
	background-color: #FF6633;
}

.log {
	background-color: #FF6633;
}

*/

/*header section*/

/*drop menu*/
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  background-color:rgba(0,0,0,0.5); 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover>.dropdown-content {
  display: block;
}

.dropdown-content>.navbar-nav {
  flex-direction: column;
}
.navbar-toggler-icon>.dropdown-content>.navbar-nav .dropdown-content{
  left:130px;
}
/*drop menu end*/

.first_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .first_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.first_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active>a::after,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover>a::after {
  display: block;
  background-color: #CC6600;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.center{
  text-align: center;
}
/*feature section start*/
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #CC6600;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature_section {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.feature_section .feature_container {
  padding-top: 25px;
}

.feature_section .feature_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.feature_section .feature_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature_section .heading_container h2 {
  font-weight: bold;
  color:#000000;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}

.feature_section .feature_container .box .detail-box h5 {
  font-weight: bold;
  color:#000000;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}

.feature_section .feature_container .box .detail-box p {
  font-weight: bold;
  color:#000000;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.black{
  color:black;
}
/*feature section end*/
/*disadvantage section start*/
.disadvantage_section {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: left;
}

.disadvantage_section h2 {
  font-weight: bold;
  color:#000000;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
  text-align: center;
}

.disadvantage_section p {
  margin-top: 35px;
  line-height: 1.8;
  color:#000000;
  font-weight: bold;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
/*disadvantage section end*/
/*download section start*/
.download_section {
  background-image: url(../images/bg3.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: left;
}

.download_section h2,
.download_sectionh3 {
  font-weight: bold;
  text-align: center;
}

.download_section h5 {
  text-align: center;
}

.download_section p {
  margin-top: 35px;
  line-height: 1.8;
}

.download_section a {
  color:#ffffff;
  text-decoration:underline;
}

.download_section a:hover {
  color:#a0a0a0;
}

.download_section img {
  width:100%;
}

.download_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.download_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  text-decoration:none;
}

.download_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}
/*download section end*/
/*info section start*/
.info_section {
  background-color: #252233;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}
/*info section end*/
/*serverinfo section start*/
.serverinfo_section {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: left;
}

.serverinfo_section h1,
.serverinfo_section th {
  font-weight: bold;
  text-align: center;
}

.serverinfo_section th,
.serverinfo_section td,
.serverinfo_section a,
.serverinfo_section caption {
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 35px;
  line-height: 1.8;
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
}

.serverinfo_section a {
  color:#ffffff;
  text-decoration:underline;
}

.serverinfo_section a:hover {
  color:#a0a0a0;
}

.serverinfo_section h1 a,
.serverinfo_section h2 a,
.serverinfo_section h3 a,
.serverinfo_section h4 a,
.serverinfo_section h5 a {
  color:#ffffff;
  text-decoration:none;
}

.removed {
  color:red;
}

.serverinfo_section .table_div {
  overflow-x: auto;
  max-width: 100%;
}

/*serverinfo section end*/
/*update section start*/
.update_section {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: left;
}

.update_section th,
.update_section td,
.update_section a,
.update_section caption,
.update_section p {
  margin-top: 35px;
  line-height: 1.8;
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
}

.update_section a {
  color:#ffffff;
  text-decoration:underline;
}

.update_section a:hover {
  color:#a0a0a0;
}
/*mods section start*/
.mods_section {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: left;
}

.mods_section h1,
.mods_section th {
  font-weight: bold;
  text-align: center;
}

.mods_section a {
  color:#ffffff;
  text-decoration:underline;
}

.mods_section a:hover {
  color:#a0a0a0;
}

.mods_section h1 a,
.mods_section h2 a,
.mods_section h3 a,
.mods_section h4 a,
.mods_section h5 a {
  color:#ffffff;
  text-decoration:none;
}

.removed {
  color:red;
}

.mods_section .table_div {
  overflow-x: auto;
  max-width: 100%;
}

.mods_section .table_div table,
.mods_section .table_div tr,
.mods_section .table_div td{
  background-color: rgba(0, 0, 0, 0.3);
  margin: auto;
  overflow-x: auto;
  max-width: 80%;
}

/*mods section end*/