@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Heebo:400,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
  font-family: 'Roboto', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", Sans-serif; }

p {
  font-family: "Heebo", Sans-serif;
  color: #5b657a; }

header {
  background: #222222;
  padding: 8px 0px; }
  header a {
    color: #6b6b6b;
    margin-right: 10px;
    font-size: 14px !important; }
    header a i {
      font-size: 14px !important; }
  header a:hover {
    color: #2c66fb; }
  header .side {
    float: right; }
  header .sise * {
    transition: all 1s ease; }
  header .sideBar {
    color: #fff;
    border-right: 1px solid #464343;
    font-size: 12px !important;
    padding: 6px 5px 6px 0px; }
    header .sideBar i {
      color: #6b6b6b;
      padding-right: 5px; }
  header .sideBar:hover {
    color: #2c66fb;
    text-decoration: none; }

@media (max-width: 767.98px) {
  nav {
    text-transform: uppercase;
    font-size: 14px; }
  .dropdown-item {
    font-size: 14px;
    color: #8a8888; }
  .dropdown-item:hover {
    color: #2c66fb; }
  .nav-link:hover {
    color: #2c66fb !important; } }

@media (min-width: 990px) {
  .navbar {
    padding: 0px; }
  nav {
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(115, 115, 115, 0.19); }
    nav .nav-link {
      font-weight: 800;
      padding-right: 20px !important;
      text-transform: uppercase;
      font-size: 14px !important;
      color: #8a8888;
      font-family: 'Roboto', sans-serif; }
    nav .active a {
      color: #2c66fb !important; }
    nav a:hover {
      color: #2c66fb !important; } }

#homeCarousel .carousel-inner {
  height: 547px; }

#homeCarousel .carousel-control-prev, #homeCarousel .carousel-control-next {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  top: 45%;
  border-color: #fff !important;
  opacity: 1;
  transition: all 0.5s ease;
  margin-left: -50px; }

#homeCarousel .carousel-control-next {
  margin-right: -50px; }

#homeCarousel .carousel-control-prev:hover {
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  transition: all 0.5s ease; }

#homeCarousel .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.5s ease; }

#homeCarousel i {
  font-size: 24px; }

#homeCarousel .carousel-caption {
  top: 134px;
  left: 100px;
  text-align: left; }
  #homeCarousel .carousel-caption h2 {
    font-size: 55px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 0.9;
    margin-bottom: 30px; }
  #homeCarousel .carousel-caption p {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 30px; }

#homeCarousel:hover {
  cursor: pointer; }
  #homeCarousel:hover .carousel-control-prev {
    margin-left: 20px; }
  #homeCarousel:hover .carousel-control-next {
    margin-right: 20px; }

#widgetWrap {
  background: #1925e1;
  padding: 37px 0px; }
  #widgetWrap .widgetImg {
    float: left;
    display: block;
    width: 22%;
    margin-top: 16px; }
  #widgetWrap .widgetText {
    float: right;
    display: block;
    width: 78%; }
    #widgetWrap .widgetText h4 {
      color: #ffffff;
      font-size: 22px;
      font-weight: 600;
      margin-top: 10px; }
    #widgetWrap .widgetText p {
      color: #ffffff;
      font-weight: 400; }

#services {
  padding: 80px 0px; }
  #services h2 {
    font-size: 40px;
    color: #031b4e;
    font-weight: 500;
    margin-bottom: 20px; }
  #services p {
    font-size: 18px;
    color: #5b657a;
    margin-bottom: 20px; }
  #services .col-md-4 h4 {
    font-size: 22px  !important;
    margin-top: 30px;
    margin-bottom: 15px; }
  #services .col-md-4 p {
    margin-top: 0px !important;
    font-size: 16px;
    font-family: "Roboto", Sans-serif; }
  #services i {
    font-size: 65px; }

.btn {
  border-radius: 0px; }

#plan {
  background: #f3f5f9;
  padding: 80px 0px !important; }
  #plan .btn-outline-primary {
    margin-top: 30px !important;
    border-color: #333;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 42px; }
  #plan .btn-outline-primary:hover {
    background-color: #2c66fb !important;
    color: #fff;
    border-color: #2c66fb; }
  #plan span {
    line-height: 2rem;
    color: #5b657a; }
    #plan span strong {
      color: #031b4e; }
  #plan .packgae {
    background: #fefefe; }
    #plan .packgae #priceHeader h4 {
      font-weight: 700;
      padding-top: 10px !important;
      padding-bottom: 10px;
      color: #031b4e; }
    #plan .packgae .priceTag {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 10px 0px; }
      #plan .packgae .priceTag p {
        font-size: 15px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 3px; }
        #plan .packgae .priceTag p span {
          text-decoration: line-through; }
      #plan .packgae .priceTag strong {
        font-size: 14px; }
      #plan .packgae .priceTag h1 {
        font-size: 30px;
        font-weight: bold;
        color: #031b4e; }
        #plan .packgae .priceTag h1 span {
          font-size: 14px; }
    #plan .packgae .middle {
      border-bottom: 1px solid #ddd;
      padding: 15px 0px; }
  #plan p strong {
    color: #031b4e; }
  #plan .btn {
    margin: 15px 0px 40px 0px; }
  #plan .col-md-12 h2 {
    font-size: 40px;
    color: #031b4e;
    font-weight: 600;
    margin-bottom: 15px; }
  #plan .col-md-12 p {
    font-size: 18px;
    font-weight: 500;
    margin-left: 200px;
    margin-bottom: 20px; }
  #plan .col-md-3 {
    padding: 0px;
    margin: 0px; }
  #plan #price4 {
    margin-top: 50px; }
  #plan #price3 {
    margin-top: 80px;
    color: #fff; }
    #plan #price3 .priceHeader {
      background: #1478fb;
      color: #fff; }
    #plan #price3 .priceTag {
      background: #1478fb;
      border: 0;
      color: #fff; }
    #plan #price3 .middle {
      background: #2c66fb;
      color: #fff; }
    #plan #price3 P {
      color: #fff; }
    #plan #price3 h1 {
      color: #fff; }
  #plan #price2 {
    margin-top: 110px; }
  #plan #price1 {
    margin-top: 140px; }
  #plan .popular {
    height: 50px;
    width: 50px;
    background: #f56332;
    position: absolute;
    top: 66px;
    left: -5px;
    transform: rotate(25deg); }
    #plan .popular span:before {
      content: "";
      height: 50px;
      width: 50px;
      background: #f56332;
      display: inline-block;
      transform: rotate(25deg); }
    #plan .popular span {
      content: "";
      height: 50px;
      width: 50px;
      background: #f56332;
      display: inline-block;
      transform: rotate(45deg); }

.popContent {
  font-weight: bold;
  position: absolute;
  font-size: 13px;
  transform: rotate(-38deg); }

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

#cardcontainer {
  animation: zoominoutsinglefeatured 4s infinite; }

#serverType {
  padding: 60px 0px; }
  #serverType h2 {
    font-size: 40px;
    color: #031b4e;
    font-weight: 500;
    margin-bottom: 20px; }
  #serverType h5 {
    font-size: 22px;
    color: #031b4e; }
  #serverType p {
    font-size: 18px;
    color: #5b657a;
    margin-bottom: 20px; }
  #serverType .imgContain {
    box-shadow: 0px 3px 10px 0px rgba(122, 122, 122, 0.15);
    padding: 60px; }

#questions {
  padding: 60px 0px; }
  #questions h3 {
    font-size: 35px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 20px; }
  #questions p {
    font-size: 18px;
    color: #5b657a;
    margin-bottom: 20px; }

    #questions .accordian button:hover {
      cursor: pointer;
      text-decoration: none; }
    #questions .accordian button {
      color: #2c66fb;
      font-weight: 500; }
  #questions .card-header {
    background: #fff !important; }
    #questions .card-header button {
      color: #5b657a; }
  #questions .card {
    border-radius: 0; }

#passion {
  padding: 60px 0px; }
  #passion h2 {
    font-size: 40px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 20px; }
  #passion p {
    font-size: 18px;
    color: #5b657a;
    margin-bottom: 20px; }
  #passion .passionContainer {
    border: 1px solid #ddd;
    border-top: 4px solid #2c66fb;
    padding: 15px;
    box-shadow: 0px 3px 30px 0px rgba(122, 122, 122, 0.15); }
    #passion .passionContainer h5 {
      font-family: "Poppins", Sans-serif;
      font-size: 22px;
      margin-top: 10px;
      text-transform: capitalize;
      padding-bottom: 30px; }
    #passion .passionContainer h2 {
      color: #2c66fb;
      margin-top: 40px;
      font-weight: 400;
      font-size: 40px; }
    #passion .passionContainer p {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 30px; }

#banner {
  margin-top: 60px;
  background: url("../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #banner .overlayBg {
    display: block;
    background-color: rgba(25, 37, 225, 0.5) !important; }
    #banner .overlayBg h2 {
      color: #fff;
      font-size: 40px;
      opcaity: 1 !important;
      font-weight: 600; }
    #banner .overlayBg p {
      color: #fff; }
    #banner .overlayBg .cLeft {
      float: left;
      padding: 56px 0px; }
    #banner .overlayBg .cRight {
      float: right;
      margin-top: 75px; }
      #banner .overlayBg .cRight a:hover {
        color: #2c66fb !important;
        cursor: pointer; }
      #banner .overlayBg .cRight a {
        font-size: 18px !important; }

footer {
  background: #333333;
  padding: 50px 0px; }
  footer p {
    color: #e6eef9;
    font-size: 15px;
    font-family: 'Roboto', sans-serif; }
  footer h5 {
    color: #e6eef9;
    font-size: 16px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif; }
  footer a {
    color: #e6eef9;
    transition: all 1s ease;
    text-transform: capitalize; }
  footer a:hover {
    text-decoration: none;
    color: #2c66fb;
    transition: all 1s ease; }
  footer .input-group-addon {
    background: #2c66fb;
    color: #fff; }
  footer .form-control {
    border-radius: 0 !important; }

.btn-outline-light:hover {
  color: #2c66fb !important; }

#footerBottom {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  background: #222222;
  padding: 30px 0px; }
  #footerBottom p {
    color: #fff; }
    #footerBottom p span {
      color: #2c66fb; }

#pageHeader {
  background: url("../images/banner.jpg");
  background-position: center center; }
  #pageHeader .overlay {
    background-color: rgba(25, 37, 225, 0.4) !important;
    height: 205px; }
    #pageHeader .overlay h2 {
      line-height: 205px;
      color: #fff;
      text-transform: uppercase; }

#contact {
  padding: 80px 0px; }
  #contact h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px; }
  #contact h6 {
    color: #5b657a;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px; }
    #contact h6 span {
      color: red; }
  #contact .form-control-lg {
    border-radius: 0;
    margin-right: 20px;
    padding: 6px !important;
    font-size: 29px !important; }
  #contact .getQuestion {
    padding: 50px 0px;
    box-shadow: 0 0 54px 0 rgba(115, 115, 115, 0.19);
    margin-bottom: 50px; }
    #contact .getQuestion h3 {
      margin-bottom: 30px; }
    #contact .getQuestion p {
      margin-top: 25px; }
  #contact h2 {
    font-size: 40px; }
  #contact p {
    color: #5b657a; }
  #contact .socila-icon {
    height: 32px;
    width: 32px;
    background: #2c66fb;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    transition: all 1s ease; }
    #contact .socila-icon i {
      line-height: 32px; }
  #contact .socila-icon:hover {
    transition: all 1s ease;
    cursor: pointer;
    background: #fff;
    border: 1px solid #2c66fb;
    color: #2c66fb; }

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none; }

.btn-link {
  text-decoration: none; }

.nav-item {
  padding: 17px 0px; }

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: visibility 1s, opacity 1s linear; }

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s linear;
  opacity: 0;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 0px; }

.dropdown-item.active {
  background: #fff !important;
  color: #2c66fb !important; }

.dropdown-item {
  border-bottom: 1px solid #f7f7f7;
  color: #666 !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 20px 3px 15px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline; }

.dropdown-item:hover {
  background-color: #fff; }

#singleDetails {
  padding: 70px 0px; }
  #singleDetails .card {
    background: #fafafa; }
    #singleDetails .card span {
      color: #5b657a; }
  #singleDetails h2 {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 40px; }
  #singleDetails span {
    color: #2c66fb; }
  #singleDetails p {
    margin-top: 20px;
    color: #5b657a;
    font-size: 16px; }
  #singleDetails #circleContain {
    margin: 5px 0px; }
    #singleDetails #circleContain .circle {
      text-align: center;
      background: #2c66fb;
      height: 22px;
      width: 22px;
      display: block;
      border-radius: 50%;
      color: #fff;
      display: inline-block; }
    #singleDetails #circleContain span {
      color: #5b657a;
      font-size: 20px;
      margin-left: 10px; }

#questions {
  background: #fffff;
  padding: 0px 0px 0px 0px; }
  #questions h1 {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #031b4e;
    margin-top: 20px; }
  #questions p {
    color: #5b657a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px; }
  #questions h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto", Sans-serif;
    color: #222222; }


    .navbar-toggler{
      background: #1925e1;
      
                height: 45px;
    width: 45px;
    padding:0px;
    }
    .navbar-toggler:active{

      border:0px;

    }

    .fa .fa-bars{
      color:#fff;
    }
@media (max-width: 991px) { 
   .nav-link{
        font-family: 'Roboto', sans-serif !important;
        font-size:12px;
        font-weight:bold;
            border-bottom: 1px solid #f7f7f7;
   }
   
   .nav-item{
      padding:0px;
    }
    .nav-link{
      padding: 15px 0px;
    }
    a:hover{
      color:blue;
    }

    .nav-link .active {
    color: red !important;
}

.carousel-control-prev{
  display: none;
}
.carousel-control-next{
  display: none;
}
.carousel-caption{
  top:30px !important;
  left:10%;

}
.carousel-caption > h2{
  font-size: 30px !important;
}
.carousel-caption p{
  font-size:15px !important;
}
.carousel-inner a{
  display:none;
}
.cLeft {
   float: none !important;
    text-align: center;
        padding: 56px 0px 0px 0px !important;
    }

    .overlayBg  h2{
      font-size: 32px !important;
    }

   .cRight{
     
    float: none !important;
    margin-bottom: 56px !important;
    text-align: center;
    margin-top:20px !important;

    }



}
