h1,
.h1 {
  font-weight: 900;
  font-size: 36px;
}

h2, .h2 {
  font-size: 23px;
  font-family: "Lato";
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 800;
  font-size: 18px;
}

p {
  text-transform: none;
  font-size: 19px;
  color: #363333;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
}
p strong {
  font-weight: 700;
  display: block;
  padding: 15px 0;
}
p .strong {
  font-weight: 700;
  display: contents;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Lato";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt5 {
  margin-top: 20px;
}

.mt6 {
  margin-top: 24px;
}

.mt7 {
  margin-top: 28px;
}

.section20 {
  width: 20%;
}
@media (max-width: 768px) {
  .section20 {
    width: 100%;
  }
}

.section30 {
  width: 30%;
}
@media (max-width: 768px) {
  .section30 {
    width: 100%;
  }
}

.section40 {
  width: 40%;
}
@media (max-width: 768px) {
  .section40 {
    width: 100%;
  }
}

.section50 {
  width: 50%;
}
@media (max-width: 768px) {
  .section50 {
    width: 100%;
  }
}

.section60 {
  width: 60%;
}
@media (max-width: 768px) {
  .section60 {
    width: 100%;
  }
}

.section70 {
  width: 70%;
}
@media (max-width: 768px) {
  .section70 {
    width: 100%;
  }
}

.section80 {
  width: 80%;
}
@media (max-width: 768px) {
  .section80 {
    width: 100%;
  }
}

a {
  color: #337ab7;
  text-decoration: none;
}

.dFlex {
  display: flex;
}
@media (max-width: 768px) {
  .dFlex {
    flex-direction: column;
  }
}

img {
  max-width: 100%;
}

.container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.heading2 {
  font-size: 28px;
  font-weight: 700;
  color: #e51e0f;
}

.heading3 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 38px !important;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  background-repeat: no-repeat;
}

.textCenter {
  text-align: center;
}

.dFlex {
  display: flex;
}

.mtb20 {
  margin: 20px 0;
}

.mtb30 {
  margin: 30px 0;
}

.mtb40 {
  margin: 40px 0;
}

.mtb50 {
  margin: 50px 0;
}

.mtb60 {
  margin: 60px 0;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

.logoNavContainer {
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .logoNavContainer {
    flex-direction: column;
    height: auto;
  }
}
.logoNavContainer .logo {
  margin-right: 15px;
}
.logoNavContainer .nav {
  display: flex;
}
@media (max-width: 768px) {
  .logoNavContainer .nav {
    height: auto;
    flex-direction: column;
    width: 100%;
  }
  .logoNavContainer .nav li {
    margin-right: 0 !important;
    height: 30px;
    background-color: #f7ebe5;
    border-bottom: 1px solid #b4a7a1;
    align-items: center;
    padding-left: 10px;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .logoNavContainer .nav li i {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .logoNavContainer .nav li a {
    height: 30px;
    display: flex;
    align-items: center;
  }
}
.logoNavContainer .nav li {
  margin-right: 25px;
}
.logoNavContainer .nav li a {
  color: #333;
}

.headingTicker {
  position: relative;
  background-color: #f7ebe5;
}
.headingTicker p {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .headingTicker p {
    text-align: center;
  }
}
.headingTicker p span {
  background-color: #260c4d;
  color: #f8c5b3;
  margin-left: 20px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .headingTicker p span {
    display: block;
    line-height: initial;
    margin-bottom: 10px;
  }
}

.banner {
  height: 580px;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .banner {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .banner .leftSection {
    position: relative;
  }
  .banner .leftSection .owl-nav button span{
    color: rgba(0, 0, 0, 0);
    display: none;
  }
  .banner .leftSection .owl-nav{
    color: rgba(0, 0, 0, 0);
  }
}
.banner .leftSection {
  position: absolute;
  background-color: #fff;
  z-index: 0;
  width: calc(100% - 480px);
  height: 520px;
  padding: 50px;
  background-image: url(../images/back_g.jpg);
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .banner .leftSection {
    position: relative;
    width: auto;
    height: auto;
  }
}
.banner .leftSection .owl-nav {
  margin-top: -30px;
  position: absolute;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
}
.banner .leftSection .owl-nav button:hover {
  background-color: transparent;
}
.banner .leftSection .owl-nav button span {
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
}
.banner .leftSection .owl-nav button span:hover {
  background-color: transparent;
}
.banner .bannerBanner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 460px);
  padding-left: 80px;
  background-color: #1a2835;
  padding: 10px 0 10px 50px;
}
@media (max-width: 1024px) {
  .banner .bannerBanner {
  position: relative;
  width: auto;
  padding: 20px;
  }
  .banner .bannerBanner h1{
    margin-bottom: 13px;
  }
}
.banner .bannerBanner h1 {
  color: #FFF;
  margin-top: 0;
  font-size: 30px;
}
.banner .bannerBanner p {
  color: #ccc;
  background-color: #039;
  padding: 3px;
  line-height: 20px;
  font-size: 14px;
  padding: 2px 10px;
  margin: 5px 0px 0px 0px;
}
.banner .rightSection {
  background-color: #2d3e50;
  height: 550px;
  width: 320px;
  position: absolute;
  z-index: 99;
  right: 0;
  padding: 20px 45px 20px 145px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
@media (max-width: 1024px) {
  .banner .rightSection {
    position: relative;
    height: 550px;
    width: 92%;
    padding: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.banner .rightSection .heading2 {
  font-weight: 200;
  background-image: url(../images/border_head.png);
  background-position: 5px bottom;
  padding-bottom: 0;
  font-size: 40px;
  color: #72a4bd;
  background-repeat: no-repeat;
}
.banner .rightSection .form_design {
  width: 100%;
  margin-top: 10px;
}
.banner .rightSection .form_design span {
  margin-bottom: 10px;
  color: #CCC;
  margin-top: 5px;
}
.banner .rightSection .textField {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 5px;
  width: 100%;
  background: transparent;
  color: #757f8a;
}
.banner .rightSection .textareaField {
  border: 1px solid #d2d2d2;
  padding-top: 10px;
  height: 105px;
  margin-bottom: 8px;
  border-radius: 5px;
  width: 100%;
  background: transparent;
  color: #757f8a;
}
.banner .rightSection .btn_d {
  width: 100%;
  background-color: #df4a4c;
  border: 1px solid #3d5061;
  padding: 12px 8px;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  box-shadow: 2px 10px 5px -10px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.banner .rightSection .inputCont {
  display: block;
  width: 100%;
}
.banner .rightSection .inputCont span {
  display: block;
  width: 100%;
}
.banner .rightSection .inputCont p {
  margin-top: 10px;
  color: #FFF;
  text-align: center;
}
.banner .rightSection .back_g {
  background-image: url(../images/back_g.jpg);
  float: left;
  min-height: 400px;
  padding: 40px 50px 20px 242px;
}

.homeAbout .serviceListContainer .serviceList h4{
  margin-top: 10 !important;
    margin-bottom: 10px !important;
    text-align: center;
    color: #0f2255;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.contentWrap {
  display: flex;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .contentWrap {
    flex-direction: column;
  }
  .contentWrap .section40 {
    width: 100%;
  }
  .contentWrap .section60 {
    width: 100%;
  }
}
.contentWrap .heading2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.imageSection {
  width: 255px;
  margin-right: 10px;
}

.contentParagraph {
  width: calc(100% - 265px);
}
@media (max-width: 768px) {
  .contentParagraph {
    width: calc(100% - 0px);
  }
}
.contentParagraph .heading3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contentParagraph p {
  font-size: 15px;
  color: #5e5e5e;
  line-height: 22px;
}
.contentParagraph .linkButton {
  color: #de4a4d;
  font-size: 17px;
  font-weight: 700;
}

.how_are {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.how_are li {
  background-image: url(../images/icons2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 35px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}
.how_are li a {
  color: #000;
  font-size: 16px;
}
.how_are li:nth-child(2) {
  background-image: url(../images/icons3.jpg);
}
.how_are li:nth-child(2) {
  background-image: url(../images/icons3.jpg);
}
.how_are li:nth-child(3) {
  background-image: url(../images/icons4.jpg);
}
.how_are li:nth-child(4) {
  background-image: url(../images/icons5.jpg);
}
.how_are li:nth-child(5) {
  background-image: url(../images/icons6.jpg);
}
.how_are li:nth-child(6) {
  background-image: url(../images/icons7.jpg);
}
.how_are li:nth-child(7) {
  background-image: url(../images/icons8.jpg);
}

.portfolio .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio .item img {
  max-width: 525px;
}

.servicesWeOffer {
  height: 689px;
  background-image: url(../images/bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .servicesWeOffer {
    background-color: #eeeff3;
    background-image: none;
  }
  .servicesWeOffer .headingList {
    float: right;
    margin-top: 70px;
  }
}
.servicesWeOffer h3 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 38px !important;
}
.servicesWeOffer .headingList {
  float: right;
  margin-top: 110px;
}
.servicesWeOffer .servicesUl {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  height: 460px;
  overflow-y: scroll;
  padding-right: 15px;
}
.servicesWeOffer .servicesUl .listWrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.servicesWeOffer .servicesUl .listWrap .icon {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicesWeOffer .servicesUl .listWrap .icon i {
  color: #fff !important;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(1) .icon {
  background-color: #ff7f00;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(2) .icon {
  background-color: #a36a36;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(3) .icon {
  background-color: #2f3d48;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(4) .icon {
  background-color: #4a840d;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(5) .icon {
  background-color: #28b0e1;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(6) .icon {
  background-color: #d7484b;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(7) .icon {
  background-color: #2f3d48;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(8) .icon {
  background-color: #d7484b;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(9) .icon {
  background-color: #4a840d;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(10) .icon {
  background-color: #fda736;
}
.servicesWeOffer .servicesUl .listWrap:nth-child(11) .icon {
  background-color: #07e8f0;
}
.servicesWeOffer .servicesUl .listWrap .headingParagraph .heading {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.servicesWeOffer .servicesUl .listWrap .headingParagraph p {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  width: 450px;
  text-align: right;
  line-height: 16px;
}

.portfolioSection {
  padding: 40px 0;
}
.portfolioSection .heading {
  text-align: center;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 42px !important;
}
.portfolioSection .heading span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #777;
}
.portfolioSection .item p {
  font-size: 18px !important;
  text-align: center;
}
.portfolioSection .item p .strong {
  font-size: 18px !important;
}
.portfolioSection .item .h6 {
  font-size: 20px !important;
}

.footerHome {
  background-color: #373542;
  min-height: 100px;
  padding-top: 30px;
}
.footerHome .footerUlWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerHome .footerUlWrap p {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .footerHome .footerUlWrap .footerHeadingULWrap {
    width: 28%;
  }
}
@media (max-width: 990px) {
  .footerHome .footerUlWrap .footerHeadingULWrap {
    width: 48%;
  }
}
.footerHome .footerUlWrap .contactUsUl {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.footerHome .footerUlWrap .contactUsUl li {
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.footerHome .footerUlWrap .contactUsUl li i {
  margin-right: 5px;
}
.footerHome .footerUlWrap .contactUsUl li a {
  color: #fff;
}
.footerHome .footerUlWrap .heading {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.footerHome .footerUlWrap .heading span {
  display: block;
  background-image: url(../images/display.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 8px;
  line-height: 22px;
}
.footerHome .footerUlWrap .footerul {
  list-style-type: none;
  font-family: Lato, sans-serif;
  float: left;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footerHome .footerUlWrap .footerul li a {
  font-family: Lato, sans-serif;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.footerHome .footerUlWrap .footerul li a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  width: 100%;
  float: left;
  min-height: 40px;
  background-color: #fff;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .copyright p {
    flex-wrap: wrap;
  }
}
.copyright p a {
  color: #337ab7;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.pricingContainer {
  padding: 50px 0;
  background-image: url(../images/bgs.jpg);
  background-repeat: no-repeat;
}
.pricingContainer .heading4 {
  margin-bottom: 40px;
}
.pricingContainer .pricingWrap .heading {
  font-weight: 700;
  font-size: 22px;
}
.pricingContainer .pricingWrap .subHeading {
  color: #337ab7;
  background-color: #FC0;
  border-color: #ebccd1;
  padding: 8px;
  margin: 10px 0;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.pricingContainer .pricingWrap .subHeading a {
  color: #337ab7;
}
.pricingContainer .pricingWrap .deliveryWrap {
  margin: 10px 0;
}
.pricingContainer .pricingWrap .deliveryWrap span {
  font-weight: 700;
}
.pricingContainer .pricingWrap p {
  margin: 0;
}
.pricingContainer .pricingWrap .message {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: red;
  border-radius: 10px;
  margin: 10px 0;
}
.pricingContainer .pricingWrap .fancyWrap {
  display: flex;
}
.pricingContainer .pricingWrap .fancyWrap .fancybox {
  border: 4px solid #eee;
  margin-right: 15px;
}

.contentWrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #e51e0f;
}

#sideBar {
  width: 280px;
  padding: 0;
  bottom: 10px;
  height: 46px;
  position: fixed;
  float: right;
  z-index: 9999;
  left: calc(50% - 140px);
  transform: translate(0, 0px, 0, -50px);
  background: #05b8ff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #05b8ff), color-stop(50%, #0085ad), color-stop(100%, #17c1ff));
  background: linear-gradient(to bottom, #05b8ff 0, #0085ad 50%, #17c1ff 100%);
  border: 2px solid #000;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  box-shadow: -21px -4px 55px -15px rgba(0, 0, 0, 0.75);
}
#sideBar h2 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 25px;
  text-transform: initial;
}
#sideBar a {
  color: #fff;
}
#sideBar a:focus {
  color: #ff0;
  text-decoration: none;
}
#sideBar a:hover {
  color: #ff0;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */