/*-------------------------Font Family Google Nunito sans ------------------------*/
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-family: 'Nunito Sans', sans-serif;
}

.brandColor {
    color: #00A0E3 !important
}
/*-------------------------Font Family Google Nunito sans ------------------------*/

.container {
    max-width: 100vw !important;
    padding: 0px !important;
    margin: 0px !important;
    /*background-color: white;*/
}

.page-footer {
    display: none;
}

[data-saaselementtype="Body Container"] { padding: 0px; }

html {
  scroll-padding-top: 180px;
}

html, body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: white;
    overflow-x: hidden !important;
}

hr {
    border: 1px solid #00A0E3;
    background-color: #00A0E3; 
    width: 45px;
    margin-right: 10px
}

.hrStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    z-index: 111;
    position: relative;
}

.hrCenter {
    display: flex;
    flex-direction: row; 
    justify-content: center;
}

/* -------------------------- NavBar Start -------------------------- */

/*------------- Temp nav changes ---------*/
// ul.navbar-nav {
//   padding-right: 5rem;
// }

.ml-custom {
  margin-left: 7rem;
}

@media screen and (max-width: 1200px) {
  .ml-custom {
    margin-left: 0rem;
  }
}
/*------------- Temp nav changes ---------*/

nav a {
    text-decoration: none !important;
    outline: none;
}

nav .fa {
    color: #fff !important;
}

#logoHeader {
    width: 16rem;
    height: 100%
}

@media screen and (max-width: 576px) {
  #logoHeader {
    width: 10rem !important;
    margin-right: 10px;
  }
}

.navBar {
    background-color: #000;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 0px 2em !important;
}

.nav-link {
    margin: .3em .3em 0 .3em;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    color: #fff !important;
}

@media screen and (max-width: 1300px) {
    .nav-link {
        font-size: 1em !important;
    }
}

.navbar-nav .nav-itemH:hover {
    border-top: 3px solid #fff;
    width: max-content;
    position: relative;
}

/* ----------- NavPart2 -------- */
.navpart2 {
    display: flex;
    flex-direction: row;
    align-items: center;  margin-left: 4rem;
}
@media only screen and (min-width:1201px) and (max-width:1333px){
	.navpart2{margin-left: 1rem}
	.navpart2 .nav-link{padding: 0 !important;}
}
button.navButton u { text-transform: capitalize;}
.navpart2 .navButton:hover { background: white; color: #00A0E3; }
@media screen and (max-width: 1199px) {
    .navpart2 {
        flex-direction: column;
        align-items: flex-start; margin-left: 0;
    }
}

.navpart2 li  a {
    color: #fff !important;
    text-decoration: none;
}
.navpart2 li .dropdown-menu a {
    color: #000000 !important;
    text-decoration: none;
}

@media screen and (max-width: 1200px){
    .dropdown-menu-right {
        right: auto !important;
    }    
}

/* MegaMenu DropDown*/

.megaMenu {
    width: 30rem !important;
    padding: 10%;
}
@media screen and (max-width: 1200px){
    .megaMenu {
        padding: 5% !important;
    }
}
@media screen and (max-width: 576px){
    .megaMenu {
        width: 15rem !important;
        padding: 0%;
    }
    .megaSubMenu {
        margin-top: 10px;
    }  
}

/* MegaMenu Company*/
.megaMenuCompany {
    width: max-content;
    padding: 10%;
}
@media screen and (max-width: 1200px) {
    .megaMenuCompany {
        padding: 5% !important;
    }
}

.megaMenuCompany li {
    margin: 10px 0px;
}

/* MegaMenu Company*/

.dropdown:hover .dropdown-menu, 
.dropdown:focus .dropdown-menu, 
.dropdown:active .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* .dropdown:hover  #HomeHeader, 
.dropdown:focus #HomeHeader, 
.dropdown:active #HomeHeader {
    opacity: 0.6 !important;
} */

.dropdown-menu h6 a {
    color: #00A0E3 !important;
    font-weight: 600 !important;
}

.dropdown-menu p {
    margin: 10px 0px 0px 0px !important;
    font-weight: 600;
    color: #777777;
}

.megaMenu li {
    margin: 15px 0px;
}

.megaSubMenu h6 a {
    padding-left: 0.5em !important;
}

.drop-link {
    margin: .3em .3em .3em 0em;
    font-size: 1em;
    font-weight: 500;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.dropdown-menu li a {
    padding-bottom:1px;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}
.resourceMenu {
    .drop-link{padding-left: 0 !important;}
    .fa { color: #000 !important;}
}

.dropdown-menu li:hover a, .dropdown-menu li:hover a, .dropdown-menu li:hover a {
    background-size: 100% 0.05em;
    color: #00A0E3 !important;
}

.megaMenuButtonDiv {
    justify-content: space-evenly !important; 
    margin: 0px !important;
    padding-bottom: 5px !important;
}

.megaMenuButton {
    color: #fff;
    background-color: #00A0E3;
    padding: 6px 30px 6px 30px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #707070;
}

.megaMenuButton:hover {
    color: #fff;
    background-color: #00A0E3;
    transition: background-color 0.2s ease-in-out;
    border:1px solid #707070;
}

.cur-default {
  cursor: default;
}
/* -------------------------- NavBar End -------------------------- */


/* -------------------------- Header Start -------------------------- */
.headerContainer {
    margin-top: 50px !important;
    color: white;
    max-width: 100vw !important;
    position: relative;
}

// @media screen and (max-width: 1200px){
//    .headerContainer {
//         margin-top: 50px !important;
//     }
// }

/* ------- Header Content ---------- */

.headerContent .hrStart {
    align-items: center !important;
}

.headerContent hr {
    border-color: #fff;
    background-color: #fff;
}

.headerContent {
    padding: 5%;
}

.headerContent h1 {
    font-size: 50px;
    font-weight: 700;
    z-index: 111;
    position: relative;
}
.headerContent h2 {
    font-size: 65px;
    font-weight: 700;
}
@media screen and (max-width: 768px){
    .headerContentP p{
        margin-bottom: -0.25rem;
    }
}
.headerContent h4 {
    font-size: 30px;
    font-weight: 600;
}


.headerContentP {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    font-weight: 400;
}

/* -------------------------- Header End -------------------------- */

/* ------------- Bread-Crumb Start -------------- */

/*
.breadcrumb {
    background-color: #edf9ff;
}
*/

/* ------------- Bread-Crumb End -------------- */

/* --------------------------- Fonts Start ---------------------------- */
.fontClass h1 {
   font-size: 2.8rem;
  font-weight: 700;
  color: #424143;
}

.fontClass h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424143;
}

.fontClass h3 {
  font-weight: 200;
  font-size: 1.563rem;
}

.fontClass h4 {
  font-weight: 600;
}

.fontClass p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .fontClass h1 {
    font-size: 37px !important;
  }

  .fontClass h2 {
    font-size: 2.4rem;
  }

  .fontClass h3 {
    font-size: 1.313rem !important;
  }

  .fontClass h4 {
    font-size: 1.4em;
  }

  .fontClass p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .fontClass h1 {
    font-size: 28px !important;
  }

  .fontClass h2 {
    font-size: 1.8rem;
  }

  .fontClass h3 {
    font-size: 1.188rem !important;
  }

  .fontClass h4 {
    font-size: 1.3em;
  }

  .fontClass p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .fontClass h1 {
    font-size: 20px !important;
  }

  .fontClass h2 {
    font-size: 1.6rem;
  }

  .fontClass h3 {
    font-size: 1rem !important;
  }

  .fontClass h4 {
    font-size: 1.2em;
  }

  .fontClass p {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .fontClass h2 {
    font-size: 1.25rem;
  }

  .fontClass h4 {
    font-size: 1.1em !important;
  }

  .fontClass p {
    font-size: 13px;
  }
}

/* --------------------------- Fonts End ---------------------------- */

/* --------------------------- Buttons Start ---------------------------- */

/* nav Button */
.navButton {
    color:#00A0E3;
    background-color: white;
    padding: 6px 20px 12px 20px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #707070;
}

.navButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.navButton:hover u, .navButton:focus u, .navButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

/* white Button */

.whiteButton {
    color:#00A0E3;
    background-color: white;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
    z-index: 111;
    position: relative;
}

.whiteButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
    -webkit-transition: background-size 0.3s ease-in-out;
}

.whiteButton:hover u, .whiteButton:focus u, .whiteButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

/* Blue Button */
.blueButton {
    color: #fff;
    background-color: #00A0E3;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.blueButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.blueButton:hover u, .blueButton:focus u, .blueButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

.blueButton:hover, .blueButton:focus, .blueButton:active {
    color: #00A0E3;
    background-color: #fff;
    /* border: 1px solid #707070; */
    transition: background-color 0.2s ease-in-out;
}

/* Schedule Demo Button */

.demoButton {
    color: #000;;
    background-color: white;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.16) !important;
}

.demoButton a {
    padding-bottom:1px;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.demoButton:hover a, .demoButton:focus a, .demoButton:active a {
    background-size: 100% 0.05em;
    color: #00A0E3;
}


/* transparent Button */

.transparentButton {
    margin-top: 10px;
    background: transparent;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid #fff;
}

.transparentButton a {
    text-decoration: none;
    color: #fff;
}

.transparentButton a {
    padding-bottom: 2px;
    color:#fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.transparentButton:hover a, .transparentButton:focus a, .transparentButton:active a{
    background-size: 100% 0.05em;
}


/* whiteBlue Button */
.whiteBlueButton {
    color: #00A0E3;
    background-color: #fff;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.whiteBlueButton u {
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.whiteBlueButton:hover u {
    background-size: 100% 0.05em;
    border: none;
}

.whiteBlueButton:hover {
    color: #fff;
    background-color: #00A0E3;
    /* border: 1px solid #707070; */
    transition: background-color 0.2s ease-in-out;
}

/* Form Button */
.formButton {
    color: #fff;
    background-color: #000;
    padding: 7px 20px 10px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.formButton u {
    padding-bottom:0px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%) !important;
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.formButton:hover u, .formButton:focus u, .formButton:active u {
    background-size: 100% 0.05em;
}
/* --------------------------- Buttons End ---------------------------- */

/* --------------------------- Common Sections Start ---------------------------- */
/* section {
    padding: 10px 8%;
} */

.sectionPadding {
    padding: 25px 8%;
}

.sectionSidePadding {
    padding: 0px 8%;
}

.wideBorderContainer {
    padding: 0px;
}

.headingCenter .col-12 h1{
    text-align: left;
   
}
.headingCenter .col-12 p{
    text-align: left !important;
   
}
.headingCenter {
    justify-content: center;
    text-align: center;
}

.centerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evenContent {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexLeft {
    display: flex;
    justify-content: left;
    align-items: center;
}

.checkPoints .fa {
    color: #00A0E3 !important;
}

.ecommerceImg:hover, .ecommerceImg2:hover {
    transition: transform 450ms;
    transform: scale(1.02) !important;
}


/*  ----------------- customersLogo Start ------------- */
.customersLogo {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.customersLogo img {
    width: 85%;
    height: 100%
}

.customersLogo p {
    padding: 0px;
    text-align: center !important;
}

@media screen and (max-width: 576px) {
    .break {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .customersLogo {
        padding: 0px;
    }
}

@media screen and (max-width: 764px) {
    .customersLogo img {
        width: 95%;
    }
  }

.customersLogo hr {
    border: 1px solid #00A0E3;
    width: 15em;
    margin: 20px 0px 0px 0px;
}

@media screen and (max-width: 992px) {
    .customersLogo hr {
        width: 12em;
        margin: 10px 0px 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .customersLogo hr {
        width: 9em;
    }
}

/*  ----------------- customersLogo End ------------- */

/* --------------------------- Common Sections End ---------------------------- */

/*--------------------------- WebGraph Counter start ---------------------------*/
.sectionWebGraph {
    padding: 0px !important;
}

.aboutTotal hr {
    border: 1px solid #00A0E3;
    width: 25px;
    margin-right: 0px
}

.dotBackCounter {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI4cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPgo8cGF0aCBkPSJNNyw0YzAtMC41NTIsMC40NDctMSwxLTFWMUM3LjQ0NywxLDcsMC41NTIsNywwSDFjMCwwLjU1Mi0wLjQ0NywxLTEsMXYyYzAuNTUzLDAsMSwwLjQ0OCwxLDFTMC41NTMsNSwwLDV2MgoJYzAuNTUzLDAsMSwwLjQ0OCwxLDFoNmMwLTAuNTUyLDAuNDQ3LTEsMS0xVjVDNy40NDcsNSw3LDQuNTUyLDcsNHogTTQsN0MzLjQ0Nyw3LDMsNi41NTIsMyw2czAuNDQ3LTEsMS0xczEsMC40NDgsMSwxUzQuNTUzLDcsNCw3egoJIE00LDNDMy40NDcsMywzLDIuNTUyLDMsMnMwLjQ0Ny0xLDEtMXMxLDAuNDQ4LDEsMVM0LjU1MywzLDQsM3oiIGZpbGw9IiIvPgo8L3N2Zz4=');
}

.webGraph h3 {
    position: relative;
    top: 3.7em;
    font-weight: 700;
    opacity: 1 !important;
    z-index: 10;
    font-size: 35px;
    color: #00A0E3;
}

.webGraph hr {
    position: relative;
    top: 9em;
}

@media screen and (max-width: 1200px ) {
    .webGraph hr {
        display: none;
    }
}

/* Counter Classes*/
.totalCountSection {
	display: flex;
	align-items: baseline;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

@media screen and (max-width: 992px ) {
   .totalCountSection{
       margin-bottom: 50px;
       margin-top: -50px;
   }
}
.totalCountSection .countDivArea {
	text-align: center;
	flex: 1 0 auto;
	position: relative;
	perspective: 400px;
}

.totalCountSection .countDivArea .countProd {
	color: #00A0E3;
}

.totalCountSection .countDivArea .countProd {
	position: relative;
}

.totalCountSection .countDivArea .countProd span.Count {
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-size: 8em;
	font-weight: 600;
}

.totalCountSection .countDivArea span.countDetail {
	font-size: 17px;
	width: 70%;
	margin: 0px auto;
	max-width: 100%;
	font-weight: 500;
}


.aboutTotal {
	margin: 0px 35px;
}

@media screen and (max-width: 992px) {
	.aboutTotal {
		margin: 0px;
	}
}

.aboutTotal .col-12, .aboutTotal .col-md-3 {
    padding: 0px !important;
}

.countProd span {
	opacity: 0.9 !important;
	font-weight: 700 !important;
}

/*--------------------------- WebGraph Counter End ---------------------------*/

/*---------------------------- Customer Case Study Start -------------------------------------*/

.customer img {
    width: 100%;
    height: 100%
}

.customer p {
    margin-top: 15px;
}

.customer svg:focus {
    outline: none;
}

/*---------------------------- Customer Case Study End -------------------------------------*/

/*--------------------------- Testimonial start ---------------------------*/
.sectionTestimonial {
    padding: 10px 10%;
}

.reviewBox {
    margin: 1em 3em 2em 3em;
    background-color: #f0f0f0;
    box-shadow: 0px 15px 15px #dbdbdb;
}

@media screen and (max-width: 768px) {
    .reviewBox {
        margin: 1em 0em 2em 0em !important;
    }
}


.reviewLinks {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
    /* padding-top: 20px; */
    align-items: center;
}
.ratingDiv{ border: 1px solid #000; justify-content: center !important; padding:0 !important;
    p{margin-bottom: 0; font-size: 14px; font-weight: 600;}
    .starWrapper{background-color: #000; /* padding: 2px 0 2px; */ align-items: center;
        i{color: #ffbc00; font-size: 13px; margin: 0 2px;}
    }
}

@media screen and (min-width: 992px) {
    .reviewLinks {
        padding-left: 20px;
        padding-right: 40px;  
    }
}

.reviewLinks a {
    text-decoration: none;
}

.reviewLinks div {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flexCenterColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reviwQuote {
    text-align: center;
    padding: 0% 12% 0% 12%;
    /*height: 33rem;*/
}

/*@media screen and (max-width: 415px){
    .reviwQuote {
        height: 25rem;
    }
}*/

.reviwQuote h2 {
    color: #000 !important;
}

.reviewBox .fa {
    color: #000;
}

.reviewBox .carousel-item p {
    text-align: center;
}
/*--------------------------- Testimonial End ---------------------------*/

/*--------------------------- CTA start ---------------------------*/
.sectionCTA {
    padding: 0px !important;
}

.scheduleDemo {
    background: linear-gradient(180deg, rgba(0,160,227,1) 35%, rgba(0,119,170,1) 100%);
    color: white;
    padding: 3.5em;
}
.scheduleDemo .row {
    justify-content: space-between;
}

.scheduleDemo h2 {
    color: white !important;
    font-weight: 200;
    font-size: 2em;
}

.scheduleDemoContent {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .scheduleDemo h2 {
        font-size: 1.8em !important;
    }
}

@media screen and (max-width: 768px) {
    .scheduleDemo h2 {
        font-size: 1.6em !important;
    }
}

@media screen and (max-width: 576px) {
    .scheduleDemo h2 {
        font-size: 1.4em !important;
    }
}


@media screen and (max-width: 768px) {
    .scheduleDemo {
        padding: 3em !important;
    }
    .demoButtonDiv {
        display: flex;
        justify-content: center;
        margin-top: 1em;
    }
}

@media screen and (max-width: 576px) {
    .scheduleDemo {
        padding: 1em !important;
    }
}
/*--------------------------- CTA End ---------------------------*/

/* -----------------------------------------  Background Polygons ----------------------------------------- */

.polygonLeftBottom {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left_bottom.webp');
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonLeftTop {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left_top.webp');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightBottom {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right_bottom.webp');
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightTop {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right_top.webp');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightFull {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonLeftFull {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blueRectangle {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_rectangle.webp');
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: center;
}

.blueBack {
    background-color: #edf9ff;
}

/* -----------------------------------------  Background Polygons ----------------------------------------- */

/*--------------------------- Dot Maskm Start ---------------------------*/
.dotMask-after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.dotMask-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ----- Customer Success Stories ----- */

.dotBackRed {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiBmaWxsPSJyZ2JhKDIyMSw1MSw1MSwwLjIpIgoJIHdpZHRoPSI4cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMSwwSDB2MUMwLjU1MywxLDEsMC41NTIsMSwweiIvPgo8cGF0aCBkPSJNOCwxVjBIN0M3LDAuNTUyLDcuNDQ3LDEsOCwxeiIvPgo8cGF0aCBkPSJNNyw0YzAsMC41NTIsMC40NDcsMSwxLDFWM0M3LjQ0NywzLDcsMy40NDgsNyw0eiIvPgo8cGF0aCBkPSJNMCw3djFoMUMxLDcuNDQ4LDAuNTUzLDcsMCw3eiIvPgo8cGF0aCBkPSJNNyw4aDFWN0M3LjQ0Nyw3LDcsNy40NDgsNyw4eiIvPgo8Y2lyY2xlIGN4PSI0IiBjeT0iMiIgcj0iMSIvPgo8Y2lyY2xlIGN4PSI0IiBjeT0iNiIgcj0iMSIvPgo8cGF0aCBkPSJNMSw0YzAtMC41NTItMC40NDctMS0xLTF2MkMwLjU1Myw1LDEsNC41NTIsMSw0eiIvPgo8L3N2Zz4=');
}

.dotClassRed:hover img {
    transform: scale(1.1);
    -webkit-transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}

.dotClassRed {
    position: relative;
    background-color: black;
    overflow: hidden;
}

.dotClassRed a {
    text-decoration: none;
    color: #fff;
}

.dotClassRed:hover .dotBackRed{
    background-image: none;
}

.dotClassRed:hover img{
    opacity: 0.3;
}

.dotClassRed:hover .middleOverlay {
    opacity: 1;
}

.middleOverlay {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.middleOverlay p {
      font-size: .8em;
      text-align: center !important;
}


/*--------------------------- Dot Mask End ---------------------------*/


/* ----------------- Footer Start ----------------- */

.footerContainer {
    padding: 2% 5%;
    color: #fff;
    background-color: #000;
	position: relative;
    /*margin-top: 2rem;*/
}

#logoFooter{
    /*width: 16rem !important;
    height: 100%;*/
}

.footerBrand p {
    margin-top: 10px;
    margin-left: 18px;
    color: #a6a5a5;
}

.footerMainRow {
    flex-direction: column; 
    flex-wrap: nowrap;
}

.footerRowHeading {
    border-bottom: 2px white solid; 
    align-items: center; 
    font-size: 1.2rem;
}

.footerRowHeading div {
    margin: 10px 0px;
}

.footerRowMenu div {
    display: flex;
    flex-direction: column;
}

.footerContainer a {
    text-decoration: none;
    color: #fff;
    padding: 3px 0px
}

.footerRowMenu a {
    color: #a6a5a5;;
}

.footerRowMenu a:hover, .footerRowMenu a:active, .footerRowMenu a:focus {
    color: #fff;
}

/*===== Additional Code For Changes =====*/
.headerContentP .transparentButton {color: #fff;}

@media screen and (max-width: 799px) {
    .footerLg {
        display: none;
    }
    .footerMainRow {
        margin: 15px 5px;
    }
}

@media screen and (min-width: 800px) {
    .footerMd {
        display: none;
    }
    
}

.lic {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    color: #a6a5a5;
    border-top: 2px solid white;
    padding-top: 10px;
}
/* ----------------- Footer End ----------------- */

/* ------------------ Media Query -------------------------- */
@media screen and (max-width: 1200px){
    hr {
        width: 40px;
    }
    /*nav*/
    .navBar {
        padding: 20px 2em !important;
    }

    /*NavBar Logo*/
    #logoHeader {
        width: 14rem;
    }

    /*footer logo*/
    #logoFooter {
        width: 14rem !important;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 55px !important;
    }

    .headerContent h4 {
        font-size: 28px !important;
    }

    .headerContentP {
        font-size: 18px !important;
    }

    .headerContent hr {
        width: 40px !important;
    }

    /* Buttons */
    .navButton {
        font-size: 0.8rem;
        padding: 3px 12px 3px 12px !important;
    }
    .whiteButton {
        font-size: 1rem !important;
    }
    .blueButton {
        font-size: 1rem !important;
        padding: 10px 40px 14px 40px !important;
    }
    .transparentButton {
        font-size: 1rem !important;
        padding: 10px 40px 14px 40px !important;
    }
    .demoButton {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 992px){
    hr {
        width: 30px;
    }
    .hrStart {
        align-items: end !important;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 45px !important;
    }

    .headerContent h4 {
        font-size: 24px !important;
    }

    .headerContentP {
        font-size: 16px !important;
    }

    .headerContent hr {
        width: 35px !important;
    }

    /* Buttons */
    .whiteButton {
        padding: 8px 40px 13px 40px !important;
        font-size: .9rem !important;
    }
    .blueButton {
        font-size: .9rem !important;
        padding: 8px 40px 13px 40px !important;
    }
    .demoButton  {
        font-size: 0.9rem;
        padding: 10px 30px !important;
    }
    .transparentButton {
        font-size: .9rem !important;
        padding: 8px 40px 13px 40px !important;
    }

    /*footer*/
    .footerRowHeading {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 768px){
    hr {
        width: 25px;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 40px !important;
    }

    .headerContent h4 {
        font-size: 21px !important;
    }

    .headerContentP {
        font-size: 15px !important;
    }

    .headerContent hr {
        width: 30px !important;
    }

    /* Buttons */
    .whiteButton {
        font-size: .8rem !important;
        padding: 3px 20px 9px 20px !important;
    }
    .blueButton {
        font-size: .8rem !important;
        padding: 3px 20px 9px 20px !important
    }
    .transparentButton {
        font-size: .8rem !important;
        padding: 3px 20px 6px 20px !important
    }
    .demoButton {
        font-size: .8rem !important;
    }
		
.reviewLinks{margin-top:50px}
}

@media screen and (max-width: 576px){
    hr {
        width: 20px;
    }

    /*Nav*/
    .navBar {
        padding: 20px .5em !important;
    }

    /* Header Content */
    .headerContent {
        padding: 5% 10% !important;
    }

    .headerContent h1 {
        font-size: 35px !important;
    }

    .headerContent h4 {
        font-size: 20px !important;
    }

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

    .headerContent hr {
        width: 25px !important;
    }

    /* Buttons */
    .whiteButton {
        /* padding: 4px 25px 10px 25px !important; */
        font-size: .7rem !important;
    }
    .blueButton {
        font-size: .7rem !important;
    }
    .transparentButton {
        margin-top: 5px !important;
        font-size: .7rem !important;
    }
    .demoButton {
        font-size: .7rem !important;
    }

    /*testimonial*/
    .carousel-control-prev {
        justify-content: flex-start;
    }
    .carousel-control-next {
        justify-content: flex-end;
    }

     /*footer*/
     .footerRowHeading {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1441px) {
    section {
        padding: 10px 10% !important;
    }
    .sectionPadding {
        padding: 20px 10% !important;
    }
    .sectionSidePadding {
        padding: 0px 10% !important;
    }
    .wideBorderContainer {
        padding: 0 !important;
    } 
}
@media screen and (min-width: 1600px) {
    section {
        padding: 10px 15% !important;
    }
    .sectionPadding {
        padding: 20px 15% !important;
    }
    .sectionSidePadding {
        padding: 0px 15% !important;
    }
}
/* ----------------- Header Start ----------------- */
.oprtn-hdr { width: 100%;} 
@media screen and (max-width: 576px) { .oprtn-hdr { display:none;} }
.oprtn-hdr-mobile { width: 100%; }
@media screen and (min-width: 576px) { .oprtn-hdr-mobile { display:none;} }
.headerContent.col-12.col-md-10.col-lg-10.col-xl-10.column  { padding: 5%; position: absolute; top: 0; left: 0; right: 0; }
.headerContent .whiteButton:hover { background: white; color: #00A0E3; }
/* ----------------- Header End ----------------- */

.whiteButton a.watch_products { /*text-transform: capitalize;*/ }
button.transparentButton a {
    /*text-transform: capitalize;*/ }
button.transparentButton:hover { background: transparent; }
.navpart2 .nav-link {
    margin-bottom: 0.3em;
}

/*.megaMenuButton a{
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em; 
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
	color:#fff;
	text-decoration:none !important;
}
.megaMenuButton:hover a{background-size: 100% 0.05em;color: #00A0E3;}*/
.megaMenuButtonDiv{justify-content:flex-start !important;}

.accordion .card .card-header .col-10{
    text-align: left;
}
.headerContentP p{
	z-index: 111;
    position: relative;
}
.headerContent .imagerow {
    position: relative;
    z-index: 111;
}

@media (max-width:359px){
	nav.fixed-top{display: flex;
    flex-wrap: nowrap;
    justify-content: space-around !important;}
	.headerContainer{margin-top:74px !important}
	.headerContent h2{font-size:30px !important;}
}
@media (max-width:640px){
	.headerContent h2{font-size:40px;}
	.headerContent .fa-3x {font-size: 1em;}
}
/***css added by swara on 8-2-24***/
.middleOverlay{display:none;}
.owl-nav button.disabled {
    display: none;
}
div#casestudycarousal {
    margin-top: 40px;
}
div#casestudycarousal  .customP {
    margin-top: 15px;
}
.dotClassRed:hover img {
    opacity: 1;
}
.share .savePdfButton button{
	padding: 10px;
    border: 1px solid #00a0e3;
    font-size: 18px;
}
	
.savePdfButton button:hover {
    background-color: transparent;
    border: 1px solid #00a0e3;
    color: #00a0e3;
}
.share {
    display: flex;
}
button#share-button {
    padding: 10px;
    border: 1px solid #00a0e3;
    font-size: 18px;
}
button#share-button:hover {
    background-color: transparent;
    border: 1px solid #00a0e3;
    color: #00a0e3;
}
.owl-nav button {
    position: absolute;
    top: 10%;
    background: none !important;
    height: 40px;
    width: 40px;
    transition: .3s;
    border-radius: 50%;
}

button.owl-next {
    right: -6%;
}

button.owl-prev {
    left: -6%;
}

.owl-nav button span {
    font-size: 0;
}
button.owl-prev span:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 45px;
}
button.owl-next span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 45px;
}
.owl-nav {
    margin-top: -40px !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]:hover{color:#000 !important;}
@media (max-width:1280px){
	.owl-nav button{top:0}
}
@media (max-width:1024px){
	.owl-nav button{top:-9%}
}
@media (max-width:899px){
	.owl-nav button{top:8%}
	button.owl-prev {
    left: -8%;
}
button.owl-next {
    right: -8%;;
}
}
@media (max-width:680px){
	button.owl-prev {
    left: -9%;
}
button.owl-next {
    right: -9%;;
}
}
@media (max-width:575px){
	button.owl-prev {
    left: -10%;
	top: 7%;
}
button.owl-next {
    right: -10%;
	top: 7%;
}
}
@media (max-width:425px){
	button.owl-prev {
    left: -12%;
    top: -10%;
}
button.owl-next {
    right: -12%;
    top: -10%;
}
}
@media (max-width:375px){
	button.owl-prev {
    left: -14%;
    top: -10%;
}
button.owl-next {
    right: -14%;
    top: -10%;
}
}

