/********** Template CSS **********/

/*** Spinner **/
body p,
body span,
body div,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: Arial!important;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg-primary {
    background-color: #10adadf0 !important;
}
.bg-secondary {
    background-color: #50c4c42b !important;
}
.dropdown-item.active, .dropdown-item:active  {
	background-color: #10adad9c !important;
}
.top-bar .bg-light {
    background-color: #61c9c9bd !important;
}
.top-bar .ms-2 span {
	color: #056866;
}
h1.display-1.text-light,
.display-1.mb-4.slideInLeft{
	/* color: #10adad !important; */
	color: #064d4d !important; 
    text-transform: uppercase;
    font-weight: bold;
	font-size: 64px;
}
/* .display-1.mb-4.slideInLeft{ */
	/* text-transform: uppercase; */
    /* font-weight: bold; */
	/* font-size: 64px; */
/* } */
.subwords{
	text-align:left;
}
.spy-5{
	padding:64px 0 0 0!important
}
.smb-4{
	padding-top:20px;
}
.aboutus{
	border-bottom: 4px solid #064d4d21;
    padding-bottom: 20px;
    text-align: center;
    color: #064d4d;
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 64px; */
    /* text-align: center; */
}
.truesize{
	    text-transform: uppercase;
    font-weight: bold;
	font-size: 64px;
	text-align:left;
}
.oucolors.truesub{
	font-size:18px;
	 text-transform: uppercase;
    font-weight: bold;
}
p.mb-4, .nav-bar .navbar .navbar-nav .nav-link, h1.mb-4, h6.mb-0, .row .text-dark, .btn-light, p, .team .btn-social, #getstarted .justify-content-between span, #services h4 {
	color: #064d4d;
}
.team .btn-social:hover {
	color: #1f9d9d;
}
.row .text-dark {
	color: #064d4d!important;
	width: 60px;
}
#footer img {
	width: 150px;
	margin-bottom: 20px;
}
#footer h3 {
	margin-bottom: 20px;
}
#getstarted h4, #getstarted h3 {
	text-align: center;
	width: 100%;
}
.hidden_text{
	display:none;
}
.display-8{
	color: #064d4d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
	margin-bottom: 20px;
}
.workslide ul{
	padding-left: 1rem;
}
.workslide ul li::marker {
  color:#10adadf0;
}
a.btn.btn-dark,
button.btn.btn-dark {
	color: white;
	background-color: #064d4d;
	background-color: #10adadf0;
	border: 1px solid #064d4d;
	border-radius: 11px;
}
body .text-primary {
    color: #10adadf0 !important;
}
body .team-img.rounded{
    border-radius: 50% !important;
    width: 128px;
    height: 128px;
    overflow: hidden;
}
body .btn-secondary:hover {
	
	    background: #fffffff0;
    border-color: #fffffff0;
    border-color: #10adadf0;
}
body .text-left{
	text-align:left;
}
body .upwork{
	position: relative;
}
body .rate{
	display: flex;
    margin-left: 9px;
    position: absolute;
    bottom: 10px;
    left: 84px;
}
body .rate-value{
	font-weight: bold;
	margin-right: 4px;
}
body .sws{
	text-transform: uppercase;
    font-weight: bold;   
	margin-right: 6px;
}
body .form-floating>.form-control, 
body .form-floating>.form-select {
    border-radius: 11px;
	    border: 1px solid #a4790b !important;
}
.tecs-3{
	display: inline-block;
    font-size: 1.4rem;
    padding: 15px;
    font-weight: bold;
    color: rgb(108, 108, 108);
    opacity: 0.6;
}
.tech-slider {
  display: flex;
  flex-wrap: nowrap;       
  overflow-x: auto;        
  gap: 15px;               
  user-select: none;       
  cursor: grab;            
  
  -webkit-overflow-scrolling: touch; 
margin-top:0;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
section{
	padding-top:40px;
}

.tech-slider::-webkit-scrollbar {
  display: none;
}

.tech-slider .tecs-3 {
  flex: 0 0 auto;          
  white-space: nowrap;     
}

.tech-slider:active {
  cursor: grabbing;
}

.svre{
	text-transform: uppercase;
    font-size: 2rem;
}
.mission i:before, .vision i:before {
	font-size: 40px;
	vertical-align: bottom;
}
.mission, .vision  {
    border-bottom: 4px solid #064d4d21;
    padding-bottom: 20px;
    text-align: center;
    color: #064d4d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 64px;
    text-align: left;
	margin-bottom: 60px !important;
}
.oucolors{
	color:#10adadf0; 
}
body p{
	
	font-size: 18px;
}
.mission-vision {
	padding-bottom: 50px;
	/* border-bottom: 1px solid #064d4d2b; */
	margin-bottom: 30px;
}
.team .imglogo {
	width: 34px;
}
a.btn.btn-dark:hover,
button.btn.btn-dark:hover {
	color: #064d4d;
	background-color: white;
}
.navbar-collapse .btn-light:hover {
    background: #064d4d;
    border-color: #064d4d;
}
body a:not(.btn ){
	color: #10adadf0;
}
body a:not(.btn ):hover{
	color: #10adadf0!important;
	text-decoration:underline!important;
}
.readmore{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
	font-size: 0.85rem;
}
.workslide{
	margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #10adadf0;
}
.workslide-country i{
	font-size: 23px!important;
    color: #10adadf0!important;
    vertical-align: bottom!important;
}
.tech-slider {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    cursor: grab;
}
.workslide-lt,
.workslide-rt{
	position:relative;
}
.workslide-country{
	position: absolute;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(255 255 255);
    color:#064d4d;
    background-color: #10adadf0;
    padding: 11px 21px;
    border-radius: 11px;
}
.workslide-country .oucolors{
	color:#064d4d;
	color:#ffffff;
}
.workslide-lt .workslide-country{
	left: 24px;
    top: -6rem
}
.workslide-rt .workslide-country{
	right:0;
	top: -6rem
}
.tech-slider::-webkit-scrollbar {
    display: none;
}
.key_tech span:not(.oucolors){
	padding: 6px 11px;
    border: 1px solid #10adadf0;
    margin-right: 11px;
    margin-bottom: 11px;
	display: inline-block;
	
}
.readless{
	display:none;
	    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    font-size: 0.85rem;
}
.tech-slider.dragging {
    cursor: grabbing;
}
body .nav-bar .navbar .navbar-nav .nav-link:hover{
	color: #064d4d!important; 
	text-decoration:none!important;
}
body .nav-bar .navbar .navbar-nav .nav-link{    
	color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
   
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.gap-6 {
    gap: 1.5rem;
}
.grid {
    display: grid;
}
.reveal.in {
    opacity: 1;
    transform: none;
    height: 380px;
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.reveal.in p.leading-relaxed {
    margin: 0; 
    transform: translateY(-50px); 
}
.reveal.in footer{
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
    padding: 0 32px;
}
.reveal.in footer > div{
	margin-left: auto;
}
#reviews footer div p{
	/* font-weight: normal; */
    font-size: 17px;
	margin-bottom: 0;
}
.reveal.in footer > div p.text-xs.text-zinc-500{
	font-weight: bold;
    font-size: 17px;
	color: #b4b4b4;
	color: #ffffff;
}
.p-7 {
    padding: 1.75rem;
}
.bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border {
    border-width: 1px;
	border: 1px solid #a4790b !important;
}
.rounded-2xl {
    border-radius: 1rem;
}
.d1 {
    transition-delay: .08s;
}
body .rounded{
	border-radius: 11px !important;
}
#expirience{
	    display: inline-block;
    width: 18px;
}
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1);
}
.gap-0\.5 {
    gap: 0.125rem;
}
.flex {
    display: flex;
}
#reviews footer {
	padding-top:15px;
	border-top: 1px solid #064d4d;
	background-color:#10adadf0;
	border-radius: 0 0 1rem 1rem;
}
#reviews footer p{
	font-weight: bold;
	font-size: 17px;
}
body .swiper-button-next, 
body .swiper-button-prev{
	color:#10adadf0;
}
@media (max-width: 768px) {
	.reveal.in {
		height: 320px;
	}
	.reveal.in p.leading-relaxed {
		transform: translateY(-50px);
		font-size: 10px;
		overflow-y:scroll;
	}
	#reviews footer div p{
		font-weight: bold;
		font-size: 15px;
	}
	.reveal.in footer {
		height: 100px;
		padding: 0 16px;
	}
	
	
	
	h1.display-1.text-light, 
	.display-1.mb-4.slideInLeft,
	.mission,
	.vision{
		font-size: 36px;
	}
	.mission,
	.vision{
		margin-bottom: 30px !important;
	}
	.spy-5 {
		padding: 36px 0 0 0 !important;
	}
	.spy-5 .gap-5 {
		gap: 1rem !important;
	}
	.tslider,
	#aboutus .container .container{
		padding: 0!important;
	}
}
/*** Fonts ***/
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.text-accent {
    --tw-text-opacity: 1;
    color: rgb(255 107 43 / var(--tw-text-opacity, 1));
}
.fill-current {
    fill: #b99601f2;
}
.w-4 {
    width: 1rem;
}
/*** Light BG Color ***/
.bg-primary-light {
    /* background: rgba(185, 160, 252, .2); */
}

.bg-secondary-light {
    /* background: rgba(252, 226, 160, .2); */
}

.bg-dark-light {
    background: rgba(0, 0, 0, .1);
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}
body .btn-square{
	width: 72px;
    height: 72px;
    background: none;
    border: 2px solid #064d4d;
    border-radius: 50% !important;
}
body .team .imglogo {
    width: 64px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.btn-primary:hover {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-secondary:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-light:hover {
    color: var(--bs-light);
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn-dark:hover {
    color: var(--bs-dark);
    background: var(--bs-light);
    border-color: var(--bs-light);
}


/*** Top Bar ***/
.top-bar {
    height: 90px;
    padding: 0 90px;
}

.top-bar img {
    max-height: 50px;
}

@media (max-width: 991.98px) {
    .top-bar {
        padding: 0 30px;
    }
}


/*** Nav Bar ***/
.nav-bar {
    margin: 0 90px;
    border-radius: 50px;
    transition: .5s;
    z-index: 999;
	border-radius: 11px!important;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0 30px;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
}

.navbar .navbar-nav .nav-link:focus {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-light);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Service ***/
.service-item .btn-square {
    width: 100px;
    height: 100px;
}


/*** Pricing ***/
.price .price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .05);
}


/*** Team ***/
.btn-social {
    display: flex;
    align-items: center;
    color: #6C6C6C;
    background: var(--bs-light);
    border-radius: 30px;
}


/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: rgba(255, 255, 255, .7);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #0c918e;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-dark);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-dark);
    margin-right: 10px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.copyright a {
    color: var(--bs-dark);
}

.copyright a:hover {
    color: var(--bs-primary);
}