             .form-select:focus{
                     box-shadow:none;
                 }

/*Web Disgn*/
  section.aboutus{
  padding-bottom: 55px;
}
.about-item{
  padding: 40px 30px;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 20px #cccccc67;
  text-align: center;
 transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
  height:400px;
}
.about-icon i{
  font-size: 50px;
  color: #1cafff;
  height: 60px;
  width: 60px;
  line-height: 1;
  padding: 5px;
  transition: all ease-in-out 0.3s;
}

.about-item:hover {
    background: #1cafff;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
  color:white;
}
.about-item:hover i, .about-item .about-content:hover h3,.about-item .about-content:hover p{
  color: white;
}

.about-item  .why-us .box:hover{
  color: white;
}
.about-content{
  padding-top: 20px;
  color:black;
}
.about-content p{
  margin-bottom: 0;
}

/*End */

/*WHY CHOOSE US*/
/* Feature Info style 03 */
.feature-info-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-info-style-3 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #1cafff;
  margin-right: 30px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
}
.feature-info-style-3 .feature-info-title {
  margin-bottom: 10px;
  color:black;
}
.feature-info-style-3:hover .feature-info-icon {
  background: #1cafff;
  color: #ffffff;
}

/* Feature Step */
.feature-step-item {
  text-align: center;
  padding: 0 30px;
}
.feature-step-item .feature-step-icon {
  background: #ffffff;
  width: 160px;
  height: 160px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #1cafff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  margin-bottom: 25px;
  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;
  position: relative;
  border: 2px solid #e8e8e8;
  margin: 0 auto 25px auto;
}
.feature-step-item .feature-step-icon:before {
  background: url(../images/service/feature-icon/04.html);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  content: "";
  height: 68px;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 30px;
}
.feature-step-item:hover .feature-step-icon {
  background: #1cafff;
  color: #ffffff;
  border: 2px solid #1cafff;
}
.feature-step-item .feature-step-title {
  margin-bottom: 10px;
}
.feature-step-item .feature-step-info p {
  margin-bottom: 0;
}

.row > [class*=col-]:nth-child(2) .feature-step-item .feature-step-icon:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.row > [class*=col-]:last-child .feature-step-item .feature-step-icon:before {
  content: none;
}

@media (max-width: 1199px) {
  /* Feature Step */
  .feature-step .feature-step-icon:before {
    width: 65%;
    height: 40px;
  }
}
@media (max-width: 991px) {
  /* Feature Step */
  .feature-step .feature-step-icon:before {
    content: none;
  }
  .feature-step .feature-step-item {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  /* Feature Info style 01 */
  .feature-info-style-1 .feature-info-icon {
    margin-bottom: 15px;
  }
  .feature-info-style-1 .feature-info-content .feature-info-title {
    margin-bottom: 15px;
  }

  /* Feature Info style 03 */
  .feature-info-style-3 .feature-info-icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }

  /* Feature Step */
  .feature-step-item .feature-step-icon {
    width: 130px;
    height: 130px;
  }
}

/*END WHY CHOOSE US*/

/*2nd Pricing*/
.grey-bg { background: #f5f7fb; }
/*---------------------------------------------------------------------
                        Price Table
-----------------------------------------------------------------------*/
.iq-pricing { position: relative; display: inline-block; width: 100%; border: 1px solid #ededed; background: #fff;margin-bottom:20px; }
.iq-pricing:before { position: absolute; bottom: 0; left: 0; height: 282px; width: 100%; opacity: 0.08; content: ""; background: url('../images/03.jpg') no-repeat 0 0; }
.iq-pricing .price-title { padding: 20px 30px;background: #1cafff}
.iq-pricing .price-title h1 { font-family: 'Open Sans', sans-serif; line-height: 60px; font-size: 50px; }
.iq-pricing .price-title h1 small { font-size: 16px; color: #fff; vertical-align: super; padding: 0 5px; }
.iq-pricing .price-title h1 small:first-child { font-size: 24px; }
.iq-pricing .price-title span { letter-spacing: 6px; color:#000;}
.iq-pricing ul { margin: 20px 0;color:#000; }
.iq-pricing ul li { line-height: 50px; font-size:17px; font-weight:500; }
.iq-pricing .price-footer { border-top: 1px solid #ededed; padding: 30px 0; z-index: 9; position: relative; }

/*---------------
/*End */

/*Index Custom Css*/

    #pricing-tables {
	 /*background-color: #e8ecf8;*/
	 background:white;
	
	 padding: 30px 0;
}
 .single-table {
     border:1px solid #34495e;
	 background: #fff;
	 -webkit-transition: all 0.2s linear;
	 transition: all 0.2s linear;
	 
	 margin-bottom:20px;
	/* Bounce To Right */
}
 .single-table:hover {
	 box-shadow: 0px 3px 3px 0px #888;
	 -webkit-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .single-table .plan-header {
	 background: linear-gradient(to right, #2647c875, #0dcaf0 47%, #0dcaf066 100%);
	 color: #fff;
	 text-transform: capitalize;
	 padding:20px 0px;
}
.single-table .plan-header .plan-img img{
    width:110px;
}
 .single-table .plan-header h3 {
	 margin: 0;
	 font-size:18px;
	 padding: 20px 0 5px 0;
	 text-transform: uppercase;
}
 .single-table .plan-price {
	 color: #fff;
	 padding: 10px 0;
	 margin: 0;
	 font-size: 30px;
	 border-top: 2px solid #587ca0;
	 font-weight: bold;
}
 .single-table .plan-price span {
	 font-size: 18px;
	 font-weight: normal;
}
 .single-table ul {
	 margin: 0;
	 padding: 20px 0;
	 list-style: none;
}
 .single-table ul li {
	 padding: 8px 0;
	 margin: 0 20px;
	 border-bottom: 1px solid #dae2ea;
	 /*font-size: 15px;*/
	 font-size: 17px;
    color: black;
    font-weight: 500;
}
 .single-table .plan-submit {
	 display: inline-block;
	 text-decoration: none;
	 margin: 20px 0 30px 0;
	 padding: 10px 40px;
	 border: 1px solid #34495e;
	 color: #34495e;
	 font-size: 15px;
	 text-transform: uppercase;
}
 .single-table .hvr-bounce-to-right {
	 display: inline-block;
	 vertical-align: middle;
	 -webkit-transform: translateZ(0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px transparent;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 -moz-osx-font-smoothing: grayscale;
	 position: relative;
	 transition-property: color;
	 transition-duration: 0.5s;
}
 .single-table .hvr-bounce-to-right:before {
	 content: &#34;
	&#34;
	;
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: #34495e;
	 -webkit-transform: scaleX(0);
	 -ms-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transform-origin: 0 50%;
	 -ms-transform-origin: 0 50%;
	 transform-origin: 0 50%;
	 transition-property: -webkit-transform;
	 transition-property: transform;
	 transition-property: transform, -webkit-transform;
	 transition-duration: 0.5s;
	 transition-timing-function: ease-out;
}
 .single-table .hvr-bounce-to-right:hover, .single-table .hvr-bounce-to-right:focus, .single-table .hvr-bounce-to-right:active {
	 color: white;
	 background: #1cafff;
	 
}
 .single-table .hvr-bounce-to-right:hover:before, .single-table .hvr-bounce-to-right:focus:before, .single-table .hvr-bounce-to-right:active:before {
	 -webkit-transform: scaleX(1);
	 -ms-transform: scaleX(1);
	 transform: scaleX(1);
	 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  color: white;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #433e3e;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1cafff;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
  color: #433e3e;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}
.section-bg:before {
  content: "";
  /*background: #485FE5;*/
  background: radial-gradient(ellipse at center, #1cafff 0, #1cafff 100%);
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
  color: white;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #fff;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
/*.about .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}*/
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
  
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../../../localhost/Host/Presento/assets1/img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #1cafff;
  border: 2px solid #1cafff;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}
/*Custom Button*/
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #1cafff;
  border: 2px solid #1cafff;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}


/*Enc Custom button/*/
@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*Custom About Us*/
/* About Us Section
--------------------------------*/
#about-us {
  background: url("../images/wordmap.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about-us::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about-us .container {
  position: relative;
  z-index: 10;
}

#about-us .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about-us .about-col .img {
  position: relative;
}

#about-us .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about-us .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  /*background-color: #18d26e;*/
  background: radial-gradient(ellipse at center, #1cafff 0, #1cafff 100%);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about-us .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about-us .about-col:hover .icon {
  background-color: #fff;
}

#about-us .about-col:hover i {
  color: #ffff;
}

#about-us .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about-us .about-col h2 a {
  color: #000;
}

#about-us .about-col h2 a:hover {
  color: #18d26e;
}

#about-us .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/*End Custom css*/
 /*Custom Testimonidals*/


.section-team {
    font-family: "Poppins", sans-serif;
    padding: 80px 0;
}

.section-team .header-section {
    margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
    margin-top: 30px;
    padding: 30px;
    background-color: #f6f9ff;
    border-radius: 5px;
}

.section-team .single-person:hover {
    background: linear-gradient(to right, #016cec, #00b5f7);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: #016cec;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #433e3e;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}


/*Custtom Header*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 650px;
  background: url("../images/cloud-technology.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero3 {
  width: 100%;
  height: 650px;
  background: url("../images/private-cloud.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}
#hero4 {
  width: 100%;
  height: 650px;
  background: url("../images/awsbanner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero5 {
  width: 100%;
  height: 650px;
  background: url("../images/azure banner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero6 {
  width: 100%;
  height: 650px;
  background: url("../images/google banner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero7 {
  width: 100%;
  height: 650px;
  background: url("../images/mongodbbanner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero8 {
  width: 100%;
  height: 650px;
  background: url("../images/adobebanner2.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}


#hero9 {
  width: 100%;
  height: 650px;
  background: url("../images/copilotbanner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero10 {
  width: 100%;
  height: 650px;
  background: url("../images/cybersecurity.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero11 {
  width: 100%;
  height: 650px;
  background: url("../images/Acronisbackup.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero12 {
  width: 100%;
  height: 650px;
  background: url("../images/Business Analytics.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero13 {
  width: 100%;
  height: 650px;
  background: url("../images/Cloudmigrationassessment.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero14 {
  width: 100%;
  height: 650px;
  background: url("../images/cloudinframigrate.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero15 {
  width: 100%;
  height: 650px;
  background: url("../images/webpagedesign.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero1 {
  width: 100%;
  height: 650px;
  background: url("../images/public cloud banner.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}
#hero2 {
  width: 100%;
  height: 650px;
  background: url("../images/ITServices.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  /*background:rgba(11, 91, 138,0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero4:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  /*background:rgba(11, 91, 138,0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  #hero5:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  /*background:rgba(11, 91, 138,0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero h4 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h5 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #1cafff;
  border: 2px solid #1cafff;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}






.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}




   /*THEME CHANGE */
   .header-bg-shape-two{
    background: url(../images/banner-custom.png);
    position: relative;
    height: auto;
 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


   
   
   .main-nav-two nav .navbar-nav .nav-item a{
       color:black;
   }
  
   .header-main-content-two h1{
       color:white;
   }
.header-main-content-two h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}
.header-main-content-two p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}

.navbar-area.is-sticky .main-nav-two nav .navbar-nav .nav-item a {
    color: #fff;
    -webkit-transition: all .2s linear;
   transition: all .2s linear;
}


/*.blue-gradient{*/
/*     background: radial-gradient(ellipse at center, #1cafff 0, #1cafff 100%);*/
/*}*/

.blue-gradient{
    background:linear-gradient(to right, rgb(3 21 34), rgb(11, 56, 82) 47%, rgb(11 96 102) 100%);
}
.main-nav nav .navbar-nav .nav-item a{
   color: #000;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
/*.nav-link .dropdown-toggle a{*/
/*   color: #000;*/
/*    -webkit-transition: all .2s linear;*/
/*    transition: all .2s linear;*/
/*}*/
.main-nav nav .navbar-nav .nav-item a:hover{
    color:#2647c8;
}
.navbar-option-icon span {
    color:black;
}
.navbar-option-icon span i{
    color:black;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #000 ;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.custom-gradient{
        color: #ffffff;
    background: #1cafff;
    font-weight: bold;
}
.custom-gradient:hover{
    color: #1cafff;
        background:white;
    font-weight: bold;
}


.navbar-area.is-sticky .main-nav .navbar-option .navbar-option-icon span{
    color:#000;
}
.main-nav-two .navbar-option-icon span{
    color:#fff !important;
}
.main-nav{
    background: #ffff;
}

 /*Custom Desings on Web Page*/
 .cloud-shape-bg:before {
    background: radial-gradient(ellipse at center, #1cafff 0, #1cafff 100%);
 }

/*FAQ*/
.faq-accordion-item-active .faq-accordion-header{
    background: #1cafff;
}
/*Footer*/
.footer-upper{
    /*background: linear-gradient(to right, rgb(11, 91, 138) 0%, rgb(11, 56, 82) 47%, rgba(0,0,0,1) 100%);*/
    background: rgb(11, 56, 82);
}
.footer-lower{
    /*background: #07123a;*/
    background:#0b3852;
    padding:0;
}

.dropdown-menu .nav-item .nav-link{
    border-bottom: 1px solid black;
    /*display: block;*/
}

.dropdown-menu .nav-item .nav-link small{
 font-size: 11px; color: #1cafff; margin-left: 30px;
}
@media (max-width: 768px) {
 
.dropdown-menu .nav-item .nav-link small{
 font-size: 8px; color: #1cafff; margin-left: 30px;
}
}

/*NAVbar Brand Cusotm*/
.navbar-brand img{
    width:80px;
}

@media only screen and (max-width: 767px){
.mobile-nav .mobile-logo {
    width: 65px;
}
}

/*CUPOUN CART */
