@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
html, html body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: #252628;
    background-color: white;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

/*

    .mauticform_wrapper { max-width: 600px; margin: 10px auto; }
    .mauticform-innerform {}
    .mauticform-post-success {}
    .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
    .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
    .mauticform-error { margin-bottom: 10px; color: red; }
    .mauticform-message { margin-bottom: 10px;color: green; }
    .mauticform-row { display: block; margin-bottom: 20px; }
    .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
    .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
    .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
    .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
    .mauticform-checkboxgrp-row {}
    .mauticform-checkboxgrp-label { font-weight: normal; }
    .mauticform-checkboxgrp-checkbox {}
    .mauticform-radiogrp-row {}
    .mauticform-radiogrp-label { font-weight: normal; }
    .mauticform-radiogrp-radio {}
    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
    .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
    .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
    .mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
*/

/*------------------Font----------------*/

footer, .h1, .h2, .h3, h1, h2, h3, h4, .h4 {
    font-family: 'Poppins', sans-serif!important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar a {
    font-family: 'Poppins', sans-serif;
}

.h1, h1, .pertiaTheme h1 {
    color: #121315;
    text-transform: capitalize;
    font-size: 65px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.h4, h4, .pertiaTheme h4 {
    font-size: 23px;
    font-weight: 600;
}

.pertiaTheme .h6, .pertiaTheme h6 {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}

.h3, h3, .pertiaTheme h3 {
    font-weight: 600;
    font-size: 24px;
}

.branches {
    margin: 30px auto;
}

.pertiaTheme .h5, .pertiaTheme h5 {
    font-size: 22px;
    text-transform: capitalize;
    color: #878788;
    margin-bottom: 0;
}

.pertiaTheme .h2, .pertiaTheme h2 {
    font-size: 42px;
    font-weight: 600;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pertiaTheme .blueText {
    color: #13abf4;
}

.pertiaTheme .blueDarkText {
    color: #0673ec;
}

.orangeLightText {
    color: #ee5221;
}

.whiteText {
    color: #fff;
}

.whiteText h5 {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.pinkText {
    color: #f4374e;
}

.purpleText {
    color: #4948c8;
}

.lightYellowText {
    color: #ef832b;
}

.greenText {
    color: #00ac9e;
}

.bluelightText {
    color: #12acf2;
}

.bluelight2Text {
    color: #10acf6;
}

.pertiaTheme .btn {
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 15px;
    letter-spacing: 1.5px;
    margin-top: 2%;
}

button.btn {
    text-align: center;
    transition: background 350ms ease-in-out;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
}

button.btn:hover {
    background-position: left bottom;
}

.btn.btnOrange {
    color: white;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
}

.btn.btnOrange:hover {
    color: white;
}

.pertiaTheme .btn.focus, .pertiaTheme .btn:focus, .pertiaTheme .btn:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn.btnWhite {
    background-color: #fff;
    color: #ef832b;
}

.btn.btnWhite {
    background: linear-gradient(to right, #e9f0fd 50%, #ffffff 50%) repeat scroll right bottom/200% 100% transparent;
    color: #0055eb;
}

.btn.btnWhiteBlueText {
    background-color: #fff;
    background: linear-gradient(to right, #e9f0fd 50%, #ffffff 50%) repeat scroll right bottom/200% 100% transparent;
    color: #0b43a4;
}

.btn.btnOrange2 {
    background-color: #f98364;
    background: linear-gradient(to right, #dc6d50 50%, #f98364 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btn.btnOrange2:hover, .btn.btnLightOrange:hover, .btn.btnGreen:hover, .btn.btnBlue:hover, .btn.btnPurple:hover, .btn.btnPurple:hover, .btn.btnPink:hover {
    color: white;
}

.btn.btnLightOrange {
    background-color: #ef832b;
    background: linear-gradient(to right, #e16c0d 50%, #ef832b 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btn.btnLightBlue {
    background: linear-gradient(to right, #088bca 50%, #13abf4 50%) repeat scroll right bottom/200% 100% transparent;
    color: #ffffff;
}

.btn.btnGreen {
    background-color: #01ad9f;
    background: linear-gradient(to right, #029085 50%, #01ad9f 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btn.btnBlue {
    background-color: #13abf4;
    color: white;
    background: linear-gradient(to right, #0181bf 50%, #13abf4 50%) repeat scroll right bottom/200% 100% transparent;
}

.btn.btnPurple {
    background-color: #4a49c9;
    background: linear-gradient(to right, #3e3dab 50%, #4a49c9 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btn.btnPink {
    background-color: #f4374f;
    background: linear-gradient(to right, #d12b40 50%, #f4374f 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btn.btndblue {
    background-color: #13abf4;
    background: linear-gradient(to right, #0f95d6 50%, #13abf4 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

/*------------------Font END----------------*/

/*------------------Navigation----------------*/

.navbarColor {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.navbarColor {
    background-color: #ffffff;
}

.navbar a {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #252628;
}

.navbar a {
    margin-bottom: 0px;
}

.navbar-toggle .icon-bar {
    background-color: rebeccapurple;
}

.navbar-nav>li>a {
    line-height: 2.5;
}

.navbar-right a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #ee5221 50%, #121212 0);
    background-position: 100%;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position 0.3s;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    font-weight: 500;
}

.navbar-right a.active {
    position: relative;
    color: #ee5221;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #ee5221 50%, #121212 0);
    background-position: 100%;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position 0.3s;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    font-weight: 500;
}

.navbar-right .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fff;
}

.navbar-right .dropdown a.active {
    color: #ee5221;
    background-image: none;
    -webkit-text-fill-color: black;
}

.navbar-right .dropdown a:hover {
    color: #ee5221;
    background-image: none;
    -webkit-text-fill-color: #ee5221;
}

.navbar-right .dropdown-menu a:before {
    background-color: #fff;
}

.navbar-right a:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #ee5221;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.navbar-right a:hover, n.navbar-right a.active {
    background-position: 0;
}

.navbar-right a:hover:before, .navbar-right a.active:before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.nav>li>a:focus, .nav>li>a:hover {
    outline: none;
    background-color: transparent;
}

/*------------------Navigation END----------------*/

/*------------------ Social ----------------*/

.footer-social-icons a {
    text-decoration: none;
    color: #fff;
}

.footer-social-icons p>a:hover {
    color: #d9d9d9;
    text-decoration: underline;
}

footer-social-icons ul {
    padding: 0;
    list-style: none;
}

.footer-social-icons {
    display: block;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin: 0px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
}

.social-icons a {
    color: #6f839c;
    text-decoration: none;
}

.social-icons .fa {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #6f839c;
}

.social-icons .fa:hover {
    color: #ef832b;
}

/*------------------Social END----------------*/

footer {
    color: #6f839c;
    line-height: 3;
    padding: 30px 0px;
    border-bottom: 2px solid #ee5222;
}

.spacebar {
    padding: 0px 10px;
}

div.container {
    width: 92%;
}

section.bannerSec {
    background-color: white;
    min-height: calc(100vh + 0px);
}

section.BrandBooster {
    background-color: #fff;
}

section.BrandBooster.BrandBooster2 {
    background-color: #0055eb;
}

.minHeight {
    min-height: 80vh;
}

.clouds .minHeight {
    min-height: 80vh;
}

img.logo-img {
    max-width: 160px;
    padding: 15px;
}

img {
    width: 100%;
}

.blueBG {
    background-color: #0b43a4;
}

.clouds {
    background-size: cover;
    background-position: left top;
    overflow: hidden;
}

/*
.content1 {
    background-image: url("../img/home/b1.jpg");
    background-size: cover;
        background-position: center bottom;
}
.content2 {
    background-image: url("../img/home/b2.jpg");
    background-size: cover;
         background-position: center top;
}
.content3 {
    background-image: url("../img/home/b3.jpg");
    background-size: cover;
     background-position: center top;
}
.content4 {
    background-image: url("../img/home/b4.jpg");
    background-size: cover;
     background-position: center top;
}
.content5 {
    background-image: url("../img/home/b5.jpg");
    background-size: cover;
    background-position: center top;
}
*/

.content6 {
    background-image: url("../img/Build4/bg4.png");
    background-size: cover;
    background-position: center top;
}

.contactSec {
    background-image: url(../img/contact-bg2.png);
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
    padding-top: 20vh;
}

.content7 {
    background: url(../img/Build4/bg4.png) bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 921px;
    margin-bottom: -360px;
}

.home .contactSec {
    margin-top: -10vh;
}

footer {
    background-color: #010d1b;
    margin: 0px;
}

/*
.bannerSectioninner{
    background-image: url("../img/Build4/bg1.png");
    background-size: cover;
    background-position: center bottom;
        overflow: visible;
}
*/

/*
.content1inner{
    background-image: url("../img/Build4/bg2.png");
    background-size: cover;
    background-position: center top;
}
.content2inner{
    background-image: url("../img/Build4/bg3.png");
    background-size: cover;
    background-position: center top;
}
.content3inner{
    background-image: url("../img/Build4/bg4.png");
    background-size: cover;
    background-position: center top;
}
.content4inner{
    background-image: url("../img/Build4/bg5.png");
    background-size: cover;
    background-position: center top;
}
.content5inner{
    background-image: url("../img/Build4/bg6.png");
    background-size: cover;
    background-position: center top;
}
*/

.bannContent {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

img.brandBoosterImg {
    max-width: 380px;
}

.dflex {
    display: flex;
    align-items: center;
}

.styleWrapper {
    max-height: 500px;
    margin-top: 20vh;
}

.overLapping2 {
    margin-top: -400px;
}

.overLapping3 {
    margin-top: -500px;
}

.whiteBox {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.75);
    width: 90%;
    margin: 0px auto 50px;
}

.whiteBox h4 {
    max-width: 385px;
    margin: 0px auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.contactSec p {
    max-width: 90%;
}

.pertiaTheme .pagination a {
    color: #01b8e4;
    font-weight: 600;
}

.pertiaTheme .pagination a:hover {
    color: #91cada;
}

.whiteBox .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

.whiteBox button {
    margin: 15px 0;
}

/*
.whiteBox form {
    margin-top: 7%;
}
*/

form .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.pertiaTheme .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    overflow: hidden;
    display: block;
    min-height: 100px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #121314;
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
}

footer a, footer .spacebar, footer a:hover {
    color: #ee5222;
}

.clouds hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    max-width: 90px;
    margin: 0px 0px auto;
    background-color: transparent;
    height: 2px;
    position: relative;
    z-index: 99;
    margin-top: -2px;
}

.clouds hr.right {
    margin: 0px 0px 0px auto;
    margin-top: -2px;
}

hr.Orange {
    background-color: #ee5222;
}

hr.lightOrange {
    background-color: #ef832b;
}

hr.green {
    background-color: #00ae9f;
}

hr.blue {
    background-color: #13abf4;
}

.clouds .innerDiv {
    max-width: 83%;
}

.home .clouds .innerDiv {
    max-width: 80%;
}

.wrapperContent {
    text-align: center;
}

section.clouds p {
    max-width: 100%;
    font-size: 14px;
}

section.content5.dflex.lightBlueBG.section.minHeight {
    min-height: 100vh;
}

/*_______________________________FORM_______________________________*/

input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    outline: none;
}

.line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: transparent;
    margin-top: -1px;
}

.line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #252628;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
}

input.mauticform-input.form-control:focus+.line-box .line, input:focus+.line-box .line, .pertiaTheme .form-control:focus+.line-box .line {
    width: 100%!important;
}

input.mauticform-input.form-control textarea:focus+.line-box .line, textarea:focus+.line-box .line {
    width: 100%;
}

/*
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*/

/*_______________________________END FORM_______________________________*/

.clouds h2 {
    margin-top: 0px;
}

img.prodDesc {
    max-width: 350px;
}

img.prodDescAbout {
    max-width: 180px;
}

.prodDescSec img.prodDesc {
    mix-blend-mode: luminosity;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.prodDescSec:hover img.prodDesc {
    mix-blend-mode: normal;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.productSec .col-md-4 {
    padding: 20px 0px;
    margin: 50px 0px;
}

.pertiaLeaders .col-md-4 {
    padding: 20px 0px;
    margin: 20px 0px;
}

.productSec p {
    font-weight: 100;
    line-height: 1.3;
    max-width: 380px;
    margin: 0px auto;
    width: 80%;
}

.ContactPage .contactSec {
    padding-top: 0px;
}

.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-md-20 {
    width: 20%;
    float: left;
}

img.pertiaLeadersImg, img.prodDescAbout {
    max-width: 120px;
    border-radius: 50%;
    height: 120px;
}

.prodDescAboutSection img {
    border-radius: 0%;
}

.row.dflex.dividerBlueSpace>div {
    width: 100%;
}

.minHeight.dividerBlueSpace {
    min-height: calc(100vh + 140px);
}

.minHeight.dividerBlueSpace>div {
    margin-top: -140px;
}

img.dividerBlue {
    margin-top: -140px;
    vertical-align: bottom;
}

img.dividerBlueBottom {
    margin-bottom: -140px;
    transform: rotate(180deg);
}

.prodDescAboutSection {
    margin-top: 50px;
}

.contactSec.about {
    background-color: #0b43a4;
    padding-top: 31vh;
}

.pertiaLeaders h6 {
    margin-bottom: 5px;
}

.row {
    width: -webkit-fill-available;
}

.pertiaLeaders h2 {
    margin-top: 20%;
}

/*_______________________________ Map _______________________________*/

.mapShadow {
    -webkit-box-shadow: -1px 3px 15px -4px rgba(125, 125, 125, 1);
    -moz-box-shadow: -1px 3px 15px -4px rgba(125, 125, 125, 1);
    box-shadow: -1px 3px 15px -4px rgba(125, 125, 125, 1);
}

img.prodDescAbout:before {
    left: 0;
    border-right: solid 60px rgb(255, 150, 50);
}

img.prodDescAbout:before, img.prodDescAbout:after {
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    content: "";
    left: -50%;
}

/*_______________________________ Map END _______________________________*/

/*_______________________________ coreValue _______________________________*/

.coreValue {
    background-color: transparent;
    width: 140px;
    height: 140px;
    margin: 0px auto 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.coreValueInner {
    margin: 0 auto;
    height: 70%;
    width: 70%;
    border-radius: 50%;
    -webkit-transition: width 0.5s ease-out, height 0.5s ease-out;
    -moz-transition: width 0.5s ease-out, height 0.5s ease-out;
    -o-transition: width 0.5s ease-out, height 0.5s ease-out;
    transition: width 0.5s ease-out, height 0.51s ease-out;
}

.coreValueAnim:hover .coreValueInner {
    height: 100%;
    width: 100%;
}

.coreValueAnim {
    text-align: center;
}

.coreValueAnim h6 {
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
    margin-top: 0;
}

.coreValueAnim.coreValueAnim3 .coreValue, .coreValueAnim.coreValueAnim4 .coreValue {
    width: 170px;
    height: 165px;
}

.coreValueAnim:hover h6 {
    color: rebeccapurple;
}

.coreValueAnim.coreValueAnim1 .coreValueInner {
    background-color: #7ee8d4;
    margin-top: 35px;
}

.coreValueAnim.coreValueAnim1:hover h6 {
    color: #55aa9a;
}

.coreValueAnim.coreValueAnim2 .coreValueInner {
    background-color: #faa262;
    margin-top: 70px;
}

.coreValueAnim.coreValueAnim2:hover h6 {
    color: #e69559;
}

.coreValueAnim.coreValueAnim3 .coreValueInner {
    background-color: #55dffb;
    margin-top: 5px;
}

.coreValueAnim.coreValueAnim3:hover h6 {
    color: #42bbd4;
}

.coreValueAnim.coreValueAnim4 .coreValueInner {
    background-color: #fc7e93;
    margin-top: 40px;
}

.coreValueAnim.coreValueAnim4:hover h6 {
    color: #b55565;
}

.coreValueAnim.coreValueAnim5 .coreValueInner {
    background-color: #8282f4;
    margin-top: 60px;
}

.coreValueAnim.coreValueAnim5:hover h6 {
    color: #8282f4;
}

.coreValueOuter {
    align-items: flex-start;
    height: auto;
    display: flex;
}

.coreValueAnim img.prodDescAbout {
    margin-top: -130px;
}

.coreValueSection .prodDescAboutSection {
    margin-top: 0px;
}

/*_______________________________ coreValue END _______________________________*/

.fullWidth {
    width: 100%;
}

.hoverDiv h6 {
    margin-top: 15px;
}

/* Effect Image */

.hovicon {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hovicon.effect-hover {
    box-shadow: 0 0 0 4px transparent;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hoverDiv:hover .hovicon.effect-hover.effect-img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: scale(1.09);
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
}

.pertiaThemeInnerPages .threeBubbleContent img {
    margin: -345px 0 0 0px;
    max-width: 410px;
}

.pertiaThemeInnerPages .roboContent img {
    max-width: 361px;
    margin: -404px 0px 0px -5px;
}

.rightCircles img {
    width: auto;
    position: absolute;
}

/* Parallax*/

.parallax {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
}

.pertiaThemeInnerPages .bannerSectioninner h1 {
    position: relative;
    z-index: 10;
}

.water {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.water-layer2 {
    background-size: contain;
    background-position: center;
    z-index: 5;
    -webkit-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    -moz-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    -o-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    transition-timing-function: ease-in-out(0.25, 1.1, 1.25, 1.2);
}

.water-layer4 {
    background-size: auto;
    background-position: 85% 50%;
    -webkit-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    -moz-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    -o-transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    transition: background-image 2.5s ease-in-out, background-position 2.5s cubic-bezier;
    transition-timing-function: ease-in-out(0.25, 1.1, 1.25, 1.2);
    transition: transform 1s cubic-bezier;
    background-size: 40% auto;
    z-index: 5;
}

.aboutPage .water-layer2 {
    background-image: url(../img/about/circles-about.png);
    background-size: 100% auto;
}

.aboutPage .water-layer4 {
    background-image: url(../img/about/Hero-img.png);
}

.buildPage .water-layer2 {
    background-image: url(../img/Build4/circles.png);
    background-position: 85% 50%;
    background-size: 100% auto;
}

.buildPage .water-layer4 {
    background-image: url(../img/Build4/build-hero.png);
}

.ContactPage .water-layer2 {
    background-image: url(../img/Contact/contact-circle.png);
}

.ContactPage .water-layer4 {
    background-image: url(../img/Contact/contact-hero.png);
}

.implementPage .water-layer2 {
    background-image: url(../img/Implement/implement-circles.png);
}

.implementPage .water-layer4 {
    background-image: url(../img/Implement/Implement-hero.png);
    background-size: 32% auto;
}

.ContactPage .water-layer4 {
    background-size: 35% auto;
}

.ContactPage .water-layer2 {
    -webkit-filter: blur(2px);
    /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}

.connectPage .water-layer2 {
    background-image: url(../img/connect/connect-1circle.png);
    background-size: 110% auto;
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    z-index: 1;
}

.connectPage .water-layer4 {
    background-image: url(../img/connect/connect-hero.png);
    background-size: 40% auto;
}

.home .water-layer1 {
    background-image: url(../img/connect/connect-circle333.png);
    background-size: 110% auto;
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    z-index: 1;
}

.home .water-layer2 {
    background-image: url(../img/connect/connect-circle2222.png);
    background-size: 110% auto;
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    z-index: 1;
}

.home .water-layer3 {
    background-image: url(../img/connect/connect-circle111.png);
    background-size: 110% auto;
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    z-index: 1;
}

.supportPage .water-layer2 {
    background-image: url(../img/support/support-circle.png);
}

.supportPage .water-layer4 {
    background-image: url(../img/support/support-hero.png);
    background-position: 90% 50%;
}

.automatePage .water-layer2 {
    background-image: url(../img/support/support-circle.png);
    background-size: 110% auto;
}

.automatePage .water-layer4 {
    background-image: url(../img/support/support-hero.png);
    background-position: 90% 50%;
}

.advanceTechnologyPage .water-layer2 {
    background-image: url(../img/AdvanceTechnology/contact-circle.png);
    background-size: 110% auto;
}

.advanceTechnologyPage .water-layer4 {
    background-image: url(../img/AdvanceTechnology/advancetech-hero.png);
    background-position: 90% 50%;
    background-size: 35% auto;
}

.BannerContentBold.boxTwo.ContentSecBan {
    min-height: 100vh;
    margin-top: -100vh;
    display: flex;
    align-items: center;
}

.mtminus {
    min-height: 100vh;
    margin-top: -100vh;
    z-index: 999;
    float: left;
}

.home .boxTwo .innerDiv.aos-init.aos-animate {
    margin-left: auto;
}

.home .new.boxTwo .innerDiv.aos-init.aos-animate {
    margin-left: 0px;
}

ul.dropdown-menu a {
    line-height: 2.5;
}

.dropdown-menu>li>a {
    line-height: 2.5!important;
}

li.dropdown:hover ul.dropdown-menu {
    display: block;
}

li.dropdown:hover+ul.dropdown-menu {
    display: block;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    margin-top: -10px;
}

nav.navbar ul.dropdown-menu {
    background-color: white;
    border: none;
}

.teamSec2 {
    margin-top: 80px;
}

/*.clouds.homeParallax, .cloudsBG {*/

.cloudsBG {
    background-image: url(../images/grey-white-bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    scroll-behavior: smooth;
}

.clouds.homeParallax {
    top: 0;
    position: fixed;
}

.masterClass {
    padding: 10px;
    border-bottom: 1px solid #d4cfcf;
    display: grid;
    position: relative;
}

.masterClass:last-child {
    border: none;
    margin-bottom: 60px;
}

a.buttonGS {
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 15px;
    letter-spacing: 1.5px;
    background-color: #ef832b;
    background: linear-gradient(to right, #ef832b 50%, #ef832b 50%) repeat scroll right bottom/200% 100% transparent;
    color: white!important;
}

a.buttonGS:hover {
    background-color: #ef832b;
    color: white!important;
    text-decoration: none;
    background: linear-gradient(to right, #b55405 50%, #e07925 50%) repeat scroll right bottom/200% 100% transparent;
}

section.contactSec.service {
    background-image: url(../img/contact-bg2.png);
    background-color: #0b43a4;
}

.inner-padding {
    padding: 32px;
}

.border {
    margin: 17px 0px 8px;
    border-bottom: 1px solid #d4cfcf;
}

.grey {
    color: #9e9999;
}

.btnorange {
    background-color: #ef832b;
    background: linear-gradient(to right, #ef832b 50%, #ef832b 50%) repeat scroll right bottom/200% 100% transparent;
    color: white;
}

.btnorange:hover {
    background-color: #b7590d;
    background: linear-gradient(to right, #ef832b 50%, #b7590d 50%) repeat scroll right bottom/200% 100% transparent;
}

.lines {
    width: 8%;
    height: 2px;
    top: 0px;
    left: 0px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #252628;
    transition: ease .6s;
    -webkit-transition: ease .6s;
}

.minheight {
    min-height: 30vh;
}

.content6inner {
    background-repeat: no-repeat;
    background-image: url(../img/Build4/bg4.png);
    background-size: cover;
    background-position: center top;
}

.clouds1 {
    background-image: url(../img/b3.jpg);
    background-position: center right;
    overflow: hidden;
}

.one::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: -11px 5px;
    transform: translateY(-1rem);
}

.btn-li {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
}

.btn.btn-li {
    color: white;
    background: linear-gradient(to right, #0a79b7 50%, #0780c3 50%) repeat scroll right bottom/200% 100% transparent;
}

.btn.btn-li:hover {
    color: white;
}

.list {
    line-height: 1.7;
    padding-inline-start: 18px;
}

.Llist {
    line-height: 1.6;
}

.case-study h3 {
    font-size: 36px;
}

.table-condensed {
    border-bottom: 1px solid #ddd;
    border: none;
}

.table-condensed tr, td {
    padding: 30px 5px !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.table-condensed td:last-child {
    text-align: right !important;
    border-bottom: none !important;
}

.mt-0 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 30px;
}

.mt-2 {
    margin-top: 50px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.ContactPage .contactSec {
    display: flex;
    align-items: center;
}

.mapSection {
    padding: 80px 0px;
}

ol, ul {
    padding-inline-start: 20px;
}

/* .pertiaTheme.home .banFlex {
    margin-top: 25%;
} */

@supports not (-ms-high-contrast: none) {
    .banner2 {
        display: flex!important;
    }
}

.big::first-letter {
    font-size: 200%;
    font-weight: 600;
}

.banner1 h5 {
    margin-left: 4px;
    font-weight: 600;
}

.media-body {
    padding-top: 16px;
}

/*=========================
 Icons
================= */

.ltop {
    border-top: 1px solid #bbbdc1;
    padding-top: 21px;
}

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoLinkedin {
    background-color: #06557b;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
}

.social-network a.icoGoogle {
    background-color: #BD3518;
}

.social-network a.icoVimeo {
    background-color: #0590B8;
}

/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #1b3d86;
}

.social-network a.icoTwitter:hover {
    background-color: #20b9ec;
}

.social-network a.icoGoogle:hover {
    background-color: #a2270d;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a.icoRss {
    background-color: #bb530e;
}

section#contSect {
    padding-top: 80px;
    margin-top: -80px;
}

img.heroMobile {
    display: none;
}

img.ChirpnleadersImg.new1 {
    border-radius: 50%;
    border: 3px solid black;
    max-width: 340px;
}

nav.navbar.navbar-fixed-top.navbarA.navbarColor {
    border-bottom: 1px solid whitesmoke;
}

.maxCertification img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.maxCertification {
    max-width: 515px;
}

.col-md-6.certification {
    margin-bottom: 50px;
    margin-top: 30px;
}

.certificationWrapper {
    padding: 80px 0px;
}

.whiteBox1 {
    padding: 50px;
    border-radius: 10px;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
}

.orange {
    color: #ee5222;
}

.form-control1 {
    background: #fdfdfd;
    font-weight: 300;
    border: 1px solid #ccc !important;
    border: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 14px;
    border-right: none;
    background: #fdfdfd;
    color: #000;
    min-width: 44px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

h1.headerSec {
    max-width: 50%;
}

.articlesDetails li {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}

ul.pagination {
    max-width: 100%;
}

.articlesDetails ul.social-network.social-circle {
    margin-bottom: 25px;
}

div#mauticform_pertiacontactusform_message, .mauticform-message {
    color: #00ac9e;
    font-weight: 500;
}

span.mauticform-errormsg {
    color: #f4374e;
}

input::placeholder, textarea::placeholder {
    color: #343436!important;
}

.whiteBox.job {
    max-width: 700px;
    margin-left: 0;
}

/*
.explanatoryText{
    max-width: 500px;
}
*/

iframe.chatboat {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

/*
input#mauticform_input_pertiajobsubmitform_resume {
    margin-left: 80px;
}
*/

.mauticform-innerform {
    position: relative;
}

input#mauticform_input_pertiajobsubmitform_resume::before {
    content: 'Resume *';
    padding-right: 10px;
    width: 80px;
    position: absolute;
    left: 0px;
    margin-left: 12px;
}

input#mauticform_input_pertiajobsubmitform_resume {
    margin-left: 90px;
}

.contactSec.about {
    background-color: transparent;
}

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

.currentOpeningsDetails p {
    line-height: 1.7;
}

.formCO a.btnOrange, .formCO button.btnOrange {
    color: white!important;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
    display: block;
    width: fit-content;
    padding: 7px 15px;
    min-width: 127px;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
    margin-top: 30px;
    border: none;
}

.currentOpeningsDetails {
    margin: 50px auto 80px;
    max-width: 75%;
}

.currentOpeningsDetails p {
    margin: 15px 0px;
}

a.btnOrange {
    color: white;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
}

.whiteBox.formCO {
    background-color: white;
    padding: 0px 50px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    width: 100%;
    margin: 30px auto 50px;
}

.formCO input {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
    border-radius: 0;
}

.whiteBox.formCO h4 {
    max-width: 100%;
    margin: 0px auto 0px -10px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.h3.light {
    font-weight: 400;
}

.h3.light i {
    margin-right: 5px;
}

.formCO input[type="file"] {
    border: none;
}

.currentOpeningsDetails p {
    line-height: 1.7;
}

.formCO a.btnOrange, .formCO button.btnOrange {
    color: white!important;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
    display: block;
    width: fit-content;
    padding: 7px 15px;
    min-width: 127px;
    text-align: center;
    /*            border-radius: 50px;*/
    text-decoration: none;
    margin-top: 30px;
    border: none;
}

.currentOpeningsDetails {
    margin: 50px auto;
    max-width: 75%;
}

.currentOpeningsDetails p {
    margin: 15px 0px;
}

a.btnOrange {
    color: white;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
}

.whiteBox.formCO {
    background-color: white;
    padding: 0px 50px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    width: 100%;
    margin: 30px auto 50px;
}

.formCO input {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
    border-radius: 0;
}

.whiteBox.formCO h4 {
    max-width: 100%;
    margin: 0px auto 0px -10px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.h3.light {
    font-weight: 400;
}

.h3.light i {
    margin-right: 5px;
}

.formCO input[type="file"] {
    border: none;
}

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

.currentOpeningsDetails .h3.light {
    font-weight: 400;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.currentOpeningsDetails .h2 {
    margin-top: -7px;
}

.currentOpeningsDetails p {
    margin: 15px 0px;
    line-height: 1.7;
}

.whiteBox.formCO {
    background-color: white;
    padding: 0px 50px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 6px 19px -9px rgba(0, 0, 0, 0.35);
    width: 100%;
    margin: 30px auto 0px;
}

.whiteBox.job {
    margin: 0px;
    width: 451px;
    margin-right: 0px;
    margin-left: auto;
}

.formCO input {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
    border-radius: 0;
}

.currentOpeningsDetails p {
    line-height: 1.7;
}

.formCO a.btnOrange, .formCO button.btnOrange {
    color: white!important;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
    display: block;
    width: fit-content;
    padding: 7px 15px;
    min-width: 127px;
    text-align: center;
    /*            border-radius: 50px;*/
    text-decoration: none;
    margin-top: 30px;
    border: none;
}

.currentOpeningsDetails {
    margin: 50px auto;
    max-width: 75%;
}

.currentOpeningsDetails p {
    margin: 15px 0px;
}

a.btnOrange {
    color: white;
    background: linear-gradient(to right, #cb3304 50%, #ee5222 50%) repeat scroll right bottom/200% 100% transparent;
}

.formCO input {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
    border-radius: 0;
}

.whiteBox.formCO h4 {
    max-width: 100%;
    margin: 0px auto 0px -10px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.formCO input[type="file"] {
    border: none;
}

label#mauticform_label_pertiajobsubmitform_resume {
    display: none;
}

.pertiaThemeInnerPages .threeBubbleContent img.mtopbubble {
    margin: -400px 0 0 0px;
}

section#build {
    margin-top: -150px;
    padding-top: 150px;
}

img.salesforceimg {
    max-width: 90%;
    margin: 20px auto;
}

.blogVB {
    margin-top: 80px;
}

section.section.blueBG.case-study {
    margin-top: 80px;
}

div#currentOpeningsDetails {
    position: relative;
}

.btmStick {
    position: absolute;
    bottom: 0px;
    left: 25px;
}

.insightInner .contactSec.about {
    background-color: #ebf3ff;
    padding-top: 31vh;
}

section.contactSec .branches:last-child p {
    max-width: 465px;
}

div#currentOpeningsDetails div#masterClass1 {
    margin-bottom: 50px;
}

img.imp3 {
    margin-top: -54px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .clouds.homeParallax {
        background-attachment: scroll !important;
        background-size: cover;
        -o-background-size: cover;
        height: 100%;
        overflow: hidden;
        scroll-behavior: smooth;
        transform: translate3d(0, 0, 0);
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .clouds.homeParallax {
        background-size: cover;
        transform: translate3d(0, 0, 0);
        background-repeat: no-repeat;
        background-position: top;
        position: sticky;
        scroll-behavior: smooth;
    }
}

.clouds.homeParallax .content1, .clouds.homeParallax .content2, .clouds.homeParallax .content3, .clouds.homeParallax .content4, .clouds.homeParallax .content5 {
    background-image: none;
    background-color: transparent;
}

#map {
    width: 100%;
    height: 400px;
}

.pertiaThemeInnerPages .clouds .minHeight {
    min-height: 100vh;
}

.pertiaThemeInnerPages .bannerSectioninner {
    min-height: 100vh;
}

nav.navbar {
    z-index: 888;
}

/*--------------------------- About Team Popup _______________________*/

.aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    margin-left: auto;
    right: 0;
}

.openPop {
    opacity: 1;
    visibility: visible;
}

#internoPopUp {
    text-align: center;
    height: 95vh;
}

.closePop {
    position: fixed;
    top: 40px;
    right: 60px;
    color: red;
    z-index: 3;
    cursor: pointer;
    font-family: sans-serif;
}

.closePop span, .closePop span:before, .closePop span:after {
    border-radius: 4px;
    height: 2px;
    width: 25px;
    background: black;
    position: absolute;
    display: block;
    content: '';
}

.closePop span {
    background: transparent;
}

.closePop span:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closePop span:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.outer-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.aboutPopup {
    background-color: white;
    height: 100%;
    width: 80%;
    margin-left: auto;
}

.outer-close {
    z-index: 999;
}

.aboutPopupInner {
    height: 100%;
    display: flex;
    min-height: 90vh;
}

.aboutPopupInner1 {
    height: 50%;
    background-color: white;
    display: flex;
}

.aboutPopupInner2 {
    height: 50%;
    background-color: #0088de;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10px;
    color: white;
    text-align: center;
}

.aboutInforSec {
    background-color: #fff;
}

.aboutPopupInner1 img {
    max-height: 420px;
    border: 1px solid #ccc;
}

.aboutPopupInner .col-md-4 {
    padding: 0px;
}

.fullHeightAbout {
    height: 100%;
}

.aboutInforSec {
    padding: 80px 50px;
    text-align: left;
}

.aboutInforSec p {
    font-size: 16px;
    max-width: 85%;
    line-height: 1.7;
}

.pertiaTheme .aboutPopup h2 {
    font-size: 32px;
}

.i4ewOd-pzNkMb-haAclf {
    display: none;
}

.animation {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-duration: 0.1s;
    animation-delay: 0.1s;
    -webkit-transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatey(-100px);
        -moz-transform: translatey(-100px);
        -o-transform: translatey(-100px);
        transform: translatey(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

/*--------------------------- END About Team Popup _______________________*/

.BrandBooster .row.dflex.minHeight.box {
    min-height: 70vh;
}

section.overrlappingImage2 {
    margin-bottom: -2vh;
}

iframe.mapStyle {
    filter: saturate(15%) hue-rotate(77deg) grayscale(1);
    border: none;
}

.contactSec h2 {
    margin-top: 5px;
}

.cloudsDesign p, .BrandBooster2 p, section.clouds p {
    font-size: 17px;
    line-height: 2;
}

/*
.whiteBox .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}
*/

.mauticform_wrapper .whiteBox .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mauticform-row.form-group {
    margin: 15px 0px;
}

.mauticform-row {
    margin: 15px 0px;
}

@media only screen and (min-width: 1440px) {
    .pertiaTheme .btn {
        font-size: 18px;
        padding: 10px 25px;
        letter-spacing: 1.5px;
    }
    .pertiaTheme .h5, .pertiaTheme h5 {
        font-size: 27px;
    }
    .pertiaTheme .h2, .pertiaTheme h2 {
        font-size: 60px;
    }
    img.logo-img {
        max-width: 180px;
        padding: 15px;
    }
    .nav.navbar-nav>li>a {
        font-size: 19px;
    }
    .pertiaTheme .h6, .pertiaTheme h6 {
        font-size: 24px;
    }
    .branches {
        margin: 50px auto;
    }
    .h4, h4, .pertiaTheme h4 {
        font-size: 28px;
    }
    .whiteBox h4 {
        max-width: 500px;
    }
    .pertiaTheme .form-control {
        font-size: 16px;
    }
    .BrandBooster p {
        max-width: 90%;
    }
    .pertiaTheme .btn {
        margin-top: 3%;
    }
    .whiteBox .form-group {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .contactSec {
        min-height: 100vh;
    }
    .nav>li>a {
        padding: 15px 25px;
    }
    .boxOne .wrapperContent {
        margin-top: 10%;
    }
    .coreValueAnim img.prodDescAbout {
        margin-top: -140px;
        max-width: 140px;
        height: auto;
    }
    .h1, h1, .pertiaTheme h1 {
        font-size: 5em;
    }
    img.dividerBlue {
        margin-top: -214px;
    }
    img.dividerBlueBottom {
        margin-bottom: -13%;
    }
    section.clouds p {
        font-size: 18px;
    }
    .pertiaThemeInnerPages .threeBubbleContent img {
        margin: -420px 0 0 0px;
        max-width: 455px;
    }
    .pertiaThemeInnerPages .darkContent img {
        max-width: 370px;
    }
    .home .threeBubbleContent img {
        margin: -558px 0 0 24px;
    }
    .prodDescSec img.prodDesc {
        mix-blend-mode: luminosity;
    }
    .home .threeBubbleContent img {
        margin: -557px 0 0 24px;
    }
    img.heroimg {
        width: 65%;
        max-width: 750px;
    }
    .mapShadow {
        max-width: 80%;
        margin: 0px auto;
    }
    #map {
        height: 650px;
    }
    .teamSec2 {
        margin-top: 150px;
    }
    img.pertiaLeadersImg, img.prodDescAbout {
        max-width: 180px;
        border-radius: 50%;
        height: 180px;
        width: 180px;
    }
    img.pertialeadersImg {
        max-width: 300px;
        border-radius: 50%;
        height: 300px;
        width: 300px;
    }
    .pertiaThemeInnerPages .roboContent img {
        max-width: 361px;
        margin: -382px 0px 0px -5px;
    }
    body.pertiaTheme, .pertiaTheme p {
        font-size: 17px;
    }
    .form-control {
        height: 50px;
    }
    .minHeight {
        min-height: 15vh;
    }
    .clouds .minHeight {
        min-height: 70vh;
    }
    .BrandBooster .row.dflex.minHeight.box {
        min-height: 60vh;
    }
    section.overrlappingImage2 {
        margin-bottom: -5vh;
    }
    .cloudsDesign p, .BrandBooster2 p, section.clouds p {
        font-size: 19px;
        line-height: 2;
    }
    img.ChirpnleadersImg {
        max-width: 300px;
        border-radius: 50%;
        height: 300px;
        width: 300px;
    }
    .teamSecSpacing {
        padding: 80px 0px;
    }
    .list {
        line-height: 1.7;
    }
    section.contactSec .branches:last-child p {
        max-width: 515px;
    }
    .currentOpeningsDetails .whiteBox.job {
        width: 651px;
    }
    input#mauticform_input_pertiajobsubmitform_resume::before {
        width: 130px;
    }
    input#mauticform_input_pertiajobsubmitform_resume {
        margin-left: 130px;
    }
}

@media only screen and (max-width: 1430px) {
    .whiteBox .form-group {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    footer {
        font-size: 14px;
    }
    label#mauticform_label_pertiajobsubmitform_resume {
        margin-left: 10px;
        font-weight: 500;
        font-size: 14px;
    }
    label#mauticform_label_pertiajobsubmitform_resume {
        line-height: 3;
        float: left;
        clear: right;
    }
}

@media only screen and (max-width: 1326px) {
    .ChirpnleadersImg {
        max-width: 340px;
    }
}

@media only screen and (max-width: 1370px) {
    .mauticform_wrapper .whiteBox .form-group {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .para {
        line-height: 1.7;
    }
    p {
        font-size: 14px;
    }
    img.ChirpnleadersImg {
        max-width: 380px;
    }
    .teamSecSpacing {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 1370px) {
    .cloudsDesign p, .BrandBooster2 p, section.clouds p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 1280px) {
    .pertiaTheme .h2, .pertiaTheme h2 {
        font-size: 48px;
    }
    section.clouds p, body {
        font-size: 16px;
        line-height: 1.7;
    }
    h1, h1, .pertiaTheme h1 {
        font-size: 4em;
    }
    .BrandBooster .row.dflex.minHeight.box {
        min-height: 60vh;
    }
    .ChirpnleadersImg {
        max-width: 310px;
    }
    footer div.container {
        width: 100%;
    }
    img.prodDesc {
        max-width: 100%;
    }
    img.ChirpnleadersImg {
        max-width: 360px;
    }
    img.circle2.item {
        top: -2vh;
    }
}

@media only screen and (max-width: 1024px) {
    .clouds .innerDiv {
        max-width: 95%;
        margin: 0px auto;
    }
    .whiteBox {
        width: 100%;
    }
    .contactSec {
        min-height: 100vh;
        padding-bottom: 50px;
    }
    footer .col-md-4, footer .col-md-6, footer .col-md-2, footer .col-md-3 {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
    /* .container.banner1 {
        width: 99%;
    } */
}

@media only screen and (max-width: 1024px) and (min-width: 980px) {
    .ContactPage .bannerSectioninner {
        min-height: 107vh;
    }
    .ChirpnleadersImg {
        max-width: 260px;
    }
    .content7 {
        margin-bottom: -257px;
        height: 710px;
    }
}

@media only screen and (max-width: 980px) {
    .BannerContentBold.boxTwo.ContentSecBan {
        align-items: flex-start;
    }
    .aboutInforSec {
        padding: 50px 50px;
        overflow-y: scroll;
        max-height: 350px;
    }
    .aboutInforSec p {
        font-size: 16px;
        max-width: 100%;
    }
    .content7 {
        margin-bottom: -245px;
    }
}

@media only screen and (max-width: 812px) {
    .contactSec .dflex {
        display: block;
    }
    .whiteBox {
        margin-top: 60px;
    }
    footer {
        text-align: center;
    }
    ul.social-icons {
        margin: 0px auto;
        width: fit-content;
    }
    .BannerContent .wrapper {
        height: auto;
        /* min-height: 100vh; */
    }
    section.clouds p {
        max-width: 80%;
        margin: 0px auto 10px;
    }
    img.brandBoosterImg {
        margin-top: 20%;
    }
    .boxOne .wrapperContent {
        margin-top: 5%;
    }
    section.BrandBooster {
        padding: 60px 0px 0px;
        text-align: center;
    }
    .styleWrapper {
        min-height: 100vh;
        margin-top: 25%;
    }
    .innerDiv {
        text-align: center;
        padding-top: 10%;
    }
    .boxTwo .innerDiv {
        padding-top: 0%;
    }
    .box {
        display: flex;
        flex-direction: column;
    }
    .boxOne {
        order: 1;
    }
    .boxTwo {
        order: 2;
    }
    .boxThree {
        order: 3;
    }
    img.brandBoosterImg {
        margin-top: 0%;
        margin-bottom: 80px;
    }
    section.clouds .col-md-6.boxTwo {
        display: flex;
        align-items: center;
    }
    section.clouds .col-md-6.boxOne {
        display: flex;
        align-items: bottom;
        width: 100%;
        margin-top: 10%;
    }
    .boxOne .wrapperContent {
        margin: auto;
    }
    .removeHeight.minHeight {
        min-height: auto;
    }
    .teamSec .hover {
        margin: 50px 0px;
    }
    .teamSec2 .hover {
        margin-bottom: 50px;
    }
    .prodDescAboutSection .row {
        display: block;
        align-items: unset;
    }
    .col-md-20 {
        width: 33%;
    }
    nav div.container {
        width: 100%;
    }
    .BannerContent .wrapper {
        height: auto;
        min-height: auto;
    }
    .styleWrapper {
        min-height: 535px;
        margin-top: 0;
    }
    img.prodDesc {
        max-width: 75%;
    }
    .productSec div.container {
        width: 100%;
    }
    .productSec .h3, .productSec h3, .pertiaTheme .productSec h3 {
        font-weight: 600;
        font-size: 24px;
    }
    section.clouds ul {
        text-align: left;
        max-width: 100%;
        margin: 0px auto;
    }
    section.contactSec.section.content2inner .minHeight, section.contactSec.section.content2inner {
        min-height: auto;
    }
    .pertiaTheme .nav>li>a {
        padding: 10px 10px;
    }
    .BannerContent ul li {
        float: left;
        padding-left: 20px;
    }
    .BannerContent .wrapper {
        height: auto;
        min-height: max-content;
    }
    .styleWrapper {
        margin-top: 0%;
        text-align: center;
    }
    .circleWrapp {
        min-height: 65vh;
    }
    .robo img {
        margin-left: -20%;
    }
    .contactSec {
        background-position: center left;
        padding-top: 18vh;
    }
    .contactSec.about {
        background-color: #0b43a4;
        padding-top: 18vh;
    }
    .BannerContent .wrapper {
        display: block;
    }
    .water-layer4 {
        background-position: center;
        background-size: 80% auto;
        z-index: 5;
    }
    .water-layer2 {
        background-size: 140% auto;
    }
    .box {
        display: flex;
        flex-direction: column;
    }
    .boxOne {
        order: 1;
    }
    .boxTwo {
        order: 2;
    }
    .advanceTechnologyPage .water-layer4 {
        background-position: center;
        background-size: 63% auto;
    }
    .advanceTechnologyPage .water-layer2 {
        background-size: 110% auto;
    }
    .parallax {
        margin-top: 30%;
    }
    .ContactPage .water-layer4 {
        background-size: 60% auto;
    }
    .implementPage .water-layer4 {
        background-size: 55% auto;
    }
    .connectPage .water-layer4 {
        background-size: 70% auto;
    }
    .automatePage .water-layer4 {
        background-position: center;
        background-size: 70% auto;
    }
    .supportPage .water-layer4 {
        background-position: center;
        background-size: 70% auto;
    }
    .aboutInforSec {
        padding: 20px 20px;
        overflow-y: scroll;
        max-height: 350px;
    }
    .aboutPopup {
        width: 90%;
        overflow: hidden;
    }
    .banner2.container {
        display: none;
    }
    .col-md-12.hoView, .hoView {
        max-width: 50%;
        float: left;
        margin-top: -7%;
        width: 50%;
    }
    img.heroMobile {
        max-width: 550px;
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    .BannerContent .wrapper.index {
        display: block;
    }
    h1.headerSec {
        max-width: 95%;
    }
    .social-circle li a {
        width: 47px;
        height: 47px;
    }
    .articlesDetails nav.pull-right {
        margin-top: 20px;
    }
    section.section.blueBG.case-study, section.section.blueBG.case-study h3, section.section.blueBG.case-study h4, section.section.blueBG.case-study h5, section.section.blueBG.case-study h6, section.section.blueBG.case-study p {
        text-align: left;
    }
    .pertiaTheme .h2, .pertiaTheme h2 {
        font-size: 42px;
    }
    img.dividerBlue {
        vertical-align: baseline;
    }
    .maxCertification {
        max-width: 90%;
        margin: 0px auto;
    }
    .certificationWrapper {
        text-align: center;
    }
    img.rpaimg {
        margin: 50px 0px;
    }
    .masterClass {
        margin-bottom: 80px;
    }
    .currentOpenings .masterClass {
        margin-bottom: 0;
        text-align: left;
    }
    section.clouds .currentOpenings .masterClass p {
        max-width: 100%;
        margin: 0;
    }
    .whiteBox.job {
        margin: 0px;
        width: 100%;
        margin-right: 0px;
        margin-left: auto;
    }
    .currentOpeningsDetails {
        margin: 50px auto;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 373px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .h1, h1, .pertiaTheme h1 {
        font-size: 35px;
    }
    .content7 {
        margin-bottom: -243px;
    }
}

@media only screen and (max-width: 768px) {
    .contactSec {
        background-position: left;
    }
    .aboutPopupInner {
        display: block;
    }
    .home .clouds .innerDiv {
        max-width: 100%;
    }
    .teamSecSpacing .col-md-6 {
        text-align: center;
    }
    .list {
        font-size: 14px;
        text-align: left;
    }
    .case-study h2 {
        text-align: center;
    }
    ul.list {
        max-width: 459px;
        margin: 0px auto;
    }
    .ContactPage .dflex {
        display: block;
    }
    .mapSection .minHeight {
        min-height: 200px;
    }
    .col-md-12.hoView, .hoView {
        max-width: 100%;
        float: left;
        margin-top: 0%;
        width: 100%;
    }
    img.heroMobile {
        max-width: 550px;
        width: 90%;
        margin: 25% auto 0px;
        display: block;
    }
    section.clouds p {
        max-width: 100%;
        margin: 0px auto 10px;
    }
}

@media only screen and (max-width: 680px) {
    nav.navbar {
        background-color: white;
    }
    .navbar-toggle .icon-bar {
        background-color: #ee5222;
    }
    .navbar .container {
        width: 100%;
    }
    img.logo-img {
        max-width: 170px;
        padding: 15px;
    }
    .whiteBox {
        padding: 20px;
    }
    .h4, h4, .pertiaTheme h4 {
        font-size: 18px;
    }
    .clouds .innerDiv {
        max-width: 100%;
    }
    section.clouds p {
        max-width: 100%;
        margin: 0px auto 10px;
    }
    .clouds hr, .clouds hr.right {
        margin-top: -2px;
        margin-bottom: 0px;
    }
    section.BrandBooster {
        padding: 0px;
    }
    .BannerContent h3 {
        font-size: 3em;
        margin-top: 25%;
        white-space: pre-wrap;
    }
    .BannerContent ul li {
        font-size: 3.5em;
    }
    .styleWrapper {
        min-height: auto;
        max-height: 500px;
        text-align: center;
    }
    .boxTwo {
        padding-bottom: 60px;
    }
    .boxOne .wrapperContent {
        margin-bottom: -5%;
    }
    .contactSec {
        background-position: left top;
    }
    img.dividerBlue {
        background-color: #ebf3ff;
    }
    .pertiaTheme .h2, .pertiaTheme h2 {
        font-size: 28px;
    }
    .h4, h4, .pertiaTheme h4 {
        font-size: 25px;
    }
    .pertiaTheme .h6, .pertiaTheme h6 {
        font-size: 17px;
    }
    .pertiaTheme .btn {
        font-size: 13px;
    }
    .col-md-20 {
        width: 100%;
        margin-bottom: 50px;
    }
    .pertiaLeaders h2, .AdvisoryTeam h2 {
        text-align: center;
    }
    .contactSec, .contactSec .minHeight {
        min-height: auto;
    }
    .pertiaThemeInnerPages .roboContent img {
        margin: -355px 0px 0px -20px;
    }
    .ChirpnleadersImg {
        max-width: 260px;
    }
    .mt-2 {
        margin-top: 50px !important;
    }
    .ContactPage .contactSec {
        padding-top: 80px;
    }
    section.contactSec.minHeight.section.about {
        padding-top: 112px;
    }
    .dflex {
        justify-content: center;
    }
    img.prodDesc {
        max-width: 180px;
    }
    section.clouds ul {
        max-width: 100%;
    }
    .automatePage .water-layer4 {
        background-position: center;
        background-size: 60% auto;
    }
    .parallax {
        margin-top: 50%;
        min-height: 80vh;
    }
    .BannerContentBold.boxTwo.ContentSecBan {
        margin-top: -70vh;
    }
    .water-layer4 {
        background-size: 90% auto!important;
    }
    .water-layer2 {
        display: none;
    }
    .buildPage .BannerContentBold.boxTwo.ContentSecBan {
        margin-top: -80vh;
    }
    .prodDescSec img.prodDesc {
        mix-blend-mode: luminosity;
    }
    img.heroimg {
        width: 100%;
    }
    .section.coreValueSection {
        padding-top: 80px;
        text-align: center;
    }
    .clouds h2 {
        padding-top: 10px;
    }
    form .form-control {
        width: 90%;
        margin: 0px auto;
    }
    .h1, h1, .pertiaTheme h1 {
        font-size: 42px
    }
    li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 100vh!important;
    }
    .teamSec .hoverDiv {
        margin-top: 50px;
    }
    .teamSec2 {
        margin-top: 0px;
    }
    .home .col-md-12.BannerContent {
        margin-top: 100px;
    }
    .home .styleWrapperHome {
        margin-top: -105%;
    }
    .banner2.container {
        width: 80%;
    }
    .clouds.homeParallax {
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ebf3ff;
        background-position: top;
    }
    .aboutPopupInner1 {
        max-height: 300px;
    }
    .aboutPopup {
        width: 90%;
    }
    .home .clouds .innerDiv {
        max-width: 100%;
    }
    .pertiaTheme .h5, .pertiaTheme h5 {
        font-size: 16px;
    }
    .currentOpeningsDetails {
        max-width: 100%;
    }
    .row.dflex.box.mb-3.teamSecSpacing {
        margin-bottom: 0;
    }
    p {
        font-size: 14px;
    }
    .contactSec div.container {
        width: 100%;
    }
    .whiteBox {
        padding: 20px 10px;
    }
    .case-study h3 {
        font-size: 30px;
    }
    input#mauticform_input_pertiajobsubmitform_resume {
        max-width: 100%;
    }
    .currentOpeningsDetails {
        margin: 50px auto;
        max-width: 100%;
    }
    .whiteBox.job {
        width: 100%;
    }
    input#mauticform_input_pertiajobsubmitform_resume {
        max-width: 100%;
    }
    /*
    input#mauticform_input_pertiajobsubmitform_resume::before {
        width: 86px;
        margin-left: 12px;
        margin-top: -26px;
        padding-top: 50px;
    }
*/
    .mauticform_wrapper form .form-control {
        width: 100%;
    }
    .btmStick {
        position: absolute;
        bottom: -20px;
        left: 25px;
    }
    div#currentOpeningsDetails.col-sm-12 {
        padding: 0px;
    }
    .currentOpeningsDetails.text-right.col-md-6.col-sm-12 {
        padding: 0px;
    }
    input#mauticform_input_pertiajobsubmitform_resume {
        margin-left: 0;
        margin-top: 50px;
    }
    input#mauticform_input_pertiajobsubmitform_resume::before {
        width: 86px;
        margin-left: 12px;
        margin-top: -35px;
        padding-top: 0;
    }
    a.buttonGS {
        margin-bottom: 20px;
        max-width: fit-content;
        position: relative;
    }
}

/* iphone 6, 6s, 7, 8 */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .home .styleWrapperHome {
        margin-top: 0%;
    }
    .h1, h1, .pertiaTheme h1 {
        font-size: 36px;
    }
}

/* iphone 5 */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .home .styleWrapperHome {
        margin-top: 0%;
    }
    .h1, h1, .pertiaTheme h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 360px) {
    .home .styleWrapperHome {
        margin-top: 0%;
    }
}

@-moz-document url-prefix() {
    .banner2 {
        display: grid!important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner2 {
        width: 100%;
        /* min-height: 100vh; */
        /* margin-top: -88vh; */
        overflow: visible;
        display: grid;
        align-items: center;
        position: relative;
        z-index: 10;
    }
    .BannerContent .wrapper {
        display: flex;
        align-items: center;
        /* height: 110vh; */
        width: 100vw;
        overflow: visible;
    }
    .clouds hr.left {
        margin: 0px auto;
        margin-left: 0px;
    }
    .about-cvmargin {
        margin-top: 150px;
    }
    .clouds hr.left {
        margin: 0px auto;
        margin-left: 0px;
    }
}

.banner2 {
    min-height: 50vh;
    margin-top: 0vh;
}

@media (min-device-width: 769px) {
    .banner2 {
        min-height: 100vh;
        margin-top: -100vh;
    }
}

.ninox-logo img {
    width: 50%;
}

#products a.text {
    color: #a6a6ff;
}

#products a.text:hover {
    color: white;
}