/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: candle;
	src: url(../fonts/candle.otf);
}
* {
	font-family: arial;
}
.headings h4{
	font-family: candle;
}
body, html {
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}/*
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mtd{
    margin-top: 45px;
}
*/
a {
	text-decoration: none;
	cursor: pointer;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5{
    
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bold {
	font-weight: bold;
}
.container {
	width: 80%;
	max-width:1166px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	/*
	left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
}
.glink{
    color: #767878 !important;
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
header, section, .invisible{
    margin-top: 20px !important;
}
.half {
	width: 50%;
}
header {
	background: url(../images/headerbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 10px 0px 0px 0px;
	margin-top: 20px;
	
}
/*
.magic-display {
	opacity: 0;
}
*/
.whiteSpace {
	height: 10px;
}
.header {
    position: fixed;
      top: 0px;
      width: 80%;
      max-width: 1166px;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      opacity: 1;
      z-index: 99999;
		
}

.hidden {
      opacity: 0;
      transform: translateY(-100%);
      transition: all ease 0.3s;
    }
    .nomargin{
        margin-top: 0px !important;
    }
.dnone{
    display: none;
}
.topHeader{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.quote, .logo {
	width: 100%;
}
.mquote{
    display: none;	
}
.invisible{
	    opacity: 0;
	}
.quoteBtn{
	width: 220px;
	height: 45px;
	border-radius: 45px;
	float: right;
	background: #fff;
	align-content: center;
}
.quoteBtn:hover{
	
}
.quoteBtn h4{
	font-size: 16px;
	color: #1ca9eb;
	margin: 0px;
	font-family: arial;
	
}
.quoteBtn p{
	margin: 0px;
	color: #a2a9ad;
	font-size: 12px;
}
.btn-flip {
	width: 180px;
  opacity: 1;
  outline: 0;
font-size: 16px;
color: #1ca9eb;
margin: 0px;
font-family: arial;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
	border-radius: 7px;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 9px;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #1ca9eb;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
	border-radius: 7px;
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  font-size: 11px;
color: #1ca9eb;
margin: 0px;
font-family: arial;
	font-weight: bold;
  display: block;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #fff;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
	border-radius: 7px;
  
}
/* Keyframes to animate opacity and rotation for continuous show/hide */
    @keyframes toggleVisibility {
      0%, 100% {
        opacity: 1;
        transform: rotateX(0deg);
      }
      50% {
        opacity: 0;
        transform: rotateX(90deg);
      }
    }

    /* Apply the animation to :before and :after */
    .btn-flip:before {
      animation: toggleVisibility 8s infinite;
    }

    .btn-flip:after {
      animation: toggleVisibility 8s 4s infinite; /* Starts after 1s delay */
    }
.logo {
	margin-top: -40px;
	
}

.logo img {
	width: 300px;
}
/*
.header .logo {
    text-align: left;
    height: 32px;
}
*/

.navSec {
}
.nav {
	margin-top: 20px;
}

.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.nav ul li a {
	color: #1ca9eb;
	text-transform: capitalize;
	font-size: 13px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	display: block;
	width: 100%;
}
.nav ul li a:hover {
	font-weight: bold;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 14px;
}
.dropMenu{
	display: none;
	width: auto;
	top: 26px;
  left: 0px;
  position: absolute;
  background: #fff;
  text-align: left;
	z-index: 9999;
	white-space: nowrap;
	border: 1px solid #1ca9eb;
	padding: 3px;
}
.dropMenu li{
	width: 100%;
	float: left;
	position: relative;
	text-align: left !important;
	margin: 0px !important;
	padding: 0px;
	border-bottom: 1px solid #00a3e6 !important;
}
.dropMenu li a{
    display: block;
    font-size: 11px !important;
}
.dropMenu a:hover{
	background: #1ca9eb;
	color: #fff;
	text-shadow: none;
	font-weight: normal !important;
}
.dropdown:hover .dropMenu {
	display: block;
}

.active {
}
.fixed{
    width: 80%;
    position: fixed;
}
.sliderSec{
    /*margin-top: 325px;*/
}
.owl-carousel .owl-item img{
    width: 100%;
    margin: auto;
    height: 230px;
}
.contentSec {
	background: url(../images/headingbg.png) no-repeat;
	background-size: 100.2% auto;
	background-position: top;
	border-radius: 7px;
}
.content h4{
	color: #787777;
	font-size: 25px;
	margin: 10px 0px 0px 0px;
	font-weight: 500;
	letter-spacing: 1px;
}
.content p {
	font-size: 16px;
	color: #787777;
	margin: 10px 0px 0px 10px;
	width: 98%;
}
.content p > a{
    color: #00a3e6;
}
.content p > a:hover{
    font-weight: bold;
}
.chooseContent ul{
    margin: 10px 0px 0px 35px;
    float: left;
    position: relative;
    width: 96%;
}
.chooseContent ul li{
    font-size: 16px;
	color: #787777;
}
.chooseContent li::marker{
    
}
.chooseContent ul {
  list-style-type: none; /* Remove default list style */
  padding-left: 0; /* Optional: Remove default padding */
}

.chooseContent li::before {
  content: ""; /* Create a custom bullet */
  display: inline-block;
  width: 10px; /* Set the width of the square */
  height: 10px; /* Set the height of the square */
  background-color: #2bffff; /* Set the color of the square */
  margin-right: 8px; /* Add some spacing between the square and text */
  vertical-align: middle; /* Aligns square with the text */
}
/*******portfolio*****/
.marquee .flex {
            display: flex;
            align-items: center;
			list-style: none;
			flex-direction: row;
        }
.marquee ul li:before{
    display: none !important;
}
        .marquee ul li {
            flex-shrink: 0;
            width: 300px;
            height: auto;
            border-radius: 5px;
        }
		.marquee ul li img{
			width: 100%;
			border-radius: 7px;
			transition: all ease 0.2s;
		}
		.marquee ul li img:hover{
			box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		}
        .marquee-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .marquee-h {
            
            overflow: hidden;
        }

        .marquee-h .marquee-wrapper {
            height: 300px;
            overflow: hidden;
        }

        .marquee-h ul li {
            padding: 20px 0;
            text-align: center;
            color: #fff;
            font-size: 38px;
            background-image:linear-gradient(#1e3c72 ,#2a5298 100%)
        }
/*****testmonial****/


	.testmonSec{
			background: url(../images/footerbg.png) no-repeat;
			background-size: 100% 100%;
			background-position: top;
			height: 230px;
			/*margin-top: 42px;*/
		}
		.innerTest{
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: start;
		}
		.testimonials{
			width: 76%;
		}
		.flogo{
			width: 20%;
			text-align: right;
		}
		.flogo img{
			max-width: 100%;
  margin-top: -12px;
		}
       #testimonial-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.testimonial-track {
  display: flex;
  transition: transform 1s ease;
}

.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.testimonial-slide p {
	color: #767878;
	margin: 20px 0px 10px 0px
}

.testimonial-slide span {
  font-weight: bold;
	font-size: 13px;
  color: #767878;
}
.testContent a{
	color: #00a3e6;
	font-size: 13px;
	transition: all ease 0.5s;
}
.testContent a:hover{
    font-weight: bold;
}

/*****testmoniale**/
.workus{
	width: 250px;
	background: url(../images/girl.png) no-repeat;
	background-size: 100%;
	height: 175px;
	display: flex;
	align-items: end;
	margin: 20px auto auto auto;
}
.workus h3{
	font-size: 20px;
	text-align: center;
	width: 100%;
	color: #00a3e6;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	margin-bottom: 5px;
	
}
.workus a{
	color: #00a3e6;
	transition: all ease 0.2s;
}
.workus a:hover{
	font-size: 21px;
}

.fnav{
	display: flex;
	justify-content: space-between;
}
.halfNav{
	width: 35%;
	align-content: flex-start;
	position: relative;
}
.halfNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftNav ul{

}
.halfNav ul li{
	display: inline-block;             
	position: relative;
	margin: 0px 10px 0px 10px;
}
.leftNav ul li{
	margin: 0px 10px 0px 0px;
}
.rightNav ul li{
	margin: 0px 0px 0px 10px;
}
.halfNav ul li a {
  color: #1ca9eb;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  letter-spacing: 1px;
  transition: all .5s ease;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	width: 100%;

}
.halfNav ul li .active {
  font-weight: bold;
}
.halfNav ul li a:hover {
  font-weight: bold;
}
.dropdown{
	
}
.fdropMenu{
	top: 100%;
    border: 1px solid #1ca9eb;
    left: 0px;
    transform: translate(-13%, -106%);
    padding: 5px !important;
}
.dropdown-up {
   
}
.fdropMenu li{

}
.fdropMenu li a{
    font-size:11px !important;
    	display: block;
	padding: 8px 0px 8px 0px;
}
.fdropMenu a:hover{
    font-weight: normal !important;
}
.blueBorder{
	text-align: center;
	margin-top: -13px;
}
.blueBorder img{
	width: 100%;
}

.rights{
	
}
.rights p {
	color: #767878;
	font-size: 14px;
	text-align: center;
}
/*****portfolio*****/
.portfolioRow {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next row */
}

.portfolio {
  flex: 1 0 27%; /* Makes each item take up about 30% of the container's width */
  margin: 10px; /* Optional, adds spacing between items */
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 7px;
}
.portfolio img{
    width: 100%;
    transition: all ease 0.3s;
}
.portfolio img:hover{
    transform: scale(0.9);
}
.portfolio p{
    font-size: 13px;
    margin: 10px 0px 10px 0px;
}
.portfolio a{
    color: #1ca9eb;
    font-size: 12px;
    transition: all ease 0.3s;
}
.portfolio a:hover{
    color: #787777;
}
/***********testimonials************/
.testimonialsRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testmonialCard{
  display: flex;
  align-items: center;
  width: 49%;
  margin: 10px 0px 10px 0px;
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.testImg{
    width: auto;
    padding: 15px;
}
.testImg img{
    width: 150px;
}
.testDetails{
    width: auto;
    padding-right: 5px;
}
.testDetails p{
    font-size: 13px;
    margin: 0px;
    width: 100%;
}
.comment p{
    margin-bottom: 20px;
    font-style: italic;
}
.testDetails a{
    color: #1ca9eb;
    font-size: 13px;
    transition: all ease 0.3s;
}
.testDetails a:hover{
    font-weight: bold;
}
/******contact us*****/
	.contact-container {
  display: flex;
  align-items: center;
  gap: 0rem;
  justify-content: space-between;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: Arial, sans-serif;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #333;
}

.contact-item svg {
  flex-shrink: 0;
  width: 18px;
}

.contact-item a, .contact-item p  {
  text-decoration: none;
  color: #787777;
  font-size: 16px;
  margin: 0px;
}


.contact-item span {
  color: #555;
}

.contact-picture {
  flex-shrink: 0; /* Prevent the image from shrinking */
}

.contact-picture img {
    max-width: 380px;
  width: 100%; /* Scale the image */
  border-radius: 10px; /* Optional: Add rounded corners */
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}
.advert-picture {
  flex-shrink: 0; /* Prevent the image from shrinking */
  text-align: center;
}

.advert-picture img {
  max-width: 670px;
  width: 100%; /* Scale the image */
  border-radius: 10px; /* Optional: Add rounded corners */
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  display: block; /* Makes the image a block element */
  margin: 0 auto; /* Horizontally centers the image */
}
.contact-item .animated-button1 {
  padding: 16px;
  margin: 10px 0px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #1ca9eb;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  transition: all ease 0.2s;
  border-radius: 7px;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1ca9eb;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#1ca9eb));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #1ca9eb);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#1ca9eb));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #1ca9eb);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#1ca9eb));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #1ca9eb);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#1ca9eb));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #1ca9eb);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/***********modals********************/
 /* Modal overlay */
    .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999999;
      overflow-y: auto;
    }

    /* Modal content */
    .modal {
      background: white;
      padding: 10px 20px 20px 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      width: 100%;
      max-width: 600px;
      margin: auto;
      background: linear-gradient(to right, #1893d7, #47feff);
}
    
    .modalQuote{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    }
    .innerModals{
        display: flex;
        gap: 10px;
    }
    
    .modalOptions{
        flex: 1;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all ease 0.2s;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 7px;
    }
    .modalQuote p{
        font-weight: bold;
    }
    .modalOptions:hover{
        background: #fff;
        color: #1ca9eb;
    }
    
    .modalOption{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modalOption img{
        width: 100px;
        height: 100px;
    }
    .closeModalBtn{
        width: 100%;
        display: block;
        text-align: right;
        margin: -7px 17px;
        height: 0;
    }
    .closeModalBtn svg{
        width: 30px;
    }
   
/****modal forms****************/
.formModal{
     transform: scale(0.7);
        margin: -1% auto auto auto;
}
#face1, #face12, #face2, #face22{
    transition: all ease 0.2s;
}
.spinner img{
    margin: auto;
    width: 50px;
}
.form-container {
      width: 100%;
      margin: 0 auto;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding-bottom: 10px;
    }
.form-container .frmContact{
    width: 90%;
    margin: auto;
}
    .form-container h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #fff;
    }
    .form-group {
      margin-bottom: 15px;
      text-align: left;
    }
    .form-group label {
    color: #fff;
      display: block;
      margin-bottom: 5px;
      text-align: left;
      width: 100%;
      font-size: 16px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 98%;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    }
    .form-group select{
        width: 100%;
    }
    .form-group textarea{
        height: 40px;
    }
    .radio{
        width: 18px !important;
    float: left;
    }
    .form-group textarea {
      resize: vertical;
    }
    .error{
        color: red;
        font-size: 13px;
        background: #fff;
    }
    .form-group .radio-group {
      display: flex;
      gap: 10px;
    }
    .form-group .radio-group label {
      font-weight: normal;
      line-height: 31px;
    height: 25px;
    }
    .frmContact button{
        width: 100px;
    border: none;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all ease 0.2s;
    }
    .frmContact button:hover{
        background: #fff;
        color: #1ca9eb;
    }
    .frmContact button:disabled {
        background: grey;
        cursor: none;
    }
    .frmContact button:disabled:hover{
        background: grey;
        cursor: none;
    }
    .loading {
            display: inline-block;
            margin-left: 10px;
            visibility: hidden;
        }

        .available {
            color: green;
        }

        .unavailable {
            color: red;
        }
/****client area**************/
.client-container{
    display: flex;
    justify-content: center;
}
.cpBox{
    width: 165px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #fff;
    background: #1ca9eb;
    color: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 7px;
    transition: all ease 0.2s;
    margin: 0px 10px 0px 10px;
}
.cpBox:hover{
    background: #fff;
    color: #1893d7;
    border: 1px solid #1ca9eb;
}
.cpBox:hover img{
    border: 2px solid #1ca9eb;
}
.cpBox img{
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    
}
/*****web hosting*********/
.webPackages{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}
.package{
    width: 23%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 4px;
}
.package-header{
       background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgb(255 255 255) 100%);
    padding-bottom: 8px;
    font-size: 14px;
    text-align: center;
    color: #00a3e6;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    line-height: 30px;
    border-radius: 4px 4px 0px 0px;

}
.package-contents{
    padding: 10px 15px;
    flex-grow: 1;
}
.package-contents ul{
    list-style: none;
}
.package-contents ul li {
    font-size: 14px;
    color: #787777;
}
.package-contents li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2bffff;
    margin-right: 8px;
    vertical-align: middle;
}
.package-footer {
    padding: 10px 15px;
}
.package-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700; 
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    background: rgb(0, 255, 255);
    background: -moz-linear-gradient(top, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#098ad9',GradientType=0 );
}
.pkgContact a{
    color: #00a3e6;
    transition: all ease 0.2s;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.pkgContact a:hover{
    font-weight: bold;
}
.paymentBtn a{
    width: 200px;
    max-width: 100%;
    color: #1ca9eb;
    display: block;
    border: 1px solid #1ca9eb;
    padding: 10px;
    font-size: 20px;
    transition: all ease 0.2s;
    margin: 20px auto auto auto;
    border-radius: 4px;
    position: relative;
}
.paymentBtn a:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 8px;
  right: -20px;
  transition: 0.5s;
}

.paymentBtn a:hover{
  padding-right: 24px;
  padding-left:8px;
  color: #fff;
    background: #1ca9eb;
}

.paymentBtn a:hover:after {
  opacity: 1;
  right: 10px;
}

/*****responsive*****/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}
	.container{
		width: 95%;
	}
	.header{
	    width: 94.8%;
	    max-width: 94.8%;
	}
	header{
		margin-top: 0px;
	}
.nav ul {
	text-align: center;
}
.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
	.slide{
		min-width: 100%;
	}
	.halfNav{
		width: 50%;
	}
}

@media only screen and (max-width:645px) {
	.container{
		overflow: hidden;
	}
	
header {
	height: auto;
	border-radius: 7px;
}

	.topHeader {
  justify-content: flex-start;
		align-items: center;
}
	.quote{
		order: 2;
		text-align: center !important;
		margin: auto;
		display: none;
	}
	.mquote{
	    display: block;
	    margin-top: 25px;
	}
	.btn-flip{
		width: 98%;
		margin-bottom: 7px;
		border: 1px solid #1ca9eb;
		box-sizing: border-box;
	}
		.btn-flip:before{
	    font-size: 20px;
	}
	.btn-flip:after{
	    font-size: 16px;
	}
	.logo{
		order: 1;
		margin-top: 0px;
	}
	
	.fixed{
		top: 10px;
	}

.header .logo {
    height: auto;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	margin: 10px auto 10px auto;
}
	
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 23px;
	right: 15px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
	.fixed #menu{
		top: 10px;
	}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -100px;
	right: 0px;
	position: absolute;
	background: #00a3e6;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
	.dropdown{
		height: auto !important;
	}
	.dropMenu{
		width: 100%;
  float: left;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
	}
.sliderSec{
    margin-bottom:25px;
}
.owl-carousel .owl-item img{
    width: 99%;
    height: auto;
}
.contentSec {
    background-size: 99.6% auto;
}
	.content h4 {
  font-size: 16px;
  margin: 3px 0px;
	}
	.content p {
	  font-size: 14px;
	  margin: 10px 0px 0px 3px;
	}
	.marquee ul li {
  width: 200px;
	}
	.testmonSec{
		height: auto;
	}
	.innerTest{
		flex-direction: column;
	}
	
	.testimonials {
  width: 100%;
}
	.flogo{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.flogo img{
		width: 40%;
	}
	.halfNav ul li a{
		font-size: 7px;
	}
	.halfNav ul li .active {
  font-size: 9px;
}
.fdropMenu{
    transform: translate(-38%, -107%);
}

/*****portfolio*****/
.portfolio {
  flex: 1 0 48%;
}
/*****testimonials*******/
    .testmonialCard {
        width: 100%;
        margin: 0px 0px 10px 0px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
    
}
/****contact us ******/
.contact-container{  
    flex-direction: column; 
}
.contact-item .animated-button1 {
    display: block;
    width: 100%;
}
/************modals***************/
.modal{
    width: 85%;
}
.innerModals {
    flex-direction: column;
}
/******web hosting*****/
.webPackages{
    flex-direction: column;
}
.package{
    width: 100%;
    margin-bottom: 20px;
}
}
