/* ==========Fonts========== */

@font-face {
  font-family: "Poppins-Medium";
  src: url("./fonts/Poppins-Medium.otf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("./fonts/Poppins-Regular.otf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./fonts/Poppins-SemiBold.otf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("./fonts/Poppins-Bold.otf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("./fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("./fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("./fonts/ProximaNova-Bold.ttf");
}

@font-face {
  font-family: "ProximaNova-ExtraBold";
  src: url("./fonts/ProximaNova-ExtraBold.otf");
}

@font-face {
  font-family: "ProximaNova-XBold";
  src: url("./fonts/ProximaNova-Xbold.otf");
}

@font-face {
  font-family: "MyriadPro";
  src: url("./fonts/MyriadPro.ttf");
}

@font-face {
  font-family: "ProximaNova-Black";
  src: url("./fonts/ProximaNova-Black.otf");
}

/* ==========Fonts========== */

/* =====General===== */

html {
  scroll-behavior: smooth;
}

a, a:hover {
  text-decoration: none;
  color: black;
  transition: all .5s ease;
}
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover{
  transition: all .5s ease;
}

a:hover,
input[type="submit"]:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6, a, p {
  font-family: "Poppins-Regular";
  margin: 0;
  padding: 0;
}

/* =====General===== */

/* header start */
header{
    position: relative;
    z-index: 5;
}
header .header-logo {
    position: relative;
    z-index: 10;
}
header .header-menu .navbar-nav .nav-link {
  font-family: "Poppins-Medium";
  font-size: 15px;
  color: #15253e;
  margin: 0px 10px;
  margin-top: 4px;
  text-transform: uppercase;
  padding: 10px 10px 30px;
}

header .header-menu .navbar {
  padding: 0px;
  margin-top: 8px;
}

header .header-menu .navbar-nav .dropdown-menu {
  left: 20px;
  margin-top: -15px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0px 0px 10px lightgray;
}

/*header .header-menu .navbar-nav .dropdown-toggle::after {*/

/*    display: none;*/

/*}*/
header .header-menu .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

header .header-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #15253e;
  color: white;
  opacity: 1;
}

header .header-menu .contact-info li {
  float: left;
  width: 43%;
  list-style: none;
  font-family: "Poppins-Light";
  font-size: 17px;
  margin-top: 17px;
}

header .header-menu .contact-info .email a {
  background-image: url(images/email-logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  font-family: "Poppins-Light";
  font-size: 17px;
  color: #15253e;
}

header .header-menu .contact-info .email a::after {
  content: "|";
  margin: 0px 10px 0px 15px;
}

header .header-menu .contact-info .phone a {
  background-image: url(images/phone-logo.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 50px;
  font-family: "Poppins-Bold";
  font-size: 17px;
  color: #15253e;
}

/* header end  */

/* home-banner section start  */

.home-banner {
  background: url(images/home-banner-bg.png) no-repeat;
  padding: 140px 0px 100px;
  margin-top: -40px;
  background-size: cover;
    position: relative;
    z-index: 4;
}

.home-banner .home-banner-text {
  color: white;
}

.home-banner .home-banner-text h1 {
  font-family: "ProximaNova-Black";
  font-size: 80px;
  color: white;
  line-height: 1.05;
}

.home-banner .home-banner-text h4 {
  font-family: "Poppins-Bold";
  font-size: 22px;
  color: white;
  margin: 10px 0px 25px;
  line-height: 1.6;
}

.home-banner .home-banner-text p {
  font-family: "Poppins-Light";
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}

.home-banner .home-banner-text a:nth-child(4) {
  font-family: "Poppins-Bold";
  font-size: 18px;
  color: white;
  background-color: #3face1;
  padding: 8px 30px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
}

.home-banner .home-banner-text a:nth-child(5) {
  font-family: "Poppins-Light";
  color: white;
  font-size: 18px;
  margin-left: 30px;
}

/* home-banner section end  */

/* product section start  */

.product {
  padding: 60px 0px 70px;
  background: url(images/product-bg.png) no-repeat;
  background-position: left 70%;
  background-size: 40%;
}

.product .product-heading {
  text-align: center;
}

.product .product-heading h1 {
  font-family: "ProximaNova-Bold";
  font-size: 53px;
  color: #15253e;
}

.product .product-heading p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #5b6370;
}

.product .product-detail {
  margin: 100px 0px;
}
/*bilal add*/
.product .product-detail .parus-speak {
  margin-top: 50px;
}
/*bilal add*/

.product .product-detail .parus-speak h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
  margin-left: 25px;
}

.product .product-detail .parus-speak h1 sup {
  font-family: "Poppins-Regular";
  font-size: 12px;
  color: #15253e;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.product .product-detail .parus-speak p {
  font-family: "Poppins-Light";
  font-size: 21px;
  color: #838383;
  margin: 10px 0px 0px 25px;
  line-height: 1.6;
}

.product .product-detail .parus-speak a {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: white;
  background-color: #8ed7ee;
  padding: 8px 30px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
  margin-left: 25px;
}

/* product section end  */

/* parus-office start   */

.parus-office {
  background: url(images/parusOffice-bg.png) no-repeat;
  background-size: 100%;
}

.parus-office .praus-circle {
  position: relative;
  margin: 200px 0px 20px -25px;
}

.parus-office .praus-office-text {
  position: absolute;
  top: 25%;
  text-align: center;
  margin: 0px 30px;
}

.parus-office .praus-office-text h1 {
  font-family: "ProximaNova-Bold";
  font-size: 44px;
  color: white;
  margin-bottom: 5px;
}

.parus-office .praus-office-text p {
  font-family: "Poppins-Light";
  font-size: 27px;
  color: white;
}

.parus-office .praus-office-text sup {
  font-size: 12px;
}

.parus-office .praus-office-text a {
  font-family: "Poppins-Light";
  font-size: 19px;
  color: white;
  background-color: #15253e;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 25px;
  display: inline-block;
}

.parus-office .chat img {
  position: absolute;
  top: 15%;
  left: -15%;
  width: 60%;
}

/* parus-office section end  */

/* parus-one section start  */

.parus-one {
  background: url(images/praus-one-bg.png) no-repeat;
  background-position: left 80%;
  padding: 75px 0px 5px;
  background-size: 50%;
}

.parus-one .praus-one-row {
  margin: 100px 0px;
}

.parus-one .praus-one-text {
  margin: 70px 0px;
}

.parus-one .praus-one-text h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
}

.parus-one .praus-one-text sup {
  font-family: "Poppins-Regular";
  font-size: 12px;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.parus-one .praus-one-text p {
  font-family: "Poppins-Light";
  font-size: 21px;
  color: #838383;
  margin: 10px 0px 0px;
  line-height: 1.6;
}

.parus-one .praus-one-text a {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: white;
  background-color: #3face1;
  padding: 8px 30px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
}

/* parus-one section end  */

/* parus-mobile section staart  */

.parus-mobile {
  background: url(images/parus-mobile-bg.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.parus-mobile .parus-mobile-text {
  margin: 145px 0px;
}

.parus-mobile .parus-mobile-img {
  margin: 0px 0px 110px;
}

.parus-mobile .parus-mobile-text h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
}

.parus-mobile .parus-mobile-text sup {
  font-family: "Poppins-Regular";
  font-size: 12px;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.parus-mobile .parus-mobile-text p {
  font-family: "Poppins-Light";
  font-size: 19px;
  color: #838383;
  margin: 10px 0px 7px;
  line-height: 1.6;
}

.parus-mobile .parus-mobile-text a {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: white;
  background-color: #477cbf;
  padding: 8px 30px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
}

/* parus-mobile section end  */

/* parus-news section start  */

.parus-news {
  background: url(images/parus-news-bg.png) no-repeat;
  color: white;
  background-size: cover;
}

.parus-news img {
  position: absolute;
  position: top left;
}

.parus-news .parus-news-text {
  margin: 80px 0px;
}

.parus-news .parus-news-text h4 {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #54caf0;
}

.parus-news .parus-news-text h3 {
  font-family: "ProximaNova-Bold";
  font-size: 24px;
  color: white;
  margin: 20px 85px 12px 0px;
}
.parus-news .parus-news-text h3:hover{
    opacity: 0.7;
}

.parus-news .parus-news-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: white;
  margin-right: 30px;
}

.parus-news .parus-news-text a:last-child {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: white;
  background-color: #477cbf;
  padding: 8px 40px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
}

.parus-news .parus-news-text hr {
  border-top: 1px solid #606b7c !important;
  margin: 25px 0px 40px;
}

/* parus-news section end  */

/* footer section start */

footer {
  margin-top: 30px;
}

footer .footer-logo a img {
  margin-left: 5px;
}

footer .footer-logo p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #8a8a8a;
  margin: 20px 0px 20px 39px;
}

footer .footer-logo ul li {
  list-style: none;
  float: left;
  width: 12%;
}

footer .footer-box h4 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  color: #15253e;
  margin: 50px 0px 20px 0px;
  text-transform: uppercase;
}

/* footer .headquarter {
  padding-left: 55px;
} */

footer .headquarter ul {
  padding-left: 0px;
}

footer .headquarter ul li {
  list-style: none;
  font-size: 14px;
  margin: 4px 0px;
  line-height: 1.8;
}

footer .headquarter ul li:first-child a {
  color: #787878;
  font-family: "Poppins-Light";
}

footer .headquarter ul li:last-child a {
  color: #15253e;
  font-family: "Poppins-Medium";
}

footer .inquiries a {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #15253e;
  margin: 50px 0px 20px 2px;
}

footer .quick-links ul {
  padding-left: 2px;
}

footer .quick-links ul li {
  list-style: none;
  margin: 4px 0px;
}

footer .quick-links ul li a {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #8a8a8a;
}

footer .footer-text p {
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #8a8a8a;
  margin: 30px 40px 60px;
  line-height: 1.8;
}

footer hr {
  height: 1px;
  background-color: #dadce0;
  width: 93%;
  margin: 25px 0px 0px 40px;
}

/* footer section end */

/* parus-speak page css start  */

.inner-banner {
  background: url(images/parus-speak-bg.png) no-repeat;
  background-size: cover;
  margin-top: -40px;
    position: relative;
    z-index: 4;
}

.inner-banner .inner-banner-heading h1 {
  padding: 85px 65px 79px;
  color: white;
  font-family: "ProximaNova-Black";
  font-size: 50px;
}

.inner-banner .inner-banner-heading sup {
  font-size: 15px;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.speak-section .upper-text p {
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #15253e;
}

.speak-section {
  background: url(images/speak-section-bg.png) no-repeat;
  padding: 55px 0px 70px;
  background-position: left bottom;
  background-size: 50%;
}

.speak-section .speak-content {
  margin-top: 150px;
}

.speak-section .speak-text h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
  margin-bottom: 10px;
}

.speak-section .speak-text p {
  font-family: "Poppins-Light";
  font-size: 20px;
  color: #8E8E8E;
}

.speak-section .speak-text sup {
  font-size: 12px;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.parus-solution .solution-heading h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
  margin: 40px 0px 50px;
}

.parus-solution .solution-heading sup {
  font-size: 12px;
  font-weight: bold;
  position: initial;
  line-height: initial;
  vertical-align: top;
}

.parus-solution .icon {
  text-align: center;
  padding: 0px 0px 50px;
}

.parus-solution .icon p {
  font-family: 'ProximaNova-Regular';
  font-size: 22px;
  color: #2F3D53;
  padding: 12px 10px;
  line-height: 1.2;
}

.parus-form {
  background: url(images/parus-form-bg.png) no-repeat center center/100%;
  padding: 100px 0px 140px;
}

.parus-form form h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
  text-align: center;
  margin: 30px 0px;
}

.parus-form form .form-group {
  display: inline;
}

.parus-form form .form-control {
  background-repeat: no-repeat!important;
  background-position: 95% center!important;
  margin-right: 15px!important;
  padding: 23px 40px 25px 20px!important;
  width: 32%!important;
  display: inline!important;
  background-color: white!important;
  border-radius: 0px!important;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  outline: none;
}
.parus-form form .form-control:focus{
  box-shadow: none;
  border: 1px solid black;
}

.parus-form form .form-name {
  background: url(images/form-name.png);
}

.parus-form form .form-email {
  background: url(images/form-email.png);
}

.parus-form form .form-phone {
  background: url(images/form-phone.png);
  margin-right: 0px!important;
}

.parus-form form .form-textarea {
  margin-top: 30px;
  display: block;
}

.parus-form form textarea {
  height: 150px;
  width: 100%;
  padding: 20px 40px 25px 20px;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  border-color: #CED4DA;
  outline: none;
}
.parus-form form textarea:focus{
  box-shadow: none;
  border: 1px solid black;
}

.parus-form form .form-button {
  text-align: center;
  margin-top: 25px;
}

.parus-form form .form-button .button {
  font-family: 'Poppins-Medium';
  font-size: 20px;
  background-color: #4e8cc6;
  padding: 7px 55px;
  border-radius: 40px;
  color: white;
  border: none;
  outline: none;
}

/* parus-speak page css end */

/* team page css start*/

.leadership-text h1::after {
  position: absolute;
  top: 5px;
  content: "";
  width: 112px;
  height: 7px;
  background-color: #3a659d;
  left: 41px;
}
.prof-detail {
  padding: 45px 0;
  position: relative;
}
.prof-detail:first-child{
    padding-top: 100px;
}

.leadership-text h1 {
  font-family: 'ProximaNova-Bold';
  font-size: 40px;
  font-weight: bold;
  color: #15253e;
  padding-top: 1.5rem;
  padding-bottom: 0.1rem;
}

.leadership-text h5 {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #15253e;
  padding-top: 0.5rem;
}

.leadership-text p {
  font-family: 'Poppins-Light';
  font-size: 18px;
  color: #344258;
  margin-top: 0.8rem;
}

.leadership-text {
  padding-left: 40px;
}

/* team page css  end */
/*inner page css add by bilal*/
/* about-us page css start  */
.about-us .about-us-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 30px 0px;
}
.about-us .about-us-text p:first-child {
  margin: 60px 0px 0px;
}
/* about-us page css end  */

/* investor page css start  */

.investor .investor-text h3 {
  font-family: "ProximaNova-XBold";
  font-size: 30px;
  color: #15253e;
}
.investor .investor-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 25px 0px;
}
.investor .investor-text h3:first-child {
  margin: 40px 0px 0px;
}
/* investor page css end  */
.career .career-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 40px 0px 20px;
}
.career .career-text ul li {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 18px 0px;
  list-style: none;
}

.career .career-text ul li::before {
  content: "•";
  color: #36a5ed;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.career .career-text p:last-child {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 20px 0px;
}

/* careers page css end  */

/* patents page css start  */
.patent .patent-text h3 {
  font-family: "ProximaNova-XBold";
  font-size: 30px;
  color: #15253e;
}
.patent .patent-text h3:first-child {
  margin: 40px 0px 0px;
}
.patent .patent-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 20px 0px;
}
.patent .patent-text h5 {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 0px 0pc 20px;
}

/* patents page css end  */
/* legal page css start  */
.legal .legal-text h3 {
  font-family: "ProximaNova-XBold";
  font-size: 30px;
  color: #15253e;
}
.legal .legal-text h3:first-child {
  margin: 40px 0px 0px;
}
.legal .legal-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #838383;
  margin: 20px 0px;
}
/* legal page css  end  */

/*inner page css end by bilal */

/* Product Page Section Starts */
.product-page-section{
  padding-top: 50px;
}
.product-page-section .product-heading p {
  color: #15253E;
}
/* Product Page Section End */


/* Product Page Section Starts */
.product-page-section{
  padding-top: 50px;
}
.product-page-section .product-heading p {
  color: #15253E;
}
/* Product Page Section End */

/* Parus One Description Starts */
.parus-one-description{
  margin-top: 45px;
}
.parus-one-description p{
  font: 18px 'Poppins-Light';
  color: #15253e;
  padding: 0 12px;
}
/* Parus One Description Ends */

/* Benefit Section Starts */
.benefit {
  margin-top: 70px;
}
.benefit .box {
  box-shadow: 0px 0px 20px #c5c5c5;
  padding: 0;
  border-radius: 20px;
  background-color: white;
}
.benefit .box img {
  width: 100%;
  border-radius: 20px;
}
.benefit .box .text {
  padding: 20px 25px 15px;
}
.benefit .box .text h6 {
  font: 19px 'ProximaNova-Bold';
  color: #15253e;
  margin-bottom: 15px;
}
.benefit .box .text p {
  font: 14px 'Poppins-Light';
  color: #15253e;
}
/* Benefit Section Starts */

/* Feature Section Starts */
.feature{
  margin: 140px 0 70px;
}
.feature .box {
  margin-bottom: 90px;
}
.feature .box:last-child,
.feature .box:nth-last-child(2),
.feature .box:nth-last-child(3),
.feature .box:nth-last-child(4){
  margin-bottom: 0px;
}
.feature .box h5{
  font: 22px 'ProximaNova-Bold';
  color: #15253e;
  margin: 15px 0;
}
.feature .box p {
  font: 16px 'ProximaNova-Regular';
  color: #15253e;
  margin-bottom: 20px;
}
.feature .box p:last-child{
  margin-bottom: 0;
}
/* Feature Section Ends */

/* Office Section Starts */
.office-section{
  padding-top: 55px;
}
.office-section .upper-text p {
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #15253e;
}
/* =Office Section Ends= */

/* Office Feature Section Starts */
.parus-office-feature {
  margin: 100px 0 70px;
}
.parus-office-feature h1 {
  font-family: "ProximaNova-XBold";
  font-size: 40px;
  color: #15253e;
  margin-bottom: 50px;
  text-align: center;
}
/* Office Feature Section Ends */

/* Mobile Solution Section Starts */
.mobile-solution .icon p {
  font-size: 20px;
}
/* Mobile Solution Section Ends */

/*inner page contact us css start by bilal*/
/* contact-us page start  */
.contact-us-form {
  background: url(images/contact-form-bg.png) no-repeat;
  background-position: center top -95px;
  background-size: 100%;
  padding: 65px 0px;
}
.contact-us-text .hear {
  padding: 80px 10px 0px 10px;
}
.contact-us-text h1 {
  font-family: "ProximaNova-Bold";
  font-size: 40px;
  color: #15253e;
  margin: 0px 0px 20px;
}
.contact-us-text p {
  font-family: "Poppins-Light";
  font-size: 18px;
  color: #15253e;
}
.parus-form form .form-control.form-phone {
  margin-right: 0px !important;
}
.parus-form form .firm-name {
  background: url(images/firm-name.png);
}
.parus-form form .firm-street {
  background: url(images/firm-street.png);
}
.parus-form form .form-control.firm-city {
  background: url(images/firm-city.png);
  margin-right: 0px !important;
}
.parus-form form .state {
  background: url(images/state.png) no-repeat;
  width: 65.75% !important;
  background-position: 98% center !important;
  background-color: white;
  padding: 13px 0px 13px 17px;
  margin-right: 18px;
  font-family: 'Poppins-Light';
  font-size: 15px;
  outline: none;
      border-color: lightgray;
}
.parus-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.parus-form form .form-control.firm-zip {
  background: url(images/firm-zip.png);
  margin-right: 0px !important;
}
.parus-form form .firm-name2 {
  background: url(images/firm-name.png);
}
.parus-form form .firm-specialty {
  background: url(images/firm-specialty.png);
}
.parus-form form .form-control.firm-phone2 {
  background: url(images/form-phone.png);
  margin-right: 0px !important;
}
.contact-us-form form .form-control {
  margin-bottom: 20px;
}
.contact-us-form form .form-textarea {
  margin-top: 0px;
}

.contact-us-form .address-details {
  padding: 10px 0px;
}
.contact-us-form .inquiries {
  background: url(images/inquiries-pic.png) no-repeat;
  background-position: left center;
  padding: 10px 0px 10px 90px;
  align-self: center;
}
.contact-us-form .inquiries h4 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  margin: 0px 0px 5px;
}
.contact-us-form .inquiries a {
  color: #477cbf;
  font-family: "Poppins-Regular";
  font-size: 16px;
}
.contact-us-form .headquarter {
  background: url(images/headquarter-pic.png) no-repeat;
  background-position: left center;
  padding: 10px 0px 10px 90px;
  align-self: center;
}
.contact-us-form .headquarter h4 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  margin: 43px 0px 5px;
}
.contact-us-form .headquarter a {
  font-family: "Poppins-Light";
  font-size: 16px;
}
.contact-us-form .contact-number {
  background: url(images/contact-pic.png) no-repeat;
  background-position: left center;
  padding: 10px 0px 10px 90px;
  margin-left: 40px;
  align-self: center;
}
.contact-us-form .contact-number h4 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  margin: 26px 0px 5px;
}
.contact-us-form .contact-number a:nth-child(2) {
  font-family: "Poppins-Light";
  font-size: 16px;
  margin: 5px 0px 3px;
  display: block;
}
.contact-us-form .contact-number a:last-child {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #477cbf;
}
/*bilal add*/
.contact-us-form input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*bilal add*/

/* contact-us page end  */
/*inner page contact us css end by bilal*/

/* News Section Starts */
.news-section{
  margin: 80px 0;
}
.news-section .news-col {
  margin-bottom: 30px;
}
.news-section .news-col .date {
  background-color: #2c3d50;
  float: left;
  margin-right: 20px;
  width: 25%;
  text-align: center;
}
.news-section .news-col .date h1 {
  font-family: 'Poppins-Bold';
  font-size: 105px;
  color: white;
  margin-bottom: 10px;
}
.news-section .news-col .date h6 {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #a2a9b0;
  margin: -25px 0px 10px;
}
.news-section .news-col .tech-news h3 {
  font-family: 'MyriadPro';
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
.news-section .news-col .tech-news a {
  font-family: 'ProximaNova-Regular';
  font-size: 19px;
  color: #4a90fe;
}
/* =News Section Ends= */

/* News Detail Section Starts */
.news-detail{
  margin: 100px 0;
}
.news-detail img{
  width: auto;
  float: left;
  margin: 0 40px 30px 0;
}
.news-detail .detail-text h6 {
  color: #a2a9b0;
  font-size: 16px;
  font-family: 'MyriadPro';
  margin-bottom: 5px;
}
.news-detail .detail-text h2 {
  font-family: 'Poppins-Medium';
  font-size: 26px;
  margin-bottom: 25px;
}
.news-detail .detail-text p {
  font-family: 'Poppins-Light';
  font-size: 18px;
  margin-bottom: 20px;
}
.news-detail .detail-text h5{
    margin-bottom: 20px;
}
/* =News Detail Section Ends= */

/* award-logo css start  */
.award-logo{
  padding: 50px 0px 0px;
}
.award-logo .award-logo-1{
  text-align: center;
}
/* award-logo css end  */

.line-home{
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    margin-top: 40px;
}
/*thanks-page css start */
.thanks-section{
    background-color:#162741;
    padding:100px 0px;
    margin-top: -40px!important;
}
.thanks-section img{
     width: 170px;
     display: block;
     margin: auto;
}
.thanks-section h4{
    color:white;
    font-family: 'Poppins-Medium';
    margin-top:20px;
    font-size:20px;
}
/*thanks-page css end*/
/* media query start  */

@media (min-width: 768px) {
  .benefit .box {
    max-width: 31%;
    flex: 31%;
  }
  .mobile-solution .icon {
    max-width: 25% !important;
    flex: 25%!important;
  }
}
@media (min-width: 992px) { 
    /*bilal add */
   header .header-menu .navbar-nav .nav-link {
    margin: 0px 9px;
  }
    /*bilal add */
  .parus-solution .icon {
    max-width: 20%;
    flex: 20%;
  }
    .feature .box {
        max-width: 24%;
        flex: 24%;
    }
  .feature .main-col{
      max-width: 98%;
      flex: 0 0 98%;
  }
  .parus-office-feature .box {
        max-width: 25%;
        flex: 25%;
  }
    header .header-menu .navbar-nav .dropdown:hover  .dropdown-menu {
        display: block;
    }
  header .dropdown .dropdown-toggle {
    display: none;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
  .speak-section .speak-video {
    flex: 0 0 56.333333%;;
  }
}

@media (min-width: 1920px) {
  .parus-office .chat img {
    top: 25%;
    left: -7%;
  }
  /* .parus-one {
    background-size: 72%;
  } */
  .speak-section {
    background-size: 35%;
  }
  .product { 
    background-size: 30%;
  }
  .parus-one {
    background-size: 33%;
  }
}

@media (max-width: 1919.98px) {
  .parus-office .chat img {
    top: 25%;
    left: -8%;
  }
  /* .parus-one {
    background-size: 80%;
  } */
  .speak-section {
    background-size: 40%;
  }
  .product {
    background-size: 32%;
  }
  .parus-one {
    background-size: 35%;
  }
}

@media (max-width: 1679.98px) {
  .parus-office .chat img {
    top: 20%;
    left: -10%;
  }
  /* .parus-one {
    background-size: 80%;
  } */
  .speak-section {
    background-size: 43%;
  }
}

@media (max-width: 1559.98px) {
  .parus-office .chat img {
    top: 18%;
    left: -15%;
  }
  /* .parus-one {
    background-size: 94%;
  } */
}

@media (max-width: 1439.98px) {
  /* .parus-one {
    background-size: cover;
  } */
  .speak-section {
    background-size: 50%;
  }
  .product {
    background-size: 40%;
  }
    .parus-one {
        background-size: 50%;
    }
}

@media (max-width: 1279.98px) {
  .container {
    max-width: 98%;
  }
  header .header-menu .contact-info li {
    width: 50%;
  }
  header .header-menu .contact-info li a {
    font-size: 14px !important;
  }
  .home-banner {
    margin-top: -35px;
  }
  header .header-menu .contact-info .email a::after {
    margin: 0px 20px 0px 27px;
  }
  /* .product {
    background-size: 100%;
  } */
  footer .footer-box h4 {
    white-space: nowrap;
  }
  .parus-news .parus-news-text h3 {
    margin: 20px 29px 12px 0px;
  }
  header .header-menu .navbar-nav .nav-link {
    padding-top: 4px;
  }
  header .header-menu .contact-info li {
    margin-top: 13px;
  }
  .parus-form {
    background-size: cover;
  }
  .news-section .news-col .tech-news h3 {
    font-size: 20px;
  }
  .parus-office .praus-office-text {
    top: 20%;
  }
  /*bilal add*/
  .product .product-detail .parus-speak {
     margin-top: 20px;
  }
  /*bilal add*/
}

@media (max-width: 1151.98px) {
  header .header-menu .navbar-nav .nav-link {
    font-size: 12px;
  }
  header .header-menu .contact-info .email a::after {
    margin: 0px 15px 0px 17px;
  }
  .home-banner {
    margin-top: -25px;
    background-position: center center;
  }
  .home-banner .home-banner-text h1 {
    font-size: 65px;
  }
  .home-banner .home-banner-text h4 {
    font-size: 18px;
  }
  .parus-office .praus-office-text {
    margin: 0px 20px;
  }
  .parus-office .praus-office-text p {
    font-size: 22px;
  }
  .parus-office .chat img {
    top: 18%;
  }
  .product .product-detail .parus-speak {
    margin-top: 5px;
  }
  .product .product-detail .parus-speak h1, .product .product-detail .parus-speak p, .product .product-detail .parus-speak a {
    margin-left: 0px;
  }
  /* .parus-one {
    background-size: 100%;
  } */
  .parus-one .praus-one-text {
    margin: 20px 0px;
  }
  .parus-mobile .parus-mobile-text {
    margin: 100px 0px;
  }
  footer .headquarter ul li:first-child a br {
    display: none;
  }
  .inner-banner {
    margin-top: -30px;
  }
  .parus-form form .form-control {
    margin-right: 12px!important;
  }
  .parus-form form .form-phone {
    margin-right: 0px!important;
  }
    /* bilal add  */
  .contact-us-form .headquarter a {
    font-size: 14px;
  }
  .contact-us-form .contact-number a:nth-child(2) {
    font-size: 14px;
  }
  .contact-us-form .headquarter h4 {
    margin: 32px 0px 5px;
  }
  /* bilal add  */
  .parus-form form .state {
      margin-right: 13px;
  }
  .news-detail .detail-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news-detail .detail-text p {
    font-size: 16px;
  }
  .news-section .news-col .date {
      width: 30%;
      margin-right: 15px;
  }
}

@media (max-width: 1023.98px) {
  .product .product-detail .parus-speak {
    margin-top: 5px;
  }
  .parus-mobile .parus-mobile-text {
    margin: 65px 0px;
  }
  .parus-mobile .parus-mobile-text {
    padding-left: 30px;
  }
    /* bilal add  */
  .contact-us-form .headquarter {
    padding: 10px 0px 10px 80px;
  }
  .contact-us-form .inquiries {
    padding: 10px 0px 10px 80px;
  }
  .contact-us-form .contact-number {
    padding: 10px 0px 10px 80px;
  }
  /* bilal add  */
}

@media (max-width: 991.98px) {
  header .header-menu .contact-info .email a::after {
    margin: 0px 15px 0px 30px;
  }
  header .header-menu .navbar-light .navbar-toggler {
    outline: none !important;
  }
  header .header-menu .navbar-collapse {
    background-color: white;
    position: absolute;
    right: 0px;
    width: 200px;
    top: 40px;
    z-index: 10;
    box-shadow: 0px 0px 10px lightgray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /*header .header-menu .navbar-collapse .nav-link,*/
  header .header-menu .navbar-collapse  .nav-link:hover{
    background-color: #15253e;
    color: white;
    opacity: 1;
  }
  header .header-menu .navbar-collapse .nav-link {
    margin: 0;
    padding: 10px;
  }
  header .header-menu .navbar-nav .nav-link {
    font-size: 15px;
  }
  header .header-menu .navbar-collapse .dropdown .nav-link:hover,
  header .header-menu .navbar-collapse .dropdown .nav-link:hover ~ .dropdown-toggle,
  header .header-menu .navbar-collapse .dropdown .dropdown-toggle:hover ~ .nav-link{
    background-color: #15253e;
    color: white;
    opacity: 1;
    transition: all 2s ease;
  } 
  /*header .header-menu .navbar-collapse .nav-item:hover .nav-link {*/
  /*  opacity: 1;*/
  /*  color: white;*/
  /*}*/
  header .header-menu .navbar-collapse .dropdown .nav-link:focus,
  header .header-menu .navbar-collapse .dropdown .nav-link:focus ~ .dropdown-toggle,
  header .header-menu .navbar-collapse .dropdown .dropdown-toggle:focus ~ .nav-link{
    background-color: white;
    opacity: 1;
    color: #15253e;
    transition: all 2s ease;
  }
  /*header .header-menu .navbar-collapse .nav-item:focus .nav-link:focus,*/
  /*header .header-menu .navbar-collapse .nav-item:focus .nav-link,*/
  header .header-menu .navbar-collapse .nav-item .nav-link:focus{
    background-color: white;
    opacity: 1;
    color: #15253e;
  }
  header .header-menu .navbar-collapse .nav-item:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .home-banner {
    margin-top: -40px;
    padding: 105px 0px 70px;
  }
  .home-banner .home-banner-img {
    text-align: center;
    margin-top: 40px;
  }
  footer .footer-logo p {
    margin-left: 0px;
  }
  footer .headquarter {
    padding-left: 15px;
  }
  footer hr {
    width: 90%;
    margin: 5px 0 0;
  }
  footer .footer-text p {
    margin: 20px 0 40px;
  }
  footer .footer-box h4 {
    margin-left: 0px;
  }
  footer .footer-box ul {
    padding-left: 0px;
  }
  footer .inquiries, footer .quick-links {
    padding-left: 15px;
  }
  .parus-office .praus-circle {
    margin: 130px 0px 0px -20px;
  }
  .parus-office .praus-office-text h1 {
    font-size: 35px;
  }
  .parus-office .praus-office-text p {
    font-size: 16px;
  }
  .parus-office .praus-office-text a {
    font-size: 16px;
    padding: 15px 25px;
    margin-top: 15px;
  }
  .product {
    background-position: top 45% left;
    background-size: 80%;
  }
  .product {
    padding: 60px 0px 0px;
  }
  .parus-one {
    background-position: top -5% left;
    background-size: 85%;
  }
  .parus-one .praus-one-row {
    margin-top: 0px;
  }
  .parus-news img {
    width: 36%;
  }
  footer .headquarter ul li:first-child a br {
    display: inherit;
  }
  .inner-banner {
    margin-top: -40px;
  }
  .inner-banner .inner-banner-heading h1 {
    padding: 60px 30px;
    font-size: 45px;
  }
  .speak-section .upper-text p {
    font-size: 16px;
  }
  .speak-section .speak-content {
    margin-top: 75px;
  }
  .speak-section .speak-text h1 {
    font-size: 35px;
  }
  .speak-section .speak-text p {
    font-size: 18px;
  }
  .leadership-text {
    padding-left: 15px;
  }
  .leadership-text h1::after {
    left: 15px;
  }
  .parus-form {
    padding: 75px 0px;
  }
  .parus-form form h1 {
    font-size: 35px;
  }
  .parus-form form .form-control {
    margin-right: 10px!important;
  }
  .parus-form form .form-phone {
    margin-right: 0px!important;
  }
  .parus-solution .solution-heading h1 {
    font-size: 35px;
    margin-top: 0px;
  }
  .parus-solution .icon {
    padding-bottom: 40px;
  }
  .parus-solution .icon p {
    font-size: 20px;
  }
  
  .benefit .box .text {
    padding: 20px 15px 15px;
  }
  .benefit .box .text h6 {
    margin-bottom: 10px;
  }
  .feature {
    margin: 105px 0 0px;
  }
  .feature .box {
    margin-bottom: 60px!important;
  }
  .parus-office-feature {
    margin: 65px 0 0px;
  }
  .mobile-solution .solution-heading h1 {
    margin-top: 40px;
  }
    /* bilal add  */
  .contact-us-form .contact-number {
    margin-left: 0px;
  }
  .contact-us-text .hear {
    padding: 40px 10px 0px 10px;
  }
  .parus-form {
    padding: 50px 0px 30px;
  }
  .contact-us-form .address-details{
    padding: 10px 15px;
  }
  /* bilal add  */
    .parus-form form .state {
        margin-right: 11px;
    }
    header .header-menu .navbar-nav .dropdown-menu {
        margin-top: 0px;
        left: 0px;
        position: absolute;
        width: 100%;
    }
  .news-section {
    margin: 60px 0 20px;
  }
  .news-section .news-col .tech-news h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-section .news-col .date h1 {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .news-section .news-col .tech-news a {
    font-size: 16px;
  }
  .news-detail {
    margin: 60px 0;
  }
  .news-detail .detail-text {
    margin-top: 30px;
  }
  .news-detail .detail-text img{
      float: none;
      text-align: center;
      margin: 0 auto 20px;
      width: 100%;
  }
  header .dropdown{
    display: flex;
  }
  header .dropdown .nav-link{
    width: 95%;
  }
  header .dropdown .dropdown-toggle {
    display: inline;
    width: 5%;
    pointer-events: none;
  } 
  header .dropdown-toggle::after {
    pointer-events: auto;
    position: absolute;
    right: 10px;
    top: 40%;
  }
  /*bilal add*/
   .product .product-detail .parus-speak {
    margin-top: 50px;
  }
  .product-page-section {
    background: url(images/product-bg.png) no-repeat;
    background-position: top 35% left;
    background-size: 80%;
}
  /*bilal add*/
}

@media (max-width: 767.98px) {
  header .header-menu .contact-info li {
    white-space: nowrap;
  }
  header .header-menu .contact-info .email a::after {
    margin: 0px 0px 0px 7px;
  }
  header .header-menu .navbar {
    float: right !important;
    position: relative;
    left: 0px;
  }
  .home-banner {
    margin-top: 5px;
    padding: 30px 0px;
  }
  .home-banner .home-banner-text h1 {
    font-size: 50px;
  }
  .home-banner .home-banner-text h4 {
    font-size: 16px;
  }
  .home-banner .home-banner-text p {
    font-size: 14px;
  }
  .home-banner .home-banner-text a {
    font-size: 16px !important;
  }
  footer .footer-logo ul li {
    width: 7%;
  }
  .parus-office .praus-office-text {
    position: inherit;
    width: 220%;
    margin-top: 150px;
  }
  .parus-office .praus-circle>img {
    display: none;
  }
  .parus-office .praus-office-text h1, .parus-office .praus-office-text p {
    color: #15253e;
  }
  .product {
    padding-top: 70px;
  }
  .product .product-detail {
    margin: 70px 0px;
  }
  .parus-one .praus-one-row {
    margin: 40px 0px;
  }
  .parus-mobile .parus-mobile-text {
    margin: 10px 0px 40px;
  }
  .parus-news .parus-news-text {
    margin: 150px 0px 80px;
  }
  .parus-news .parus-news-text p {
    margin-right: 0px;
  }
  .parus-office .praus-office-text {
    margin: 140px 10px 0;
  }
  header .header-menu .contact-info li {
    margin-top: 15px;
  }
  .inner-banner {
    margin-top: 5px;
  }
  .inner-banner .inner-banner-heading h1 {
    padding: 50px 20px;
    font-size: 27px;
  }
  .speak-section {
    padding: 25px 0px;
    background-position: left center;
    background-size: 80%;
  }
  .speak-section .speak-content {
    margin-top: 35px;
  }
  .speak-section .speak-text {
    margin-top: 20px;
  }
  .speak-section .speak-text h1 {
    font-size: 30px;
  }
  .speak-section .speak-text p {
    font-size: 16px;
  }
  .profile {
    text-align: center;
    margin-bottom: 25px;
  }
  .prof-detail {
    padding-bottom: 15px;
  }
  .parus-form {
    padding: 0px 0px 20px;
  }
  .parus-form form h1 {
    font-size: 30px;
    margin: 10px 0 20px;
  }
  .parus-form form .form-control {
    margin: 0 0 20px!important;
    width: 100%!important;
  }
  .parus-form form .form-textarea {
    margin-top: 10px;
  }
  .parus-solution .solution-heading h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .parus-solution .icon {
    padding-bottom: 30px;
  }
  .parus-solution .icon p {
    font-size: 18px;
  }
  .prof-detail {
    padding: 15px 0;
  }
  .prof-detail:first-child{
      padding-top: 50px;
  }
   /* bilal add  */
  .legal .legal-text h3 {
    font-size: 25px;
  }
  .legal .legal-text p {
    font-size: 16px;
    margin: 15px 0px;
  }
  .legal .legal-text h3:first-child {
    margin: 30px 0px 0px;
  }
  .about-us .about-us-text p {
    font-size: 16px;
    margin: 15px 0px;
  }
  .about-us .about-us-text p:first-child {
    margin: 30px 0px 0px;
  }
  .career .career-text p {
    font-size: 16px;
    margin: 30px 0px 10px;
  }
  .career .career-text ul li {
    margin: 10px 0px;
  }
  .career .career-text p:last-child {
    margin: 10px 0px;
    font-size: 16px;
  }
  .career .career-text ul li {
    font-size: 16px;
  }
  .investor .investor-text h3:first-child {
    margin: 30px 0px 0px;
  }
  .investor .investor-text h3 {
    font-size: 25px;
  }
  .investor .investor-text p {
    font-size: 16px;
    margin: 10px 0px;
  }
  .patent .patent-text h3:first-child {
    margin: 30px 0px 0px;
    font-size: 25px;
  }
  .patent .patent-text h3 {
    margin: 20px 0px 0px;
    font-size: 25px;
  }
  .patent .patent-text p {
    font-size: 16px;
    margin: 10px 0px;
  }
  .patent .patent-text h5 {
    font-size: 16px;
    margin: 0px;
  }
  /* bilal add  */
  
  .parus-one-description {
    margin-top: 25px;
  }
  .parus-one-description p {
    font-size: 16px;
  }
  .benefit {
    margin-top: 35px;
  }
  .benefit .box {
    margin-bottom: 30px;
  }
  .benefit .box .text {
    padding: 20px 25px 25px;
  }
  .feature {
    margin-top: 50px;
  }
  .feature .box {
      margin-bottom: 40px!important;
      text-align: center;
  }
  .feature .box p {
    margin-bottom: 15px;
  }
  .office-section {
    padding-top: 25px;
  }
  .office-section .upper-text p {
    font-size: 16px;
  }
  .parus-office-feature {
    margin-top: 30px;
  }
  .parus-office-feature h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mobile-solution .solution-heading h1 {
    margin-top: 30px;
  }
  /*bilal add*/
    .contact-us-text h1 {
    margin: 0px 0px 10px;
  }
  .parus-form {
    padding: 30px 0px 20px;
  }
  /* bilal add  */
  .parus-form form .state {
    width: 100% !important;
    margin-bottom: 20px;
    background-position-x: 95% !important;
  }
  .news-section {
    margin: 40px 0 0px;
  }
  .news-section .news-col:last-child{
    margin-bottom: 0px;
  }
  .news-detail {
    margin: 30px 0;
  }
  .news-detail .detail-text h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-detail .detail-text p {
      font-size: 14px;
  }
   .award-logo .award-logo-3{
    margin:40px 0px 0px;
  }
  .award-logo .award-logo-4{
    margin:40px 0px 0px;
  }
}

@media (max-width: 575.98px) {
  header .header-menu {
    margin-top: -80px;
  }
  header .header-menu .contact-info {
    overflow: hidden;
    margin: 30px 0 10px;
  }
  /*header .header-menu .contact-info li {*/
  /*  width: 100%;*/
  /*}*/
  /*header .header-menu .contact-info .email a::after {*/
  /*  display: none;*/
  /*}*/
  header .header-menu .contact-info>ul {
    padding-left: 0px;
  }
  header .header-menu .contact-info li a {
    font-size: 17px !important;
  }
  .home-banner .home-banner-text h1 {
    font-size: 35px;
  }
  footer .footer-logo ul li {
    width: 12%;
  }
  .parus-office .praus-office-text {
    margin: 50px 15px 0;
  }
  .parus-office .chat img {
    top: 13%;
    left: -10%;
  }
  .product {
    padding-top: 25px;
  }
  .product .product-detail {
    margin: 45px -15px;
  }
  .product .product-detail .parus-speak a {
    margin-top: 20px;
  }
  .parus-one .praus-one-row {
    margin: 10px -15px;
  }
  .parus-one {
    background-position: top 10% left;
  }
  .parus-mobile .parus-mobile-text a {
    margin-top: 20px;
  }
    .parus-mobile .parus-mobile-text {
        padding-left: 15px;
    }
    .parus-mobile .parus-mobile-text h1{
        font-size: 35px;
    }
    .parus-mobile .parus-mobile-text p {
        font-size: 16px;
    }
  .parus-news .parus-news-text {
    margin: 150px 0px 50px;
  }
  
  .parus-news .parus-news-text a {
    margin-top: 20px;
  }
  .parus-office .praus-office-text p {
    font-size: 16px;
  }
  .parus-office .praus-office-text a {
    font-size: 16px;
    padding: 10px 25px;
  }
  .product .product-detail .parus-speak h1 {
    font-size: 30px;
  }
  .product .product-detail .parus-speak p {
    font-size: 16px;
  }
  .parus-one .praus-one-text h1 {
    font-family: "ProximaNova-Bold";
    font-size: 35px;
    color: #15253e;
  }
  .parus-one .praus-one-text p {
    font-family: "Poppins-Light";
    font-size: 16px;
  }
  .product .product-heading h1 {
    font-size: 35px;
  }
  .product .product-heading p {
    font-size: 16px;
  }
  .leadership-text h1 {
    font-size: 25px;
  }
  .leadership-text h5 {
    font-size: 16px;
  }
  .leadership-text p {
    font-size: 14px;
  }
  .parus-form form h1 {
    font-size: 23px;
  }
  .parus-solution .solution-heading h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .parus-solution .icon p {
    font-size: 16px;
  }
  /* bilal add  */
  .legal .legal-text p {
    font-size: 14px;
    margin: 10px 0px;
  }
  .legal .legal-text h3 {
    font-size: 18px;
  }
  .about-us .about-us-text p {
    font-size: 14px;
    margin: 10px 0px;
  }
  .career .career-text p {
    font-size: 14px;
    margin: 30px 0px 10px;
  }
  .career .career-text p:last-child {
    font-size: 14px;
  }
  .career .career-text ul li {
    font-size: 14px;
  }
  .investor .investor-text h3 {
    font-size: 22px;
  }
  .patent .patent-text h3:first-child {
    margin: 30px 0px 0px;
    font-size: 20px;
  }
  .patent .patent-text h3 {
    margin: 20px 0px 0px;
    font-size: 20px;
  }
  .patent .patent-text p {
    font-size: 14px;
    margin: 10px 0px;
  }
  .patent .patent-text h5 {
    font-size: 14px;
    margin: 0px;
  }
  /* bilal add  */
  .parus-one-description p {
    font-size: 16px;
  }
  .feature {
    margin-top: 30px;
  }
  .feature .box h5 {
    font-size: 20px;
  }
  .feature .box p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /*bilal add*/
   .contact-us-text h1 {
    font-size: 30px;
  }
  .contact-us-text .hear {
    padding: 30px 10px 0px 10px;
  }
  /* bilal add  */
    .product {
        background-position-y: 37%;
        background-size: 55%;
      }
    .product-page-section {
        background-position-y: 33%;
    }
    .contact-us-text p {
        font-size: 16px;
    }
    .speak-section {
        background-position-y: 47%;
        background-size: 70%;
    }
    .parus-news .parus-news-text h3 {
        font-size: 20px;
        margin-right: 0px;
    }
    .parus-news .parus-news-text p {
        font-size: 14px;
    }
    header .header-menu .contact-info li {
        margin-top: 8px;
    }
    .news-section .news-col .date {
      width: 35%
    }
    header .header-menu .contact-info .email a {
        background-position-x: 5px;
    }
    .home-banner,
    .inner-banner {
        margin-top: 0px;
    }
  /*bilal add*/
  .product .product-detail .parus-speak {
    margin-top: 30px;
  }
  /*bilal add*/
}

@media (max-width: 410.98px) {
  .parus-office .praus-office-text {
    margin-top: 30px;
  }
  header .header-menu {
    margin-top: -70px;
  }
  header .header-menu .contact-info li a {
    font-size: 15px !important;
  }
  /*bilal add */
  .contact-us-text h1 {
    font-size: 26px;
   }
   .contact-us-text p {
    font-size: 14px;
   }
    /*bilal add*/
  .news-section .news-col .tech-news h3 {
    margin: 5px 0;
  }
    header .header-menu .contact-info li {
        margin-top: -3px;
    }
    .parus-news .parus-news-text {
        margin-top: 130px;
    }
}

@media (max-width: 374.98px) {
  header .header-menu .contact-info li a {
    font-size: 15px !important;
  }
}

@media (max-width: 359.98px) {
  header .header-menu {
    margin-top: -60px;
  }
  header .header-menu .contact-info {
    margin-top: 10px;
  }
  header .header-menu .contact-info .email a::after {
    display: none;
  }
  header .header-menu .contact-info li a {
    font-size: 13px !important;
  }
  .home-banner .home-banner-text a {
    font-size: 14px !important;
  }
  .parus-office .praus-office-text {
    margin-top: 0px;
  }
  .parus-office .chat img {
    top: 11%;
    left: -4%;
  }
  .parus-news .parus-news-text {
    margin: 110px 0px 40px;
  }
  footer .footer-logo ul li {
    width: 15%;
  }
    /* bilal add  */
  .contact-us-text .hear {
    padding: 20px 10px 0px 10px;
  }
  .contact-us-text h1 {
    font-size: 23px;
  }
  /* bilal add  */
  .news-section .news-col .tech-news h3 {
    font-size: 16px;
  }
  .news-section .news-col .tech-news p {
    font-size: 14px;
  }
  header .header-menu .contact-info .phone a {
      background-position-x: 95%;
  }
    header .header-menu .contact-info li {
        margin-top: 5px;
    }
}