
@font-face {
  font-family: 'Adamiya';
  src: url('./fonts/Adamiya.ttf') format('truetype');
}

@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/antipasto-light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/antipasto-regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/antipasto-medium.ttf') format('truetype');
  font-weight: 500; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/antipasto-demibold.ttf') format('truetype');
  font-weight: 600; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/antipasto-bold.ttf') format('truetype');
  font-weight: 700; /* Regular */
  font-style: normal;
}


@font-face {
  font-family: 'Antipasto';
  src: url('./fonts/Antipasto-Pro-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* Bold */
  font-style: normal;
}




* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR_0), sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  max-width: 1920px;
  min-width: 1500px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: var(--font-POPPINS-REGULAR);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: var(--font-POPPINS-EXTRABOLD);
  font-size: 43px;
  font-weight: 100;
  background: #fff;
  filter: drop-shadow(1px 2px 2px #000);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
  /* cursor: pointer; */
}

a img:hover {
  transform: scale(1.05);
}

/* all button ===========================*/
.btn {
  font-family: var(--font-MONTSERRAT-MEDIUM);
  font-size: 15px;
  width: 100%;
  background: linear-gradient(163deg, rgb(69, 67, 151) 0%, rgb(168, 107, 172) 100%);
  background-size: contain;
  max-width: 257px;
  padding: 19px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  color: #fff;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header =====================================================================*/
#header {
  padding: 0 0 0 0;
  position: relative;
}

#header .row {
  padding: 5px 0 5px 0;
  max-width: 1788px;
}

#header .row nav {
  max-width: 867px;
  padding: 0 0 0 0;
}

#header .row nav a#pull {
  display: none;
}

#header .row nav .box {
  border-left: 1px solid #666666;
  padding-left: 26px;
  height: 68px;
}

#header .row nav .box a {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 23px;
  color: #27272A;
}

#header .row nav ul {
  max-width: 589px;
  margin-left: 0;
}

#header .row nav ul li {
  position: relative;
  display: inline-block;
}

#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 15px;
  color: #27272A;
  display: inline-block;
  font-family: var(--font-POPPINS-MEDIUM);
  text-transform: uppercase;
  white-space: nowrap;
}

#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover,
#header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  color: #000000;
}

/* end */
/* dropdown */
/* banner */
#banner {
  background: url(../images/content/bg.jpg) center no-repeat;
  padding: 153px 0 574px 77px;
}

#banner .row {
  max-width: 646px;
}

#banner .row P {
  padding: 4px 0 31px;
}

#banner .row .btn {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 17px;
}

#whyus {
  position: relative;
  z-index: 1;
  margin-top: -116px;
  margin-bottom: -68px;
}

#whyus .row {
  background: linear-gradient(145deg, rgb(168, 107, 172) 0%, rgb(168, 107, 172) -7%, rgb(69, 67, 151) 85%);
  max-width: 1470px;
  border-radius: 20px;
  padding: 49px 90px 44px 42px;
}

#whyus .row h1 {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 20px;
}

#whyus .row p {
  font-size: 15px;
}

#about {
  background: url(../images/content/bg1.jpg) center right no-repeat;
  padding: 121px 0 180px 211px;
}

#about .row {
  max-width: 712px;
  margin-left: 0;
}

#about .row h1 {
  background: #27272A;
  font-size: 37px;
  filter: unset;
  padding: 31px 0 47px;
}

#about .row p {
  font-size: 17px;
  color: #1F1F1F;
  padding-bottom: 36px;
}

#about .row .btn {
  max-width: 216px;
}

#record {
  background: linear-gradient(145deg, rgb(168, 107, 172) 0%, rgb(168, 107, 172) -7%, rgb(69, 67, 151) 85%);
  padding: 75px 0 56px 0;
}

#record .row {
  max-width: 1422px;
}

#record .box {
  width: 5px;
  background: #fff;
  border-radius: 15px;
  height: 151px;
}

#record .text-center h1 {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 75px;
  filter: unset;
}

#priority {
  background: url(../images/content/bg2.jpg) top left no-repeat;
  margin-bottom: -4px;
}

#priority .row {
  max-width: 890px;
  margin-right: 0;
  position: relative;
}

#priority .box {
  position: absolute;
  top: 0;
  padding: 112px 0 164px 90px;
}

#priority .box>p {
  padding: 23px 0 51px;
}

#priority .box .p {
  font-weight: 900;
  padding-left: 30px;
  padding-bottom: 17px;
}

#priority .box1 {
  padding-bottom: 40px;
}

#priority .btn {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 17px;
  left: 25px;
  position: relative;
}




#services {
  background: url(../images/content/bg7.png) center no-repeat;
  padding: 75px 0 110px 0;
}

#services .row {
  max-width: 1435px;
}

#services .row>h1 {
  background: #27272A;
  font-size: 41px;
  filter: unset;
  padding-bottom: 60px;
}

#services .box {
  position: relative;
}

#services .box1 {
  position: absolute;
  bottom: 0;
  padding: 0 0 55px 63px;
}

#services .box11 {
  padding: 0 0 85px 63px;
}

#services .box1 h1 {
  font-size: 36px;
  filter: unset;
}

#services .box1 p {
  font-size: 17px;
  padding: 11px 0 28px;
}

#services .b1 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 480px;
  margin-bottom: 10px;
}

#services .b1 img {
  width: 100%;
  object-fit: cover;
}

#services .box1 .btn {
  background: unset;
  border: 1px solid #fff;
  max-width: 213px;
}

#process {
  background: url(../images/content/bg3.png) center no-repeat;
  padding: 75px 0 145px 224px;
}

#process .box {
  padding-top: 86px;
}

#process .box h1 {
  font-size: 20px;
}

#process .box p {
  font-size: 15px;
}

#process .row {
  max-width: 1184px;
}

#process .p {
  line-height: 40px;
}

#process .btn {
  background: unset;
  font-family: var(--font-POPPINS-SEMIBOLD);
  text-transform: unset;
  font-size: 15px;
  max-width: 163px;
  padding: 4px 5px;
}

#process .box3 {
  gap: 19px;
}

#testimonials {
  background: url(../images/content/bg4.jpg) center no-repeat;
  padding: 60px 0 215px 224px;
}

#testimonials .head {
  padding-bottom: 65px;
}

#testimonials .head p {
  padding-top: 10px;
  line-height: 40px;
  font-size: 17px;
  font-family: var(--font-POPPINS-MEDIUM);
}

#testimonials img[alt=s3] {
  margin-right: -57px;
}

#testimonials .box {
  max-width: 1126px;
  background: #fff;
  position: relative;
  border-radius: 9px;
}

#testimonials .box p {
  font-family: var(--font-MONTSERRAT-REGULAR);
  color: #1F1F1F;
  font-size: 16px;
  padding: 10px 0;
}

#testimonials .box a {
  position: absolute;
  right: -92px;
  bottom: 30%;
}

#testimonials .box1 {
  max-width: 632px;
  padding-right: 28px;
  background: #fff;
}

#testimonials .box1 p:nth-of-type(2) {
  font-family: var(--font-MONTSERRAT-REGULAR);
  font-size: 20px;
  color: #464672;
  font-weight: bold;
}

#testimonials .box3 {
  max-width: 765px;
  position: relative;
  z-index: 3;
}

#gallery {
  background: url(../images/content/bg5.png) center no-repeat;
  padding: 106px 0 56px 0;
  overflow: hidden;
}

#gallery h1 {
  background: #3F393D;
  filter: unset;
}

#gallery .box {
  padding: 87px 0 53px 0;
}

#gallery .bn {
  max-width: 129px;
}

#dedicated {
  background: url(../images/content/bg6.jpg) center top no-repeat;
  padding: 73px 0 368px 0;
}

#dedicated h1 {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 40px;
  filter: unset;
  line-height: 76px;
}

footer {
  padding: 0 0 0 0;
  margin-top: -235px;
}

footer .contact-container {
  max-width: 1444px;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

footer .contact-container p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 13.5px;
  padding: 0 0 35px;
  color: #fff;
}

footer .contact-container h1 {
  font-family: var(--font-POPPINS-EXTRABOLD);
}

footer .contact-container .hy {
  padding-bottom: 15px;
}

footer .contact-container .hy span,
footer .contact-container .hy a {
  color: #fff;
}

footer .contact-container .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}

footer .contact-container .btn {
  max-width: 200px;
}

footer .contact-container .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}

footer .contact-container .box {
  padding: 75px 43px 104px 68px;
}

footer .contact-container .box h1 {
  font-family: var(--font-MONTSERRAT-EXTRABOLD);
  font-size: 36px;
  background: #333333;
  filter: unset;
}

footer .contact-container .box1 {
  border-bottom: 1px solid #000;
  padding: 25px 0;
}

footer .contact-container .box1 p {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 18px;
  color: #333333;
  padding: unset;
}

footer .footer-container {
  padding: 34px 0 0 0;
}

footer .footer-container .box {
  padding: 31px 0 44px 0;
  gap: 26px;
}

footer .footer-container .box a {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 21px;
  color: #333333;
}

footer .copy-right {
  max-width: 921px;
  padding: 16px 0 0 0;
  gap: 6px;
  border-top: 1.5px solid #222222;
}

footer .copy-right ul {
  list-style: none;
  max-width: 714px;
}

footer .copy-right li {
  font-family: var(--font-POPPINS-BOLD);
  color: #222222;
  font-size: 17px;
  text-transform: uppercase;
}

footer .copy-right p {
  color: #1F1F1F;
  font-size: 14px;
  padding-bottom: 16px;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
  letter-spacing: 0.4px;
}

.ctc-form {
  width: 100%;
  max-width: 1384px;
  padding: 68px 56px 55px;
  background: linear-gradient(145deg, rgb(168, 107, 172) 0%, rgb(168, 107, 172) 0%, rgb(69, 67, 151) 100%);
}

.ctc-form input[type=text],
.ctc-form textarea {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 24px;
  color: #000;
  font-size: 15px;
  font-family: var(--font-POPPINS-REGULAR);
}

.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}

.ctc-form input[type=text]::-moz-placeholder,
.ctc-form textarea::-moz-placeholder {
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}

.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}

.ctc-form textarea {
  padding-top: 16px;
  height: 140px;
  resize: none;
  padding-bottom: 30px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .copy {
  text-align: start;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ctc-form .btn {
  margin: auto;
  max-width: 315px;
  letter-spacing: 1px;
  padding: 20px 10px;
  letter-spacing: 8px;
  border: unset;
  font-family: var(--font-MONTSERRAT-REGULAR);
  font-size: 13px;
  font-weight: bold;
  margin-right: 0;
  background: linear-gradient(0deg, rgb(69, 67, 151) 0%, rgb(168, 107, 172) 100%);
}

form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.flexinput {
  gap: 13px;
}

.flexinput label {
  width: 100%;
  max-width: 100%;
}

/* end */
/* inner pages */
#inner {
  max-width: 1100px;
  min-height: 400px;
  padding: 20px 0;
  overflow: hidden;
}

#inner>h1 {
  filter: unset;
  background: #000;
  font-size: 40px;
  padding: 20px 0;
}

#inner p {
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

#inner-about .box {
  max-width: 880px;
}

#inner-about .box1 {
  max-width: 480px;
}

#inner-about .box2 {
  max-width: 293px;
}

#inner-about .mainbox h1 {
  background: #000;
  filter: unset;
  font-size: 30px;
}

#inner-about img[alt=a1] {
  max-width: 568px;
}

#inner-gallery {
  max-width: 1400px;
  margin: auto;
}

#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}

#inner-gallery .gallery li {
  display: inline-block;
}

#inner-gallery .gallery li .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#inner-gallery .page_navigation {
  /* display: inline-block; */
  display: none;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#inner-gallery .page_navigation .page_link,
#inner-gallery .page_navigation .previous_link,
#inner-gallery .page_navigation .next_link,
#inner-gallery .page_navigation .first_link,
#inner-gallery .page_navigation .last_link,
#inner-gallery .page_navigation .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#inner-gallery .page_navigation a:hover,
#inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

#inner-gallery img.img-responsive {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-services .box2 {
  max-width: 293px;
}

#inner-services .box2 h1 {
  background: #000;
  filter: unset;
  font-size: 30px;
}

#inner-review img[alt=su] {
  width: 108px;
  border-radius: 50%;
  height: 108px;
  -o-object-fit: cover;
  object-fit: cover;
}

#inner-review #inner .box {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 20px;
}

#inner-contact .ctc-form {
  background: unset;
}

#inner-contact .ctc-form .copy {
  font-family: var(--font-POPPINS-REGULAR);
  color: #000;
}

#inner-contact .ctc-form input[type=text],
#inner-contact .ctc-form textarea {
  border: 1px solid #000;
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel p {
  font-family: var(--font-MONTSERRAT-REGULAR) !important;
  color: #000 !important;
  font-size: 14px;
}


/****************************************SERVICES PAGE****************************/
#inner-services #first{
  background: url(../images/content/fsbg.png) no-repeat;
  background-size: cover;
  background-position: 0px -223px;
  padding: 90px 5%;
}

#inner-services #second {
    background: url(../images/content/ssbg.png) no-repeat;
    background-size: cover;
    padding: 220px 5% 360px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

#inner-services .flex.boxes.third div img {
    height: 310px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

#inner-services .flex.boxes.third {
    align-items: stretch;
}

#inner-services .flex.boxes.third div h3 {
    text-align: left;
    color: white;
    -webkit-text-stroke: 1px black;
    line-height: 100%;
    position: absolute;
    padding: 0 5%;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 1); 
}

#inner-services .flex.boxes.third div p {
    margin: 10px auto;
}

h3.twos {
    top: 210px;
}

h3.single {
    top: 250px;
}
h3.triple {
    top: 170px;
}

#inner-services #third {
    background: url(../images/content/tsbg.png) no-repeat;
    background-size: auto;
    padding: 180px 5% 90px;
    margin-top: -110px;
    background-position-y: -110px;
}

#inner-services .flex.boxes div {
    position: relative;
}

#inner-services .flex.boxes div h3 {
    font-size: 40px;
    font-family: 'Antipasto';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
    margin: 10px 0;
    
}

#inner-services .flex.boxes div p {
    color: #000000;
    font-size: 18.5px;
    font-family: 'Antipasto';
    max-width: 300px;
    margin: 0 auto 10px;
    line-height: 120%;
    font-weight: 300;
}

#inner-services #first p.last {
    font-size: 35px;
    color: #000000;
    text-align: center;
    line-height: 150%;
    font-family: antipasto;
    max-width: 1450px;
    margin: 70px auto 0;
    font-weight: 300;
}

div#inner-services h1 {
    color: #666666 !important;
    text-align: center;
    font-family: Adamiya;
    background: none;
    filter: none;
    -webkit-background-clip: unset ! IMPORTANT;
    -webkit-text-fill-color: unset !important;
    font-size: 60px;
}

#inner-services strong {
    font-weight: 500;
}

#inner-services h4 {
    text-align: center;
    font-size: 25px;
    font-family: Antipasto;
    font-weight: 300;
    margin: 30px auto 30px;
}
#inner-services .flex.boxes div img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#inner-services .flex.boxes div {
    background: white;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    text-align:center;
    padding-bottom: 15px;
        width: 100%;
}
#inner-services .flex.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#second h2 {
    text-align: center;
    color: white;
    font-family: 'Adamiya';
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 50px;
}

#inner-services .flex.boxes.second div h3 {
    font-size: 45px;
    color: #333333;
}

#inner-services .flex.boxes.second div p {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    line-height: 150%;
}

#inner-services #second .flex.boxes.second {
    /* justify-content: center; */
    margin-top: 20px;
}

#inner-services #second .flex.boxes.second div img {
    height: unset;
}


#inner-services #second .flex.boxes.first div h3 {
    font-size: 45px;
    margin: -70px 0 30px;
    text-align: left;
    padding: 0 5%;
    color: white;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.88);
}

#inner-services #second .flex.boxes.first p {
    max-width: 100%;
    text-align: left !important;
    padding: 0 5%;
}

#inner-services #second .flex.boxes {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

#inner-services #second .flex.boxes div img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 440px;
    object-fit: cover;
}

@media screen and (max-width: 1850px) {
  #about {
    background: url(../images/content/bg1.jpg) center right no-repeat;
    padding: 121px 0 180px 30px;
    background-position-x: 136%;
  }
}

@media(max-width:1024px){
  #inner-services .flex.boxes div {
      width: 45%;
  }

  #inner-services .flex.boxes {
      flex-wrap: wrap;
  }
  #inner-services .flex.boxes div h3 {
    font-size: 30px;
  }
  #inner-services .flex.boxes div h3 br {
    display: block !important;
}
#inner-services .flex.boxes div {
    width: 45%;
}
#inner-services #first p.last {
    font-size: 25px;
    margin: 40px auto 0 !IMPORTANT;
    font-weight: 300;
}
#inner-services #first {
    background-position: 0;
}
#inner-services .flex.boxes div p br {
    display: none;
}

#inner-services .flex.boxes div p {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
}

#inner-services #second .flex.boxes.first div h3 {
    font-size: 35px;
  }
  #inner-services #second{
    background-position: center center;
    padding: 220px 5% 260px;
  }

}



@media screen and (max-width: 959px) {
  body {
    min-width: 400px;
  }

  #header {
    padding: 0;
    margin-top: 38px;
  }

  #header .row {
    width: 100%;
    max-width: 100%;
  }

  #header nav {
    display: block;
    height: auto;
    z-index: 99999;
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom: 5px solid #000;
    padding: 0 15px;
    position: fixed;
    background: var(--color-black);
    margin-top: 26px;
    left: 0;
    top: 14px;
    z-index: 9;
    background: #000 !important;
  }

  #header nav ul li {
    width: 100%;
    position: relative;
  }

  #header nav ul li a {
    display: block;
    float: none;
    padding: 10px 0;
  }

  #header nav a {
    text-align: left;
    width: 100%;
  }

  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }

  #header nav a#pull {
    display: block !important;
    color: #fff;
    background-color: #000;
    height: 37px;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #header nav a#pull:after {
    content: "";
    background: url("../images/nav-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  #header .row nav ul {
    padding: 20px;
    max-width: 100%;
  }

  #header .row nav ul li a {
    color: #fff;
  }

  .cta {
    background: #035B96 url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #013f9a;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 80px;
    position: fixed;
    text-decoration: none;
    text-indent: -9999em;
    width: 100px;
    z-index: 999;
    right: 0;
  }

  #priority .row>img,
  #testimonials .box a,
  #record .box,
  br {
    display: none !important;
  }

  #header .row nav {
    max-width: max-content;
  }

  #record .row,
  .boxform,
  #whyus .row .max-size,
  footer .contact-container,
  #gallery .box,
  #testimonials .box3,
  #process .box3,
  #process .box,
  #services .row .box10 {
    flex-direction: column;
    align-items: center;
  }

  #services b,
  #priority .row {
    width: 100%;
    max-width: 100%;
  }

  #dedicated,
  #testimonials .box1,
  #inner,
  footer .contact-container .box,
  .ctc-form,
  #whyus .row,
  #testimonials,
  #process,
  #services .box1,
  #priority .box,
  #about,
  #whyus,
  #banner,
  #header .row nav {
    padding: 20px !important;
    margin: unset;
  }

  footer,
  #testimonials .box1,
  #about .row,
  h1,
  p,
  #banner,
  #about {
    text-align: center !important;
    margin: auto !important;
  }

  #inner-contact #inner>.w100p-auto,
  #inner-about #inner .mainbox>.w100p-auto,
  #inner-services #inner>.w100p-auto,
  #whyus .row,
  #testimonials .box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: unset;
  }

  #banner h1,
  #about .row h1,
  #dedicated h1,
  #record .text-center h1 {
    font-size: 37px;
    line-height: unset;
  }

  #testimonials img[alt=s3],
  .btn {
    margin: auto !important;
  }

  #dedicated,
  #testimonials,
  #about,
  #process,
  #services {
    background-size: cover;
  }

  #inner-contact #inner>.w100p-auto a {
    justify-content: center;
  }

  #header .row nav ul li.active-menu a {
    color: #fff;
  }

  #priority .box .p {
    padding: unset;
  }

  #priority .box {
    position: unset;
    background: #007AA7;
  }

  #services .box {
    max-width: 100%;
  }

  #services .box img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  #services .b1 img {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  footer .copy-right ul {
    display: none;
  }

  .social {
    margin: auto;
  }

  #header .row nav {
    padding: 0;
  }

  #about {
    background: unset;
  }

  #header .row nav .box a {
    font-size: 17px;
  }

  footer .copy-right p {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: inherit;
  }
}

@media(max-width:730px){
  #inner-services h4 {
    line-height: 120%;
  
  }
  #inner-services #second {
        background-position: center center;
        padding: 220px 5% 260px;
        margin-top: -150px;
    }
  #second h2 {
    font-size: 60px;
  }
  #inner-services #second .flex.boxes div img {
    height: 240px;
  }
  #inner-services #second .flex.boxes.first p {
    max-width: 100%;
    text-align: left !important;
    padding: 0 5%;
    font-size: 18px;
}
    #inner-services #second .flex.boxes.first div h3 {
        font-size: 30px;
        margin: -50px 0 30px;
    }
#inner-services .flex.boxes.second div h3 {
    font-size: 30px;
    color: #333333;
}
#inner-services #second {
        background-position: center center;
        padding: 220px 5% 200px;
        margin-top: -150px;
        margin-bottom: -220px;
    }
    #inner-services #third {
    background: url(../images/content/tsbg.png) no-repeat;
    background-size: auto;
    padding: 180px 5% 20px;
    margin-top: -110px;
    background-position-y: -110px;
}
}

@media(max-width:600px){
      #inner-services .flex.boxes {
        /* flex-wrap: wrap; */
        display: block;
    }
#inner-services .flex.boxes div {
        width: 100%;
        margin-bottom: 20px;
    }
    #inner-services .flex.boxes div h3 br {
    display: none ! IMPORTANT;
}
#inner-services .flex.boxes.third div h3 {
    max-width: 300px;
}
}