/*Min width 1600*/
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}
html {
  scroll-behavior: smooth;
}
.text-green{
    color: var(--vc-secondary);
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
.main-navigation .nav-link {
    color: #000000;
    font-size: 14px;
    line-height:1.7;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
body {
  overflow-x: hidden;
}
body,p{
    color:#000000;
    font-size:18px;
    line-height:29px;
    font-family: Montserrat;
    font-weight:400;
}
h1{
    font-size:80px;
    line-height:1;
    font-family: Montserrat;
    font-weight:800;
    color:#001341;
}
h2{
    font-size: 55px;
    line-height:1;
    font-family: Montserrat;
    font-weight:800;
    color: var(--heading-color);
}
h3{
    font-size:50px;
    line-height:1;
    font-family: Montserrat;
    font-weight:700;
    color:#001341;
}
h4{
    font-size:43px;
    line-height:1.2;
    font-family: Montserrat;
    font-weight:800;
    color: var(--vc-primary-dark);
}
h5{
    font-size:30px;
    line-height:1.2;
    font-family: Montserrat;
    font-weight:800;
/*    color:#001341;*/
color: var(--vc-primary-dark);

}
h6{
    font-size:20px;
    line-height:1.2;
    font-family: Montserrat;
    font-weight:800;
    color: var(--vc-secondary);
}
.desk-menu .navbar {
  text-align: center;
}
.desk-menu ul.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.btntn{
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size:13.5px;
  text-transform: uppercase;
  transition: all .3s linear 0s;
  display: inline-block;
  padding: 0px 20px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.btntn:before {
  content: '';
  position: absolute;
  background: var(--vc-primary-dark);
  z-index: 0;
  transition: all .3s linear 0s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  border: 1px solid var(--vc-primary-dark);
}
.btntn:after {
  content: '';
  position: absolute;
  background: var(--vc-secondary);
  z-index: 0;
  transition: all .3s linear 0s;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  border-radius: 10px;
  border: 1px solid var(--vc-secondary);
}
.btntngradient:before {
/*    background: linear-gradient(to right, #001d41 ,#014840);*/
      background: var(--vc-secondary);

    border-color: var(--vc-secondary);
}
.btntn span {
  position: relative;
  z-index: 1;
}
.btntn:hover:before {
}
a.btntn:hover {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #04bb3e;
}
/*Padding Top*/
.pdt-10{
    padding-top:10px;
}
.pdt-20{
    padding-top:20px;
}
.pdt-30{
    padding-top:30px;
}
.pdt-40{
    padding-top:40px;
}
.pdt-50{
    padding-top:50px;
}
.pdt-60{
    padding-top:60px;
}
.pdt-70{
    padding-top:70px;
}
.pdt-80{
    padding-top:80px;
}
.pdt-90{
    padding-top:90px;
}
.pdt-100{
    padding-top:100px;
}
.pdt-110{
    padding-top:110px;
}
.pdt-120{
    padding-top:120px;
}
.pdt-130{
    padding-top:130px;
}
.pdt-140{
    padding-top:140px;
}
.pdt-150{
    padding-top:150px;
}
.pdt-160{
    padding-top:160px;
}
/*Padding Bottom*/
.pbt-10{
    padding-bottom:10px;
}
.pbt-20{
    padding-bottom:20px;
}
.pbt-30{
    padding-bottom:30px;
}
.pbt-40{
    padding-bottom:40px;
}
.pbt-50{
    padding-bottom:50px;
}
.pbt-60{
    padding-bottom:60px;
}
.pbt-70{
    padding-bottom:70px;
}
.pbt-80{
    padding-bottom:80px;
}
.pbt-90{
    padding-bottom:90px;
}
.pbt-100{
    padding-bottom:100px;
}
.pbt-110{
    padding-bottom:110px;
}
.pbt-120{
    padding-bottom:120px;
}
.pbt-130{
    padding-bottom:130px;
}
.pbt-140{
    padding-bottom:140px;
}
.pbt-150{
    padding-bottom:150px;
}
.pbt-160{
    padding-bottom:160px;
}
.min-vh-50{
    min-height:50vh;   
}
.min-vh-60{
    min-height:60vh;   
}
.min-vh-70{
    min-height:70vh;   
}
.min-vh-80{
    min-height:80vh;   
}
.min-vh-90{
    min-height:90vh;   
}
.circletn{
    width:170px;
    height:170px;
    border-radius:50%;
    background: linear-gradient(to right, #00c229 ,#2687ef);
}
ul.bullets{
    padding-left:0;
    list-style-type: none;
    margin-bottom: 0;
}
ul.bullets li{
    position:relative;
    padding-left:40px;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 23px;
    text-transform: uppercase;
    color: var(--vc-primary-dark);
}
ul.bullets li:before{
    content:'';
    position:absolute;
    left:0;
}
section {
    background-size: cover;
    background-position: right;
    position: relative;
}
li.nav-item {padding-left: 18px;padding-right: 18px;}
.main-navigation .nav-link.btntn {
    color: #fff;
    line-height: 42px;
    padding: 0 22px;
    font-weight: 700;
}
.banner-home-main {
    background-size: cover;
    background-position: right;
}
.banner-home-main h2 span {
    display: block;
}
.banner-home-main h2 {
    text-transform: uppercase;

}
.banner-home-main p {
    text-transform: uppercase;
    max-width: 520px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
}
span.circletn.circleRightSection {
    position: absolute;
    right: -85px;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
span.circletn.circleAroundImg {
    left: -40px;
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: -50px;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 10s linear infinite;
}
span.circletn.circleRightSection:before {
    content: '';
}
span.circletn.circleAroundImg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 11px 10px 51px rgba(0,0,0,.5);
    content: '';
    border-radius: 50%;
}
section.header-section {
    z-index: 1;
}
.aboutCompanySection h6 {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 2;
}
.aboutCompanySection h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.aboutCompanySection a.btntn {
    margin-top: 30px;
}
a.btntn:hover:after {left: 0;}
a.btntn.btntngradient::after {
    background: var(--vc-primary-dark);
    border: 1px solid var(--vc-primary-dark);
}
.column2 {
    column-count: 2;
}
ul.bullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    background: var(--vc-secondary);
    border-radius: 50%;
}
.generalHeading h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 48px;
}
.generalHeading p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
}
.generalHeading {
    margin-bottom: 60px;
}
.servicesAfterHover {
    position: absolute;
    top: -100%;left: 0;
    background: #f3f5f6;
    width: 100%;height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
    transition: all .3s linear 0s;
}
.servicesBeforeHover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesLoopIn {
    text-align: center;
    width: 100%;
    height: 300px;
    border: 1px solid #0772b1;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.servicesBeforeText h5 {
    margin-top: 25px;
    font-size: 25px;
    text-transform: uppercase;
}
.servicesAfterHover h5 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--vc-primary-dark) !important;
}
.servicesAfterHover p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}
.servicesLoopIn:hover .servicesAfterHover {
    top: 0;
}
.portOverlay {position: absolute;width: 100%;height: 100%;background: linear-gradient(45deg, #0087fe, transparent);left: 0;bottom: -100%;transition: all .3s linear 0s;}
.portSliderIn:nth-child(3) {
    height: 400px;
}
.portSliderIn > div {
    float: left;
    height: 500px;
    padding-left: 7px;
    padding-right: 7px;
}
.portSliderIn > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s linear 0s;
}
.portSliderIn > div:first-child .portSliderText {
    height: calc(50% - 7px);
}
.portSliderIn > div:first-child .portSliderText:first-child {margin-bottom: 7px;}
.portSliderIn > div:first-child .portSliderText:last-child {margin-top: 14px;}
.portSliderIn > div:last-child .portSliderText {
    height: 100%;
}
.portSliderText {
    position: relative;
    overflow: hidden;
}
.portOverlay > div {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff;
}
.portOverlay > div h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.portSliderText:hover img {
    transform: scale(1.1);
}
.portSliderText:hover .portOverlay {
    bottom: 0;
}
section.aboutCompanySection:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-image: url(../images/home/jaalaboutCompany.png);background-repeat: no-repeat;background-position: left;background-size: 600px;}
section.aboutCompanySection:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../images/home/jaal.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px;
  bottom: -12%;
}
section.aboutCompanySection .container {
    position: relative;
    z-index: 3;
}
section.portfolio:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-image: url(../images/home/portJaalLeft.png);background-repeat: no-repeat;background-position: left;background-size: 350px;}
section.portfolio:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../images/home/portJaalRight.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 450px;
  top:0;
}
section.portfolio .container {
    z-index: 3;
    position: relative;
}
span.circletn.circleSmallest {
  position: absolute;
  width: 50px;
  height: 50px;
  box-shadow: 1px 15px 15px rgba(0,0,0,.2);
  left: 100px;
  -webkit-animation: circ1 15s linear infinite;
  -moz-animation: circ1 5s linear infinite;
  -ms-animation: circ1 5s linear infinite;
  -o-animation: circ1 15s linear infinite;
  animation: circ1 15s linear infinite;
}
@-webkit-keyframes circ1 /* Safari and Chrome */ {
  0% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 10%;
  }
  50% {
    background: linear-gradient(to left, #00c229 ,#2687ef);
    top: 80%;
  }
  100% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 10%;
  }
}
@keyframes circ1 {
  0% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 10%;
  }
  50% {
    background: linear-gradient(to left, #00c229 ,#2687ef);
    top: 80%;
  }
  100% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 10%;
  }
}
span.circletn.circleSmallest.circlePort2 {
    left: auto;
    right: 100px;
    -webkit-animation: circ2 15s linear infinite;
    -moz-animation: circ2 5s linear infinite;
    -ms-animation: circ2 5s linear infinite;
    -o-animation: circ2 15s linear infinite;
    animation: circ2 15s linear infinite;
}
@-webkit-keyframes circ2 /* Safari and Chrome */ {
  0% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 80%;
  }
  50% {
    background: linear-gradient(to left, #00c229 ,#2687ef);
    top: 10%;
  }
  100% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 80%;
  }
}
@keyframes circ2 {
   0% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 80%;
  }
  50% {
    background: linear-gradient(to left, #00c229 ,#2687ef);
    top: 10%;
  }
  100% {
    background: linear-gradient(to right, #00c229 ,#2687ef);
    top: 80%;
  }
}
.customerSection h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.customerSection p {
    font-size: 16px;
}
.customerSection h3+p {
    max-width: 320px;
}
.customerRepeator {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.customerTop {
    border: 3px solid #00216a;
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 20px;
    min-height: 220px;
}
.ratingStar i {
    color: #fad231;
}
.ratingStar {
    margin-bottom: 16px;
}
.customerTop p {
    font-size: 15.5px;
}
.customerBio .bioText h6, .customerBio .bioText p {
    color: #fff;
}
.bioImg {
    width: 70px;
    float: left;
    display: block;
}
.bioText {
    width: calc(100% - 85px);
    float: right;
    margin-top: 10px;
}
.customerBio .bioText h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.customerSection .bioText p {
    font-size: 16px;
    opacity: .5;
}
.jobSliderIn {
    float: left;
}
.jobSlider {
    width: 100%;
    margin-bottom: 40px;
}
ul.slick-dots {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 80px;
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots button {
    background: #e5e5e5;
    border: 0;
    color: transparent;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 0;
}
ul.slick-dots li.slick-active button {
    background: var(--vc-secondary);
}
ul.slick-dots button:focus {
    outline: none;
}
.jobSliderIn.slick-slide {
    padding-bottom: 60px;
}
.jobSliderText {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
/*    background: #f2f7ff;*/
    background:  var(--vc-secondary);
    border-radius: 10px;
    transition: all .3s linear 0s;
    cursor:pointer;
}

.jobSliderText h6 {

    color: white;
}  

.jobSliderText a {
    text-align: center;
}
.jobSliderText a img {
    margin-bottom: 30px;
}
.jobSliderText a h6 {
    text-transform: capitalize;
}
.jobSliderText:hover {
    box-shadow: 0px 29px 30px rgb(0 0 0 / 10%);
}
.fullWidthbtnRow {text-align: center;}
a:hover {
    text-decoration: none;
}
section.jobOPening:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-image: url(../images/home/jaalaboutCompany.png);background-repeat: no-repeat;background-position: left;background-size: 550px;}
section.jobOPening:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../images/home/jaal.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px;
  top:0;
}
section.jobOPening .container {
    position: relative;
    z-index: 3;
}
.footer-left-column {
    height: 100vh;
    padding-left: 200px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 25px;
}
.footer-left-column h6 {
    font-size: 23px;
    font-weight: normal;
}
.footer-left-column h2 {
    text-transform: uppercase;
    font-size: 65px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.footer-right-column {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
}
.footer-right-column .bgFootColored {
    background: #f4f4f4;height: 100%;display: flex;align-items: center;padding-left: 80px;width: 100%;
}
.bgFootColored h4 {
    font-size: 20px;
    color: var(--vc-primary-dark);
    text-transform: uppercase;
    margin-bottom: 40px;
}
.bgFootColored ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.bgFootColored ul li a {
    font-size: 15px;
    font-weight: normal;
    color: var(--vc-primary-dark);
    text-transform: uppercase;
}
.bgFootColored ul li {
    margin-bottom: 10px;
    padding-top:8px;
}
.bgFootColored ul li a:hover {
    color: var(--vc-secondary);
}

.quickLink ul li i {

    color: var(--vc-secondary);
    margin-right: 5px;
}

.copyright {
    position: absolute;
    bottom: 15PX;
}
.footer-right-column .bgFootColored .row {
    width: 80%;
    margin-top: 10px;
}
.bgFootColored ul.contact-links li a {
    display: inline-block;
    width: 100%;
}
.bgFootColored ul.contact-links li a i {
    width: 28px;
    float: left;
    color: var(--vc-secondary);
}
.bgFootColored ul.contact-links li a span {
    float: left;
    width: calc(100% - 28px);
    margin-top: -8px;
    color: var(--vc-primary-dark);
}
.copyright p {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
a.nav-link:not(.btntn) {
    position: relative;
}
a.nav-link.active:not(.btntn):before {
    content: '';
    position: absolute;
    left: 50%;
    width: 60%;
    border-bottom: 3px solid var(--vc-secondary);
    transform: translateX(-50%);
    bottom: 0;
}

a.nav-link:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 60%;
    border-bottom: 3px solid var(--vc-secondary);
    transform: translateX(-50%);
    bottom: 0;
}

a.nav-link:not(.btntn):hover {
    color: #00c229;
}
a.nav-link:not(.btntn) {
    transition: all .3s linear 0s;
}
.bgFootColored ul.contact-links li a {
    text-transform: unset;
}
.aboutCompanyImg img {
    max-width: 100%;
}
span.rightHalfCirg {
    background-image: url(../images/home/rightHalfCirg.png);
    position: absolute;
    right: 0;
    top: 100px;
    width: 140px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
span.bottomHalfCirc {
    background-image: url(../images/home/bottomHalfCirc.png);
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 200px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.bgFootColored ul:not(.contact-links) li {
    padding-top: 0;
}
a.btntn.afterHoverbtntnborderlight:after {
    border: 1px solid #fff;
    background: #fff;
}
a.btntn.afterHoverbtntnborderlight:hover {
    color: #001341;
}
.portSlider,.cutomerSlider {
    width: 100%;
}
.jobSliderText a img {margin-left: auto;margin-right: auto;}
/*Popup*/
.modal-dialog {
    width: 480px;
}
.modal-content {
    padding: 60px 40px;
    border-radius: 15px;
    border: 0;
    /*background:url(https://outsourceinpakistan.com/assets/images/popup/popupBg1.jpg);*/
    background:linear-gradient(45deg, #011641, #062e52);
    background:-webkit-linear-gradient(45deg, #011641, #062e52);
    background:-moz-linear-gradient(45deg, #011641, #062e52);
    background:-ms-linear-gradient(45deg, #011641, #062e52);
    background:-o-linear-gradient(45deg, #011641, #062e52);
    /*background-position: left;
    background-size: cover;*/
    box-shadow: 0px 2px 41px rgb(255 255 255 / 30%);
    transition:all .3s linear 0s;
}
.form-logo-wrapper {
    text-align: center;
    padding-bottom: 30px;
}
.modal button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    color: #fff;
    padding: 0;
    font-size: 30px;
    background-image: -webkit-linear-gradient(to right, #00e95b ,#2489e7);
    background-image: -moz-linear-gradient(to right, #00e95b ,#2489e7);
    background-image: -o-linear-gradient(to right, #00e95b ,#2489e7);
    background-image: -ms-linear-gradient(to right, #00e95b ,#2489e7);
    background-image: linear-gradient(to right, #00e95b ,#2489e7);
    font-weight: 700;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
}
.quote-form-header {
    text-align: center;
}
.quote-form-header p {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.modal input.form-control {
    background: #fff;
    margin-bottom: 15px;
    height: 42px;
    border-radius: 5px;
    border-color: #fff;
    color: #001341;
}
.modal textarea {
    height: 120px;
    width: 100%;
    border-radius: 5px;
    padding: .375rem .75rem;
    color: #001341;
    border: 1px solid #ced4da;
}
button.quote-button {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    transition: all .3s linear 0s;
    background: transparent;
    border: 0;
    color: #fff;
}
button.quote-button:before {content: '';position: absolute;left: -30px;width: 50px;height: 50px;background: #00e95b;border-radius: 50px;z-index: 0;top: 50%;transform: translateY(-50%);transition: all .3s linear 0s;}
button.quote-button span {
    position: relative;
    z-index: 1;
}
button.quote-button:hover {
    width: calc(100% + 60px);
}
button.quote-button:hover span {color: #021a49;}
.form-inner {
    text-align: center;
}
.form-btn {
    display: block;
    margin-top: 2rem;
    text-align: center;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: flex;
    justify-content: center;
}
button.quote-button:hover:before {
    width: calc(100% + 60px);
}
button.quote-button:focus {
    outline: none;
}
.modal button.close:focus {
    outline: none;
}
.modal button.close:hover {
    opacity: .8;
}
.modal textarea::-webkit-input-placeholder,
.modal input::-webkit-input-placeholder { /* Edge */
  color: #001341;
}
.modal textarea:-ms-input-placeholder,
.modal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #001341;
}
.modal textarea::placeholder,
.modal input::placeholder {
  color: #001341;
}
.modal textarea:focus, .modal input:focus {
    box-shadow: 0 0 11px rgba(4,187,63,.8);
}
.copyright {
    width: auto;
}
div.choosercareer {
    padding-left: 10px;
    padding-right: 10px;
}
.form-career input:focus, .contact-input input:focus,.form-career select:focus, .contact-input select:focus,.form-career textarea:focus, .contact-input textarea:focus {outline: none;border: 2px solid #101010;
}
.brandIn .row {
    align-items: center;
}
ul.imgBrandsUl {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
ul.imgBrandsUl li {
    float: left;
    width: 33.33%;
}
ul.imgBrandsUl li div {
    height: 68px;
    position: relative;
    display: inline-block;
    width: 100%;
}
ul.imgBrandsUl li div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    transition: all .3s linear 0s;
    max-width: 80%;
    height:100%;
}
ul.imgBrandsUl li:hover div img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}
.bioImg img {
    border-radius: 50%;
}
.banner-home-main h2 {
    margin-top: 80px;
        color: var(--vc-primary-dark);
}
/*200 to 767*/
@media(min-width:200px) and (max-width:767px){
    /*popup*/
    .modal-content {
        margin-top: 15px;
        padding: 40px 20px;
    }
    .modal-dialog {
        width: 95%;
        margin-top: 0;
    }
    .form-logo-wrapper img {
        width: 200px;
    }
    .modal button.close {
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        font-size: 20px;
    }
    .quote-form-header p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .modal input.form-control {
        height: 36px;
    }
    .modal textarea {
        height: 100px;
    }
    /*Home*/
    .mobLogoMain {
        position: absolute;
        left: 20px;
        width: 50%;
        top: 6px;
        z-index: 1;
    }
    .mobile-menu {
        align-items: center;
        position: relative;
    }
    .mobile-menu button.navbar-toggler {
        float: right;
        background: linear-gradient(45deg, #07b650, #218ed7);
    }
    .mobile-menu nav {
        justify-content: flex-end;
        background: transparent !important;
        padding-right: 0;
        padding-left: 0;
    }
    .navDiv {
        z-index: 0;
        position: relative;
    }
    div.navbar-collapse {
        background: #fff;
        margin-top: 5%;
        border-radius: 5px;
        box-shadow: 0 11px 16px rgb(5 40 93 / 30%);
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        color: #021a49;
        padding: 10px 15px;
        border-bottom: 1px solid #e3e3e3;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #021a49;
    }
    .navbar-dark .navbar-nav li.active .nav-link {
        border: 0;
        color: #13a48c;
    }
    .mobile-menu button.navbar-toggler:focus {
        outline: none;border: 1px solid #0fa978;
    }
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        color: #021a49;
        font-weight: 500;
    }
    header {
        z-index: 100;
        padding: 10px 0;
    }
    .navbar-dark .navbar-nav li:last-child .nav-link {
        border-bottom: 0;
    }
    .pdt-160 {
        padding-top: 80px;
    }
    .pbt-160 {
        padding-bottom: 80px;
    }
    body, p {
        font-size: 14px;
        line-height: 1.7;
    }
    .pbt-90 {
        padding-bottom: 50px;
    }
    .pdt-120 {
        padding-top: 60px;
    }
    .pbt-120 {
        padding-bottom: 60px;
    }
    .pdt-80 {
        padding-top: 40px;
    }
    .pbt-100 {
        padding-bottom: 50px;
    }
    .navbar-dark .navbar-toggler-icon {
        background: url(../images/home/menubar.png);
        filter: invert(1);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner-home-main h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    section.home-banner:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 100%;transform: translateY(-50%);background:rgba(255,255,255,.8);}
    .banner-home-main {
        background-position: center;
    }
    span.rightHalfCirg {
        top: 0px;
        width: 10%;
        height: 150px;
    }
    section.aboutCompanySection:before {background: no-repeat;}
    span.circletn.circleAroundImg {
        width: 70px;
        height: 70px;
        bottom: -10px;
        left: 10px;
    }
    .aboutCompanySection h6 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    h4 {font-size: 22px;}
    section.aboutCompanySection:after {
        bottom: 0;
        background-size: 100px;
    }
    .pbt-80 {
        padding-bottom: 30px;
    }
    .pdt-100 {
        padding-top: 50px;
    }
    h2 {
        font-size: 30px;
    }
    h2 br {
        display: none;
    }
    ul.bullets.column2 {
        margin-top: 30px;
        column-count: 2;
    }
    ul.bullets li {    
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 15px;
        padding-left: 24px;
        line-height: 1.7;
    }
    ul.bullets li:before {
        width: 10px;
        height: 10px;
        top: 5px;
    }
    .pdt-90 {
        padding-bottom: 40px;
    }
    .generalHeading h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .generalHeading p {
        font-size: 14px;
        line-height: 1.7;
    }
    .generalHeading {
        margin-bottom: 40px;
    }
    .servicesBeforeHover {
        display: none;
    }
    .servicesLoopIn .servicesAfterHover {
        top: 0;
        position: relative;
        padding: 30px 20px;
    }
    .servicesLoopIn {
        height: auto;
    }
    .servicesAfterHover h5 {
        font-size: 20px;

    }
    .pdt-110 {
        padding-top: 70px;
    }
    span.circletn.circleSmallest {
        opacity: 0;
        display: none;
    }
    .portSliderIn > div:first-child .portSliderText:first-child {
        width: 50%;
        float: left;
        margin: 0;
    }
    .portSliderIn > div:first-child .portSliderText:last-child {
        margin: 0;
    }
    .portSliderIn > div {height: auto;}
    .portSliderIn > div:first-child .portSliderText {
        height: 200px;
    }
    .portSliderIn > div:last-child .portSliderText {
        height: 200px;
    }
    .portOverlay {
        bottom: 0;
    }
    h4 {
        font-size: 16px;
    }
    .portOverlay > div h4 + span {
        font-size: 10px;
    }
    ul.slick-dots {
        margin-top: 50px;
    }
    ul.slick-dots button {
        width: 12px;
        height: 12px;
    }
    .pdt-140 {
        padding-top: 70px;
    }
    .pbt-140 {
        padding-bottom: 70px;
    }
    h3 {
        font-size: 26px;
    }
    .customerSection h3+p {
        max-width: unset;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.7;
    }
    .customerTop {
        padding: 20px 20px;
    }
    .customerTop p {
        font-size: 14px;
    }
    .customerBio .bioText h6 {
        font-size: 14px;
    }
    .customerSection .bioText p {
        font-size: 13px;
    }
    .jobSliderText {
        height: 250px;
    }
    .jobSliderText {
        box-shadow: 0px 29px 30px rgb(0 0 0 / 10%);
    }
    section.portfolio:after {
        background-size: 100px;
    }
    section.portfolio:before {
        background-size: 100px;
        background-position: left top;
    }
    section.jobOPening:before {
        background-size: 100px;
        background-position: left top;
    }
    section.jobOPening:after {
        background-size: 100px;
    }
    .footer-left-column {
        height: auto;
        padding: 30px 15px;
        border-radius: 0;
        margin: 0 auto;
    }
    .footer-left-column h6 {
        font-size: 19px;
        margin-bottom: 0;
    }
    .footer-left-column h2 {
        font-size: 38px;
        line-height: 1.2;
        PADDING-BOTTOM: 20px;
    }
    .footer-right-column {
        padding-top: 0;
    }
    span.bottomHalfCirc {background-size: 50px;background-position: bottom right;}
    .footer-right-column .bgFootColored {
        padding: 60px 15px;
    }
    .footer-right-column .bgFootColored .row {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-right-column .bgFootColored .row .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .foot-links:first-child {
        margin-bottom: 40px;
    }
    .bgFootColored h4 {
        margin-bottom: 30px;
    }
    .bgFootColored ul li a {
        font-size: 14px;
    }
    .bgFootColored ul li {
        margin-bottom: 18px;
    }
    .bgFootColored ul.contact-links li a span {
        margin-top: -4px;
    }
    .copyright {
        position: static;
        margin-top: 30px;
        display: inline-block;
    }
    .copyright p {
        font-size: 10px;
        margin-bottom: 0;
    }
    /*Careers*/
    span.circle-career {top: 50%;transform: translateY(-50%);}
    span.leftcircle.circle-career2 {
        top: 50%;
        transform: translateY(-50%);
    }
    section.careers {
        padding-bottom: 0;
    }
    .comewithus  h4 {
        font-size: 24px;
    }
    div.form-career input, div.form-career select, textarea.review, div.contact-input input, div.contact-input textarea,input#filetn {
        height: 48px;
        padding: 12px 20px;
    }
    div.uploadbox {
        padding: 11.5px 10px;
    }
    .comewithus .container > .row {
        flex-flow: wrap-reverse;
    }
    .comewithus .container > .row > .col-sm-12:last-child {
        margin-bottom: 50px;
    }
    .choosercareer h6 {
        font-size: 18px;
    }
    div.choosercareer {
        height: 250px;
    }
    .banner-home-main > .min-vh-100 {
        min-height: 90vh !important;
    }
    /*brands*/
    .brandIn h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    ul.imgBrandsUl li div {
        height: 31px;
    }
    .banner-home-main p {
        margin-top: 15px;
        margin-bottom: 40px;
        line-height: 1.8;
    }
}
/*600 to 767*/
@media(min-width:600px) and (max-width:767px){
    .footer-left-column {
        height: auto;
        padding: 30px 30px;
    }
    .footer-right-column .bgFootColored {
        padding: 60px 30px;
    }
    ul.imgBrandsUl li div {
        height: 34px;
    }
}
/*768 to 991*/
@media(min-width:768px) and (max-width:991px){
    /*popup*/
    .modal-content {
        margin-top: 15px;
        padding: 40px 20px;
    }
    .modal-dialog {
        width: 95%;
        margin-top: 0;
    }
    .form-logo-wrapper img {
        width: 200px;
    }
    .modal button.close {
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        font-size: 20px;
    }
    .quote-form-header p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .modal input.form-control {
        height: 36px;
    }
    .modal textarea {
        height: 100px;
    }
    /*Home*/
    .mobLogoMain {
        position: absolute;
        left: 20px;
        width: 50%;
        top: 6px;
        z-index: 1;
    }
    .mobile-menu {
        align-items: center;
        position: relative;
    }
    .mobile-menu button.navbar-toggler {
        float: right;
        background: linear-gradient(45deg, #07b650, #218ed7);
    }
    .mobile-menu nav {
        justify-content: flex-end;
        background: transparent !important;
        padding-right: 0;
        padding-left: 0;
    }
    .navDiv {
        z-index: 0;
        position: relative;
    }
    div.navbar-collapse {
        background: #fff;
        margin-top: 5%;
        border-radius: 5px;
        box-shadow: 0 11px 16px rgb(5 40 93 / 30%);
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        color: #021a49;
        padding: 10px 15px;
        border-bottom: 1px solid #e3e3e3;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #021a49;
    }
    .navbar-dark .navbar-nav li.active .nav-link {
        border: 0;
        color: #13a48c;
    }
    .mobile-menu button.navbar-toggler:focus {
        outline: none;border: 1px solid #0fa978;
    }
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        color: #021a49;
        font-weight: 500;
    }
    header {
        z-index: 100;
        padding: 10px 0;
    }
    .navbar-dark .navbar-nav li:last-child .nav-link {
        border-bottom: 0;
    }
    .pdt-160 {
        padding-top: 80px;
    }
    .pbt-160 {
        padding-bottom: 80px;
    }
    body, p {
        font-size: 16px;
        line-height: 1.7;
    }
    .pbt-90 {
        padding-bottom: 50px;
    }
    .pdt-120 {
        padding-top: 60px;
    }
    .pbt-120 {
        padding-bottom: 60px;
    }
    .pdt-80 {
        padding-top: 40px;
    }
    .pbt-100 {
        padding-bottom: 50px;
    }
    .navbar-dark .navbar-toggler-icon {
        background: url(../images/home/menubar.png);
        filter: invert(1);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner-home-main h2 {
    }
    section.home-banner:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 100%;transform: translateY(-50%);}
    .banner-home-main {
        background-position: center;
    }
    span.rightHalfCirg {
        top: 0px;
        width: 10%;
        height: 150px;
    }
    section.aboutCompanySection:before {background: no-repeat;}
    span.circletn.circleAroundImg {
        width: 70px;
        height: 70px;
        bottom: -10px;
        left: 10px;
    }
    .aboutCompanySection h6 {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    h4 {}
    section.aboutCompanySection:after {
        bottom: 0;
        background-size: 150px;
    }
    .pbt-80 {
        padding-bottom: 30px;
    }
    .pdt-100 {
        padding-top: 50px;
    }
    h2 {
        font-size: 45px;
    }
    h2 br {
    }
    ul.bullets.column2 {
        margin-top: 30px;
    }
    ul.bullets li {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 15px;
        padding-left: 30px;
    }
    ul.bullets li:before {
        width: 12px;
        height: 12px;
        top: 9px;
    }
    .pdt-90 {
        padding-bottom: 40px;
    }
    .generalHeading h2 {
        font-size: 45px;
        line-height: 38px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .generalHeading p {
        line-height: 1.7;
        font-size: 16px;
    }
    .generalHeading {
        margin-bottom: 40px;
    }
    .servicesBeforeHover {
        display: none;
    }
    .servicesLoopIn .servicesAfterHover {
        top: 0;
        position: relative;
        padding: 30px 20px;
    }
    .servicesLoopIn {
        height: auto;
    }
    .servicesAfterHover h5 {
        font-size: 20px;
    }
    .pdt-110 {
        padding-top: 70px;
    }
    span.circletn.circleSmallest {
        opacity: 0;
        display: none;
    }
    h4 {
    font-size: 34px;
    }
    .portOverlay > div h4 + span {
        font-size: 10px;
    }
    ul.slick-dots {
        margin-top: 50px;
    }
    ul.slick-dots button {
        width: 12px;
        height: 12px;
    }
    .pdt-140 {
        padding-top: 70px;
    }
    .pbt-140 {
        padding-bottom: 70px;
    }
    h3 {
        font-size: 36px;
    }
    .customerSection h3+p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.7;
        max-width: 80%;
    }
    .customerTop {
        padding: 20px 20px;
    }
    .customerTop p {
        font-size: 14px;
    }
    .customerBio .bioText h6 {
        font-size: 14px;
    }
    .customerSection .bioText p {
        font-size: 13px;
    }
    .jobSliderText {
        height: 250px;
    }
    .jobSliderText {
        box-shadow: 0px 29px 30px rgb(0 0 0 / 10%);
    }
    section.portfolio:after {
        background-size: 100px;
    }
    section.portfolio:before {
        background-size: 100px;
        background-position: left top;
    }
    section.jobOPening:before {
        background-size: 100px;
        background-position: left top;
    }
    section.jobOPening:after {
        background-size: 100px;
    }
    .footer-left-column {
        height: auto;
        padding: 60px 30px;
        border-radius: 0;
        margin: 0 auto;
        text-align: center;
        width: 500px;
        float: none !important;
    }
    .footer-left-column h6 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .footer-left-column h2 {
        font-size: 70px;
        line-height: 1.2;
        PADDING-BOTTOM: 20px;
    }
    .footer-right-column {
        padding-top: 0;
    }
    span.bottomHalfCirc {background-size: 150px;background-position: bottom right;}
    .footer-right-column .bgFootColored {
        padding: 60px 30px;
    }
    .footer-right-column .bgFootColored .row {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-right-column .bgFootColored .row .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .foot-links:first-child {
        margin-bottom: 40px;
    }
    .bgFootColored h4 {
        margin-bottom: 40px;
    }

    .bgFootColored ul li a {
        font-size: 16px;
    }
    .bgFootColored ul li {
        margin-bottom: 18px;
    }
    .bgFootColored ul.contact-links li a span {
        margin-top: -4px;
    }
    .copyright {
        position: static;
        margin-top: 30px;
        display: inline-block;
    }
    .copyright p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .portSliderIn > div {
        height: 400px;
    }
    .footer-left-column > div {
        width: 100%;
        text-align: left;
    }
    /*Careers*/
    div.choosercareer {
        height: 240px;
    }
    div.choosercareer h6 {
        font-size: 16px;
    }
    div.comewithus h4 {
        font-size: 28px;
    }
    div.comewithus p {
        font-size: 14px;
    }
    div.form-career input, div.form-career select, .review, .contact-input input, .contact-input textarea,input#filetn {
        height: 42px;
        padding: 8px 15px;
        margin: 5px 0;
    }
    div.uploadbox {
        padding: 6.5px 10px;
    }
    div.form-career .col-lg-6:nth-child(odd) {
        padding-right: 5px;
    }
    div.form-career .col-lg-6:nth-child(even) {
        padding-left: 5px;
    }
    div.form-career .row.py-3 {
        padding-bottom: 0 !important;
    }
    textarea.review, .contact-input textarea {
        min-height: 130px;
        padding-top: 10px;
    }
    /*brands*/
    section.home-banner:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 100%;transform: translateY(-50%);background:rgba(255,255,255,.8);
    }
    .brandIn h2 {
        text-align: center;
        margin-bottom: 50px;
    }
    .brandIn h2 br {
        display: none;
    }
    ul.imgBrandsUl li div {
        height: 47px;
    }
}
/*992 to 1279*/
@media(min-width:992px) and (max-width:1279px){
    /*popup*/
    .modal-content {
        padding: 25px 25px;
    }
    .modal button.close {
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .form-logo-wrapper img {
        width: 150px;
        height: auto;
    }
    .quote-form-header p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .modal input.form-control {
        height: 30px;
        font-size: .8rem;
        margin-bottom: 10px;
    }
    .modal textarea {
        height: 80px;
    }
    .modal-dialog {
        width: 350px;
    }
    button.quote-button:before {
        width: 30px;
        height: 30px;
        left: -20px;
    }
    button.quote-button {
        font-size: 15px;
    }
    button.quote-button:hover:before {
        width: calc(100% + 40px);
    }
    .logo-img img {
        max-width: 160px;
    }
    .main-navigation .nav-link {
        font-size: 10px;
    }
    .btntn {
        height: 34px;
        line-height: 34px;
    }
    .main-navigation .nav-link.btntn {
        line-height: 34px;
    }
    h2 {
        font-size: 32px;
    }
    .banner-home-main p {
        max-width: 360px;
        line-height: 1.7;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    li.nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .pdt-160 {
        padding-top: 80px;
    }
    .pbt-160 {
        padding-bottom: 80px;
    }
    section.aboutCompanySection {
        overflow: hidden;
    }
    .aboutCompanySection h6 {
        font-size: 16px;
        line-height: 1.5;
    }
    h6 {
        font-size: 16px;
    }
    h4 {
        font-size: 26px;
    }
    .aboutCompanySection h4 {
        margin-bottom: 15px;
    }
    body, p {
        font-size: 13px;
        line-height: 1.7;
    }
    p {
        margin-bottom: .5rem;
    }
    span.circletn.circleAroundImg {
        width: 120px;
        height: 120px;
        left: -10px;
        bottom: -20px;
    }
    span.circletn.circleRightSection {
        width: 120px;
        height: 120px;
        right: -60px;
    }
    section.aboutCompanySection:before {
        background-size: 300px;
    }
    section.aboutCompanySection:after {
        background-size: 130px;
    }
    section.aboutCompanySection {
        z-index: 1;
    }
    section.coreValues {
        z-index: 0;
    }
    .pdt-100 {
        padding-top: 60px;
    }
    .pbt-80 {
        padding-bottom: 40px;
    }
    ul.bullets li {
        font-size: 13px;
        margin-bottom: 12px;
        padding-left: 30px;
    }
    ul.bullets li:before {
        top: 6px;
        width: 12px;
        height: 12px;
    }
    .pbt-120 {
        padding-bottom: 70px;
    }
    .pdt-90 {
        padding-top: 50px;
    }
    .generalHeading h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .generalHeading p {
        font-size: 13px;
        max-width: 550px;
    }
    .generalHeading {
        margin-bottom: 40px;
    }
    .servicesLoopIn {
        height: 200px;
    }
    .servicesBeforeText h5 {
        margin-top: 15px;
        font-size: 15px;
    }
    .servicesBeforeText img {
        max-width: 44px;
    }
    .servicesAfterHover {
        padding: 0 25px;
    }
    .servicesAfterHover p {
        font-size: 10px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .servicesAfterHover h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .pbt-140 {
        padding-top: 80px;
    }
    .pbt-140 {
        padding-bottom: 80px;
    }
    section.portfolio:before {
        background-size: 200px;
    }
    section.portfolio:after {
        background-size: 200px;
    }
    span.circletn.circleSmallest {
        width: 30px;
        height: 30px;
        left: 25px;
    }
    span.circletn.circleSmallest.circlePort2 {
        right: 25px;
    }
    .portSliderIn > div {
        height: 350px;
    }
    h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .customerSection h3+p {
        max-width: 220px;
    }
    .customerSection p {
        font-size: 10px;
    }
    .customerTop {
        padding: 10px 20px;
        min-height: 130px;
    }
    .ratingStar {
        margin-bottom: 8px;
    }
    .ratingStar i {
        font-size: 10px;
    }
    .customerBio .bioText h6 {
        font-size: 14px;
    }
    .customerSection .bioText p {
        font-size: 11px;
    }
    .pdt-120 {
        padding-top: 70px;
    }
    section.jobOPening:before {
        background-size: 250px;
    }
    section.jobOPening:after {
        background-size: 120px;
    }
    .jobSliderText {
        height: 200px;
    }
    .jobSliderText a img {
        margin-bottom: 20px;
        max-width: 50px;
    }
    .jobSlider {
        margin-bottom: 50px;
    }
    .footer-left-column {padding-left: 100px;}
    
    .footer-left-column h6 {
        font-size: 17px;
    }
    .footer-left-column h2 {
        font-size: 44px;
        padding-bottom: 20px;
    }
    .footer-right-column .bgFootColored {
        padding-left: 40px;
    }
    .bgFootColored h4 {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .bgFootColored ul li {
        margin-bottom: 4px;
        padding-top: 4px;
    }
    .bgFootColored ul li a {
        font-size: 10px;
    }
    .bgFootColored ul.contact-links li a span {margin-top: -5px;}
    .copyright p {
        font-size: 9px;
    }
    span.rightHalfCirg {
        top: 50px;
        width: 80px;
        height: 200px;
        background-size: 100%;
    }
    span.bottomHalfCirc {
        background-size: 100%;
        width: 100px;
        background-position: bottom right;
    }
    .banner-home-main {
        background-position: center;
    }
    /*Careers*/
    div.choosercareer {
        height: 240px;
    }
    div.choosercareer h6 {
        font-size: 14px;
    }
    div.form-career .col-lg-6:nth-child(odd) {
        padding-right: 10px;
    }
    div.form-career .col-lg-6:nth-child(even) {
        padding-left: 10px;
    }
    section.home-banner:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translateY(-50%);
        background:rgba(255,255,255,.6);
    }
    ul.imgBrandsUl li div {
        height: 47px;
    }
    ul.slick-dots {
        margin-top: 40px;
    }
}
/*1280 to 1365*/
@media(min-width:1280px) and (max-width:1365px){
    /*popup*/
    .modal-content {
        padding: 40px 30px;
        margin-top: 0;
    }
    .modal-dialog {
        width: 420px;
    }
    .quote-form-header p {
        font-size: 20px;
    }
    .modal input.form-control {
        height: 37px;
    }
    .modal textarea {
        height: 110px;
    }
    .modal button.close {
        top: 10px;
        right: 10px;
    }
    .form-logo-wrapper img {
        width: 200px;
        height: auto;
    }
    .modal input.form-control {
        height: 34px;
    }
    .modal textarea {
        height: 100px;
    }
    .logo-img img {
        max-width: 200px;
    }
    .main-navigation .nav-link {
        font-size: 12px;
    }
    .btntn {
        height: 36px;
        line-height: 36px;
    }
    .main-navigation .nav-link.btntn {
        line-height: 36px;
    }
    h2 {
        font-size: 40px;
    }
    .banner-home-main p {
        font-size: 11px;
        max-width: 400px;
        line-height: 1.7;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    li.nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .pdt-160 {
        padding-top: 90px;
    }
    .pbt-160 {
        padding-bottom: 90px;
    }
    section.aboutCompanySection {
        overflow: hidden;
    }
    .aboutCompanySection h6 {
        font-size: 18px;
        line-height: 1.5;
    }
    h6 {
        font-size: 18px;
    }
    h4 {
        font-size: 28px;
    }
    .aboutCompanySection h4 {
        margin-bottom: 20px;
    }
    body, p {
        font-size: 14px;
        line-height: 1.7;
    }
    p {
        margin-bottom: 1rem;
    }
    span.circletn.circleAroundImg {
        width: 140px;
        height: 140px;
        left: -10px;
        bottom: -20px;
    }
    section.aboutCompanySection:before {
        background-size: 350px;
    }
    section.aboutCompanySection:after {
        background-size: 150px;
    }
    section.aboutCompanySection {
        z-index: 1;
    }
    section.coreValues {
        z-index: 0;
    }
    .pdt-100 {
        padding-top: 80px;
    }
    .pbt-80 {
        padding-bottom: 60px;
    }
    ul.bullets li {
        font-size: 14px;
        margin-bottom: 16px;
        padding-left: 30px;
    }
    ul.bullets li:before {
        top: 6px;
        width: 13px;
        height: 13px;
    }
    .pbt-120 {
        padding-bottom: 90px;
    }
    .pdt-90 {
        padding-top: 70px;
    }
    .generalHeading h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .generalHeading p {
        font-size: 14px;
        max-width: 600px;
    }
    .generalHeading {
        margin-bottom: 50px;
    }
    .servicesLoopIn {
        height: 240px;
    }
    .servicesBeforeText h5 {
        margin-top: 23px;
        font-size: 19px;
    }
    .servicesBeforeText img {
        max-width: 61px;
    }
    .servicesAfterHover {
        padding: 0 35px;
    }
    .servicesAfterHover p {
        font-size: 11px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .servicesAfterHover h5 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .pbt-140 {
        padding-top: 100px;
    }
    .pbt-140 {
        padding-bottom: 100px;
    }
    section.portfolio:before {
        background-size: 240px;
    }
    section.portfolio:after {
        background-size: 240px;
    }
    span.circletn.circleSmallest {
        width: 40px;
        height: 40px;
        left: 22px;
    }
    span.circletn.circleSmallest.circlePort2 {
        right: 22px;
    }
    .portSliderIn > div {
        height: 420px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .customerSection h3+p {
    max-width: 250px;
    }
    .customerSection p {
        font-size: 12px;
    }
    .customerTop {
        padding: 15px 25px;
        min-height: 160px;
    }
    .ratingStar {
        margin-bottom: 8px;
    }
    .ratingStar i {
        font-size: 10px;
    }
    .customerBio .bioText h6 {
        font-size: 16px;
    }
    .customerSection .bioText p {
        font-size: 12px;
    }
    .pdt-120 {
        padding-top: 70px;
    }
    section.jobOPening:before {
        background-size: 250px;
    }
    section.jobOPening:after {
        background-size: 120px;
    }
    .jobSliderText {
        height: 200px;
    }
    .jobSliderText a img {
        margin-bottom: 20px;
        max-width: 50px;
    }
    .jobSlider {
        margin-bottom: 50px;
    }
    .footer-left-column {padding-left: 100px;}
    
    .footer-left-column h6 {
        font-size: 19px;
    }
    .footer-left-column h2 {
        font-size: 48px;
        padding-bottom: 20px;
    }
    .footer-right-column .bgFootColored {
        padding-left: 40px;
    }
    .bgFootColored h4 {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .bgFootColored ul li {
        margin-bottom: 14px;
        padding-top: 4px;
    }
    .bgFootColored ul li a {
        font-size: 12px;
    }
    .bgFootColored ul.contact-links li a span {margin-top: -5px;}
    .copyright p {
        font-size: 11px;
    }
    span.rightHalfCirg {
        top: 50px;
        width: 80px;
        height: 200px;
        background-size: 100%;
    }
    span.bottomHalfCirc {
        background-size: 100%;
        width: 120px;
        background-position: bottom right;
    }

    section.coreValues {
        padding-bottom: 70px;
    }
    .bgFootColored ul:not(.contact-links) li:first-child {
        padding-top: 0;
    }
    /*Careers*/
    .form-career h5 {
        font-size: 25px;
    }
    /*brands*/
    section.home-banner:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 100%;transform: translateY(-50%);background:rgba(255,255,255,.6);
    }
    ul.imgBrandsUl li div {
        height: 47px;
    }
}
/*1366 to 1500*/
@media(min-width:1366px) and (max-width:1500px){
    .logo-img img {
        max-width: 200px;
    }
    .main-navigation .nav-link {
        font-size: 13px;
    }
    .btntn {
    }
    .main-navigation .nav-link.btntn {
    }
    h2 {
        font-size: 50px;
    }
    .banner-home-main p {
        font-size: 13px;
        max-width: 380px;
        line-height: 1.7;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    /*brands*/
    section.home-banner:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 100%;transform: translateY(-50%);background:rgba(255,255,255,.6);
    }
    li.nav-item {
        padding-left: 14px;
        padding-right: 14px;
    }
    .pdt-160 {
        padding-top: 90px;
    }
    .pbt-160 {
        padding-bottom: 90px;
    }
    section.aboutCompanySection {
        overflow: hidden;
    }
    .aboutCompanySection h6 {
        font-size: 20px;
        line-height: 1.5;
    }
    h6 {
        font-size: 18px;
    }
    h4 {
        font-size: 32px;
    }
    .aboutCompanySection h4 {
        margin-bottom: 24px;
        font-size: 36px;
    }
    body, p {
        font-size: 15px;
        line-height: 1.7;
    }
    p {
        margin-bottom: 1rem;
    }
    span.circletn.circleAroundImg {
        width: 140px;
        height: 140px;
        left: -10px;
        bottom: -20px;
    }
    section.aboutCompanySection:before {
        background-size: 350px;
    }
    section.aboutCompanySection:after {
        background-size: 150px;
    }
    section.aboutCompanySection {
        z-index: 1;
    }
    section.coreValues {
        z-index: 0;
    }
    .pdt-100 {
        padding-top: 80px;
    }
    .pbt-80 {
        padding-bottom: 60px;
    }
    ul.bullets li {
        font-size: 17px;
        margin-bottom: 20px;
        padding-left: 30px;
    }
    ul.bullets li:before {
        top: 6px;
        width: 13px;
        height: 13px;
    }
    .pbt-120 {
        padding-bottom: 90px;
    }
    .pdt-90 {
        padding-top: 70px;
    }
    .generalHeading h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .generalHeading p {
        font-size: 14px;
        max-width: 600px;
    }
    .generalHeading {
        margin-bottom: 50px;
    }
    .servicesLoopIn {
        height: 240px;
    }
    .servicesBeforeText h5 {
        margin-top: 23px;
        font-size: 19px;
    }
    .servicesBeforeText img {
        max-width: 61px;
    }
    .servicesAfterHover {
        padding: 0 35px;
    }
    .servicesAfterHover p {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .servicesAfterHover h5 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .pbt-140 {
        padding-top: 100px;
    }
    .pbt-140 {
        padding-bottom: 100px;
    }
    section.portfolio:before {
        background-size: 240px;
    }
    section.portfolio:after {
        background-size: 240px;
    }
    span.circletn.circleSmallest {
        width: 40px;
        height: 40px;
        left: 22px;
    }
    span.circletn.circleSmallest.circlePort2 {
        right: 22px;
    }
    .portSliderIn > div {
        height: 420px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .customerSection h3+p {
    max-width: 250px;
    }
    .customerSection p {
        font-size: 12px;
    }
    .customerTop {
        padding: 15px 25px;
        min-height: 160px;
    }
    .ratingStar {
        margin-bottom: 8px;
    }
    .ratingStar i {
        font-size: 10px;
    }
    .customerBio .bioText h6 {
        font-size: 16px;
    }
    .customerSection .bioText p {
        font-size: 12px;
    }
    .pdt-120 {
        padding-top: 70px;
    }
    section.jobOPening:before {
        background-size: 250px;
    }
    section.jobOPening:after {
        background-size: 120px;
    }
    .jobSliderText {
        height: 200px;
    }
    .jobSliderText a img {
        margin-bottom: 20px;
        max-width: 50px;
    }
    .jobSlider {
        margin-bottom: 50px;
    }
    .footer-left-column {padding-left: 100px;}
    
    .footer-left-column h6 {
        font-size: 21px;
    }
    .footer-left-column h2 {
        padding-bottom: 20px;
        font-size: 55px;
    }
    .footer-right-column .bgFootColored {
        padding-left: 40px;
    }
    .bgFootColored h4 {
        font-size: 17px;
    }
    .bgFootColored ul li {
        margin-bottom: 20px;
        padding-top: 4px;
    }
    .bgFootColored ul li a {
        font-size: 14px;
    }
    .bgFootColored ul.contact-links li a span {margin-top: -5px;}
    .copyright p {
    }
    span.rightHalfCirg {
        top: 50px;
        width: 80px;
        height: 200px;
        background-size: 100%;
    }
    span.bottomHalfCirc {
        background-size: 100%;
        width: 140px;
        background-position: bottom right;
    }

    section.coreValues {
        padding-bottom: 70px;
    }
    .bgFootColored ul:not(.contact-links) li:first-child {
        padding-top: 0;
    }
    ul.imgBrandsUl li div{
        height:57px;
    }
}
/*1501 to 1640*/
@media(min-width:1501px) and (max-width:1640px){
    .banner-home-main h2 {
        font-size: 50px;
    }
    body, p {font-size: 16px;}
    h4 {
        font-size: 40px;
    }
    .customerTop p {
        font-size: 16px;
    }
}