@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital@0;1&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&family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital@0;1&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Great+Vibes&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');*/
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Regular.otf");
}
  font-family: Barlow;
  src: url("../fonts/Barlow-Regular.ttf");
}


* {
  padding: 0;
  margin: 0;
}
:root {
  --bodyBgColor: #fff;
  --siteblColor: #009dd9;
  --siteylColor: #f9ca3b;
  --sitedarkColor: #171a20;
  --sitewhColor: #fff;
  --sitegryColor: #eee;
  --siteScBColor: #fff8f8;
  /*--sitePtextColor: #777777;*/
  --sitePtextColor:#41484e;
  --siteDaBlColor: #000;
  --sitefooterlColor: #151414;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
body {
  background-color: var(--bodyBgColor);
  font-family: "Barlow",Helvetica,Arial,sans-serif !important;
  overflow-x: hidden;
  color:#41484e;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.my-figcaption ul {
    list-style: disc;
    padding: 0 0 20px 20px;
    line-height: 1.8;
    color: var(--sitePtextColor);
    font-weight: 400;
    font-size: 15px;
}
.accordion-item {
    border:0px !important;
}
.accordion {
  .accordion-item {
    border-bottom: 1px solid $lightgray;
    button[aria-expanded='true'] {
      border-bottom: 1px solid $blue;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: $text;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: $blue;
      &::after {
        cursor: pointer;
        color: $blue;
        border: 1px solid $blue;
      }
    }
    .accordion-title {
      padding: 1em 1.5em 1em 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 30px;
      right: 15px;
      color:#fff;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }
  button[aria-expanded='true'] {
    color: $blue;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: max-content;
      transition: all 200ms linear;
      will-change: opacity, max-height;
      padding:30px;
      border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 20px;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      font-size: 1rem;
      font-weight: 300;
      margin: 0;
    }
  }
}
 #usa-title{ Padding-top:20px;}
@media(max-width:768px){
    #usa-title{ Padding-top:0px !important;}
}
img {
  width: 100%;
  transition: all 0.3s;
}
a {
  transition: all 0.3s;
  color: var(--siteylColor);
}
a:hover {
    color: var(--siteblColor);
}
button {
    transition: all 0.3s;
}
section {
    position: relative;
    overflow: hidden;
}
p {
    margin-bottom: 15px;
    /*line-height: 1.8;*/
    line-height: 24px;
    color: var(--sitePtextColor);
    font-weight: 400;
    font-size: 14px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
video {
    width: 100% !important;
}
.padding_section {
    padding: 100px 0;
}
section#about-us{position:relative;}
/*section#about-us:before {*/
    /*background-image: url(../img/republic-img/background-flag.png);*/
    /*background-position: bottom;*/
    /*background-size: contain;*/
    /*padding-bottom: 100px;*/
    /*background-repeat: no-repeat;*/
/*        content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 282px;*/
    /* bottom: 0; */
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0.2;*/
/*    background-image: url(../img/republic-img/background-flag.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 30% 0%;*/
/*    background-size: contain;*/
/*    padding-bottom: 100px;*/
/*}*/

/*section.servicesSe {*/
/*    background-image: url(../img/holi/holi-back.jpg);*/
/*        background-position: left;*/
/*    background-size: cover;*/
/*    padding-bottom: 100px;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*section.servicesSe {*/
/*    background-image: url(../img/ch-star-bg.webp);*/
/*    background-position: top;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    padding-top: 200px;*/
/*    filter: grayscale(0.4);*/
/*}*/

@media(max-width:768px){
    section#about-us,section.servicesSe{padding-bottom: 50px !important;padding-top: 50px !important;}
    section.servicesSe {
    background-position: bottom;background-size: cover !important;}
}

.secBg {
    background-color: var(--siteScBColor);
}
.btn {
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.3s;
}
.bg_btn {
    background-color: var(--siteblColor);
    border-color: var(--siteblColor);
    padding: 10px 15px;
    color: var(--sitewhColor);
    min-width: 110px;
    position:relative;
}
img.button-icon {
    position: absolute;
    top: -10px;
    right: -17px;
    width: 20px;
    height: 20px !important;
    min-height: unset !important;
    transform: rotate(22deg);
    display: none;
}
.bg_btn:hover {
    background-color: var(--siteylColor);
    border-color: var(--siteylColor);
    color: var(--sitedarkColor);
}
.border_btn {
    background-color: transparent;
    border-color: var(--siteylColor);
    padding: 10px 15px;
    color: var(--siteylColor);
}
.border_btn:hover {
    background-color: var(--siteylColor);
    color: var(--sitedarkColor);
}
.slide-btn .btn {
    min-width: 220px;    position: relative;
}
.section-title {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 10px;
}
.section-title span {
    font-size: 16px;
    color: var(--siteblColor);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-weight: 600;
}
.section-title span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: var(--siteylColor);
    left: -35px;
    top: 12px;
}
.section-title h2 {
    /*font-size: 45px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 5px;*/
    margin-top: 10px;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}
.section-title p {
    margin-bottom: 0;
}
.topbaner .section-title p {
    margin-bottom: 0;
    color: var(--sitewhColor);
}
.backgroundimg {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.owl-dots {
    display: none;
}
.topbaner .section-title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.topbaner .section-title h2 {
    color: var(--sitewhColor);
    font-size: 36px;
}
.Privacy-page .topbaner {
    background-position: 0% 100%;
}


.partner-logo.d-sm-block.monday_logo {
  display: flex !important;
  align-items: center;
}

/*.header_nav {*/
/*	background-image: url(../img/holi/holi-header-bg.avif);*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-position: center;*/
/*}*/

/*.header-scroll .header_nav.fixed-header{*/
/*    background-image: url(../img/holi/holi-header-bg.avif);*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-position: center;*/
/*}*/
.footer-content{position: relative;}
.sape_vector .first_vector {
  position: absolute;
  right: -34px;
  top: 0;
  z-index: -1;
}
.sape_vector .first_vector img {
  opacity: .3;
  width: 200px;
}

.sape_vector .second_vector {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sape_vector .second_vector img {
  opacity: 50%;
}
.sape_vector .three_vector {
	position: absolute;
	top: 197px;
	right: 43%;
	z-index: -1;
}
.sape_vector .three_vector img {
  opacity: 30%;
  width: 200px;
}
.sape_vector .four_vector {
  position: absolute;
  left: 0;
  bottom: 87px;
  right: 0;
  text-align: center;
}
.sape_vector .four_vector img {
  width: 200px;
  opacity: 50%;
}
.sape_vector .five_vector {
  position: absolute;
  bottom: 75px;
  rotate: 180deg;
  right: 0;
}
.sape_vector .five_vector img {
  opacity: 30%;
}




.partner-logo.d-sm-block.monday_logo img {
	width: 70px !important;
	height: auto;
	object-fit: contain;
}

.service-img.warp_img {
  text-align: center;
}
.service-img.warp_img img {
  width: 500px;
  object-fit: contain;
}

.clients_team_inner_left {
	margin-top: 50px;
}
.servicesSe.padding_section.dragan_section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.servicesSe.padding_section.dragan_section .service-img img {
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

.service-img.warp-m img {
	height: 100% !important;
}
.footer-logo .monday_logo img {
	max-width: 77px;
}

.topbaner {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dreamforce_heading h1 {
	color: #fff;
	font-size: 36px;
}
.topbaner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #12a4dce6;
}
.titlebarlink {
    position: relative;
    margin-top: -35px;
    z-index: 9;
}
.titlebarlink ul {
    display: flex;
    justify-content: center;
    padding: 8px 20px;
    background-color: var(--sitewhColor);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 15px auto 0;
    column-gap: 25px;
    row-gap: 5px;
    border-radius: 45px;
    position: relative;
    width: fit-content;
}
.titlebarlink ul li {
    position: relative;
    font-size: 14px;
}
.titlebarlink ul li a {
    color: var(--siteblColor);
    text-decoration: none;
}
.titlebarlink ul li::after {
    content: '→';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 10px;
    height: 15px;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    color: var(--siteblColor);
    line-height: 0;
}
.titlebarlink ul li:last-child::after {
    display: none;
}
.no_recod .section-title {
    margin-bottom: 0;
}
.no_recod .section-title h2 {
    color: #009dd94d;
}
/*---header-css-start---*/
.header_nav {
    /*transition: all 0.3s;*/
    position: relative;
    z-index: 999;
    /*background: linear-gradient(to bottom, #ff99337a, #FFFFFF, #13880873);*/

}
.header-scroll .header_nav {
    height: 0;
    /*overflow: hidden;*/
    opacity: 0;
    visibility: hidden;
}
.header-scroll .header_nav.fixed-header {
	height: 72px;
	opacity: 1;
	visibility: visible;
	background: #fff;
    width: 100%;
}
.header_nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
/* .logo img {
    height: 100px;
} */
.header_nav ul li.nav-item a.nav-link {
    padding: 8px 5px;
    color: var(--sitedarkColor);
        font-size: 15px;
    /*font-family: 'Josefin Sans';*/
}
.header_nav ul li.nav-item a.nav-link.active {
    color: var(--siteblColor);
}
.header_nav ul li.nav-item a.nav-link:hover {
    padding: 8px 5px;
    color: var(--siteblColor);
}
header.header_nav ul.navbar-nav {
    column-gap: 15px;
}
.header_nav ul li.nav-item a.nav-link.btn {
    padding: 8px 8px;
    color: var(--sitewhColor);
    /*font-family: 'Josefin Sans';*/
}
.header_nav .nav-item.dropdown #navbarDropdown:hover .dropdown-menu {
	display: block !important;
}
@media(min-width:767px){
    .desktop-header{
        display:block;
    }
    .mobile-header{
        display:none;
    }
    .accordion {
    button {
        font-size: 16px !important;
    }
}

}
@media(max-width:768px){
    .desktop-header{
        display:none;
    }
     .mobile-header{
        display:block;
    }
        .service-img.warp_img img {
	width: 100%;
	object-fit: contain;
      }
      .accordion-title{
          font-size:14px;
      }
      button#accordion-button-1{
          padding:8px 15px;
      }
      span.my-icon{
          font-size:13px;
      }
      /*.accordion button .icon{*/
      /*    top:25px;*/
      /*}*/
}
.dropdown-menu_warp {
	position: absolute;
	background: #009dd9;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	border-radius: 10px;
}

.dropdown-menu_warps {
	position: absolute;
	background: #009dd9;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	border-radius: 10px;
}
.dropdown-menu_warp li a {
  color: #fff;
   padding: 8px 12px;
  background-color: var(--siteblColor);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #ffffff3b;
  /*font-family: 'Josefin Sans';*/
}
.dropdown-menu_warps li a {
	color: #fff;
	padding: 8px 12px;
	background-color: var(--siteblColor);
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border-bottom: none;
	/* font-family: 'Josefin Sans'; */
	text-decoration: none;
}


.nav-item.drop_right:hover .dropdown-menu_warp {
	visibility: visible;
	opacity: 1;
}
.nav-link.drop_right_inner_second:hover .dropdown-menu_warps {
	visibility: visible;
	opacity: 1;
}

.header_nav ul li.nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    background-color: transparent;
}
.header_nav ul li.nav-item .dropdown-menu .dropdown-item {
    padding: 12px 15px;
    background-color: var(--siteblColor);
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #ffffff3b;
    /*font-family: 'Josefin Sans';*/
}
.header_nav ul li.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: var(--siteylColor);
}
.header_nav ul li.nav-item .dropdown-menu .active .dropdown-item {
    background-color: var(--siteylColor);
}
.partner-logo {
	margin-left: 15px;
	margin-top: 4px;
}
.partner-logo img{
        height: 90px;   
    }
    
.nav-item.drop_right .nav-link.drop_right_inner {
  position: relative;
}
.nav-item.drop_right .nav-link.drop_right_inner::before {
	content: "\f107";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-family: FontAwesome;
} 

.nav-item.drop_left .nav-link.drop_right_inner_second{
    position: relative;
}
.nav-item.drop_left {
	margin-right: 12px;
}
.nav-item.drop_left .nav-link.drop_right_inner_second::before {
	content: "\f107";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-family: FontAwesome;
} 
    .nav-item.drop_right {
	margin-right: 12px;
}
    .nav-item.drop_left:hover .dropdown-menu_warps {
	visibility: visible;
	opacity: 1;
}
 @media(max-width:1199px){   
  .dropdown-menu_warp {
	visibility: visible;
	opacity: 1;
	display:none;
}  
  .dropdown-menu_warps {
	visibility: visible;
	opacity: 1;
	display:none;
}

.dropdown-menu_warp.menu-open {
	display: block;
	position: inherit;
}
.nav-item.drop_right:hover .dropdown-menu_warp {
	visibility: inherit;
	opacity: inherit;
}
.nav-item.drop_right:hover .dropdown-menu_warps {
	visibility: inherit;
	opacity: inherit;
}
 .nav-item.drop_right .nav-link.drop_right_inner::before {
	right: 20px;
	font-size: 16px;
}    
   .dropdown-menu_warps.menu-open-second {
	display: block;
	position: inherit;
} 
   .nav-item.drop_left .nav-link.drop_right_inner_second::before {

	right: 20px;
	font-size: 16px;
}  
     
 }
    
   @media(max-width:992px){
    section.servicesSe.padding_section .col-8 {
	margin: 0 auto;
	width: 100%;
}
} 
    
@media(max-width:768px){
    li.nav-item {
        margin-bottom: 5px;
    }
    .partner-logo{
        margin: 0px;
    }
    .partner-logo img{
        height: 40px;    margin-left: 15px;
    }
}

/*---header-css-end---*/

/*---footer-css-start---*/
.footer-section {
	/*background:#1c315f;*/
	background:#1c315f00;
	position: relative;
	/* margin-top: 90px; */
	z-index: 9;
}
/*footer.footer-section::before {*/
/*    content:'';*/
/*    position:absolute;*/
/*    bottom:0px;*/
/*    width:100%;*/
/*    height:425px;*/
/*    background-image:url(../img/christmas-tree.png);*/
/*    background-position: bottom;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*    filter: grayscale(1) invert(0.6);*/
/*}*/
/*.logo::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(../img/santa.png);*/
/*    background-repeat: no-repeat;*/
/*    inset: 0px 0px -40px 0px;*/
/*    background-size: 242px;*/
/*    animation: animate 5s ease-in-out infinite;*/
/*}*/
/*@keyframes animate{*/
/*    0%, 100%{*/
/*        transform:translateY(-5px);*/
/*    }*/
/*    50%{*/
/*        transform:translateY(25px);*/
/*    }*/
/*}*/
.snow {
    position: relative;
    display: flex;
    z-index: 999;
    margin-top: -20px;
    width: 100%;
    flex-wrap: wrap;
}
@media(max-width:768px){
    .main {
        overflow: hidden;
    }
    .logo_team_section {
        overflow: visible !important;
    }
    .logo_team_section .logo_team_warp::after {
        width: 80px !important;
        height: 115px !important;
    }
    /*.logo::before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    background-image: url(../img/santa.png);*/
    /*    background-repeat: no-repeat;*/
    /*    inset: 5px 60px -15px 194px;*/
    /*    background-size: 150px;*/
    /*    animation: animate 5s ease-in-out infinite;*/
    /*}*/
}
.snow span{
    position:relative;
    min-width:5px;
    height:5px;
    background:#fff;
    border-radius:50%;
    margin:0 1vw;
    box-shadow: -100px 20px 5px #fff, 100px 20px 10px #fff;
    animation: animatesnow 25s linear infinite;
    animation-duration: calc(155s / var(--i));
}
.snow span:nth-child(even){
    min-width:10px;
    height:10px;
}
@keyframes animatesnow{
    0%{
        transform: translateY(-10vh)
    }
    100%{
        transform: translateY(100vh)
    }
}

.footer_abome {
    padding-right: 50px;
}
.footer-section .container {
    position: relative;
}
.logo_slide {
    background: var(--siteylColor);
    padding: 60px;
    position: relative;
    /*top: -90px;
    left: 0;
    width: 100%;*/
    z-index: 1;
    border-radius: 15px;
}
.logo_slide .item img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    background-color: var(--sitewhColor);
    /* border: 1px solid var(--sitegryColor); */
    padding: 15px;
    border-radius: 8px;
}
.logo_slide_footer {
    position: relative;
}
.logo_slide_footer:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--sitewhColor);
    z-index: 0;
}
.logo_slide_footer:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
    background-color: var(--sitefooterlColor);
    z-index: 0;
}
.running-taxi .taxi-2 {
    background-image: url(../img/santa-reindeer.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 158px;
    height: 48px;
    right: 0;
    bottom: 0;
    animation: running-anim 30s linear infinite;
    /*animation: move 100s linear infinite;*/
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% -100%;
  }
}

@keyframes running-anim{
    0%{ right:-30%;}
    100%{ right:100%;}
}
.footer-cta {
    border-bottom: 1px solid var(--sitegryColor);
    /*padding: 220px 0 70px;*/
    padding: 70px 0 70px;
}
.single-cta i {
  color: var(--siteylColor);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: var(--sitewhColor);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: var(--sitegryColor);
  font-size: 15px;
}
.single-cta {
    display: flex;
}
.footer-content {
    position: relative;
    z-index: 2;
    padding: 90px 0 !important;
}
.footer_map iframe {
    height: 330px;
    width: 100%;
    background: #ccc;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #ccc !important;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
	margin-bottom: 15px;
}
.footer-logo img {
	max-width: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: var(--siteScBColor);
  line-height: 24px;
}
.footer-social-icon span {
  color: var(--sitewhColor);
  display: block;
  font-size: 20px;
  font-weight: 700;
  /*font-family: 'Poppins', sans-serif;*/
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: var(--sitewhColor);
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*background: var(--sitewhColor);*/
    color: var(--sitewhColor);
}
.fa-facebook-f{
  background: #2176D0;
}
.fa-instagram{
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.fa-twitter{
  background: #1ABAF9;
}
.fa-linkedin-in{
  background: #0e5aaa;
}
.fa-youtube{
  background: #d01010;
}
.fa-medium {
    /* background: #000; */
    border: solid 1px #ffffff;
}
.footer-widget-heading h3 {
  color: var(--sitewhColor);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--siteylColor);
}
.footer-widget ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.footer-widget ul li a:hover {
    color: var(--siteylColor);
}
.footer-widget ul li a {
    display: block;
    position: relative;
    color: var(--sitegryColor);
    text-transform: capitalize;
    text-decoration: none;
}
.footer-widget ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 0;
    /* background-color: var(--siteylColor); */
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    border-bottom: 1px solid var(--siteylColor);
}
.footer-widget ul li a:hover::after {
    width: 30px;
    visibility: visible;
    opacity: 1;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: var(--sitewhColor);
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--siteylColor);
    padding: 13px 20px;
    border: 1px solid var(--siteylColor);
    top: 0;
}
.subscribe-form button i {
  color: var(--sitewhColor);
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: var(--sitedarkColor);
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: var(--sitegryColor);
}
.copyright-text p a{
  color: var(--siteylColor);text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--siteylColor);
}
.footer-menu li a {
  font-size: 14px;
  color: var(--sitegryColor);text-decoration: none;
}
.logo_slide .section-title {
    text-align: left;
    margin: 0 0 15px;
}
.logo_slide .section-title h2 {
    margin: 0;
    font-size: 36px;
    color: var(--sitewhColor);
}
/*---footer-css-end---*/

/*---hero-css-start---*/

.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon {
        background-image: none !important;
}
.carousel-item img {
	height: calc(100vh - 200px);
	object-fit: cover;
	object-position: top;
	/* object-position: bottom; */
}
.carousel-item video{
    height: calc(100vh - 86px);
    object-fit: cover;
    object-position: top;
    /*object-position: bottom;*/
}
.carousel-caption {
    position: absolute;
    height: fit-content;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--sitewhColor);
    text-align: left;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
}
.carousel-contant {
    /*max-width: 650px;*/
}
.slide-btn {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
    /*justify-content: center;*/
    max-width: 650px;
}
.carousel-caption h5.mb-0 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px !important;
    color: var(--sitewhColor);
    visibility: visible !important;
    max-width: 650px;
}
.carousel-caption p.mb-0 {
    text-transform: capitalize;
    margin-bottom: 20px !important;
    color: var(--sitewhColor);
    max-width: 650px;
}
.slider-arrow button {
    color: var(--sitewhColor);
    background-color: var(--siteblColor);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.slider-arrow button.carousel-control-prev {
    left: 100px;
    transition: all 0.3s;
}
.slider-arrow button.carousel-control-next {
    right: 100px;
    transition: all 0.3s;
}
.carousel.slide.carousel-fade:hover .slider-arrow button.carousel-control-prev {
    left: 15px;
}
.carousel.slide.carousel-fade:hover .slider-arrow button.carousel-control-next {
    right: 15px;
}
.slider-arrow button span {
    line-height: 31px;
}
.carousel-indicators {
    display: none;
}
.slider-arrow button {
    opacity: 1;
}
.carousel-item:before {
    content: '';
    background: var(--siteDaBlColor);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    opacity: 0.5;
}
.carousel-item::after {
    content: '';
    background-image: url(../img/shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 450px;
    height: 450px;
    position: absolute;
    display: block;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}
/*.carousel-item .container {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    margin: auto;
    right: 0;
}*/
.slide-btn a.btn.white-btn {
    background-color: var(--siteblColor);
    color: var(--sitewhColor);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.carousel-indicators {
    bottom: 75px !important;
}
/*---hero-css-end---*/

/*---Services-css-start---*/
.services_colDiv {
    padding-top: 116px;
}
.servicesSe .section-title {
    text-align: left;
}
.services_carousel_col {
    position: relative;
}
.services_carousel_col::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -70px;
    /* transform: translate(0, -50%); */
    width: 140px;
    height: 160px;
    /* background: var(--siteScBColor); */
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* -webkit-animation: rotation 25s infinite linear; */
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}
.services_carousel_col::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -70px;
    /* transform: translate(0, -50%); */
    width: 140px;
    height: 160px;
    /* background: var(--siteScBColor); */
    border-radius: 0;
    z-index: 0;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* -webkit-animation: rotation 25s infinite linear; */
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
/*.servicesSe::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--siteScBColor);
    border-radius: 0;
    z-index: -1;
    clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
}*/
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.services_col {
    padding: 15px 25px;
    height: 250px;
    position: relative;
    transition: all 0.3s ease;
    background-color: var(--sitewhColor);
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.services_col:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    transform: scale(1.02);
}
.services_col img {
	width: 70px !important;
	height: 70px;
	margin-bottom: 15px;
	border-radius: 70px;
	/* border: 1px solid var(--siteylColor); */
	object-fit: contain;
}
.services_col h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.services_col h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100px;
    height: 4px;
    border-bottom: 2px solid var(--sitegryColor);
    border-top: 2px solid var(--siteylColor);
}
.services-carousel .owl-dots {
    display: none;
}
.services-carousel .owl-nav {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: -110px;
}
.services-carousel .owl-nav button {
    color: var(--sitewhColor) !important;
    background-color: var(--siteblColor) !important;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 40px !important;
    line-height: 40px !important;
}
.services-carousel .owl-nav button:hover {
    background-color: var(--siteylColor) !important;
}
.services-carousel .owl-nav button span {
    height: 40px !important;
    display: block;
    line-height: 36px;
}
.services_col p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    font-size: 14px;
}
/*---Services-css-end----*/

/*---About-css-start----*/
.aboutSe .section-title {
    text-align: left;
}
.aboutSe .seccolText {
    padding-left: 70px;
}
.about_imgCol {
    padding-right: 70px;
    /*padding-bottom: 70px;*/
    position: relative;
    z-index: 0;
}
.about_imgCol img.aboutProfile {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 5px solid var(--siteylColor);
    position: absolute;
    right: 0;
    bottom: -40px;
    animation: zoom-in-zoom-out 2s ease-out infinite; 
    transition: all 0.9s;
}
.about_imgCol figure {
    margin: 0;
    /*overflow: hidden;
    border: 5px solid var(--sitegryColor);*/
    border-radius: 15px;
}
.about_imgCol figure img {
    border-radius: 0;
    height: 450px;
    object-fit: contain;
    object-position: top; 
    transition: all 0.9s;
}
.aboutSe:hover figure img {
    transform: scale(1.1);
}
.aboutSe:hover figure + img.aboutProfile {
    transform: scale(1.1);
}
/*.about_imgCol::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -60px;*/
/*    bottom: -70px;*/
/*    width: 140px;*/
/*    height: 160px;*/
/*    border-radius: 0;*/
/*    z-index: -1;*/
/*    background-image: url(../img/shape2.png);*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.about_imgCol::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -70px;*/
/*    width: 140px;*/
/*    height: 160px;*/
/*    border-radius: 0;*/
/*    z-index: -1;*/
/*    background-image: url(../img/shape2.png);*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*---About-css-end----*/

/*---About-Count-css-end----*/
.about_count {
    background-image: url(../img/about1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_count.padding_section {
    /*padding: 90px 0;*/
}
.about_count::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #009dd9ab;
}
.about_count .container {
    position: relative;
    z-index: 1;
}
.counter{
    color: var(--siteylColor);
    text-align: center;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.counter:before {
    content: '';
    background-color: var(--sitewhColor);
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.counter::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--siteylColor);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 0;
}
.counter .counter-content {
    padding: 20px 15px 15px;
    position: relative;
    z-index: 2;
}
.counter .counter-content span {
    font-size: 30px;
    padding-left: 2px;
}
.counter .counter-value{
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    display: block;
    color: var(--sitedarkColor);
}
.counter h3{
    color: var(--siteblColor);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.counter .counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--siteblColor);
    color: var(--sitewhColor);
    font-size: 25px;
    /*line-height: 52px;*/
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 50px;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.counter:hover .counter-icon {
    color: var(--sitewhColor);
    background-color: var(--siteylColor);
}
/*---About-Count-css-end----*/

/*---Hire-Count-css-start----*/
.hireSec.padding_section.secBg {
   /*background-image: url(../img/holi/holi-back-bg.jpg);*/
    background-position: bottom;
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}
.hireSec .section-title {
    text-align: left;
}
.hireSec:hover figure img {
    transform: scale(1.1);
}
.hireSec .about_imgCol {
    padding: 0 0 0 70px;
}
.hireSec .about_imgCol::before {
    left: -10px;
    bottom: -70px;
}
.hireSec .about_imgCol::after {
    right: -60px;
    top: -70px;
}
.jobtime0 {
    display: flex;
    column-gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 15px;
    color: var(--siteblColor);
}
.jobtime0 li img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.jobtime0 li {
    padding-left: 30px;
    position: relative;
}
.career-page .jobtime0 li {
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    background-color: var(--siteScBColor);
    border: 1px solid var(--sitegryColor);
    transition: all 0.3s;
}
.career-page .jobtime0 li:hover {
    transform: scale(1.01);
    background-color: var(--sitegryColor);
}
.career-page .jobtime0 li img {
    top: 17px;
    left: 15px;
}
.careersSec .seccolText {
    max-width: 630px;
    margin: 0 auto;
}
.card.careers {
    text-align: center;
}
.card.careers .card-body {
    padding: 35px 15px;
    position: relative;
}
.card.careers .card-body::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card.careers .card-body::before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card.careers .card-body .exYer {
    border-bottom: 2px solid #eee;
    padding: 25px 0 15px;
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 25px;
}
.card.careers .card-body .exYer h2 {
    font-size: 52px;
    color: var(--siteblColor);
    line-height: 36px;
}
.card.careers .card-body .exYer span {
    font-size: 14px;
    color: ;
}
.careersSec.padding_section {
    /*padding: 90px 0;*/
}
.card.careers .card-body ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 25px;
}
.vertical-tab {
    display: flex;
    flex-wrap: wrap;
}
.vertical-tab .nav-tabs{
    width: 27%;
    min-width: 27%;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.vertical-tab .nav-tabs li a {
    color: #333;
    background: var(--sitewhColor);
    font-size: 16px;
    font-weight: 600;
    padding: 22px 15px;
    margin: 0 0 10px 0;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    display: flex;
    text-decoration: none;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li.active a:hover{
    color: var(--sitewhColor);
    background: var(--siteblColor);
    border: none;
}
/*.vertical-tab .nav-tabs li a:before{
    content: '';
    background: var(--siteblColor);
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.5);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease 0s,left 0.3s ease 0s,transform 0.4s ease 0.2s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    opacity: 1;
    transform: scale(1);
    left: 0;
}*/
.vertical-tab .tab-content{
    width: 73%;
    color: #888;
    background: linear-gradient(to top right,var(--sitewhColor) 50%, transparent 50%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    /*border-bottom: 4px solid var(--siteblColor);*/
    border-left: 1px solid var(--siteblColor);
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: var(--siteblColor);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.selspostcol img {
    width: 100px;
    height: 100px;
    border: 1px solid var(--siteylColor);
    border-radius: 15px;
    padding: 5px;
    background: var(--sitewhColor);
    margin-bottom: 20px;
}
.selspostSec {
    position: relative;
}
.selspostSec::before {
    content: '';
    position: absolute;
    right: 15%;
    top: 70px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: 0;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*---Hire-Count-css-end----*/

/*---blog-css-start----*/
.blogCol {
    background: var(--sitewhColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    overflow: hidden;
}
.blog-page .blogSec::after {
    bottom: 70px;
}
.blogSec .row {
    row-gap: 25px;
}
.blogSec .section-title {
    /*margin-bottom: 70px;*/
    position: relative;
}
.blogSec::before {
    content: '';
    position: absolute;
    left: 7%;
    top: 170px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blogSec::after {
    content: '';
    position: absolute;
    right: 7%;
    bottom: 110px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blogCol figure {
    overflow: hidden;
    margin-bottom: 0;
}
.blogCol figure img {
    height: 280px;
    object-fit: cover;
    object-position: top;
}
.blog-page .blogCol figure img {
    height: 160px;
}
.blogCol:hover figure img {
    transform: scale(1.1);
}
.blogCol .date_comme {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.blogCol .date_comme li {
    font-size: 12px;
    color: var(--sitePtextColor);
    font-style: italic;
}
.blogCol a {
    text-decoration: none;
    color: var(--sitedarkColor);
}
.blogCol .date_comme li span {
    color: var(--siteblColor);
}
.blogCol .figcaption {
    /*padding: 15px;*/
    margin: 15px;
    /*border: 1px solid var(--sitegryColor);*/
    background-color:#fff;
    border-radius: 0 0 15px 12px;
}
.blog-page .blogSec.padding_section {
    padding-bottom: 135px;
}
.blogCol .figcaption h4 {
    font-size: 20px;
    margin: 15px 0;
    color: var(--sitedarkColor);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.blogCol:hover .figcaption h4 {
    color: var(--siteylColor);
}
.blogCol .figcaption .blogSubtext {
    font-size: 15px;
    color: var(--sitePtextColor);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.blogCol:hover .figcaption .readBtn {
    letter-spacing: 2px;
    color: var(--siteblColor);
}
/*---blog-css-end----*/

/*---clientSec-css-end----*/
.clientSec {
	background-image: url(../img/clientpeople.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.clientSec .section-title {
    margin-bottom: 70px;
}
.clientSec.padding_section, .blogSec.padding_section {
    padding: 90px 0;
}
.clientSec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #009dd9d9;
}
.clientSec .container {
    position: relative;
    z-index: 1;
}
.clientSec .section-title span {
    color: var(--sitewhColor);
}
.clientSec .section-title h2 {
    color: var(--sitewhColor);
}
.testimonials-carousel img.clientImg {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 3px solid var(--sitewhColor);
}
.testimonials-carousel .figcaption .cli02 {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}
.testimonials-carousel .figcaption .cli02 h5 {
	color: #f9ca3b;
}
.testimonials-carousel .figcaption .cli02 p {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.text-justify {
	text-align: justify;
}
.testimonials-carousel .figcaption p {
    color: var(--sitewhColor);
    font-size: 18px;
    line-height: 25px;
    position: relative;
}
.testimonials-carousel figure {
    margin: 0;
    position: relative;
    border-radius: 15px;
    padding: 0 0px 35px;
    max-width: 500px;
}
.testimonials-carousel figure img {
    border: 8px solid var(--sitegryColor);
    display: block;
    width: 100%;
    border-radius: 15px;
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.servicesSe.padding_section.zoho_section.omnistudio_section.enterprise_section .service-img.rant_section {
	max-width: 600px;
	padding: 15px 0px;
}
.testimonials-carousel figure::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 13px;
    z-index: 0;
    background-color: var(--bodyBgColor);
    border-radius: 11px 10px 90% 90%;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}
.testimonials-carousel .owl-nav {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: -50px; */
    /* transform: translate(-50% , 0); */
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.testimonials-carousel .owl-nav  button {
    color: var(--sitewhColor) !important;
    background-color: var(--siteylColor) !important;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 40px !important;
    line-height: 40px !important;
}
.testimonials-carousel .owl-nav  button:hover {
    background-color: var(--sitedarkColor) !important;
}
.testimonials-carousel .owl-nav button span {
    height: 40px !important;
    display: block;
    line-height: 36px;
}
/*---clientSec-css-end----*/

/*---About-page-css-start----*/
.about-page .about_count {
    /*padding-bottom: 180px;
    margin-bottom: -90px;*/
}
/*---About-page-css-end----*/

/*---Team-css-start----*/
.teampop_modal .modal-header {
    position: relative;
    text-align: center;
    justify-content: center;
}
.teampop_modal .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 25px;
}
.modal-body.teamsumm {
    text-align: center;
}
.our-team .team-content .btn.bg_btn {
    margin: 15px 25px;
}
.modal-body .post {
    color: var(--siteblColor);
    font-size: 16px;
    font-weight: 500;
}
.teamsumm p {
    font-size: 15px;
    font-weight: 300;
}
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team:before{
    content: "";
    width: 130px;
    height: 150px;
    /*background: var(--siteblColor);*/
    position: absolute;
    z-index: -1;
}
.our-team:before{
    bottom: -20px;
    left: 0;
}
.our-team:after{
    top: -20px;
    right: 0;
}
.our-team .pic{
    margin: 0;
    position: relative;
    border: 3px solid var(--siteblColor);
    transition: all 0.5s ease 0s;
}
.teamNamePodt {
    background: var(--siteblColor);
    padding: 10px 0;
}
.teamNamePodt .title {
    margin-bottom: 0;
}
.our-team:hover .pic{
    border-color: var(--sitedarkColor);
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #33343e;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    height: 300px;
}
.our-team .team-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0.2s;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-team:hover .team-content {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: var(--sitewhColor);
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team .post{
    font-size: 14px;
    color: var(--sitewhColor);
    line-height: 26px;
    text-transform: capitalize;
}
.our-team .social {
    padding: 0;
    margin: 15px 15px 0 15px;
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid var(--sitewhColor);
    font-size: 18px;
    color: var(--sitewhColor);
    margin: 0;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.our-team .social li a:hover {
    background: var(--sitewhColor);
    color: var(--siteblColor);
    border-color: var(--siteblColor);
}
.our-team .social li a i {
    background: transparent !important;
}
.teamSec {
    position: relative;
}
.teamSec::before {
    content: '';
    position: absolute;
    left: 7%;
    top: 170px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: 0;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.teamSec::after {
    content: '';
    position: absolute;
    right: 7%;
    bottom: 70px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: 0;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.teamSec.padding_section {
    padding: 90px 0 120px;
}

/*---Team-css-end----*/

/*---services-page-css-start----*/
.services-page .servicesSe {
    padding: 90px 0 135px;
    position: relative;
}
.services-page .servicesSe .figcaption p {
    margin-block-start: ;
    margin-bottom: 0;
}
.services-page .servicesSe .section-title {
    margin: 0 0 40px;
}
.services-page .services_carousel_col::before, .services-page .services_carousel_col::after {
    display: none;
}
.services-page .servicesSe::before {
    content: '';
    position: absolute;
    right: 12%;
    top: 60px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: 0;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-page .services_carousel_col .services_col {
    height: 100%;
}
.services-page .services_carousel_col div:nth-child(even) .services_col {
    background-color: var(--siteScBColor);
}
.services-page .services_carousel_col .services_col {
    border: 1px solid var(--siteblColor);
}
.services-page .services_carousel_col .services_col p {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: auto;
    text-overflow: unset;
}
.services-page .services_carousel_col .services_col.active {
    background-color: var(--siteblColor) !important;
}
.services-page .services_carousel_col .services_col.active h3 {
    color: var(--sitewhColor);
}
.services-page .services_carousel_col .services_col.active p {
    color: var(--sitewhColor);
}
/*---services-page-css-end----*/

/*---contact-css-start----*/
.successfullyContactpop {
    position: relative;
    padding: 35px 25px;
}
.form-control.error {
    border: 1px solid red;
}
.form-control.valid {
    border-color: #41a641;
}
.form-control.error + .error {
    color: red;
    font-size: 14px;
    font-style: italic;
}
.modal.success-message {
    background: #0000004f;
}
.modal.success-message.show-thankyou-message {
    opacity: 1;
    display: block;
}
.successfullyContactpop .btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: ;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 50px;
    opacity: 1;
    box-shadow: 0 0 15px #00000024;
}
.successfullyContactpop svg {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    display: block;
}
.successfullyContactpop .modal-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}
.successfullyContactpop p {
    text-align: center;
    font-size: 20px;
    /*font-family: 'Josefin Sans';*/
    margin-bottom: 0;
    color: #000;
}
.contact-popup form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
/*.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}
.was-validated .form-control:valid{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
}*/


.success_mess {
    color: green;
    /*margin-bottom: 15px;*/
}
.contact-popup .form .form-fildgroup {
    /* max-height: 380px; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    /* margin-top: 30px; */
    overflow: auto;
    padding: 0 5px;
}
.myContactFormPopBtn {
    position: fixed;
    bottom: 240px;
    right: 15px;
    z-index: 99;
    padding: 5px;
    line-height: 15px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid var(--siteylColor);
    background: var(--siteblColor);
    color: var(--sitewhColor);
    cursor: pointer;
    font-size: 28px;
}

.fixed_button {
	bottom: 130px !important;

}
form .form-group .form-control {
    min-height: 46px;
    font-size: 15px;
    line-height: 32px;
}
form .form-group {
    margin-bottom: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact-popup {
    max-width: 400px;
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 999;
    display: none;
    width: 100%;
    height: calc(100vh - 216px);
}
button.cancelClose {
    position: absolute;
    bottom: -75px;
    right: 0px;
    z-index: 999;
    padding: 5px;
    line-height: 15px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid var(--siteylColor);
    background: var(--siteblColor);
    color: var(--sitewhColor);
    cursor: pointer;
    font-size: 28px;
}
.contact-col {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
}
.contact-popup form h5 {
    cursor: pointer;
    text-align: center;
    margin: 0px 0px 20px;
    background: var(--siteblColor);
    color: var(--sitewhColor);
    padding: 15px;
}
.contactpopHed {
    /* position: fixed; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    margin: -25px -25px 0;
}
.contact-col form h5 {
    text-align: center;
    margin: -25px -25px 20px;
    background: var(--siteblColor);
    color: var(--sitewhColor);
    padding: 15px;
}
.contact-popup .cancel {
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    border: none;
    color: var(--sitewhColor);
}
.contact-popup form .btn.bg_btn {
    width: 100%;
    max-width: 48px;
    min-width: auto;
    padding: 10px;
    border-radius: 50px;
    margin-left: auto;
    display: block;
    margin-top: 15px;
}
.contact-popup form .btn.bg_btn svg {
    position: relative;
    left: -2px;
}

.myContactFormPopBtn:before {
     content: "";
    position: absolute;
    width: 150%;
    height: 146%;
    animation: pulsate1 2s;
    animation-iteration-count: infinite;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/*---contact-page-css-end----*/

/*---Gallery-page-css-start----*/
.gallery_page.padding_section {
    /*padding: 90px 0;*/
}
.gallery-container {
    /*background-color: #fff;*/
    color: #35373a;
    min-height: 100vh;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    /*font-family: 'Droid Sans', sans-serif;*/
    font-weight: bold;
}
.lightbox {
    position: relative;
    display: block;
    border: 1px solid var(--sitegryColor);
    border-radius: 15px;
    overflow: hidden;
}
.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}
.tz-gallery .row {
    row-gap: 25px;
}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 300px;
    object-fit: cover;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: '🔍';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.baguetteBox-button {
    background-color: transparent !important;
}
/*---Gallery-page-css-end----*/

/*---Technologies-page-css-start----*/
.technologies_sec.padding_section {
    /*padding: 90px 0;*/
}
.technologies_sec .row {
    row-gap: 25px;
}
.technologiimg img {
    padding: 25px;
    height: 200px;
    object-fit: contain;
    border: 1px solid var(--sitegryColor);
    border-radius: 15px;
}
.technologiimg img:hover {
    border: 1px solid var(--siteblColor);
}
/*---Technologies-page-css-end----*/

/*---Privacy-Policy-page-css-start----*/
.privacyPolicy .entry-content h3, .privacyPolicy .entry-content h4 {
    margin: 25px 0 15px;
}
.privacyPolicy.padding_section {
    padding: 90px 0;
}
.privacyPolicy .entry-content {
    position: relative;
}
.privacyPolicy .entry-content::after {
    content: '';
    position: absolute;
    left: -70px;
    top: -70px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.privacyPolicy .entry-content::before {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 140px;
    height: 160px;
    border-radius: 0;
    z-index: -1;
    background-image: url(../img/shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.privacyPolicy ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}
/*---Privacy-Policy-page-css-end----*/

/*---Events-page-css-start----*/
.eventsSec {
    /*padding: 90px 0;*/
}
.eventsSec .eventsRow {
    position: relative;
}
.eventsSec .eventsRow .event_col {
    max-width: 50%;
    position: relative;
    margin-bottom: 75px;
    padding-right: 75px;
}
.eventsSec .eventsRow .event_col .card {
    border-radius: 15px;
    overflow: hidden;
}
.eventsSec .eventsRow .col-12:nth-child(even) .event_col {
    margin-left: auto;
    padding-right: 0;
    padding-left: 75px;
}
.eventsSec .eventsRow .col-12:last-child .event_col {
    margin-bottom: 0;
}
.eventsSec .eventsRow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 100%;
    width: 3px;
    background-color: var(--siteblColor);
    z-index: 0;
}
.eventsSec .eventsRow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 300px;
    width: 3px;
    background-color: var(--siteylColor);
    z-index: 1;
}
.season_tx {
    position: absolute;
    right: -1px;
    top: 0px;
    height: 40px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sitedarkColor);
    color: var(--sitewhColor);
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
}
.events_point {
    position: absolute;
    right: -60px;
    top: 0;
    height: 40px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--siteylColor);
    color: var(--sitewhColor);
    font-size: 18px;
    font-weight: 600;
    border-radius: 0 5px 5px 0px;
}
.eventsSec .eventsRow .event_col .figcaption h3 {
    color: var(--siteblColor);
    font-size: 22px;
    margin-bottom: 10px;
}
.eventsSec .eventsRow .event_col img {
    max-height: 320px;
    object-fit: cover;
}
.eventsSec .eventsRow .event_col figure {
    margin-bottom: 0;
}
.eventsSec .eventsRow .col-12:nth-child(even) .event_col .season_tx {
    left: 0;
    border-radius: 0 5px 5px 0px;
    right: auto;
}
.eventsSec .eventsRow .col-12:nth-child(even) .event_col .events_point {
    left: -60px;
    border-radius: 5px 0 0 5px;
    right: auto;
}
/*---Events-page-css-end----*/

@media(max-width:768px){
     .logo .main_logo {
    width: 70px;
}
    
    
}
.main_logo{ width: 125px; }

/*---responsive-css-start---*/
@media (min-width:1200px){
     .logo .main_logo {
            width: 90px;
    }   
    .partner-logo img {
        height: 65px;
    }
}

.team-flx {
    flex: 0 0 25%;
    max-width: 25%;
}
.team-flx img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    border-radius: 5px;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 50%;
    max-width: 50%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.team-flx:hover img {
    filter: grayscale(0%);
}
.team-flx div {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    /*padding: 10px 10px 0px 0px;*/
}
.team-flx p {
    font-size: 16px;
    font-weight: 500;
    /*padding: 0 10px 10px 10px;*/
}
.team-flx p i {
    font-size: 20px;
    padding: 12px;
    color: #ffffff;
    background: #009dd9;
    border-radius: 50%;
}
.team-flx p i:hover {
    filter: grayscale(100%);
}
.skills{
    font-size:14px !important;
    color:#41484e;
}
.team-flx-inner p {
    align-content: center;
    font-size: 16px;
    margin: 0;
}
.team-flx a {
    border-radius: 0 !important;
}
.row.my-team {
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
}
.team-flx-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 5px;
}
.section-title-my h2 {
    margin: 20px 0;
    color: #000;
    text-align: center;
}
@media (max-width:767px) {
    .team-flx {
    flex: 100%;
    max-width: 100%;
}
.section-title-my h2 {
    margin: 0px 20px;
    color: #000;
}
.my-team {
    padding: 25px;
}
    .footer-logo{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer-logo img{
        margin-left:0px !important;
    }
    .careersSec.padding_section {
    padding: 30px 0;
}
  
    .header-scroll .header_nav.fixed-header {
    height: auto;
 }
    .carousel-item::after {
    width: 110px;
    height: 110px;
}
.navbar-toggler.btn.bg_btn {
    min-width: auto;
}
.carousel-item img {
    min-height: 520px;
    height: auto;
}
.carousel-item video {
    min-height: 520px;
    height: auto;
}
.slider-arrow {
    display: none;
}
.slider-arrow button {
    top: auto;
    bottom: 30px;
    border-radius: 50px;
}
.carousel.slide.carousel-fade:hover .slider-arrow button.carousel-control-next {
    right: 95px;
}
.carousel.slide.carousel-fade:hover .slider-arrow button.carousel-control-prev {
    left: 95px;
}
.padding_section {
    padding: 30px 0;
}
.about_imgCol {
    padding-right: 0;
}
.about_imgCol img.aboutProfile {
  width: 90px;
  height: 90px;
}
.aboutSe .seccolText {
    padding-left: 0;
    padding-top: 35px;
}
.about_imgCol figure img {
    height: 200px;
}
.section-title h2 {
    font-size: 32px;
}
.my-section-title h2 {
    font-size: 32px;
}
.section-title {
    margin: 0 auto 10px;
}
.about_count.padding_section {
    padding: 30px 0 0;
}
.about_count.padding_section .counter {
    margin-bottom: 30px;
}
.my-section-title h2{
    font-size:30px;
}
.services_carousel_col .services-carousel {
    margin-top: 30px;
    border: ;
}
.services_carousel_col .services-carousel .owl-stage-outer {
    padding: 15px 0;
}
.services_carousel_col .services-carousel .owl-stage-outer .services_col {
    margin: 0 11px;
}
.services-carousel .owl-nav {
    position: unset;
    justify-content: center;
}
.hireSec .about_imgCol {
    padding: 30px 0 0;
}
.hireSec.padding_section.secBg {
    padding-bottom: 30px;
}
.clientSec.padding_section, .blogSec.padding_section {
    padding: 30px 0;
}
.testimonials-carousel figure img {
    height: 140px;
}
.testimonials-carousel figure {
    padding: 0 28px 35px;
    max-width: 300px;
    margin: 0 auto;
}
.clientSec .section-title {
    margin-bottom: 20px;
}
.testimonials-carousel figure::after {
    bottom: 26px;
    height: 10px;
}
.testimonials-carousel .figcaption p {
    text-align: center;
}
.testimonials-carousel .owl-dots {
    display: none;
}
.blogSec .section-title {
    margin-bottom: 20px;
}
.blogCol {
    margin-bottom: 15px;
}
.carousel-caption h5.mb-0 {
    font-size: 36px;
}
.blogCol figure img {
    height: 170px;
}
.blogSec .mt-5.col-12 {
    margin-top: 0 !important;
}
.logo_slide {
    padding: 30px 30px;
    border-radius: 0;
}
.footer-cta {
    padding: 30px 0 10px;
}
.single-cta {
    margin-bottom: 20px;
}
.single-cta i {
    font-size: 22px;
    margin-top: 0;
}
.footer-content {
    padding: 30px 0 !important;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer_abome {
    padding-right: 0;
    padding-bottom: 30px;
}
.footer-widget-heading h3 {
    margin-bottom: 25px;
}
.footer-widget-heading h3::before {
    bottom: -5px;
    height: 1px;
}
.footer_map {
    padding: 30px 0 0;
}
.teamSec.padding_section {
    padding: 30px 0 0;
}
.services-page .servicesSe {
    padding: 30px 0;
}
.topbaner .section-title h2 {
    font-size: 26px;
}
.services-page .servicesSe .section-title {
    margin: 0 0 15px;
}
.services-page .servicesSe .mb-5 {
    margin-bottom: 15px !important;
}
.contact-popup {
    max-width: 290px;
}
.topbaner {
    min-height: 150px;
    height: auto;
    padding: 40px 0;
}
.logo_slide .item img {
    height: 50px;
}
.technologies_sec.padding_section {
    padding: 30px 0;
}
.gallery_page.padding_section {
    padding: 30px 0;
}
.privacyPolicy.padding_section {
    padding: 30px 0;
}
.blog-page .blogSec.padding_section {
    padding-bottom: 30px;
}
.about_imgCol::after {
    top: 0;
    width: 50px;
    height: 50px;
}
.about_imgCol::before {
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 50px;
}
.services_carousel_col::before {
    left: 15px;
    top: 20px;
    width: 50px;
    height: 50px;
}
.services_carousel_col::after {
    right: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px;
}
.blogSec::before {
    left: 10px;
    top: 60px;
    width: 50px;
    height: 50px;
}
.blogSec::after {
    right: 10px;
    bottom: 80px;
    width: 50px;
    height: 50px;
}
.vertical-tab .nav-tabs {
    width: 100%;
}
.vertical-tab .tab-content {
    border-left: none;
    border-top: 1px solid var(--siteblColor);
}
.vertical-tab .tab-content{
    width: 100%;
}
.eventsSec {
    padding: 30px 0;
}
.eventsSec .eventsRow .col-12:nth-child(2n) .event_col {
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
}
.season_tx {
  min-width: 40px;
}
.eventsSec .eventsRow .event_col {
  max-width: 100%;
  padding-right: 15px;
}
.eventsSec .eventsRow::before {
    left: auto;
    transform: none;
    right: 15px;
}
.eventsSec .eventsRow::after {
    left: auto;
    transform: none;
    right: 15px;
}
.eventsSec .eventsRow .col-12:nth-child(2n) .event_col .events_point {
    left: auto;
    border-radius: 0;
    right: 6px;
}
.eventsSec .eventsRow .col-12:nth-child(2n) .event_col .season_tx {
    left: auto;
    border-radius: 5px 0 0 5px;
    right: 66px;
}
.eventsSec .eventsRow .col-12 .event_col .events_point {
    left: auto;
    border-radius: 0;
    right: 6px;
}
.eventsSec .eventsRow .col-12 .event_col .season_tx {
    left: auto;
    border-radius: 5px 0 0 5px;
    right: 66px;
}
.eventsSec .eventsRow .event_col {
    padding-top: 55px;
    margin-bottom: 25px;
}
}
@media (max-width:576px) {
    .partner-logo {
	display: flex;
	align-items: center;
}

.partner-logo img {
    /* height: 35px; */
    margin-left: 0;
}
.navbar-toggler.btn.bg_btn {
	min-width: auto;
	padding: 5px;
}
.partner-logo.d-sm-block.monday_logo img {
	width: 36px !important;
	height: auto;
	object-fit: contain;
}

.footer-logo .monday_logo img {
	max-width: 50px;
}
}



@media (min-width:320px) and (max-width:991px) {
.services_colDiv {
    padding-top: 25px;
}  
}









@media (min-width:768px) and (max-width:991px) {
    
.padding_section {
    padding: 75px 0;
}
    
}
@media (min-width:992px) and (max-width:1023px) {
    .padding_section {
    padding: 105px 0;
}
}
@media (min-width:320px) and (max-width:1199px) {
    .header-scroll .header_nav.fixed-header {
    height: auto;
}
    .navbar-toggler.btn.bg_btn {
    min-width: auto;
}
.header_nav .navbar .navbar-collapse {
    max-height: 70vh;
    overflow: auto;
}
}
/*---responsive-css-end---*/
.count-text span {
    font-size: 25px;
    font-weight: 600;margin-left: 2px;
}


.my-section-title {
    text-align: center;
    margin: 0px auto 40px;
}
.my-section-title span {
    font-size: 16px;
    color: var(--siteblColor);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-weight: 600;
}
.my-section-title h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #009dd9;
}

.my-figcaption {
    padding: 15px 0 0 0;
}
.my-figcaption p{
    text-align:justify;
}
.service-img img {
    border-radius: 100px 0 100px 0;
}

.domain_warp {
  font-size: 18px;
  padding-bottom: 20px;
}
.expertise_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expertise_text li {
}
.expertise_text li span {
  padding-right: 15px;
}
.expertise_text li span i {
  color: #139cd8;
}
section.servicesSe.padding_section .col-8 {
    margin: 0 auto;
}

.logo-client .owl-stage {-webkit-animation: marquee 40s linear infinite running; -moz-animation: marquee 40s linear infinite running; -o-animation: marquee 40s linear infinite running; -ms-animation: marquee 40s linear infinite running; animation: marquee 40s linear infinite running; }
@keyframes marquee {
from {
transform:translateX(0)
}
to {
transform:translateX(-50%)
}
}
@-moz-keyframes marquee {
0% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
-webkit-transform:translate(-50%);
-moz-transform:translate(-50%);
-o-transform:translate(-50%);
-ms-transform:translate(-50%);
transform:translate(-50%)
}
}
@-webkit-keyframes marquee {
0% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
-webkit-transform:translate(-50%);
-moz-transform:translate(-50%);
-o-transform:translate(-50%);
-ms-transform:translate(-50%);
transform:translate(-50%)
}
}
@-o-keyframes marquee {
0% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
-webkit-transform:translate(-50%);
-moz-transform:translate(-50%);
-o-transform:translate(-50%);
-ms-transform:translate(-50%);
transform:translate(-50%)
}
}
@keyframes marquee {
0% {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
-webkit-transform:translate(-50%);
-moz-transform:translate(-50%);
-o-transform:translate(-50%);
-ms-transform:translate(-50%);
transform:translate(-50%)
}
}

.logo-client figure {
    padding: 30px;
}
.my-figcaption table tr td {
    border: solid 1px #000;
    padding: 10px;
}

.my-figcaption table tr th {
    border: solid 1px #000;
    padding: 10px;
}
.accordion-content ul {
    padding: 0px 20px;
}

.accordion-content a {
    margin: 20px 0px;
}
button#accordion-button-1 {
    background: #009dd9;
}
button#accordion-button-1 {
    padding: 15px 15px;
    border: 3px solid #009dd9;
    border-radius: 20px;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-title {
    color: #fff;
}
button#accordion-button-1:hover {
    border: 3px solid #009dd9;
    background: #032e61;
}
.accordion-content li {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
    list-style: disc;
}
span.my-icon {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    width: 22px;
    height: 22px;
    /* border: 1px solid; */
    border-radius: 22px;
}
.my-job.section-title.wow.fadeIn.animated {
    text-align: left !important;
    max-width: 100% !important;
}
.my-job h6 {
    text-align: center;
}
.my-job h2{
    text-align:center;
}
b, strong {
    font-weight: bolder;
    color: #000;
}
.accordion-item a {
    text-decoration: none;
}
.my-footer-logo {
    margin-bottom: 30px;
    text-align: center;
}
.my-copyright-area {
    background: #151414;
    padding: 25px 0;
}
p.a1 {
    text-align: center !important;
}

.servicesSe.padding_section.zoho_section h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.servicesSe.padding_section.zoho_section .service-img {
  max-width: 680px;
  margin: 0 auto;
}

.table_inner {
	padding: 20px 0px 50px 0px;
}
.table_inner .table-bordered {
  width: 100%;
  margin: 0 auto;
}
.table_inner .table-bordered th {
  padding: 10px;
}
.table_inner .table-bordered td {
  padding: 10px;
}

.service-img.rant_section img {
	border-radius: 10px;
}

.box_author {
	max-width: 500px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);
	margin-left: auto;
}
figure {
	margin: 0;
}

.box_author .row {
	align-items: center;
}
.box_author_right {
	padding: 20px 0px 10px 10px;
}


.inner_content_warp {
	padding-top: 30px;
}


.development_img {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 15px;
}
.development_img img {
  border-radius: 10px;
}


.servicesSe.omnistudio_section h4 {
  font-size: 20px;
  padding-bottom: 15px;
}
.servicesSe.omnistudio_section b {
	text-align: center;
	display: block;
	font-size: 24px;
	color: #f9cd48;
	padding: 10px 0px;
}
@media(max-width:768px){
    #footer {
    background-position: right !important;}
    
}
    #footer{
        position:relative;
        background-color: #022b5f;
    }
    /*#footer:before {*/
    /*       content: '';*/
    /*    position: absolute;*/
    /*    background-image: url(../img/holi/footer-transparent.png);*/
    /*    background-repeat: repeat;*/
    /*    background-size: auto;*/
    /*    background-position:bottom;*/
    /*    top: 0px;*/
    /*    left: 0px;*/
    /*    bottom:0;*/
    /*    right:0;*/
            /*opacity: 0.4;*/
    /*}*/
@media (min-width: 576px) {

    .partner-logo {
    margin-left: 12px;
    margin-top: 4px;
    }
    .logo {
        overflow: hidden;
        position: relative;
    }
    .logo .main_logo {
        width: 70px;
        /*filter: drop-shadow(1px 1px 1px #222);*/
    }
    
    /*.logo:before {*/
    /*   content: '';*/
    /*    position: absolute;*/
    /*    background-image: url(../img/republic-img/flag-gif.webp);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    background-position: center;*/
    /*    top: 23px;*/
    /*    left: 1px;*/
    /*    width: 100px;*/
    /*    height: 55px !important;*/
    /*    z-index: -1;*/
    /*    transform: rotate(327deg);*/
    /*}*/
    /*.logo .logo-icon {*/
    /*    position: absolute;*/
    /*    top: 25px;*/
    /*    left: 4px;*/
    /*    width: 90px;*/
    /*    height: 55px !important;*/
    /*    z-index: -1;*/
    /*    transform: rotate(335deg);*/
    /*}*/
        .partner-logo img {
        height: 65px;
    }
    .partner-logo.d-sm-block.monday_logo img {
    width: 63px !important;}
    
  .header_nav ul li.nav-item a.nav-link {
	font-size: 16px;
	font-weight: 500;
}
    
    .dropdown-menu_warps li a {
    font-size: 14px;}
    
}
@media (max-width: 576px) {
    .dreamforce_heading h1 {
	color: #fff;
	font-size: 22px;
}

}
.servicesSe.padding_section.zoho_section.dreamforce_section .service-img.rant_section {
	max-width: 100%;
	/*border: 3px dashed #009dd9;*/
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.servicesSe.padding_section.zoho_section.dreamforce_section h3 {
	font-size: 25px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}

.servicesSe.padding_section.zoho_section.dreamforce_section p {
  font-size: 16px;
}
.servicesSe.padding_section.zoho_section.dreamforce_section li {
  font-size: 16px;
  margin-bottom: 10px;
}
.servicesSe.padding_section.zoho_section.dreamforce_section p strong {
  margin-right: 0px;
}

.servicesSe.padding_section.zoho_section.dreamforce_section li strong {
  margin-right: 0px;
}
.servicesSe.padding_section.zoho_section.dreamforce_section ul {
  list-style: none;
}

.servicesSe.padding_section.zoho_section.dreamforce_section ul li i {
  margin-right: 10px;
  color: #009dd9;
}

.servicesSe.padding_section.zoho_section.dreamforce_section h3::before {
	content: "\f0a4";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #009dd9;
}
.Green-Earth{ width:50px;}
.stateContainer{
    display: flex;
    justify-content: space-evenly;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 12px;
    margin: 35px auto;
    width: 80%;
}
.ver-line{
    width: 2px;
    background: #009dd9;
}
.StateContent{
    text-align:center;
}
.percent{
    color: #000;
    font-size: 35px;
    margin: 0;
}
.statsDecs{
    font-size: 13px;
    margin: 0;
}
.whyus{
    background: #019dd9;
    padding: 80px 35px;
}
.why-content{
    
}
.why-content-header{
    margin:15px 0;
}
.why-content-header h3{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}
.why-content-desc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.why-content-head{
    width: 40%;
    padding: 45px;
    border: 2px solid #fff;
    margin: 15px;
    border-radius: 10px;
    cursor:pointer;
}
.why-content-head:hover{
    background: #fff;
    transition: background 500ms;
}
.why-content-head:hover h4{
    color:#019dd9;
}
.why-content-head:hover ul li{
    color: #019dd9;
}
.why-content-head h4{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
}
.why-content-head ul{
    list-style: disc;
    margin-left: 15px;
}
.why-content-head ul li{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}
.contact-left{
    font-size: 25px;
    text-transform: uppercase;
    width: 380px;
    font-weight:400;
    margin-left:45px;
    margin-top:110px;
}
.contact-request{
    padding:100px 0;
}
.contact-form{
    border: 1px solid #ddd;
    padding: 60px 40px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0 #00000070;
    margin:auto;
    display:block;
}
.form-group.form-flex{
    display: flex;
    justify-content: space-between;
}
.form-group input{
    border: none;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
}
.form-group input::placeholder, .form-group textarea::placeholder{
    font-size: 13px;
}
.form-group textarea{
    border: none;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
}
.contact-form .form-group{
    margin-bottom: 55px;
}
.messageButton{
    width: 100%;
    background: #009dd9;
    border: none;
    color: #fff;
    padding: 15px;
}
.contact-list{
    padding: 35px 0;
    list-style: disc;
}
.contact-list li{
    line-height: 2.3;
    margin-left: 25px;
}
.pont{
    display: flex;
    align-items: baseline;
}
.check { 
    height: 24px;
    width: 10px;
    border-bottom: 3px solid #009dd9;
    border-right: 3px solid #009dd9;
    transform: rotate(45deg);
    margin: 20px; 
}
.WhatWeProvide{
    background: #eee;
    padding: 70px;
}
.WhatWeProvide h3{
    text-align: center;
    margin: 0 0 50px;
}
.content-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.courses-content{
    width: 310px;
    height: 280px;
    margin-bottom: 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}
.courses-content:hover .overlay{
    display: block;
    position: absolute;
    top: 0;
    padding: 15px;
    background: #000000d1;
    height: 280px;
}
.courses-content:hover .overlay p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}
.content-list{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding:15px;
}
.content-list img{
    width: 200px;
    margin-top: 25px;
}
.overlay{
    display: none;
}




.img_box_ft img {
	width: 50px;
}


.head_office_section .cta-text.warp_fx {
	padding-left: 0;
	display: inline-block;
	border-radius: 20px;
border: solid 1px #fff;	text-align: center;
	padding: 30px 10px;
	position: relative;
	width: 100%;
}

.head_office_section {
	padding: 50px 0px;
}

.head_office_section .cta-text .footer-title {
  font-size: 30px;
  padding-bottom: 20px;
}
.head_office_section .cta-text.warp_fx .img_box_ft {
  margin-top: -46px;
  width: 77px;
  height: 76px;
  display: block;
  border-radius: 20px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 76px;
  margin-top: -80px;
  margin-bottom: 20px;
  background: #009dd9;
}

.cta-text.head_text {
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
	text-transform: uppercase;
}

.head_office_right {
	padding: 0px 90px;
	padding-top: 0;
}

.cta-text.head_text.warp_v {
	text-align: left;
	padding: 0px 90px;
	padding-bottom: 40px;
}
.head_office_right .single-cta.wow.fadeIn.justify-content-center.animated {
  justify-content: left !important;
}

.brach_office_section ul {
  display: flex;
  align-items: center;
}
.brach_office_section ul li {
  width: 25%;
  display: inline-block;
  border-radius: 20px;
  border: solid 1px #fff;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  margin: 0px 10px;
}
.brach_office_section ul li .img_box_ft {
	width: 77px;
	height: 76px;
	display: block;
	border-radius: 20px;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-top: auto;
	margin-bottom: auto;
	/* line-height: 60px; */
	margin-top: -54px;
	margin-bottom: 20px;
	background: #009dd9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brach_office_section {
	padding-top: 0px;
}

.brach_office_section .footer-title {
	font-size: 30px;
}

.brach_office_section h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}

.footer-content {
	position: relative;
	z-index: 2;
	padding: 80px 0 !important;
}
.brach_office_section ul li p {
	color: #fff;
}

.brach_office_section ul li .ops_contactUs_call {
	text-decoration: none;
}

.footer-social-icon a {
    text-decoration: none !important;
}

.footer-logo a {
	text-decoration: none;
}

.certinia_v::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f107";
}
.sub_inner_fx {
	display: none;
	position: absolute;
	right: 232px;
	top: 0;
	width: 300px;
	background: #009dd9;
	padding: 10px;
}

.sub_inner_fx a {
	text-decoration: none;
	width: 100%;
	display: block;
}

.certinia_v {
	position: relative;
}
.certinia_v:hover .sub_inner_fx {
	display: block;
}


@media (max-width:1199px) {

.sub_inner_fx {
   display: none !important;
	position: inherit;
	left: 0;
	top: 0;
	width: 100%;
	background: #009dd9;
	padding: 10px;
}

.certinia_v_inner .sub_inner_fx.menu-open-third:hover {
display: block !important;
}
.certinia_v:hover .sub_inner_fx {
	display: inherit;
}
.sub_inner_fx.menu-open-third {
	display: block !important;
}

}
@media (max-width: 767px) {

.head_office_section .row {
	flex-direction: column-reverse;
}
.cta-text.head_text.warp_v {
text-align: center;
	padding: 0;
	padding-bottom: 0;
}

.head_office_right {
	padding: 0;
	padding-top: 0;
}

.footer-section .container {
	width: 100%;
	max-width: 100%;
}

.cta-text.head_text {
	padding-bottom: 60px;
	text-transform: uppercase;
	padding-top: 20px;
}
.brach_office_section ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.brach_office_section ul li {
	width: 100%;
	margin-bottom: 70px;
}

.brach_office_section ul li:last-child {
	margin: 0;
}

.head_office_right .single-cta.wow.fadeIn.pb-3.animated {
	justify-content: center;
}

.head_office_right .single-cta.wow.fadeIn.justify-content-center.animated {
	justify-content: center !important;
}

.cta-text {
	padding-left: 15px;
	display: inline-block;
	text-align: center;
}

.single-cta i {
	font-size: 22px;
	margin-top: 0;
	display: none;
}

.single-cta {
	margin-bottom: 10px;
}

.head_office_section .cta-text .footer-title {
	font-size: 24px;
	padding-bottom: 15px;
}

.brach_office_section .footer-title {
	font-size: 24px;
}

.head_office_section {
	padding: 35px 0px;
}
}


/***************Professional-page-css***********************/


.professional_section .professional_img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #039ed9;
  bottom: 0;
  opacity: .8;
}

.professional_section .professional_section_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.professional_section .professional_section_inner h1 {
	font-size: 53px;
	color: #fff;
	padding-bottom: 20px;
	font-family: "Red Hat Display", sans-serif;
}
.professional_section .professional_section_inner h2 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 20px;
	font-family: "Red Hat Display", sans-serif;
}
.professional_section .professional_section_inner p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	/*font-family: "Anek Devanagari", sans-serif;*/
}
.professional_service_section.section.erp_services_warp .image {
	width: 100%;
	height: 500px;
}
.professional_service_left ul li {
  margin-bottom: 20px;
}
.professional_service_left ul li:last-child {
  margin-bottom: 0;
}



.same_headings h2 {
	text-align: center;
	font-size: 35px;
	/*text-transform: uppercase;*/
	padding-bottom: 50px;
	font-family: "Red Hat Display", sans-serif;
}

.professional_service_left h3 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	padding-left: 25px;
	margin-bottom: 16px;
	font-family: "Red Hat Display", sans-serif;
}

.professional_service_left p strong {
	color: #009dd9;
	padding-right: 10px;
	display: block;
	font-size: 18px;
}
.professional_service_left h3::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f051";
	color: #3ab3e1;
	font-size: 20px;
}
.professional_service_left p {
	font-size: 16px;
	margin: 0;
	/*font-family: "Anek Devanagari", sans-serif;*/
}
/*.professional_service_left ul {*/
/*  height: 350px;*/
/*  overflow: hidden;*/
/*  overflow: auto;*/
/*}*/

.professional_service_section {
	padding: 50px 0px;
}
.features_psa_section {
  padding-bottom: 50px;
  background: #f8f7f7;
  padding-top: 50px;
}

.features_psa_section .features_inner ul {
  display: flex;
  flex-wrap: wrap;
}
.features_psa_section .features_inner ul li {
	width: 31%;
	background: #fff;
	margin: 15px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.14);
}
.features_psa_section .features_inner ul li img {
    width: 50px;
    padding-bottom: 15px;
}
.features_psa_section .features_inner ul li h4 {
	font-size: 20px;
	padding-bottom: 10px;
	font-family: "Red Hat Display", sans-serif;
}

.features_psa_section .features_inner ul li p {
	margin: 0;
	font-size: 16px;
	font-family: "Anek Devanagari", sans-serif;
}
@keyframes proanicolor{
0%{ background:#fff;}
    49%{ background:#fff;}
}
.desktop-newNavLink sup {
    color: #00a3e1;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f9ca3b;
    padding: 3px 5px;
    border-radius:5px;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: proanicolor;
}
.professional_img img {
	height: 570px;
}

.professional_section .professional_section_inner .row {
	align-items: center;
}

.professional_right {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  background-color: #009DDC94;
}

.professional_section .professional_right h2 {
	font-size: 26px;
	text-align: center;
	font-family: "Red Hat Display", sans-serif;
}


.sections-container {
	width: 100%;
}
.professional_service_section.section {
	display: flex;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0px 15px;
	padding-bottom: 50px;
}

.professional_service_section.section .image {
	width: 100%;
	height: 350px;
	position: sticky;
	top: 96px;
	transition: opacity 0.2s ease-in-out;
	right: 0;
	text-align: right;
	max-width: 610px;
	margin-left: auto;
}
.professional_service_section.section .sections {
	min-height: 600px;
}

.sections-container.professional_service_left ul {
  margin-bottom: 25px;
  list-style: none;
}
.sections-container.professional_service_left ul li {
  list-style: none;
}

.same_headings.warp_head {
	padding-top: 50px;
}

.sections-container.professional_service_left {
	padding-right: 30px;
}
@media(max-width:768px){
  .sections-container.professional_service_left {
	    padding-right: 0px;
    }     
}

.features_psa_section.psa_fx {
	background: #fff;
}

.sections-container.professional_service_left .last_ul {
	margin: 0;
}





.choose_section_wp {
  padding: 50px 0px;
}
.choose_section_wp .choose_section_wp_inner {
  text-align: center;
}
.choose_section_wp .choose_section_wp_inner h2 {
  padding-bottom: 25px;
}
.key_features_section {
  padding-bottom: 50px;
}

.key_features_section ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.key_features_left h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.key_features_section ul li h3::before {
	content: "\f101";
	top: 50%;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	font-family: FontAwesome;
	color: #18a0db;
	font-size: 16px;
}
.features_psa_section.sale_section .same_headings {
  text-align: center;
  padding-bottom: 30px;
}
.features_psa_section.sale_section .same_headings h2 {
  padding-bottom: 30px;
}

.approach_section {
  padding: 50px 0px;
}

.approach_section .approach_left h2 {
  font-size: 28px;
  padding-bottom: 25px;
}

.approach_section .approach_left ul li {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.14);
}
.approach_section .approach_left ul li h4 {
  font-size: 20px;
  padding-bottom: 5px;
}
.approach_section .approach_left ul li:last-child {
  margin: 0;
}
.approach_section .approach_left ul li p {
  margin: 0;
}
.approach_section .row {
  align-items: center;
}
.thank_you {
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.thank_you_content img {
	width: 180px;
	height: auto;
}


.thank_you_content h2 {
  font-weight: 600;
  font-size: 40px;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 10px;
}
.thank_you_content h3 {
  padding-bottom: 10px;
}
.thank_you_content {
	border-radius: 15px;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 10px 30px 0px rgba(21, 21, 21, 0.2);
}



.clients_team_inner_left.logo_bt {
	margin-bottom: 50px;
}

.open_p{
    top:56px;
}

.open_p .modal-dialog {
	max-width: 1000px;
}

.open_p .modal-header {
	justify-content: right;
}


.dropdown-menu_warps.drop_fx_in {
    left: 0;
    right: 0;
    border-radius: inherit;
    top: 35px;
    padding-top: 35px;
    background: inherit;
}



.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first {
	position: relative;
	padding-left: 0;
}
.dropdown-menu_warps.drop_fx_in h4 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #f9ca3b;
}
.inner_drop_wp_first ul li {
	list-style: disc;
	/*list-style-position: inside;*/
	color: #fff;
}
.down_icons::before {
	content: "\f0d7";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: 18px;
}

.down_icons {
	position: relative;
	padding-left: 20px;
	font-size: 17px !important;
	padding-bottom: 5px;
	color: #f9ca3b;
}
.d-flex.justify-content-center.align-items-center.products_wp {
	padding-top: 20px;
}

.inner_drop_wp_first.dynamics {
	padding-top: 10px;
}
.inner_drop_second ul li a {
  padding: 0;
  text-decoration: none;
  border: none;
}
.inner_drop_second ul li {
	/* margin-bottom: 5px; */
	/* padding-left: 24px; */
	position: relative;
	list-style: disc;
	/*list-style-position: inside;*/
}
.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first ul {
    padding-left: 15px;
}

.dropdown-menu_warps.drop_fx_in .inner_drop_second ul {
    padding-left: 15px;
}
.heading_mega {
    padding-bottom: 30px;
    position: relative;
}

.heading_mega h2 {
    font-size: 24px;
}

.heading_mega:before {
    content: "";
    position: absolute;
    bottom: 20px;
    background: #f9ca3b;
    width: 70px;
    height: 3px;
}



/*.inner_drop_second {*/
/*	padding-top: 10px;*/
/*}*/
.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first li a {
	text-decoration: none;
	border: none;
	font-size: 14px;
	padding: 0;
}
.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first li li {
  border: none !important;
}
.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first li {
	/*margin-bottom: 5px;*/
	/*padding-left: 24px;*/
	position: relative;
}

/*.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first li::before {*/
/*	content: "\f101";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	font-family: FontAwesome;*/
/*}*/

/*.inner_drop_second ul li::before {*/
/*	content: "\f101";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	font-family: FontAwesome;*/
/*}*/




.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first li:last-child {
  margin: 0;
}
/*.dropdown-menu_warps.drop_fx_in .inner_drop_wp_first::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	width: 2px;*/
/*	background: white;*/
/*	height: 100%;*/
/*}*/
.dropdown-menu_warps.drop_fx_in .inner_drop_second {
	position: relative;
	padding-left: 0;

}
/*.dropdown-menu_warps.drop_fx_in .inner_drop_second::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	width: 2px;*/
/*	background: white;*/
/*	height: 100%;*/
/*}*/

.dropdown-menu_warps.drop_fx_in .inner_drop_wp {
	background: #009dd9;
	padding: 20px;
}

    .nav-link.drop_right_inner_four {
	position: relative;
}
.nav-link.drop_right_inner_four:before{
    content: "\f107";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-family: FontAwesome;
}
.side_ul li a {
	padding: 0;
	padding-left: 0px;
}

.side_ul li {
	list-style: disc;
	list-style-position: inside;
}

.inner_drop_wp li {
	font-size: 14px !important;
}

/******* prodcut_page_css************/


.title_prodcut .title_prodcut_heading {
  padding-bottom: 40px;
}

.title_prodcut .title_prodcut_heading h1 {
	text-align: center;    font-size: 32px;
	font-weight: 800;
	padding-bottom: 20px;
}

.title_prodcut .title_prodcut_heading p {
	/*text-align: center;*/
	margin: 0;
	/*max-width: 1000px;*/
	/*margin: 0 auto;*/
}
.title_prodcut .title_prodcut_left h2 {
  font-size: 28px;
  padding-bottom: 20px;
}
.title_prodcut_right iframe {
	border-radius: 10px;height:300px;
}
@media(min-width:768px){
    .order-2 {
        order: 0 !important;
    }
}
@media(max-width:767px){
    .title_prodcut_right iframe {
        height:190px;
    }
    .order-2 {
        order: 2 !important;
    }
}

.form_heading {
  padding-bottom: 40px;
}
.form_heading h2 {
  text-align: center;
  font-weight: 800;
}
.title_prodcut {
	padding-top: 50px;
}
/******* prodcut_page_end************/

/******* logo_team_css************/


.logo_team_section .logo_team_warp {
    /*background-image: url(../img/holi/about-gif-ezgif.com-gif-to-avif-converter.avif);*/
    /*background-position: 50% 15%;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1607843137254902);
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

/*.logo_team_section .logo_team_warp::after {*/
/*    content: '';*/
/*    width: 136px;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    top: -96px;*/
/*    right: 0;*/
/*    background-image: url(../img/snow-man.gif);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
.logo_team_section {
	overflow: inherit;
}
.logo_team_section {
    /*background-image: url(../img/ch-star-bg.webp);*/
    /*background-position: 50% -142%;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /* padding-top: 10px; */
    /*filter: grayscale(0.4);*/
    /*z-index: 1;*/
    position: relative;
}
/*section.logo_team_section:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 9px;*/
/*    background-image: url(../img/ch-star-bg.webp);*/
/*    background-position: 50% -48%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    height: 290px;*/
/*}*/
.logo_team_section .logo_team_warp .logo_team_inner h2 {
	font-size: 28px;
	font-weight: 800;
	padding-bottom: 10px;
}
.logo_team_section .logo_team_warp .logo_team_inner p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 8px;
}
.logo_team_section .logo_team_warp .logo_team_inner p:last-child {
  margin: 0;
}
.logo_team_section .logo_team_warp .row {
    align-items: center;
    display: block;
}

.logo_team_section .logo_team_warp .row .col-md-6 {
    width: 100%;
}

.logo_team_section .logo_team_warp .logo_team_inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 12px;
}

.logo_team_section .logo_team_warp .logo_team_inner_right ul {
    justify-content: center;
}

.logo_team_section .logo_team_warp .logo_team_inner_right ul .partner-logo img {
  height: auto;
  width: 105px !important;
}


marquee a:hover {
	color: #fff;
}

.nav-item.drop_right.Product_menu .dropdown-menu_warp.Product_menu_inner {
  width: 190px;
  padding: 10px;
  border-radius: inherit;
}
.nav-item.drop_right.Product_menu .dropdown-menu_warp.Product_menu_inner h4 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #f9ca3b;
}
.nav-item.drop_right.Product_menu .dropdown-menu_warp.Product_menu_inner a {
  width: 100%;
  border: none;
  text-decoration: none;
  padding: 0;
}

.product_menu_inner {
	position: absolute;
	background: #009dd9;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	/* border-radius: 10px; */
	width: 260px;
	padding: 10px 20px;
}

.dropdown-menu_warps.drop_fx_in.warp_fx_z {
    width: 700px;
    /* left: -160px; */
    /* width: 800px; */
    left: auto;
    right: 0;
    position: absolute;
    top: 27px;
}

.product_menu_inner h4 {
  font-size: 15px;
  padding-bottom: 5px;
  color: #f9ca3b;
}
.product_menu_inner li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.nav-item.drop_right_product_menu:hover .product_menu_inner {
  visibility: visible;
  opacity: 1;
}
.nav-link.drop_right_inner_warp {
  position: relative;
}

.nav-link.drop_right_inner_warp:before {
  content: "\f107";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-family: FontAwesome;
}
.nav-item.drop_right_product_menu {
  margin-right: 10px;
}


.product_menu_inner ul li {
  list-style: disc;
  list-style-position: inside;
  width: 100%;
  margin-bottom: 3px;
}

.nav-item.drop_left.studies_text {
	position: relative;
}

/**************our-team-page-css **********************/


.our_team_section {
  padding: 50px 0px;
}
.our_team_heading {
  padding-bottom: 50px;
}
.our_team_heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.our_team_section .img_box_team {
    margin-bottom: 30px;
}

.our_team_section .img_box_team .img_box_team_left figure img {
  /*border: 5px solid #042f61;*/
  border-image: linear-gradient(to right, #079fd9 0%, #1e336c 100%) 1;
    border-width: 4px;
    border-style: solid;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.our_team_section .img_box_team .img_box_team_right h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.our_team_section .img_box_team .img_box_team_right p {
  margin: 0;
  color: #383737;
  padding-bottom: 0;
  font-size: 15px;
}
.our_team_section .img_box_team .img_box_team_right strong {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #383737;
}

.counter-icon.warp_icon img {
	color: #fff;
	width: 32px;
	filter: brightness(0) invert(1);
}


@media (max-width: 1400px) {

.features_psa_section .features_inner ul li {
	width: 31%;
	background: #fff;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.14);
}


}
@media (max-width: 1199px) {
    
  .product_menu_inner {
	position: inherit;
	background: #009dd9;
	visibility: inherit;
	opacity: inherit;
	color: #fff;
	/* border-radius: 10px; */
	width: 100%;
	padding: 10px 20px;
	display: none;
}
.product_menu_inner.menu-open-three {
	display: block;
}
.nav-link.drop_right_inner_warp::before {
	right: 20px;
	font-size: 16px;
}
    .nav-link.drop_right_inner_four:before{
        right: 20px;
    font-size: 16px;
    }
    
    .dropdown-menu_warps.drop_fx_in.inner_four_wx.menu-open-four {
	display: block;
	visibility: visible;
	opacity: 1;
}

.nav-item.drop_left.drop_zy {
	position: relative;
}
.drop_fx_in.inner_four_wx {
  display: none;
}
.drop_fx_in.inner_four_wx.menu-open-four {
  display: block;
}
  .drop_fx_in.inner_four_wx .inner_drop_wp {
  background: #009dd9;
  padding: 20px;
}
  .drop_fx_in.inner_four_wx .inner_drop_wp li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
  .drop_fx_in.inner_four_wx .inner_drop_wp li {
 margin-bottom: 5px;
  /*padding-left: 24px;*/
  position: relative;
}
/*.drop_fx_in.inner_four_wx .inner_drop_wp li:before{*/
/*    content: "\f101";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  font-family: FontAwesome;*/
/*  color: #fff;*/
/*}*/


 .drop_fx_in.inner_four_wx .inner_drop_wp_first {
	position: relative;
	/*padding-left: 20px;*/
}

/*.drop_fx_in.inner_four_wx .inner_drop_wp_first:before{*/
/*    content: "";*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  width: 2px;*/
/*  background: white;*/
/*  height: 100%;*/
/*}*/



}

@media (max-width: 767px) {
    .our_team_section {
	padding: 30px 0px;
}

.our_team_heading h2 {
	font-size: 26px;

}

.our_team_heading {
	padding-bottom: 30px;
}

.img_box_team_right {
	/*margin-top: 15px;*/
}

.our_team_section.board_wp {
	padding-top: 0;
}
/***************product-page*************/
.title_prodcut {
	padding-top: 40px;
}
.title_prodcut .title_prodcut_heading {
	padding-bottom: 30px;
}

.title_prodcut .title_prodcut_left h2 {
	font-size: 24px;
	padding-bottom: 15px;
}

.title_prodcut_right {
	padding-top: 25px;
}
.form_heading {
	padding-bottom: 30px;
}

.carousel-caption h5.mb-0 {
	font-size: 24px;
}
.carousel-item img {
	min-height: 160px;
	height: auto;
	object-fit: cover;
}
.carousel-caption p.mb-0 {
	max-width: 100%;
	font-size: 12px;
	display: none;
}

.slide-btn .btn {
	min-width: 160px;
	padding: 7px 0px;
	font-size: 13px;
}

.logo_team_section .logo_team_warp {
            background-position: top;
        background-size: cover;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.1607843137254902);
    max-width: 100%;
    margin: 0px 12px;
    margin-top: 30px;
}
.logo_team_section .logo_team_warp .logo_team_inner_right ul .partner-logo img {
    height: auto;
    width: 50px !important;
}

.logo_team_section {
    background: none;
}

.logo_team_section .logo_team_warp .logo_team_inner_right ul {
    justify-content: center;
    padding-top: 0px;
    flex-wrap: wrap;
}
.logo_team_section .logo_team_warp .logo_team_inner_right ul li {
    margin: 4px;
}

.logo_team_section .logo_team_warp .logo_team_inner {
    padding-bottom: 0px;
}

.logo_team_section .logo_team_warp .logo_team_inner h2 {
	font-size: 24px;
	font-weight: 800;
	padding-bottom: 10px;
}

.logo_team_section .logo_team_warp .logo_team_inner p {
	font-size: 15px;
	line-height: normal;
	margin-bottom: 8px;
}
.logo_team_inner {
	text-align: center;
}
/***************product-page-end*************/


    .dropdown-menu_warps.drop_fx_in {
	padding-top: 0;
}
    .inner_drop_wp_first.product_in {
	padding-top: 12px;
}
    .open_p .modal-dialog {
	max-width: 100%;
	margin: 0px 20px;
}

    .professional_img img {
	height: 800px;
}

.professional_section .professional_section_inner h2 {
	font-size: 30px;
}

.professional_service_section.section {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	padding-bottom: 40px;
}

.same_headings.warp_head {
	padding-top: 30px;
}

.same_headings h2 {
	text-align: center;
	font-size: 24px;
	padding-bottom: 25px;
}
.professional_service_section.section .image {
	width: 100%;
	height: auto;
	position: inherit;
	top: 0;
	transition: opacity 0.2s ease-in-out;
	right: 0;
	text-align: right;
	max-width: 100%;
	margin-left: initial;
	padding-top: 40px;
}

.professional_service_left h3 {
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-family: "Red Hat Display", sans-serif;
}
.features_psa_section .features_inner ul li {
	width: 100%;
	margin: 0;
	padding: 20px;
	margin-bottom: 20px;
}

.features_psa_section .features_inner ul li:last-child {
	margin: 0;
}

.key_features_left {
	padding-top: 30px;
}

.key_features_section ul li h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.key_features_section {
	padding-bottom: 25px;
}
.approach_section {
	padding: 30px 0px;
}
.approach_section .approach_left h2 {
	font-size: 24px;
	padding-bottom: 20px;
}
.approach_section .row {
	flex-direction: column-reverse;
}

.approach_section .approach_left {
	padding-top: 35px;
}



}

@media (max-width: 576px) {
.professional_img img {
	height: 1000px;
}

.open_p {
	top: 90px;
}

.open_p .modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.open_p .modal-dialog {
	max-width: 100%;
	margin: 0px 12px;
}

}

marquee {
    background-color: #009dd9;
    color: #fff;
    padding: 5px 0;
    display: block;
}
i.fab.fa-whatsapp {
    color: #25D366;
}


/***************details-page-css**********************/

.key_features_section.consulting_warp {
  padding: 50px 0px;
}
.key_features_section.consulting_warp li {
  background: #f1f8ff;
  padding: 15px;
  margin-bottom: 10px;
}
.key_features_section.consulting_warp li p {
  margin: 0;
}

.key_features_section.consulting_warp .consulting_inner {
	text-align: center;
	padding-bottom: 40px;
}
.key_features_section.consulting_warp .consulting_inner h2 {
	padding-bottom: 15px;
	font-size: 35px;
	font-weight: 600;
}

.key_features_section.consulting_warp .consulting_inner p {
	margin: 0;
}

/*.key_features_section.consulting_warp .row {*/
/*	align-items: center;*/
/*}*/


.email_fx {
	margin-top: 10px;
}

.title_prodcut_left ul li {
	margin-bottom: 10px;
	color: var(--sitePtextColor);
}
.title_prodcut_left ul li i {
  margin-right: 15px;
  color: #049ed9;
  font-size: 18px;
}
.title_prodcut_left ul li:last-child {
  margin: 0;
}
.footer_map img {
	border-radius: 12px;
}

@media (max-width: 767px) {
    .professional_section .professional_section_inner h1 {
	font-size: 25px;
	padding-bottom: 15px;
	
}
.professional_section .professional_section_inner p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.key_features_section.consulting_warp .consulting_inner h2 {
	font-size: 24px;
}
.key_features_section.consulting_warp .consulting_inner {
	padding-bottom: 20px;
}

.key_features_section.consulting_warp {
	padding: 35px 0px;
}


}


.contact_page.padding_section.blog-contact.dreamforce_section {
	padding-top: 0;
}


.dremforce_icon {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 999;
	padding: 5px;
	line-height: 15px;
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50px; */
	/* border: 2px solid var(--siteylColor); */
	/* background: var(--siteblColor); */
	background: none;
	border: none;
}



.second_form_warp {
  max-width: 400px;
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: calc(100vh - 216px);
}

.second_form_warp #popup_contact_form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 25px;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.second_form_warp h5 {
  cursor: pointer;
  text-align: center;
  margin: 0px 0px 20px;
  background: var(--siteblColor);
  color: var(--sitewhColor);
  padding: 10px;
}
.second_form_warp .cancel {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  color: #fff;
}

.second_form_warp #popup_contact_form .form-fildgroup {
	overflow: auto;
	padding: 0 5px;
}

.second_form_warp.intro {
	display: block;
}
.fixed_button:hover {
	right: 0 !important;
}

.appexchange_section {
	padding: 50px 0px;
	background: #f9f9f9;
	/*display: none;*/
}

.appexchange_section .appexchange_heading h2 {
	font-size: 36px;
	padding-bottom: 15px;
	font-weight: 900;
}

.appexchange_section .appexchange_right li {
  background: #fff;
  padding: 15px;
  margin-bottom: 12px;
}
.appexchange_section .appexchange_right li strong {
  font-size: 24px;
  padding-bottom: 15px;
  display: block;
}

.appexchange_section .appexchange_right li p b {
	margin-right: 10px;
}


.appexachnge_wx #sidebarWrap {
	height: auto;
	width: 550px;
	float: right;
	position: relative;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}

.appexachnge_wx #content {
	width: 650px;
	height: auto;
}



.appexachnge_wx #sidebar {
  width: auto;
  height: 300px;
  position: absolute;
}

.appexachnge_wx #sidebar.fixed {
	position: fixed;
	top: 110px;
	width: 550px;
}

.appexachnge_wx {
	padding: 50px 0px;
	background: #f9f9f9;
	display: none;
}
.appexachnge_wx .appexchange_right ul li {
  background: #fff;
  padding: 10px;
  margin-bottom: 12px;
}
.appexachnge_wx .appexchange_right ul li strong {
  font-size: 24px;
  padding-bottom: 15px;
  display: block;
}
.appexachnge_wx .appexchange_right ul li p b {
  margin-right: 10px;
}


.appexachnge_wx .appexchange_heading h2 {
	font-size: 36px;
	padding-bottom: 15px;
	font-weight: 900;
}

.appexchange_heading {
  text-align: center;
}
.appexchange_main {
  padding-bottom: 40px;
}

@media (max-width:1400px){
    .appexachnge_wx #content {
	width: 540px;
	height: auto;
}
.appexachnge_wx {
	padding: 40px 0px;
	background: #f9f9f9;
}

.appexachnge_wx .appexchange_heading h2 {
	font-size: 28px;
	padding-bottom: 15px;
}
}


@media (max-width:1199px){

.appexachnge_wx {
	display: none;
}
.appexchange_section {
	display: block;
}

.appexchange_section .appexchange_heading h2 {
	font-size: 25px;
}

}

@media (max-width:767px){

  .appexchange_section .appexchange_heading h2 {
	font-size: 20px;
}  

.appexchange_main {
	padding-bottom: 30px;
}

.appexchange_section .appexchange_right li strong {
	font-size: 22px;
	padding-bottom: 10px;
	display: block;
}

.appexchange_section {
	padding: 35px 0px;
}

.title_prodcut .title_prodcut_heading h1 {
	font-size: 22px;
}
    
}

.quick_section ul {
	padding: 0;
	list-style: disc !important;
	list-style-position: inside !important;
}


.contact_page.padding_section.blog_contact_section {
	padding-top: 0;
}


.map-box {
  background: #fff;
  border-radius: 10px;
}
.map-box .map_img_box {
  position: relative;
}

.map_img_shap .first_shap_icon {
	position: absolute;
	top: 35%;
	left: 106px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .second_shap_icon {
	position: absolute;
	top: 39%;
	right: 136px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map_img_shap .three_shap_icon {
	position: absolute;
	top: 43%;
	right: 155px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map_img_shap .four_shap_icon {
	position: absolute;
	top: 47%;
	right: 146px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .five_shap_icon {
	position: absolute;
	top: 71%;
	right: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.six_shap_icon {
    position: absolute;
    top: 30%;
    right: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_img_shap span {
	font-size: 12px;
	font-weight: 600;
}
.map_img_shap figure img {
	width: 28px;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}


@media(max-width:767px){
    .map_img_shap figure img {
	width: 20px;
}
.map_img_shap span {
	font-size: 10px;
	font-weight: 600;
}
    .map_img_shap .first_shap_icon {
	position: absolute;
	top: 35%;
	left: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .second_shap_icon {
	position: absolute;
	top: 33%;
	right: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .three_shap_icon {
	position: absolute;
	top: 40%;
	right: 104px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .four_shap_icon {
	position: absolute;
	top: 47%;
	right: 105px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map_img_shap .five_shap_icon {
	position: absolute;
	top: 70%;
	right: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my-section-title {
    text-align: center;
    margin: 0px auto 0px;
}
.my-section-title {
    text-align: left;
    margin: 0px auto 0px;
}

}

@media(max-width:480px){
    .map_img_shap .first_shap_icon {
	left: 65px;

}
.map_img_shap .four_shap_icon {
	right: 83px;
}
.map_img_shap .three_shap_icon {
	right: 78px;
	
}
.map_img_shap .second_shap_icon {
	right: 75px;
}
.map_img_shap .five_shap_icon {

	top: 69%;
	right: 15px;
	
}
}
section.servicesSe.padding_section.zoho_section.dreamforce_section.quick_section h5 {
    padding-bottom: 15px;
}

h4.down_icons.sale_text_con {
    margin-left: 0;
    max-width: 100%;
}
.inner_drop_second.warp_vx {
    padding-top: 10px;
}

.inner_drop_wp_first.warp_vx {
    padding-top: 10px;
}



@media(max-width:1199px){
    .dropdown-menu_warps.drop_fx_in .inner_drop_second {
    padding-top: 10px;
}
}

.title_prodcut_left strong {
    padding-bottom: 10px;
    display: block;
}

.accelerators_section .blogCol figure img {
    height: auto;
}





section.case-studies-section {
    padding: 50px 0px;
}

section.case-studies-section .nav-pills .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px 12px;
    line-height: 1;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin: 10px;
    border-radius: 50px;
    background: none;
    color: #009dd9;
    border: 1px solid #009dd9;
}

section.case-studies-section .nav-link.active {
    background: #009dd9;
    color: #fff;
}


section.case-studies-section .nav {
    justify-content: center;
}



.inner_section-tab {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.inner_section-tab img {
    border-radius: 5px 5px 0px 0px;
}

.inner_section-tab .inner_section-tab-content {
    padding: 20px;
}

.inner_section-tab .inner_section-tab-content a.btn.bg_btn.wow.fadeIn.animated.animated {
    background: none;
    border: none;
    box-shadow: none;
    color: #009dd9;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.inner_section-tab .inner_section-tab-content a.btn.bg_btn.wow.fadeIn.animated.animated i {
    margin-left: 10px;
}


section.case-studies-section .case-studies-tab {
    padding-bottom: 25px;
}

.inner_section-tab .inner_section-tab-content h3 {
    padding-bottom: 10px;
    font-size: 20px;
}

section.case-studies-section .col-md-3 {
    padding: 12px;
}


section.title_prodcut.wx .title_prodcut_heading {
    text-align: center;
}

section.title_prodcut.wx .inner_section-tab {
    height: 100%;
    text-align: center;
}

section.title_prodcut.wx .inner_section-tab-content {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

section.title_prodcut.wx .inner_section-tab-content h3 {
    width: 100%;
}

section.title_prodcut.wx .inner_section-tab-content p {
    width: 100%;
}

.title_prodcut {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.title_prodcut.wx .inner_section-tab-content:hover {
    background: #009dd9;
}

section.title_prodcut.wx .inner_section-tab-content:hover h3 {
    color: #fff;
}

section.title_prodcut.wx .inner_section-tab-content:hover p {
    color: #fff;
}
section.title_prodcut.wx .col-md-4 {
    padding: 12px;
}

@media(max-width:767px){
    section.case-studies-section {
    padding: 30px 0px;
}

section.case-studies-section .nav-pills .nav-link {
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 20px 8px;
    margin: 5px;
}

section.case-studies-section .case-studies-tab ul#pills-tab {
    margin: 0 !important;
}

.carousel-caption h5.mb-0 {
    font-size: 18px;
}

h1.mb-0.wow.fadeIn.animated {
    font-size: 18px;
    padding-bottom: 10px;
}

.slide-btn .btn {
    min-width: 140px;
    padding: 7px 0px;
    font-size: 12px;
}

}

.same_headings.warp_head.introduction_wap h2 {
    padding-bottom: 15px;
}

.same_headings.warp_head.introduction_wap p.introduction_wap_content {
    max-width: 1094px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.sections-container.professional_service_left h2 {
    padding-bottom: 20px;
}


section.features_psa_section.agentforce_jj .same_headings {
    text-align: center;
    max-width: 1090px;
    margin: 0 auto;
}

section.features_psa_section.agentforce_jj h2 {
    padding-bottom: 20px;
}

@media(max-width:1400px){
    .slider-arrow button.carousel-control-prev {
    left: 20px;
}

.slider-arrow button.carousel-control-next {
    right: 20px;
    transition: all 0.3s;
}
}

  .firework {
    position: fixed;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, #FF9933, #FFFFFF, #138808);
    border-radius: 50%;
    animation: explode 1s ease-out forwards;
    pointer-events: none;
  }

  @keyframes explode {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(50);
      opacity: 0;
    }
  }

   .block {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: 0.3s ease-in-out;
        }
        .block:hover {
            transform: scale(1.02);
        }
        .challenge {
            background: #ffebee;
            border-left: 5px solid #d32f2f;
            color: #d32f2f;
        }
        .tip {
            background: #e8f5e9;
            border-left: 5px solid #388e3c;
            color: #2e7d32;
        }
        .icon {
            font-size: 24px;
            margin-right: 15px;
        }
   .faq-item {
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
            transition: 0.3s;
        }
        .faq-item:last-child {
            border-bottom: none;
        }
        .faq-item:hover {
            background: #f9f9f9;
        }
        .question {
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
            color: #333;
        }
        .question i {
            margin-right: 10px;
            color: #3498db;
        }
        .answer {
            margin-top: 8px;
            font-size: 16px;
            color: #555;
            display: flex;
            align-items: center;
        }
        .answer i {
            margin-right: 10px;
            color: #27ae60;
        }
h4{
    margin-bottom:10px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 10px;
    top: 40%;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    display: block !important;
    transition: transform .2s ease-in-out;
}
h2.accordion-header {
    border: solid 1px #e0e0e0;
}
.accordion {
    button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 5px;
        color: $text;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ab; /* Halka dark background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9998;
  }

  /* Popup Container */
  .popup {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 100%;
    width: 800px;
    animation: fadeIn 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }

  /* Banner Image */
  .popup img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Close Button */
  .close-btn {
    position: fixed;
    top: 15%;
    right: 15%;
    background: #ff333300;
    color: #fff;
    border: solid 2px #ffffff;
    border-radius: 50%;
    font-size: 23px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Responsive Design */
  @media (max-width: 480px) {
    .popup {
      width: 95%;
    }

    .close-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
    top: 10%;
    right: 10%;
    }
  }
  
  
  
  
  
  /**********************************Dreamforce-Page*************************************/
  .slide-btn-dreamforce {
    text-align: center;
}
section.uma-cloud img {
    height: auto;
    padding-bottom: 50px;
}
.dreamforce h2 {
    font-size: 90px !important;
}
.dreamforce p {
    font-size: 40px;
}
.dreamforce-slide-btn {
    text-align: center;
}
.dreamforce {
    height: 1600px !important;
    margin-top: -243px;
}
.dreamforce-menu nav {
    background: #ffffff00;
    box-shadow: none;
}
.dreamforce:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #12a4dc00 !important;
}
.col-12.banr-set {
    position: absolute;
    top: 32%;
    left: 0%;
}
.col-12.banr-set h4 {
    font-size: 2rem;
}
.marginb-10 {
    margin-bottom: 20px !important;
}
.dreamforce-nav a.nav-link {
    color: #ffffff !important;
}
header.header_nav.desktop-header.dreamforce-menu.fixed-header {
    background: #020c34 !important;
    box-shadow: none !important;
}
.section-title.yelow span {
    color: #fcc003;
}
.about2 {
    margin-top: -800px;
}
a.dreamforce-bnr-btn {
    /* border: solid 2px; */
    padding: 10px 35px;
    font-size: 18px;
    text-decoration: none;
    background: linear-gradient(to right, #009cd8 0%, #0197d2 100%, transparent 50%, transparent 100%) top, linear-gradient(to right, transparent 0%, transparent 0%, #fcc003 50%, #fcc003 100%) bottom, linear-gradient(to bottom, #0283bc 0%, #0000ff 100%, transparent 50%, transparent 100%) left, linear-gradient(to bottom, transparent 0%, transparent 0%, #f5bd05 42%, #f7bc04 100%) right;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-repeat: no-repeat;
}
.about2 h2 {
    text-align: left;
    color: #fff;
}
.about2 span {
    text-align: left;
    color: #fff;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1.1px;
}
.about2 span::before{
    display:none;
}
.fwboldyl {
    color: #f9ca3b !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
.sec-head{
    font-size: 2.5rem !important;
}
.fwboldyl::before {
    display:none;
}
.dreamforce span {
    color: #f5bb05;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    font-size: 28px;
}
.dreamforce span::before {
    display:none;
}
.who-we {
    padding: 80px 0px 0px 0px;
}
.who-we p {
    font-size: 16px;
    letter-spacing: 1px;
}
.dreamforce-ftr {
    background: linear-gradient(190deg, #03155a, #000002);
}
.about2 ul {
    letter-spacing: 1px;
    font-weight: 300;
}
.dreamforce-menu ul li a {
    color: #fff !important;
}
.header-scroll .dreamforce-menu.fixed-header {
    background: #020c34 !important;
}
.about3 {
    margin-top: -100px;
}
.uma-sec {
    margin-top: -100px;
}
.who-we p {
    text-align: left;
}
section.cloud-bnr {
    position: absolute;
    top: 10%;
    left: 27%;
}
section.cloud-bnr {
    position: absolute;
    top: 25%;
    left: 36%;
}
/*section.cloud-bnr img {*/
/*    width: 70px;*/
/*}*/
section.cloud-bnr img {
    height: auto;
    width: 400px;
}
.about2 p {
    text-align: left;
}



@media (max-width: 767px) {
    .col-12.banr-set h4 {
    font-size: 1.4rem;
}
section.services-section img {
    left: -2% !important;
    top: 1% !important;
}
.uma-sec h4 {
    font-size: 18px !important;
    letter-spacing: 1px;
}
.uma-sec p {
    font-size: 20px !important;
}
.about2 h2 {
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.who-we p {
    font-size: 18px;
}
.about2 p {
    text-align: left;
    font-size: 28px !important;
}
section.uma-cloud img {
     padding-bottom: 10px; 
    width: 50px;
}
.dreamforce span {
    font-size: 16px;
}
.dreamforce p {
    font-size: 18px;
    margin: 0 !important;
}
.dreamforce h2 {
    font-size: 40px !important;
}
.col-12.banr-set {
    position: absolute;
    top: 42%;
    left: 0%;
}
    .about2 {
    margin-top: -270px !important;
    }
    .uma-sec {
    margin-top: 0px;
    }
    .dreamforce {
    height: 850px !important;
    }
    section.cloud-bnr {
    position: absolute;
    top: 18%;
    left: 16%;
     }
     section.cloud-bnr img {
    width: 200px;
     }
}



/***************home link dreamforce section********************/

#dream_hero_alert-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #01030f, #031351);
  color: white;
  padding: 12px 25px;
  position: relative;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: 500;
}
div#dream_hero_alert-banner {
    margin-top: 20px !important;
}

#dream_hero_alert-banner svg {
  width: 28px;
  height: 28px;
  fill: white;
}

#dream_hero_alert-text a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

#dream_hero_alert-text a:hover {
  text-decoration: none;
}

/* Left arrow animation */
#dream_left-arrow {
  margin-right: 15px;
  animation: dream_slideLeft 1.8s ease-in-out infinite;
}

/* Right arrow animation */
#dream_right-arrow {
  margin-left: 15px;
  animation: dream_slideRight 1.8s ease-in-out infinite;
}

/* Keyframes for left arrow */
@keyframes dream_slideLeft {
  0% {
    transform: translateX(-12px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-12px);
    opacity: 0;
  }
}

/* Keyframes for right arrow */
@keyframes dream_slideRight {
  0% {
    transform: translateX(12px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(12px);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 600px) {
  #dream_hero_alert-banner {
    font-size: 1rem;
    padding: 10px 15px;
  }
  #dream_hero_alert-banner svg {
    width: 22px;
    height: 22px;
  }
}
span.mobile {
    padding: 0px 6px 0px 77px;
}