:root {
  --bgMain: #f3f3f3;
  --textDark: #494949;
  --textLight: #d3d3d3;
  --subhead: #333;
  --desc: #333;
  --primary: #093f6d;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-style: normal;
  color: var(--primary);
  overflow-x: hidden;
  background: var(--bgMain);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-family: 'PT Serif', serif;
}
/* NAVBAR */

.navbar-collapse {
  justify-content: flex-end;
}

/******************************************************* extra *******************************************************/

.mainHeading {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.mainHeadingL {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

/******************************************************* extra *******************************************************/



/******************************************************* Media Queries *******************************************************/





/******************************************************* Media Queries *******************************************************/


/******************************************************* Navbar Starts *******************************************************/


/******************************************************* Navbar Starts *******************************************************/


/******************************************************* HERO Starts *******************************************************/
.navbar-nav .nav-item a {
  font-family: 'Open Sans', sans-serif !important;
}

#hero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(10deg, #247cc900 0%, #00c6e900 100%), url(
    '/assets/img/hero/amigoz-14.jpg');
    background-size: cover;
    position: relative;
    padding: 0;
  }
  
#hero:before {
content: "";
background: #083f6d83;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}

#hero h1 {
margin: 0 0 10px 0;
font-size: 36px;
font-weight: 800;
line-height: 56px;
text-transform: uppercase;
background: #F7CF02;
background: -webkit-linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
background: -moz-linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
background: linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

#hero h4 {
  margin-bottom: 50px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  width: 80% !important;
}
  
#hero h4 {
color: #eee;
margin-bottom: 50px;
font-size: 16px;
width: 85%;
font-weight: 400;
line-height: 1.8;

}

@media (min-width: 1024px) {
#hero {
    background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero h1 {
    font-size: 28px;
    line-height: 36px;
}
}
  
.hero-section .hero-content {
display: flex;
justify-content: center;
align-items: center; }
  

.hero-section {
  position: relative;
  z-index: 1;
  padding: 260px 0 50px;
}

/******************************************************* HERO Ends *******************************************************/

/******************************************************* Traditional Starts *******************************************************/

.traditional {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(125deg, #F3F3F3 0%, #F3F3F3 100%);
}

.container-wrapper-flex {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.flex-content-wrap {
    padding: 3rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;   
}

.main-heading-wrap {
    font-size: 36px;
    background: #083F6D;
    background: -webkit-linear-gradient(to bottom right, #083F6D 0%, #0d63aa 100%);
    background: -moz-linear-gradient(to bottom right, #083F6D 0%, #0d63aa 100%);
    background: linear-gradient(to bottom right, #083F6D 0%, #0d63aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.9;
    text-transform: uppercase;
    font-weight: 800;
}
  
.sub-heading-wrap{
    font-size: 22px;
    background: #083F6D;
    background: -webkit-linear-gradient(to bottom right, #F7D10F 0%, #EFA817 100%);
    background: -moz-linear-gradient(to bottom right, #F7D10F 0%, #EFA817 100%);
    background: linear-gradient(to bottom right, #F7D10F 0%, #EFA817 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.7;
    font-weight: 700;
}
  
  
.pointers-wrap {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #275072;
    font-family: 'PT Serif', serif;
}
  
.flex-container-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
}

.imgWrappp {
    width: 100%;
    height: 100%;
}
  
.containerPrimary {
    background: linear-gradient(125deg, rgba(22,105,175,0.8295693277310925) 0%, rgba(9,41,67,0.8491771708683473) 100%);
    display: flex;
    justify-content: center;
    align-items: center;  
}

/******************************************************* Traditional Ends *******************************************************/

/******************************************************* brandServices Starts *******************************************************/

.brandServices {
    background-image: linear-gradient(125deg, #1D3A54f9 0%, #1D3A54f6 100%), url(
    '/assets/img/hero/amigoz-07.jpg');
}



.head-content p {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  color: #f3f3f3;
}

.brandImage {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 10px 10px;
  grid-template-areas:
    ". . . . .";
}


.brandWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
  
.contentAlpha {
  background: #ffffffd8;
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 9px 15px 31px 1px rgb(0 0 0 / 45%);
}


.contentWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem; 
  height: 138px; 
}

.contentWrap p {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

/******************************************************* brandServices Ends *******************************************************/



/******************************************************* Testimonials Starts *******************************************************/


.no-js .owl-carousel {
  display: flex !important;
}


.testimonials-wrapper {
  display: block  ;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  
  font-size: 21px;
  line-height: 1.3;

  background: #F7CF02;
background: -webkit-linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
background: -moz-linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
background: linear-gradient(to bottom right, #F7CF02 0%, #E98D00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


}
.gtco-testimonials .card h5 span {
  font-size: 16px;
  background: #0e51cc;
background: -webkit-linear-gradient(to bottom right, #247cc9 0%, #00c6e9 100%);
background: -moz-linear-gradient(to bottom right, #247cc9 0%, #00c6e9 100%);
background: linear-gradient(to bottom right, #247cc9 0%, #00c6e9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gtco-testimonials .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

/******************************************************* Testimonials Ends *******************************************************/





/* Services */


.servicesTwo {
  background-color: #F6D00A;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.servicesOne {
  
  background-color: #083F6D;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}


.serviceContainer .serviceCard:nth-child(1) .circleWrap {
  background: linear-gradient(#E98F05, #F7CF02);
}

.serviceContainer .serviceCard:nth-child(2) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(3) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}

.serviceContainer .serviceCard:nth-child(4) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(5) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}

.serviceContainer .serviceCard:nth-child(6) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(7) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}

.serviceContainer .serviceCard:nth-child(8) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(9) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}


.serviceContainer .serviceCard:nth-child(10) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(11) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}

.serviceContainer .serviceCard:nth-child(12) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(13) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}

.serviceContainer .serviceCard:nth-child(14) .circleWrap {
  background: linear-gradient(#324ee9, #417eee);
}

.serviceContainer .serviceCard:nth-child(15) .circleWrap {
  background: linear-gradient(#e98f05, #f7cf02);
}



.serviceContainer:hover .serviceCard {
  filter: blur(20px);
  transform: scale(0.9);
  opacity: 0.5;
}

.serviceContainer .serviceCard:hover {
  filter: blur(0px);
  transform: scale(1.1);
  opacity: 1;
}

.service:hover {
  transform: skew(1000px);
}


.serviceTitleWrap {
  position: absolute;
  padding: 20px;
  display: flex;
  justify-content: center;
}



.serviceContainer {
  position: relative;
  width: 1150px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 90px;
}

.serviceCard {
  position: relative;
  width: 300px;
  height: 332px;
  background-color: #f1f1f1;
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  transition: 0.5s;
}



.circleWrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: circle(15px at center 0);
  transition: .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: end;
}

.circleWrap img {
  width: 100px;
  padding: 1em;
  transition: .5s ease-in-out;
}

.servIcon {
  fill: #029c52;
}

.serviceCard:hover .circleWrap {
  clip-path: circle(91.0% at 50% 52%);
}


.serviceCard:hover .circleWrap img {
  transform: scale(1.3);
  margin-top: 3rem;
}


.serviceCard:hover .serviceContentWrap h2 {
  color: #ffffff;
}

.serviceCard:hover .serviceContentWrap p {
  color: #555;
}

.circleWrap h2 {
  color: white;
  font-size: 2.5em;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.circleWrap:hover {
  clip-path: circle(91.0% at 50% 52%);
}




.serviceContentWrap {
  position: absolute;
  bottom: 10px;
  /* page-break-after: 20px; */
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
  align-items: flex-start;
  padding: 2em;
  height: 200px;
  width: 100%;
  
}

.serviceContentWrap h2 {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 700;
}

.serviceContentWrap p {
  font-size: 16px;
}

.serviceContentWrap {
  color: #666;
}



.services-wrapper {
  padding: 1rem;
  opacity: 80%;
}



/* Services */








