@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}
body {
    zoom: 80%;
  }
.sidebar {
  margin: 0;
  padding: 0;
  width: 261px;
  position: relative;
  height: 100%;
  overflow: auto;
}
.sidebar li{
background-color: #f1f1f1;
margin-top: 9px;
}
button a{
	text-decoration: none;
	color: #fff;
}
button a:hover{
	color: #fff;
}
.sidebar a {
  display: block;
  color: #272727;
  padding: 11px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.side-navbg{
    background: #d6d6d6;
}
.content {
  margin-left: 286px;
  padding: 1px 16px;
  height: 600px;
  overflow-y: scroll;
}
.content-2s{
 margin-top: -12%;
}
.content-3s{
 margin-top: -19%;
}
.content-1s{
 margin-top: -32%;
}
.icon-s{
    margin-right: 6px;
}
.pricing-spc{
    margin-top: 29% !important;
}
.content::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}
.s_fixed{
	margin-top: 9%;
}
.bg-side-color{
    background: #d6d6d6;
}


.topbar{
  background: #000;
  font-size: 14px;
    padding-top: 0.5rem;
}
.topbar ul li a {
    color: #fff;
    margin-right: 36px;
    text-decoration: none;
}
.topbar ul li{
  list-style: none;
  z-index: 9;
}
.topbar ul{
  display: inline-flex;
      margin-bottom: 9px;
      padding-left: 0;
}
.col-megamenu ul li a {
    text-decoration: none;
    color: #029fef;
    line-height: 31px;
    font-size: 14px;
    font-weight: 400;
}
.megamenu {
    width: 76% !important;
    margin: auto !important;
    background: #000;
}
.megamenu h6{
    font-weight: bold;
    color: #05aaff;
}
.col-megamenu ul li {
    border-bottom: 1px solid #a9f3a9;
}
.col-megamenu ul li a:hover {
    color: #00ff00;
}
.dropdown-hover .main-navigation:not(.toggled) ul ul li.scroll-menu:hover>ul {
    max-height: 500px; /* Adjust this height to suit */
    overflow-y: scroll;
}
.topbar::before {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(46deg,transparent 54%,#05abff 46%);
    height: 38px;
}
.top-banner {
    background-image: url(../images/banner.jpg);
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
}

.top-banner h1 {
    margin-top: 41px;
    line-height: 76px;
    font-size: 56px;
    font-weight: bold;
    color: #05abff;
    text-shadow: -1px 1px 2px #00000045;
}
.top-banner p {
    font-size: 21px;
    font-weight: bold;
    text-shadow: -1px 1px 2px #00000045;
}
.bg1 {
    background: #0049af;
    }
.bg-content {
    background: #05abff;
    color: #fff;
    font-size: 19px;
    padding: 24px 0;
}
.bg-content:hover {
    background: #019eef;
    border-bottom: 4px solid #000000;
}
.bg1 p{
    margin-bottom: 0;
}
.bg_border {
    border-right: 1px solid #fff;
}
.bg-content i{
    font-size: 46px;
    margin-right: 29px;
}
.s-content {
    display: flex;
    margin-left: 36px;
    width: 79%;
}
 .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }
  .fixed-menu{
    position: fixed !important;
    z-index: 99;
    width: 100%;
}
.dropdown-item {
    padding: 0px 8px !important;
    font-size: 14px;
}
.dropdown-menu{
    border: #0000 !important;
}
.dropdown-divider{
    border-top: 1px solid #009800 !important;
}
.navbar-nav li a {
    font-size: 15px;
    color: #000 !important;
}
  .affix + .container-fluid {
    padding-top: 70px;
  }
  .bg-light {
    background-color: #f4faff!important;
}
  .about-img{
    position: absolute;
    width: 24%;
    border: 16px solid #fff;
    margin-top: -69px;
    margin-left: 17em;
}
.about-img-text {
    background: #03aaff;
    margin-top: 18px;
    padding: 11px;
    width: 34%;
    margin-left: 52px;
    text-align: center;
}
.about-img-text h2{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.about-img-text p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.about-content h6{
    color: #1780fd;
    font-size: 19px;
}
.about-content h2{
    font-weight: bold;
    line-height: 56px;
    font-size: 36px;
}
.about-content h2::after {
    content: '';
    border-bottom: 2px solid #01ff02;
    width: 11%;
    display: block;
    /* margin: 0 auto; */
    margin: 14px 0;
}
.about-bg-color{
    background: #03aaff;
    padding: 18px;
    color: #fff;
    margin: 9px;
}
.about-text-style ul li{
    list-style: none;
    line-height: 31px;
    margin-left: 16px;
}
.about-text-style ul li i {
    color: #03aaff;
    font-size: 16px;
    margin-right: 6px;
}
.about-text-style{
    display: inline-flex;
}
.services h6{
    color: #0f0;
}
.services  {
    background-image: url(../images/services.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
}
.s-img {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
}
.s-img1{
    background-image: url(../images/s-img1.png);
}
.bg-colo-p{
    background: #b2ffb2;
}
.services h2{
    line-height: 51px;
    color: #fff;
}
.services p{
    line-height: 31px;
    color: #fff;
}
.services h2::after {
    content: '';
    border-bottom: 2px solid #00ff00;
    width: 11%;
    display: block;
     margin: 0 auto; 
    /*margin: 14px 0;*/
}
.services_btm {
    position: relative;
    /*width: 100%;*/
    margin-top: -2%;
}
.services_btm ul{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.butoon_srv{
    background: #03aaff !important;
    color: #fff;
}
.services_btm ul li:hover{
    background: #03aaff;
    color: #fff;
}
.services_btm ul li i{
    font-size: 22px;
}
.services_btm ul li {
    list-style: none;
    border: 2px solid #1742fd0f;
    border-radius: 41px 41px 2px 41px;
    padding: 14px;
    /* color: #fff; */
     background: #fff; 
    font-size: 16px;
    font-weight: bold;
    box-shadow: -1px 2px 14px 5px #00000040;
}
.services_s img{
    border-radius: 21px 21px 0 0;
}
.serv_bg {
    background: #fffbfb;
    padding: 16px;
    box-shadow: 1px 5px 6px 2px #00000021;
}
.serv_mid_text {
    background: #03aaff;
    color: #fff;
    border-radius: 19px;
    text-align: center;
    margin-top: -3.4%;
    position: absolute;
    width: 19%;
    margin-left: 3%;
}
.serv_mid_text h4 {
    font-size: 16px;
    font-weight: bold;
}
.serv_mid_text p {
    margin-bottom: 4px;
}
.serv_mid_text:hover {
    background: #019eef;
    }
.serv_bg a{
    color: #019eef;
    text-decoration: none;
    font-weight: bold;
}
.btm_grd_banner {
    background-image: linear-gradient(to bottom right, #90cd26, #1742fd);
}
.btm_grd_banner h2{
    font-size: 39px;
}
.btm_grd_banner p{
    font-size: 24px;
}
.item i{
    color: #d4ba00;
}
.review .item {
    background: #eaeaff;
    padding: 9px;
    text-align: justify;
    margin: 2px;
}
.btm-bn1 {
    background-image: url(../images/btm-bn1.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-black{
background-image: url(../images/btm-bn2.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.view2{
    background-image: url(../images/btm-bn2.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #fff;
}
.contact-bn{
background-image: url(../images/contact-bn.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
        margin-top: -11%;
}
.contact-bn h6{
    font-size: 71px;
    color: #fff;
    font-weight: bold;
}
.contact-bn p{
    font-size: 26px;
    color: #ffffff96;
}
.content-btn {
    display: flex;
    justify-content: center;
    padding-top: 11%;
}
.bg-black ul li{
    list-style: none;
}
.bg-black ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 34px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #03aaff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #019eef;
}

.navbar-brand {
    position: absolute;
    width: 9%;
    top: 0%;
}
.space-ud {
    padding-top: 1.5rem!important;
    padding-bottom: 0.1rem!important;
}



.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #05abff;
  padding-right: 40px;
  color: #464646;
}
.input-search::placeholder{
  color: #05abff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#fff;
  background-color: #05abff;
  pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #d1ffd1;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #d1ffd1;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}



.border-icon i {
    border: 2px solid #03aaff;
    border-radius: 50%;
    padding: 8px;
    background: #e5ffe5;
}
.border-icon i:hover {
    background: #019eef;
    color: #fff;
}
.icon-bg i {
    color: #fff;
    padding: 16px;
    border: 2px dashed #fffdfd;
    border-radius: 50%;
    background: #03aaff;
    font-size: 29px;
}
.icon-bg i:hover {
    background: #019eef;
}
.card-body {
    background: #eeffee;
    }
 .border-round    {
    border-radius: 34px 34px 34px 0;
}
.border-none{
    border: none !important;
}



.title h2::after {
    content: '';
    border-bottom: 2px solid #01ff02;
    width: 11%;
    display: block;
    /* margin: 0 auto; */
    margin: 14px 0;
}
ul {
    margin-bottom: 0;
}
.bn-styles {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
}
.top-banner1 {
    background-image: url(../images/b1.jpg);
}
.top-bn1 {
    background-image: url(../images/bn1.jpg);
}
.top-bn5 {
    background-image: url(../images/hire.jpg);
}
.top-bn2 {
    background-image: url(../images/bn2.jpg);
}
.top-Contact {
    background-image: url(../images/contact-us.jpg);
}
.top-bn3 {
    background-image: url(../images/bn3.jpg);
}
.top-bn4 {
    background-image: url(../images/bn4.jpg);
}
.bn-styles p{
    line-height: 34px;
    font-size: 19px;
    color: #fff;
}
.top-banner2 {
    background-image: url(../images/b2.jpg);
}
.top-banner3 {
    background-image: url(../images/b3.jpg);
}
.top-banner4 {
    background-image: url(../images/b4.jpg);
}
.top-banner5 {
    background-image: url(../images/b5.jpg);
}
.top-banner6 {
    background-image: url(../images/b6.jpg);
}
.border-img{
    border: 1px solid #a6ffa6;
}
.heading h2::after {
    content: '';
    border-bottom: 2px solid #00ff00;
    width: 11%;
    display: block;
    /*margin: 0 auto;*/
     margin: 14px 0;
     padding-top: 8px; 
}
 ul {
    padding-left: 0 !important;
}
.heading h5::after {
    content: '';
    border-bottom: 2px solid #00ff00;
    width: 11%;
    display: block;
    /*margin: 0 auto;*/
     margin: 14px 0;
     padding-top: 11px; 
}
.heading2 h2::after {
    content: '';
    border-bottom: 2px solid #00ff00;
    width: 11%;
    display: block;
    margin: 0 auto;
     /*margin: 14px 0;*/
     padding-top: 11px; 
}
.text-style{
    font-style: italic;
    border-left: 1px solid #00ff00;
    background: #00ff0012;
    padding: 16px;
    border-radius: 26px;
}
.ab-banner {
    background-image: url(../images/ab-banner.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 5%;
}
.accordion-button{
    font-weight: bold;
}
.list-style ul li{
    list-style: none;
}
.list-style ul li i{
    color: #00ff00;
}




.chat-btn {
    position: absolute;
    right: 14px;
    bottom: 30px;
    cursor: pointer
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: blue;
    color: #fff;
    font-size: 22px;
    border: none
}

.wrapper {
    position: absolute;
    right: 20px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s
}

#check:checked~.wrapper {
    opacity: 1
}

.header {
    padding: 13px;
    background-color: blue;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

.btn,
.btn:focus,
.btn:hover {
    background-color: blue;
    border: blue
}

#check {
    display: none !important
}

.social-icon i{
    padding: 12px;
    background: #0d6efd;
    border-radius: 29px;
    font-size: 19px;
    margin: 11px;
}
.social-icon i:hover {
    background: #fff;
    color: #03aaff;
}


/*//hiring //*/
.hire {
    border: 1px solid #01ff028f;
    background: #05abffbf;
}
.hire a{
    color: #fff;
    text-decoration: none;
} 
.hire a:hover{
    color: #fff;
} 
.hire:hover{
  background: #05abffd6;
}
.glow {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f00, 0 0 20px #00ff00, 0 0 30px #dc3545, 0 0 40px #212529, 0 0 50px #41464b, 0 0 60px #198754, 0 0 70px #dc3545;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #dc3545, 0 0 40px #00ff00, 0 0 50px #ffffff, 0 0 60px #05abff, 0 0 70px #def4ff, 0 0 80px #dc3545;
  }
}
.hire_text{
    padding-top: 10px;
    font-size: 9em;
    font-weight: bold;
}
.hire_text span{
    margin-left: 211px;
    color: #ff5868;
}
.career {
    background: #dadada;
    padding: 9px;
}
.career span{
    background: #4ec7f4;
    padding: 9px;
    margin-left: 86px;
    color: #fff;
}
.posts{
    margin-left: 36px;
}
.job_btn{
    text-decoration: none;
    color: #fff;
}
.job_btn:hover{
    text-decoration: none;
    color: #fff;
}
.offer {
    font-size: 106px;
}
.btn-flex{
    display: flex;
}







.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
    color: white;
    font-size: 11px;
    text-decoration: none;
}

.icon-bar a:hover {
  background-color: #000;
  color: #fff;
}

.button {
  background: #03aaff;
  color: white;
}
.content_right {
  display:flex;
  justify-content: flex-end;
}
/*.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}*/
/*a{
    text-decoration: none !important;
}*/

.order-tab p{
    font-size: 14px;
        margin-bottom: 6px;
}
.contact1{
    padding: 25px;
    background: #d5e4fa;
    border-radius: 2px 126px 2px 2px;
}
.contact1 h4{
    line-height: 39px;
    color: #084298;
}


