@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Georama", sans-serif;
  background: rgba(228, 237, 236, 0.2) url(../../images/india/amritsar/web-design-seo/checkedBG.png) repeat left top !important;
  color: #58595b;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400 !important;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #222;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
h1.animate {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
  color: darkblue;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.75rem !important;
}

p {
  margin-bottom: 1rem;
  color: #58595b;
  text-align: justify;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:link, a:visited, a:focus {
  color: inherit;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}

figcaption {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

/* **************************************************************** */
.bodyText a {
  color: #58595b;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}
.bodyText a:link, .bodyText a:visited, .bodyText a:hover, .bodyText a:active {
  color: #58595b;
}
.bodyText b, .bodyText strong {
  font-weight: 400 !important;
}
.bodyText h1, .bodyText h2, .bodyText h3, .bodyText h4, .bodyText h5 {
  text-align: left !important;
}
.bodyText h1 {
  color: #597eb8;
  font-weight: 400 !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 40px !important;
  border-left: 4px solid red;
  padding: 5px 0 5px 20px;
}
.bodyText h3:first-of-type {
  font-weight: 400 !important;
  /*color:red!important;*/
  margin-bottom: 15px;
}
.bodyText h2 {
  color: #962067 !important;
  margin-top: 40px;
}
.bodyText h3 {
  color: #6c2a51 !important;
}
.bodyText h1 + h2 {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  font-size: 18px;
}

/* bodyText **************************************************************** */
.borderBlack {
  border: 0.1em solid black;
}

.img100 {
  max-width: 100px;
  width: 100%;
  height: auto;
}

.img150 {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.img200 {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.img250 {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.img300 {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.img350 {
  max-width: 350px;
  width: 100%;
}

.img400 {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.img450 {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.img500 {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.img550 {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.brake {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.ruler {
  width: 100%;
  height: 1px;
  border-top: 0.1em solid #999;
  clear: both;
  margin: 10px 0;
}

.image {
  /* background: url(images/bg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.border-top-bottom {
  background-color: rgba(140, 145, 160, 0.1);
  border-radius: 20px;
  border-top: 1px dashed rgb(140, 145, 160);
  border-bottom: 1px dashed rgb(140, 145, 160);
  padding: 20px 5px;
  margin: 20px auto;
}

.border-left-3-blue {
  border-left: 3px solid #0055b4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
  background: -moz-linear-gradient(left, rgb(175, 224, 255) 0%, rgba(125, 185, 232, 0) 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(175, 224, 255) 0%, rgba(125, 185, 232, 0) 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(175, 224, 255) 0%, rgba(125, 185, 232, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999 {
  border: 0.01em dashed #999;
}

.border-top-dashed-999 {
  border-top: 0.01em dashed #999;
}

.border-left-dashed-999 {
  border-left: 0.01em dashed #999;
}

.border-bottom-dashed-999 {
  border-bottom: 0.01em dashed #999;
}

.border-right-dashed-999 {
  border-right: 0.01em dashed #999;
}

.border-tb-bg {
  background-color: #FFF;
  padding: 10px 20px;
  border-top: 0.01em dashed #CCC;
  border-bottom: 0.01em dashed #CCC;
  margin-top: 40px;
  margin-bottom: 40px;
}

.myDl dt {
  margin-top: 5px;
}
.myDl dd {
  border-left: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  border-bottom: 0.01em solid #ebebeb;
  border-radius: 25px;
  padding: 10px 10px 10px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.borderLeft {
  border-left: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  border-radius: 25px;
  padding: 20px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.borderLeftRight {
  border-left: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
  background: linear-gradient(white, rgba(255, 255, 255, 0.56));
  border-radius: 25px;
  padding: 10px 20px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 400px !important;
}

/* ----------------------------------------------------- */
.columnLeft {
  height: 100% !important;
  padding-left: 20px;
}
.columnLeft div {
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
.columnLeft div:hover {
  /*background-color: rgba(204, 204, 204, 1);*/
}
.columnLeft h2 {
  text-align: left;
  text-decoration: underline;
  margin-top: 40px;
  margin-bottom: 10px;
}
.columnLeft form * {
  font-size: 13px;
  line-height: 1.3;
  font-style: italic;
}

/* ----------------------------------------------------- */
.myDl-Border-Left dt, .myDl-Border-Left dd {
  margin-top: 20px;
}
.myDl-Border-Left dt {
  text-align: right;
}
.myDl-Border-Left dd {
  border-left: 1px dashed #CCC;
}

/* ***************************************************************************************************************** */
/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/
.divider {
  display: block;
  padding: 0;
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: transparent;
  background-color: transparent;
  border-top: none;
  margin: 10px auto;
}

.divider:before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 95px;
  border-bottom: 3px solid;
  color: #fff;
  z-index: 5;
}

.divider.text-primary:before {
  color: #ff2934;
}

.divider.text-default:before {
  color: #212526;
}

.divider + h2 {
  margin-top: 39px;
}

/* ***************************************************************************************************************** */
.box-shadow-left-right-outside {
  box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.5), inset -7px 0 7px -7px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 40px;
}

.box-shadow-left-right-inset {
  box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  padding-top: 20px;
  padding-bottom: 40px;
}

.rightsReserved {
  background: rgba(27, 30, 33, 0.85);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
}

.i24 {
  font-size: 24px !important;
  margin-left: 10px;
}

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC;
}

/* Border Inside */
.inner-outline {
  outline: 1px solid orange;
  outline-offset: -10px;
}

/* CSS Transition */
.trans {
  border-radius: 50%;
  transition: all 1s ease;
  border: 0.01em solid rgba(0, 75, 135, 0.5);
  margin: 0 auto !important;
  padding: 10px;
}
.trans:hover {
  border-radius: 0 25% 0 25%;
  border: 0.01em solid #083154;
  margin: 0 auto !important;
  padding: 20px;
}

/* -------------------------------------------------------------------------------------- */
span.redRequired {
  color: red;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  top: 4px;
}

/* **************************************************************************************************** */
.navBlack {
  background-color: #222 !important;
  border-top: 1px solid red !important;
  border-bottom: 1px solid red !important;
}
.navBlack ul.dropdown-menu {
  background-color: #222 !important;
  border: 0.01em solid red !important;
  color: #CCC !important;
}
.navBlack li a.dropdown-item {
  padding: 0.25rem 20px 0.25rem 30px;
  color: #CCC !important;
  background-color: transparent;
  /*margin-left:0!important;*/
  width: auto !important;
}
.navBlack li a.dropdown-item:focus, .navBlack li a.dropdown-item:hover {
  color: rgba(255, 255, 255, 0.73);
  background-color: #6610f2;
  margin-left: 0 !important;
}
.navBlack li hr.dropdown-divider {
  margin-left: 0 !important;
}
.navBlack a.dropdown-item.active, .navBlack a.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.navBlack * {
  font-weight: 500 !important;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid red;
  margin-left: -30px !important;
}

.fixBG {
  background: url("../../myAssets/images/bg-fix.jpg") no-repeat fixed center top;
  min-height: 390px;
  border-bottom: 0.01em solid rgba(255, 0, 0, 0.5);
  overflow: hidden;
}
.fixBG h6 {
  color: rgba(0, 0, 0, 0.15);
  font-size: 10px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

a.btnRed, .btnRed {
  background-color: #e10000;
  color: white;
  font-weight: 500;
}

.myHeadLine h1, .myHeadLine h2, .myHeadLine h3, .myHeadLine h4 {
  text-align: center;
  font-weight: 200 !important;
  color: #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
}
.myHeadLine h1 {
  font-size: 50px !important;
}
.myHeadLine h2 {
  font-size: 30px !important;
}
.myHeadLine h3 {
  font-size: 20px !important;
}
.myHeadLine a {
  font-weight: 200 !important;
}

.work1 {
  /*background: url("../../myAssets/myImages/idea-ads-top-bg.jpg") no-repeat fixed center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.myServices2 {
  background-color: rgb(255, 255, 255);
  border-top: 0.01em dotted #CCC;
  border-bottom: 0.01em dotted #CCC;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.myServices2 a {
  width: 50%;
  padding: 0;
  background-color: rgba(198, 235, 255, 0.6);
  border: 0.01em solid #CCC;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border-left: 4px solid red;
}
.myServices2 a h5 {
  text-align: center;
  margin: 10px auto;
}

/* ******************************************************************************************************************************* */
.footer0 a {
  color: #58595b !important;
  text-decoration: none !important;
  border: none !important;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}
.footer0 a:link, .footer0 a:visited, .footer0 a:hover, .footer0 a:active {
  color: #58595b !important;
}
.footer0 a h6 {
  color: #58595b !important;
}
.footer0 a:hover h6 {
  color: rgb(62.9273743017, 63.6424581006, 65.0726256983) !important;
}
.footer0 {
  background-color: #e10000;
  padding-top: 10px;
  padding-bottom: 1px;
}
.footer0 h2 {
  font-size: 30px;
  text-align: center !important;
  color: white !important;
}

.footer1 {
  background-color: #222222;
  padding: 50px;
}
.footer1 h2, .footer1 h6 {
  margin: 0 auto 10px;
}
.footer1 h2 {
  font-size: 18px;
  color: #CCC;
  text-align: center !important;
}
.footer1 h6 {
  font-size: 13px;
  color: #afafaf;
  text-align: center;
}
.footer1 * {
  font-weight: 300 !important;
}

.footer0 * {
  font-weight: 300 !important;
}

/* ******************************************************************************************************************************* */
.ourSoftwares {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  border-top: 0.01em dashed #CCC;
  border-bottom: 0.01em dashed #CCC;
}
.ourSoftwares * {
  text-align: center !important;
  font-weight: 200 !important;
}

/* **************************************************************************************************** */
.otherServices {
  margin-top: 25px;
  margin-bottom: 25px;
}
.otherServices a {
  width: 100%;
  padding: 15px 0;
  background-color: #d9edf7;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 0.01em solid #CCC !important;
  border-left: 4px solid red !important;
}
.otherServices a > h5 {
  text-align: center !important;
  color: #333;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400 !important;
}

/* **************************************************************************************************** */
.servicesList2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.servicesList2 a {
  width: 100%;
  padding: 15px 0;
  background-color: #d9edf7;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 0.01em solid #CCC !important;
  border-left: 4px solid red !important;
}
.servicesList2 a > h5 {
  text-align: center !important;
  color: #333;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/* **************************************************************************************************** */
.div2 {
  /*background:url("../../myAssets/myImages/bg1.jpg") no-repeat fixed center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}
.div2 p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 400;
}
.div2 h3 {
  color: #31a6e2;
  font-weight: 500;
  text-align: left;
}

.myTags {
  padding: 10px 0 15px;
  text-align: center !important;
}
.myTags a {
  color: #58595b;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}
.myTags a:link, .myTags a:visited, .myTags a:hover, .myTags a:active {
  color: #58595b;
}
.myTags h4 {
  display: inline;
  margin: 0 5px;
  text-align: center;
  font-size: 10px;
  color: #CCC !important;
  border: 0.01em dashed rgba(204, 204, 204, 0.4);
  padding: 4px;
  border-radius: 5px;
  font-weight: 300 !important;
}

/* **************************************************************************************************** */
nav.navbar * {
  font-weight: 500 !important;
}

a.nav-link {
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.iFooter {
  font-size: 23px !important;
  color: #222;
}

.iFooter2 {
  font-size: 20px !important;
  color: #222;
  top: 4px;
}

.footer2 {
  height: 25px !important;
  overflow: hidden !important;
}

.footerIcons * {
  color: rgba(0, 0, 0, 0.7) !important;
}

.bg-warning2 {
  background-color: rgba(255, 193, 7, 0.9) !important;
}
.bg-warning2 h6 {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.footerMost {
  background-color: #000;
}
.footerMost * {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.footerMost h6 {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.footerMost a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footerMost .socialIcons {
  font-size: 30px !important;
}

.footerMost ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footerMost li {
  margin-bottom: 1px;
}

.services1 {
  /*background: rgba(0,0,0,0.1) url("../../myAssets/myImages/bg2.jpg") no-repeat fixed center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #e10000;
  border-top: 10px solid rgba(255, 0, 0, 0.3);
  border-bottom: 0.01em solid rgba(255, 0, 0, 0.4);
  padding: 60px 0;
}

.services1 h1 {
  color: #d0d292;
  padding: 10px 0;
}
.services1 h1 h2 {
  color: #28a745;
  padding: 10px 0;
}
.services1 h1 h4 {
  color: #458dd2;
  padding: 10px 0;
  text-align: center !important;
}
.services1 h1 h4 a:link, .services1 h1 h4 a:active, .services1 h1 h4 a:visited, .services1 h1 h4 a:hover {
  font-size: 29px;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  line-height: 200%;
}
.services1 h1 h4 a:hover {
  text-decoration: none;
  padding: 5px 15px;
}

/* **************************************************************************************************** */
.callUs {
  background-color: rgba(0, 0, 0, 0.85);
  color: #e10000;
  border-top: 10px solid rgba(255, 0, 0, 0.3);
  border-bottom: 0.01em solid rgba(255, 0, 0, 0.4);
}
.callUs a {
  color: rgba(255, 255, 255, 0.55) !important;
}
.callUs * {
  font-weight: 300 !important;
}
.callUs h1 {
  color: #d0d292;
  padding: 10px 0;
}
.callUs h2 {
  color: #28a745;
  padding: 10px 0;
}
.callUs h4 {
  color: #87b6d2;
  padding: 10px 0;
  text-align: center !important;
}
.callUs h4 a:link, .callUs h4 a:active, .callUs h4 a:visited, .callUs h4 a:hover {
  font-size: 29px;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  line-height: 200%;
}
.callUs h4 a:hover {
  text-decoration: none;
  padding: 5px 15px;
}

.services11 {
  background-color: rgb(0, 0, 0) !important;
  color: #e10000;
  padding: 30px 0;
}

.services122 {
  background-color: rgba(0, 0, 0, 0.85);
  color: #e10000;
  border-top: 10px solid rgba(255, 0, 0, 0.3);
  border-bottom: 0.01em solid rgba(255, 0, 0, 0.4);
}
.services122 * {
  font-weight: 300 !important;
}
.services122 * h1 {
  color: #d0d292;
  padding: 10px 0;
}
.services122 * h2 {
  color: #d0d292;
  padding: 10px 0;
}
.services122 * h4 {
  color: #6db7d2;
  padding: 10px 0;
  text-align: center !important;
}
.services122 * h4 a:link, .services122 * h4 a:active, .services122 * h4 a:visited, .services122 * h4 a:hover {
  font-size: 29px;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  line-height: 200%;
}
.services122 * h4 a:link:hover, .services122 * h4 a:active:hover, .services122 * h4 a:visited:hover, .services122 * h4 a:hover:hover {
  text-decoration: none;
  padding: 5px 15px;
}

/* **************************************************************************************************** */
.services11 {
  background-color: rgb(0, 0, 0) !important;
  color: #e10000;
  padding: 30px 0;
}

.servicesList a {
  color: white !important;
  font-weight: 500;
}

.jobsInAmritsar {
  background-color: rgba(10, 88, 202, 0.1);
  padding: 15px;
  border: 0.01em solid #CCC;
  box-shadow: 3px 3px 3px #CCC;
  border-radius: 10px;
}
.jobsInAmritsar a.btn {
  color: white !important;
}
.jobsInAmritsar li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

span.h11 {
  color: #9add00;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 125%;
}

.services3 {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #97aa6a;
  color: #CCC;
}
.services3 h2 {
  color: #d0d292;
}
.services3 input, .services3 textarea {
  background-color: rgba(255, 255, 255, 0.38);
}

.white6 {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 0.01em solid #CCC;
  border-bottom: 0.01em solid #CCC;
}
.white6 * {
  font-weight: 300 !important;
}
.white6 .white6_ {
  border-left: none;
  padding-left: 0;
}
.white6 h2 {
  font-size: 200% !important;
}
.white6 h3 {
  font-size: 110% !important;
}

.thin {
  font-weight: 300;
}

.discussProject {
  /*background-color: #c8e3ff;*/
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 15px 0;
  border-top: 2px solid red;
  border-bottom: 1px solid #0056b3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}
.discussProject h2 {
  color: #0056b3;
  font-weight: 300 !important;
}
.discussProject a {
  color: #666 !important;
}
.discussProject .btn {
  border: 2px solid white;
  background-color: red;
  color: white;
  font-weight: 500;
}
.discussProject p {
  color: #000;
  font-weight: 400;
}

.color-white {
  color: white !important;
}

.graphic {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.01em solid #CCC;
  padding: 20px;
  border-radius: 25px 10px 25px 10px;
  min-height: 550px !important;
}
.graphic h3 {
  font-size: 18px;
}
.graphic i.fab, .graphic i.fas {
  color: #0a58ca !important;
  font-size: 30px;
}

.underCons {
  max-width: 400px;
  background-color: #d9edf7;
  padding: 30px 20px;
  border: 0.01em solid #CCC;
  border-radius: 10px;
  text-align: center;
  margin: 50px auto;
}

.well {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-left: 2px solid red;
  background-color: rgba(185, 203, 85, 0.1);
  margin-top: 25px;
}

.div4 {
  /*background:url("../../hd-image-gallery/amritsar/web-designing-company/bg4.jpg") no-repeat fixed center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  margin: 50px auto 0;
}
.div4 h1, .div4 h3, .div4 p, .div4 li, .div4 a {
  color: #CCC !important;
}

.wordpress2 {
  background-color: white;
  border-left: 7px solid #0055b4;
  padding: 1px 20px;
  height: 100%;
}

.webDesign {
  margin-top: 30px;
}
.webDesign h5 {
  color: #333 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}

.mySpacer {
  height: 1px;
  border-top: 0.01em dotted #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
}

.schedule {
  background-color: white;
  margin: 20px auto;
  border-radius: 20px;
  border: 0.01em solid #CCC;
  padding: 20px;
}
.schedule h2 {
  margin: 0;
  padding: 0;
}

.qr * {
  text-align: center !important;
}

.servicesList3 {
  background-color: #222222;
}
.servicesList3 h3 {
  color: rgba(253, 197, 29, 0.8) !important;
  font-size: 17px;
}
.servicesList3 p {
  font-size: 85%;
  line-height: 1.4;
}
.servicesList3 h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.servicesList3 h6 {
  font-size: 85%;
  margin: 0 !important;
  padding: 0 !important;
}
.servicesList3 ul li a {
  color: #58595b !important;
}
.servicesList3 * {
  font-weight: 400 !important;
  color: #CCC !important;
}

/* ===================================================================================== */
.company-link {
  color: #000;
  text-decoration: none;
}

.company-link.red {
  color: red;
}

.company-link.green {
  color: green;
}

/* ===================================================================================== */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*background-color: transparent;*/
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ============================================================================== */
.myBtnBlue {
  border-left: 3px solid red;
  border-right: none;
  background-color: rgba(104, 161, 255, 0.6);
  color: white;
  font-weight: 400;
}
.myBtnBlue:hover {
  background-color: rgb(104, 161, 255);
  text-decoration: none !important;
  color: white;
  border-left: 5px solid red;
  border-right: 2px solid red;
  padding: 0.375rem 0;
}

.myBtnBlueDark {
  border-left: 3px solid red;
  border-right: none;
  background-color: rgba(49, 85, 166, 0.8);
  color: white !important;
  font-weight: 400;
  padding: 0.375rem 0.5rem;
}
.myBtnBlueDark:hover {
  background-color: rgb(104, 161, 255);
  text-decoration: none !important;
  color: white !important;
  border-left: 5px solid red;
  border-right: 2px solid red;
  padding: 0.375rem 0.5rem;
}

.myBtnGreen {
  border-left: 3px solid red;
  border-right: none;
  background-color: rgba(217, 233, 182, 0.8);
  color: #333;
  font-weight: 400;
  padding: 0.375rem 0;
}
.myBtnGreen:hover {
  background-color: rgb(217, 233, 182);
  text-decoration: none !important;
  color: #333;
  border-left: 5px solid red;
  border-right: 2px solid red;
  padding: 0.375rem 0;
}

/* ============================================================================== */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: red;
}

/* ============================================================================== */
.floating-contact {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-contact .contact {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.floating-contact .contact:hover {
  transform: scale(1.1);
  opacity: 0.9;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Brand colors */
/*.floating-contact .phone    { background: #0d6efd; }
.floating-contact .whatsapp { background: #25d366; }
.floating-contact .email    { background: #dc3545; }*/
/*.floating-contact .phone    { background: #1f2933; }  !* dark slate *!
.floating-contact .whatsapp { background: #22c55e; }  !* modern green *!
.floating-contact .email    { background: #334155; }  !* blue gray *!*/
.floating-contact .phone {
  background: #0b5ed7;
}

.floating-contact .whatsapp {
  background: #198754;
}

.floating-contact .email {
  background: #495057;
}

.colorBrown1 {
  color: #962067;
}

.menu2 a {
  color: #58595b !important;
  text-decoration: none !important;
  border: none !important;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:hover, .menu2 a:active {
  color: #58595b !important;
}
.menu2 a h6 {
  color: #58595b !important;
}
.menu2 a:hover h6 {
  color: rgb(62.9273743017, 63.6424581006, 65.0726256983) !important;
}
.menu2 p {
  font-size: 12px;
  line-height: 1.4;
}
.menu2 h4 {
  font-size: 18px;
}
.menu2 > h5 {
  font-size: 16px;
}
.menu2 h6 {
  font-size: 14px !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.aRed > a, .aRed a strong {
  color: var(--company-color) !important;
}

.borderLeftRed {
  border-left: 3px solid red;
  padding-left: 30px;
}

.borderLeftLight {
  border-left: 1px solid #597fb9;
  padding-left: 30px;
  margin-left: 20px;
}

/* ======================================================================== */
/* ======================================================================== */
.sectionQA {
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.sectionQA h2 {
  margin-top: 0;
}
.sectionQA h2 + h3, .sectionQA h3 {
  margin-bottom: 0;
}
.sectionQA p {
  margin-top: 0;
  margin-left: 20px;
}

.sectionAll h3:first-of-type {
  margin-bottom: 0;
  font-weight: 500 !important;
}
.sectionAll h3 {
  margin-bottom: 0;
}
.sectionAll p {
  padding-left: 30px;
  margin-top: 5px;
  line-height: 1.4;
}

.bg1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,efefef+100&1+0,0+100 */
  background: linear-gradient(to bottom, rgba(254, 252, 234, 0.5) 0%, rgba(239, 239, 239, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.servicesSection1 {
  /*background: url(../../images/india/amritsar/web-design-seo/full-service-digital-marketing-agency-for-business-growth-in-amritsar.jpg) no-repeat fixed center;*/
  width: 100%;
  /*height: 60vh;*/ /*full viewport height*/
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.servicesSection1 h1, .servicesSection1 h2, .servicesSection1 h4 {
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 300;
}
.servicesSection1 h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.servicesSection1 h4 {
  font-size: 150%;
  text-align: center;
}

.services-section {
  padding: 80px 0;
  background: #f9fafc;
  /*background: url(../../images/india/amritsar/web-design-seo/bg3.jpg) no-repeat fixed center;*/
  width: 100%;
  /*height: 60vh;*/ /*full viewport height*/
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services-section .container {
  margin: 0 auto;
}
.services-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.services-section .section-title h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}
.services-section .section-title p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.services-section {
  /* .services-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
   }*/
}
.services-section .service-card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2ebf9+1,feffff+100 */
  background: linear-gradient(to bottom, rgba(210, 235, 249, 0.3) 1%, rgb(254, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px;
  border: 0.01em solid #CCC;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
}
.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.services-section .service-card .icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #597fb9;
}
.services-section .service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #ee2225;
}
.services-section .service-card p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 1.6;
  margin-bottom: 20px;
}
.services-section .service-card .read-more {
  color: #597fb9;
  text-decoration: none;
  border: 1px solid #597fb9 !important;
  border-radius: 5px;
  padding: 2px 10px !important;
  font-size: 12px;
  font-weight: 400;
}
.services-section .service-card .read-more:hover {
  color: white;
  /*background-color: red;*/
  background: linear-gradient(135deg, #ff6b00, #ff9a3c) !important;
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.25);
  text-decoration: none;
  border: 1px solid red !important;
  /*text-decoration: underline;*/
}

@media (max-width: 992px) {
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .services-section {
    padding: 60px 0;
  }
  .services-section .services-grid {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------------------------*/
.cta-block {
  background-color: rgba(200, 220, 249, 0.2);
  border: 0.01em solid rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-top: 100px;
}
.cta-block h2, .cta-block h3, .cta-block h4 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
.cta-block h4 {
  margin-bottom: 10px !important;
}
.cta-block p {
  padding-left: 15px;
}
.cta-block h2, .cta-block h3, .cta-block h4, .cta-block * {
  text-align: center !important;
}
.cta-block .smallPara {
  font-size: 80%;
  line-height: 1.4;
}
.cta-block h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}
.cta-block h4::before, .cta-block h4::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #333;
  margin: 0 10px;
}

/*------------------------------------------------------------------------*/
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 -15px;
}
.blog-grid .col-md-5 {
  padding: 0 15px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .blog-grid .col-md-5 {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .blog-grid .col-md-5 {
    flex: 0 0 33.3333%;
  }
}
.blog-grid .col-md-5 .blog-card {
  background: rgba(135, 206, 235, 0.1);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-grid .col-md-5 .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.blog-grid .col-md-5 .blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-grid .col-md-5 .blog-card h3 {
  font-size: 1.2rem;
  margin: 15px;
}
.blog-grid .col-md-5 .blog-card h3 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.blog-grid .col-md-5 .blog-card h3 a:hover {
  color: #007bff;
}
.blog-grid .col-md-5 .blog-card p {
  font-size: 0.95rem;
  margin: 0 15px 15px;
  color: #555;
}
.blog-grid .col-md-5 .blog-card .btn {
  display: block;
  margin: 0 15px 15px;
}

.bg4 {
  background: rgba(228, 237, 236, 0.2) url(../../images/india/amritsar/web-design-seo/bg4.jpg) repeat left top fixed !important;
  background-size: cover;
}

/*--------------------------------------------------------------------------------------------------------------*/
.services-overview {
  padding: 80px 0;
  background-color: #f9fafc;
}
.services-overview h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111;
}
.services-overview p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}
.services-overview h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.services-overview h3 a {
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
}
.services-overview h3 a:hover {
  color: #ff3c00;
}
.services-overview .col-md-3 div {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.services-overview .col-md-3 div:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.services-overview .col-md-3 div p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .services-overview {
    padding: 60px 0;
  }
  .services-overview h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .services-overview {
    padding: 40px 0;
  }
  .services-overview h2 {
    font-size: 24px;
  }
  .services-overview .col-md-4 {
    padding: 20px;
  }
}
/*--------------------------------------------------------------------------------------------------------------*/
.faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.faq-section h2 {
  text-align: center !important;
}
.faq-section h2 {
  font-size: 34px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  color: #111;
}
.faq-section p {
  font-size: 16px;
  color: #666;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}
.faq-section .faq-item {
  background: #f9fafc;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
.faq-section .faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
.faq-section .faq-item h3 {
  font-size: 18px;
  font-weight: 500 !important;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222;
}
.faq-section .faq-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .faq-section {
    padding: 40px 0;
  }
  .faq-section h2 {
    font-size: 22px;
  }
  .faq-section .faq-item {
    padding: 20px;
  }
}
/*--------------------------------------------------------------------------------------------------------------*/
.cta-strip {
  background: #007bff;
  color: #fff;
}
.cta-strip p {
  margin: 0;
  font-size: 15px;
}
.cta-strip .btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 30px;
}
.cta-strip .btn-primary {
  background: #ff3c00;
  border: none;
}
.cta-strip .btn-primary:hover {
  background: #ff6a00;
}
.cta-strip .btn-outline-dark {
  border: 1px solid #fff;
  color: #fff;
}
.cta-strip .btn-outline-dark:hover {
  background: #fff;
  color: #111;
}

/*--------------------------------------------------------------------------------------------------------------*/
.whyChooseUs {
  background: url(../../images/india/amritsar/web-design-seo/why-choose-us.jpg) no-repeat center fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
.whyChooseUs h2 {
  color: lightskyblue !important;
}
.whyChooseUs h3 {
  color: rgba(255, 165, 0, 0.82) !important;
  font-size: 140% !important;
}
.whyChooseUs p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.whyChooseUs .col-md-4 {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0.01em solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
}

/*--------------------------------------------------------------------------------------------------------------*/
#FAQ_Page {
  margin-top: 50px;
  border: 0.01em solid #CCC;
  border-radius: 15px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
#FAQ_Page h2 {
  margin-top: 10px;
}
#FAQ_Page p {
  border-left: 0.01em dashed #CCC;
  padding-left: 20px;
}

/*--------------------------------------------------------------------------------------------------------------*/

/*# sourceMappingURL=main.css.map */
