/*--------------Server-Management-----------*/
.Server-Management{
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #005c97 0%, #363795 100%) repeat scroll 0 0;
	margin:0px;
	padding:70px 0px 90px;
}
.mangement_title h2{
	font-size:52px;
	color:#fff;
}
.mangement_title p{
	color:#fff;
}
.manage_server {
  margin:25px 0 0px;
  padding:15px 0px;
  text-align: center;
  border: 1px;
  border-style:solid;
  border-color:transparent;
  width:20%;
   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.manage_server:hover {
	 background: #0091e5 none repeat scroll 0 0;
    box-shadow: 0 0 13px #363795;
	border: 1px dashed #b7c6f1;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.manage_server object{
	height:60px;
}

.manage_server p{
  margin:15px 0 0px;
  padding:0px;
  font-size:17px;
  color:#fff;
  font-family: "Roboto";
  line-height:24px;
}
.tech_section {
  /*border: 2px solid #7499d4;*/
  margin: 40px auto 0;
  /*max-width: 970px;*/
  padding: 0;
  width: 100%;
  text-align:center;
}
.tech_staff {
 border-right:1px solid #5354b2;
  padding: 20px 56px;
  margin:40px 0 0;
}
.tech_staff h4 {
  color: #ffffff;
  font-family: "Aileron";
  font-size: 26px;
  letter-spacing: 0.025em;
  line-height: 26px;
  margin: 10px 0 0;
  padding: 0;
}
.tech_staff > h5 {
  color: #c8c9ff;
  font-family:'Roboto Light';
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin: 20px 0 50px;
}
.staff_contact {
  background: #0091e5 none repeat scroll 0 0;
  border:1px solid #0091e5;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 17px;
  letter-spacing: 0.035em;
  margin: 0;
  padding: 7px 33px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.staff_contact:hover {
 border:1px solid #0091e5;
 background:none;
}
/*.staff_meet{
	border:1px solid #6ac71c;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 17px;
  letter-spacing: 0.035em;
  margin: 0;
  padding: 7px 33px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.staff_meet:hover {
 background: #6ac71c none repeat scroll 0 0;
}*/

/*-------------server-management page-------------*/
.sm-bg{
	background: url(../images/sm-hdr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 64px;
}
.sm-services{
	max-width: 920px;
	margin: 52px auto 0;
	width: 100%;
}
.sm-sr-box{
	margin: 0px auto 35px;
	padding:35px 0 0px;
	background: #4faefe;
	border-radius: 5px;
	text-align: center;
	max-width: 195px;
	position: relative;
	-webkit-transition-duration: 0.45s;
    transition-duration: 0.5s;	
}
.sm-sr-box::after {
    border:1px solid rgba(0,0,0,0.0);
    content: "";
    width: 106%;
    height: 106%;
    display: inline;
    position: absolute;
    left: -3%;
    right: 0;
    top: -3%;
    bottom: 0;
    margin: 0 auto;
    padding: 4px;
    border-radius: 7px;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.5s;	
}
.sm-sr-box h5 {
    margin: 0 0 14px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-family:'Roboto Medium';
}
.sm-object-img{
	margin: 0px;
	padding: 0px;
	min-height: 116px;
}

object.sm_svg_icon {
    height: 70px;
    margin-top: 10px;
}
.bx-clr-1{background: #4faefe;}
.bx-clr-2{background: #36d996;}
.bx-clr-3{background: #e88d4d;}
.bx-clr-4{background: #36ccd9;}
.bx-clr-5{background: #feab9d;}
.bx-clr-6{background: #fe6382;}
.bx-clr-7{background: #8f85db;}
.bx-clr-8{background: #d56ac8;}

.sm-sr-box:hover .sm-object-img{
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50% 50% 0 0;
    padding-top: 10px;
        -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;	
}
.sm-sr-box.bx-clr-1:hover::after {border:1px solid #4faefe;}
.sm-sr-box.bx-clr-2:hover::after {border:1px solid #36d996;}
.sm-sr-box.bx-clr-3:hover::after {border:1px solid #e88d4d;}
.sm-sr-box.bx-clr-4:hover::after {border:1px solid #36ccd9;}
.sm-sr-box.bx-clr-5:hover::after {border:1px solid #feab9d;}
.sm-sr-box.bx-clr-6:hover::after {border:1px solid #fe6382;}
.sm-sr-box.bx-clr-7:hover::after {border:1px solid #8f85db;}
.sm-sr-box.bx-clr-8:hover::after {border:1px solid #d56ac8;}
.sm-bnr-btn{
	margin:16px 0 0px;
	padding: 0px;
}
.sm-get-btn {
    background: #fcc638;
    border-radius: 80px;
    border: 3px solid #575763;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 181px;
    width: 100%;
    padding: 12px 1rem;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/*sm-features-section*/
.sm-features-section{
	margin: 0px;
	padding:80px 0 55px;
	width: 100%;
	background:#f6f6f6; 
}
.cp-setup-box.sm-uniqe-box {
    max-width: 100%;
    margin: 0 0 25px;
    padding: 24px 0;
}

/*sm-serrvices-section */
.sm-serrvices-section {
	background: url(../images/sm-ser-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 70px;
    margin: 0px;
    width: 100%;
}
.sm-setup-box {
    margin: 0px 0 40px;
    padding: 0px;
    display: flex;
    border-radius: 5px;
}
.sm-ser-img {
    margin: 40px 0;
}
.sm-setup-icon{
	 margin: 0px 20px 0px 0;
    padding: 0px;
}
.sm-setup-text h4 {
    margin: 0 0 8px;
    padding: 0px;
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-weight: 600;
}
.sm-setup-text p {
    margin: 0;
    padding: 0px;
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    max-width: 	470px
}
.sm-setup h2{
	font-size: 30px;
	margin: 0px 0 52px;
}
.sm-serrvices-section a.btn.sm-get-btn {
    border: none;
    background: #63c412;
    color: #fff;
    padding: 15px 0;
    max-width: 180px;
    text-transform: capitalize;
    margin-top: 10px;
}
.sm-serrvices-section a.btn.sm-get-btn:hover {
    opacity: 0.9;
    color: #2b3f96;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {

}




/*----------------------------start cpanel page--------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=devanagari,latin-ext');

.cp-header {
    background: url(../images/cp-hdr-bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;	
}
.cp-banner {
    background: url(../images/cp-bnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding:52px 0 ;
}
.cp-banner-content{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.cp-banner-content h1{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-family:'Roboto Bold';
	line-height: 50px;
}
.cp-banner-content p{
	margin:18px 0 0px;
	padding: 0px;
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-family:'Roboto';
	line-height: 25px;
}

/*cP-Ser-section*/

.cP-ser-section{
	margin:0;
	padding:62px 0px 80px;
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #f1f1f1;
}
.cp-s-img img{
	max-width: 100%;
}
.cp-s-articale{
	margin:22px 0 0px;
	padding: 0px;
	width: 100%;
}
.cp-s-articale h3{
	margin:0px 0 30px;
	padding: 0px;
	font-size: 29px;
	color:#383838;
	font-family: 'Poppins', sans-serif;
	line-height: 32px;
	font-weight: 700;
}
.cp-s-articale p{
	margin: 0px;
	padding: 0px;
	font-size:15px;
	color:#6d6d6d;
	font-family: 'Poppins', sans-serif;
	line-height:26px;
	max-width: 88%;
}

/*cP-manage-section*/

.cP-manage-section{
	margin: 0px;
	padding:62px 0px 30px;
	width: 100%;
}
.cp-title-sec{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	max-width: 550px;
}
.cp-title-sec h2{
	margin:0px 0 15px;
	padding: 0px;
	font-size: 29px;
	color:#383838;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	font-weight: 700;
}
.cp-title-sec p{
	margin: 0px auto;
	padding: 0px;
	font-size:14px;
	color:#6d6d6d;
	font-family: 'Poppins', sans-serif;
	line-height:23px;
	font-weight: 500;
	max-width: 550px;
	width: 100%;
}

.cp-manage-services{
	margin: 0px;
	padding:45px 0px 0;
	width: 100%;
	text-align: center;
}
.cp-sr-box{
	margin: 0px auto 32px;
	padding: 0px;
	width: 100%;
	max-width: 160px;
}
.object-img {
    margin: 0 auto;
    padding: 34px 0;
    background: #ccc;
    max-width: 130px;
    border-radius: 8px;
    border: 2px solid #fff;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.5s;
    height: 114px;
}
.object-img svg{height: 41px;}
.bg-clr-1{background: #ebfbf4;}
.cp-sr-box:hover .bg-clr-1{border-color: #97e6c3;}
.cp-sr-box:hover .bg-clr-1 + p{color: #32a774;}
.bg-clr-2{background: #fff2f2;}
.cp-sr-box:hover .bg-clr-2{border-color: #f6c1c1;}
.cp-sr-box:hover .bg-clr-2 + p{color: #c84444;}
.bg-clr-3{background: #f3f6ff;}
.cp-sr-box:hover .bg-clr-3{border-color: #cad4f1;}
.cp-sr-box:hover .bg-clr-3 + p{color: #4665c3;}
.bg-clr-4{background: #ebfbf4;}
.cp-sr-box:hover .bg-clr-4{border-color: #c4e8d8;}
.cp-sr-box:hover .bg-clr-4 + p{color: #19935d;}
.bg-clr-5{background: #f9f0f8;}
.cp-sr-box:hover .bg-clr-5{border-color: #e6c4e2;}
.cp-sr-box:hover .bg-clr-5 + p{color: #bdac4c;}
.bg-clr-6{background: #e3f5f6;}
.cp-sr-box:hover .bg-clr-6{border-color: #c3e3e5;}
.cp-sr-box:hover .bg-clr-6 + p{color: #c84444;}
.bg-clr-7{background: #f4f6e3;}
.cp-sr-box:hover .bg-clr-7{border-color: #dde1b7;}
.cp-sr-box:hover .bg-clr-7 + p{color: #4665c3;}
.bg-clr-8{background: #f9f0ea;}
.cp-sr-box:hover .bg-clr-8{border-color: #e9ccb9;}
.cp-sr-box:hover .bg-clr-8 + p{color: #19935d;}
.bg-clr-9{background: #eeeee9;}
.cp-sr-box:hover .bg-clr-9{border-color: #dedeba;}
.cp-sr-box:hover .bg-clr-9 + p{color: #bdac4c;}
.bg-clr-10{background: #eef5f4;}
.cp-sr-box:hover .bg-clr-10{border-color: #c5e1dd;}
.cp-sr-box:hover .bg-clr-10 + p{color: #c84444;}
.bg-clr-11{background: #efeef5;}
.cp-sr-box:hover .bg-clr-11{border-color: #bfb9e3;}
.cp-sr-box:hover .bg-clr-11 + p{color: #4665c3;}
.bg-clr-12{background: #eff5ee;}
.cp-sr-box:hover .bg-clr-12{border-color: #c2e3bd;}
.cp-sr-box:hover .bg-clr-12 + p{color: #19935d;}
.cp-sr-box p {
	margin:10px 0 0px;
	padding: 0px;
	font-size:15px;
	color:#383838;
	font-family: 'Poppins', sans-serif;
	line-height:23px;
	font-weight: 600;
}

/*cP-monitor-section */

.cP-monitor-section{
	 background: url(../images/cp-blue-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding:70px 0 67px;
    margin: 0px;
    width: 100%;
}
.cp-setup h2{
	margin:0px 0 32px;
	padding: 0px;
	font-size:36px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.cp-setup-box {
    background: #fff;
    margin: 0px 0 9px;
    padding: 0px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    max-width: 565px;
}

.cp-setup-icon {
    background: #f0f0f0;
    max-width: 128px;
    min-height: 128px;
    line-height: 128px;
    display: flex;
    width: 100%;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    margin: 0 0px 0 -45px;
    padding: 0;
}
.set-bg-clr-1{background: #fffbee;}
.set-bg-clr-2{background: #f4fbee;}
.set-bg-clr-3{background: #fff2f2;}
.set-bg-clr-4{background: #f3f6ff;}
.set-bg-clr-5{background: #f4fbee;}
.cp-setup-icon object.svg_icon {
    display: initial;
    margin: auto;
    position: relative;
    left: 18px;
}
.cp-setup-text {
    margin: 0;
    padding: 20px 24px;
}
.cp-setup-text h4{
    margin: 0 0 12px;
    padding:0px;
    font-size: 18px;
    color: #383838;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-weight: 600;
}
.cp-setup-text p{
    margin: 0;
    padding:0px;
    font-size: 14px;
    color: #747da1;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-weight: 500;
}

/*cP-plan-section*/

.cP-plan-section{
	background: url(../images/cp-plan-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding:60px 0 100px;
    margin: 0px;
    width: 100%;
}

.cp-plan-tab{
	margin: 35px auto 0;
	width: 100%;
	clear: both;
	max-width: 860px;
}
.cp-plan-tab .nav.nav-tabs{
	top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}	 	 
.cp-plan-tab .nav-tabs .nav-item {
    margin-bottom:0px;
    display: inline-block;
    text-align: center;
}
.cp-plan-tab .nav-tabs li a {
    color: #2b3f96!important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    margin:0px;
    line-height: normal;
    border: none!important;
    text-transform: capitalize;
    letter-spacing: normal;
}
.cp-plan-tab .nav-tabs .active {
    color: #fff!important;
    border: 2px solid #e7e7e7;
    border-bottom-color: rgb(221, 221, 221);
    background: #2b3f96;
    border-bottom: 0px;
    border-radius: 4px!important;
    border-top-right-radius: 10px;
    height: auto;
    line-height: normal;
    border: none!important;
    position: relative;
}
.cp-plan-tab .nav-tabs .nav-link.active, .cp-plan-tab .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #2b3f96!important;
}
.cp-plan-tab .nav-tabs .active:hover {
    background: #2b3f96;
}
.cp-plan-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	background-color: #2b3f96;
}
.cp-plan-tab a.nav-link.active::after {
    border-color: #2b3f96 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 43px;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
}
.cp-support-tab {
    background: #fff;
    padding: 0;
    margin: 30px auto 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}
.cp-support-tab .container {
    padding: 0;
    margin: 0;
}
.cp-paln-table{
	margin: 0px;
	padding: 0px;
}
.cp-paln-table th{
	margin: 0px;
	padding: 15px 30px;
	font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-weight: 700;
    height: 70px;
}
.cp-paln-table td{
	margin: 0px;
	padding: 10px 30px;
	font-size: 13px;
    color: #707070;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-weight: 500;
    height: 68px;
}
.cp-paln-table td i {
    background: url(../images/cp-list-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 15px;
}
.cp-paln-table tr:nth-child(even) {background: #f7f8fc}
.cp-paln-table tr:nth-child(odd) {background: #fff}
.last-tr{background: #f7f8fc!important;}
.cp-paln-table .last-tr td{height: 90px!important;border-top: 2px solid #e9ebf1;}
.cp-buy-btn{
	background: #63c412;
	margin: 0px;
	padding:10px 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    font-weight: 600;
    border-radius: 80px;
    max-width: 152px;
     display: block;
}

/*cP-support-section*/
.cP-support-section{
	margin: 0px;
    padding: 65px 0px 60px;
    width: 100%;
}
.min-container{
	max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}
.support-setup{
	margin-top: 50px;
}
.m-750{max-width: 750px;}
.support-setup .cp-setup-box{
	box-shadow: 0px 0px 4px #ccc;
}
.cP-manage-section .m-90{
	max-width: 90%;
}
.cP-manage-section .m-90{
	max-width: 90%;
}
.cp-optimize{
	background:#2b3f96;
}
.cp-optimize .cp-title-sec h2{
    color: #f6f6f6;
}
.cp-optimize .cp-title-sec p{
	color: #d8dae5
}

.cp-optimize .cp-sr-box p{
    color: #fff;
}
.cp-optimize .cp-sr-box p:hover {
    color: #d8dae5!important;
}

.header {
    position: relative !important;
}