.fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes fa-spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
   }

   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
   }
}

.fa-phone-square:before {
   content: "\f098"
}

.fa-envelope:before {
   content: "\f0e0"
}

.fa-angle-right:before {
   content: "\f105"
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
   contain-intrinsic-size: 3000px 1500px
}

.wpcf7 .screen-reader-response {
   position: absolute;
   overflow: hidden;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   width: 1px;
   margin: -1px;
   padding: 0;
   border: 0;
   word-wrap: normal !important
}

.wpcf7 .hidden-fields-container {
   display: none
}

.wpcf7 form .wpcf7-response-output {
   margin: 2em 0.5em 1em;
   padding: 0.2em 1em;
   border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
   display: none
}

.wpcf7-form-control-wrap {
   position: relative
}

.wpcf7 .wpcf7-submit:disabled {
   cursor: not-allowed
}

.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
   direction: ltr
}

*,
::after,
::before {
   box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
   :root {
      scroll-behavior: smooth
   }
}

body {
   margin: 0;
   font-family: var(--bs-body-font-family);
   font-size: var(--bs-body-font-size);
   font-weight: var(--bs-body-font-weight);
   line-height: var(--bs-body-line-height);
   color: var(--bs-body-color);
   text-align: var(--bs-body-text-align);
   background-color: var(--bs-body-bg);
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h6 {
   margin-top: 0;
   margin-bottom: .5rem;
   font-weight: 500;
   line-height: 1.2;
   color: var(--bs-heading-color)
}

h1 {
   font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
   h1 {
      font-size: 2.5rem
   }
}

h2 {
   font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
   h2 {
      font-size: 2rem
   }
}

h3 {
   font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
   h3 {
      font-size: 1.75rem
   }
}

h4 {
   font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
   h4 {
      font-size: 1.5rem
   }
}

h6 {
   font-size: 1rem
}

p {
   margin-top: 0;
   margin-bottom: 1rem
}

ul {
   padding-left: 2rem
}

ul {
   margin-top: 0;
   margin-bottom: 1rem
}

a {
   color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
   text-decoration: underline
}

a:hover {
   --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none
}

pre {
   font-family: var(--bs-font-monospace);
   font-size: 1em
}

pre {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   font-size: .875em
}

img {
   vertical-align: middle
}

button {
   border-radius: 0
}

button:focus:not(:focus-visible) {
   outline: 0
}

button,
input,
select,
textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit
}

button,
select {
   text-transform: none
}

select {
   word-wrap: normal
}

select:disabled {
   opacity: 1
}

[type=button],
[type=submit],
button {
   -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
   cursor: pointer
}

textarea {
   resize: vertical
}

fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0
}

iframe {
   border: 0
}

.img-fluid {
   max-width: 100%;
   height: auto
}

.container,
.container-fluid {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   width: 100%;
   padding-right: calc(var(--bs-gutter-x) * .5);
   padding-left: calc(var(--bs-gutter-x) * .5);
   margin-right: auto;
   margin-left: auto
}

@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
   }
}

:root {
   --bs-breakpoint-xs: 0;
   --bs-breakpoint-sm: 576px;
   --bs-breakpoint-md: 768px;
   --bs-breakpoint-lg: 992px;
   --bs-breakpoint-xl: 1200px;
   --bs-breakpoint-xxl: 1400px
}

.row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(-1 * var(--bs-gutter-y));
   margin-right: calc(-.5 * var(--bs-gutter-x));
   margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(var(--bs-gutter-x) * .5);
   padding-left: calc(var(--bs-gutter-x) * .5);
   margin-top: var(--bs-gutter-y)
}

.col-6 {
   flex: 0 0 auto;
   width: 50%
}

.col-12 {
   flex: 0 0 auto;
   width: 100%
}

@media (min-width:576px) {
   .col-sm-6 {
      flex: 0 0 auto;
      width: 50%
   }
}

@media (min-width:768px) {
   .col-md-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%
   }

   .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%
   }

   .col-md-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%
   }

   .col-md-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-md-12 {
      flex: 0 0 auto;
      width: 100%
   }
}

.form-control {
   display: block;
   width: 100%;
   padding: .375rem .75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: var(--bs-body-color);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: var(--bs-body-bg);
   background-clip: padding-box;
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
   .form-control {
      transition: none
   }
}

.form-control:focus {
   color: var(--bs-body-color);
   background-color: var(--bs-body-bg);
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
   min-width: 85px;
   height: 1.5em;
   margin: 0
}

.form-control::-webkit-datetime-edit {
   display: block;
   padding: 0
}

.form-control::placeholder {
   color: var(--bs-secondary-color);
   opacity: 1
}

.form-control:disabled {
   background-color: var(--bs-secondary-bg);
   opacity: 1
}

.form-control::-webkit-file-upload-button {
   padding: .375rem .75rem;
   margin: -.375rem -.75rem;
   -webkit-margin-end: .75rem;
   margin-inline-end: .75rem;
   color: var(--bs-body-color);
   background-color: var(--bs-tertiary-bg);
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: var(--bs-border-width);
   border-radius: 0;
   -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
   padding: .375rem .75rem;
   margin: -.375rem -.75rem;
   -webkit-margin-end: .75rem;
   margin-inline-end: .75rem;
   color: var(--bs-body-color);
   background-color: var(--bs-tertiary-bg);
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: var(--bs-border-width);
   border-radius: 0;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
   .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none
   }

   .form-control::file-selector-button {
      transition: none
   }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
   background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
   background-color: var(--bs-secondary-bg)
}

textarea.form-control {
   min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

.btn {
   --bs-btn-padding-x: 0.75rem;
   --bs-btn-padding-y: 0.375rem;
   --bs-btn-font-family: ;
   --bs-btn-font-size: 1rem;
   --bs-btn-font-weight: 400;
   --bs-btn-line-height: 1.5;
   --bs-btn-color: var(--bs-body-color);
   --bs-btn-bg: transparent;
   --bs-btn-border-width: var(--bs-border-width);
   --bs-btn-border-color: transparent;
   --bs-btn-border-radius: var(--bs-border-radius);
   --bs-btn-hover-border-color: transparent;
   --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   --bs-btn-disabled-opacity: 0.65;
   --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
   display: inline-block;
   padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
   font-family: var(--bs-btn-font-family);
   font-size: var(--bs-btn-font-size);
   font-weight: var(--bs-btn-font-weight);
   line-height: var(--bs-btn-line-height);
   color: var(--bs-btn-color);
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
   border-radius: var(--bs-btn-border-radius);
   background-color: var(--bs-btn-bg);
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
   .btn {
      transition: none
   }
}

.btn:hover {
   color: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
   color: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color);
   outline: 0;
   box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:first-child:active {
   color: var(--bs-btn-active-color);
   background-color: var(--bs-btn-active-bg);
   border-color: var(--bs-btn-active-border-color)
}

.btn:first-child:active:focus-visible {
   box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
   color: var(--bs-btn-disabled-color);
   pointer-events: none;
   background-color: var(--bs-btn-disabled-bg);
   border-color: var(--bs-btn-disabled-border-color);
   opacity: var(--bs-btn-disabled-opacity)
}

.collapse:not(.show) {
   display: none
}

.accordion {
   --bs-accordion-color: var(--bs-body-color);
   --bs-accordion-bg: var(--bs-body-bg);
   --bs-accordion-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, border-radius 0.15s ease;
   --bs-accordion-border-color: var(--bs-border-color);
   --bs-accordion-border-width: var(--bs-border-width);
   --bs-accordion-border-radius: var(--bs-border-radius);
   --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
   --bs-accordion-btn-padding-x: 1.25rem;
   --bs-accordion-btn-padding-y: 1rem;
   --bs-accordion-btn-color: var(--bs-body-color);
   --bs-accordion-btn-bg: var(--bs-accordion-bg);
   --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
   --bs-accordion-btn-icon-width: 1.25rem;
   --bs-accordion-btn-icon-transform: rotate(-180deg);
   --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
   --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   --bs-accordion-body-padding-x: 1.25rem;
   --bs-accordion-body-padding-y: 1rem;
   --bs-accordion-active-color: var(--bs-primary-text-emphasis);
   --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
   position: relative;
   display: flex;
   align-items: center;
   width: 100%;
   padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
   font-size: 1rem;
   color: var(--bs-accordion-btn-color);
   text-align: left;
   background-color: var(--bs-accordion-btn-bg);
   border: 0;
   border-radius: 0;
   overflow-anchor: none;
   transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
   .accordion-button {
      transition: none
   }
}

.accordion-button:not(.collapsed) {
   color: var(--bs-accordion-active-color);
   background-color: var(--bs-accordion-active-bg);
   box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
   background-image: var(--bs-accordion-btn-active-icon);
   transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
   flex-shrink: 0;
   width: var(--bs-accordion-btn-icon-width);
   height: var(--bs-accordion-btn-icon-width);
   margin-left: auto;
   content: "";
   background-image: var(--bs-accordion-btn-icon);
   background-repeat: no-repeat;
   background-size: var(--bs-accordion-btn-icon-width);
   transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
   .accordion-button::after {
      transition: none
   }
}

.accordion-button:hover {
   z-index: 2
}

.accordion-button:focus {
   z-index: 3;
   outline: 0;
   box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
   margin-bottom: 0
}

.accordion-item {
   color: var(--bs-accordion-color);
   background-color: var(--bs-accordion-bg);
   border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
   border-top-left-radius: var(--bs-accordion-border-radius);
   border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
   border-top-left-radius: var(--bs-accordion-inner-border-radius);
   border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
   border-top: 0
}

.accordion-item:last-of-type {
   border-bottom-right-radius: var(--bs-accordion-border-radius);
   border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
   border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
   border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
   border-bottom-right-radius: var(--bs-accordion-border-radius);
   border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
   padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

:root {
   --bs-btn-close-filter:
}

:root {
   --bs-carousel-indicator-active-bg: #fff;
   --bs-carousel-caption-color: #fff;
   --bs-carousel-control-icon-filter:
}

:root {
   --primary-color: #001f3d;
   --ease-in: all 0.3s ease-in-out
}

* {
   font-family: "Merriweather Sans", sans-serif
}

a {
   text-decoration: none;
   outline: none;
   color: #000;
   transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out
}

a:hover,
a:focus {
   text-decoration: none;
   outline: none;
   color: var(--primary-color)
}

p {
   margin: 0 0 25px
}

p:last-child {
   margin: 0
}

h1,
h2,
h3,
h4,
h6 {
   margin: 0px 0 10px;
   font-weight: 700;
   font-family: "Merriweather Sans", sans-serif
}

.top_title p {
   font-size: 18px
}

h1 {
   font-size: 60px
}

h2 {
   font-size: 30px
}

h3 {
   font-size: 30px
}

h4 {
   font-size: 20px
}

h6 {
   font-size: 16px
}

body input[type="submit"]:hover {
   background: #ffcd42 !important;
   color: #000 !important
}

.no-pad {
   padding: 0px
}

.image-click a {
   position: relative;
   display: block;
   overflow: hidden;
   cursor: pointer
}

.image-click a:before {
   content: "\f055";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 50px;
   color: #fff;
   z-index: 2;
   opacity: 0
}

.image-click a:after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .46);
   opacity: 0
}

.image-click:hover a:before,
.image-click:hover a:after {
   opacity: 1
}

.custom_header .ct_contact_number {
   padding: 40px 0;
   transition: var(--ease-in)
}

.custom_header {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 10;
   background: var(--primary-color)
}

.ct_logo a {
   font-size: 25px;
   color: #fff;
   font-weight: 800;
   letter-spacing: 2px
}

.site-header-wrap {
   display: grid;
   grid-template-columns: repeat(2, 1fr)
}

.ct_contact_number {
   text-align: right
}

.ct_contact_number .cont_inner p {
   font-size: 25px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 1;
   text-transform: uppercase;
   letter-spacing: 0.7px
}

div#form-jump {
   margin-top: 10px
}

.header-inner img {
   max-width: 289px;
   background: #fff;
   padding: 15px;
   border-radius: 5px
}

.custom_header.sticky .ct_logo a {
   color: var(--primary-color);
}

.custom_header.sticky .cont_inner i {
   color: var(--primary-color);
}

.custom_header.sticky .ct_logo,
.custom_header.sticky .ct_contact_number {
   padding: 25px 0;
}

.custom_header.sticky {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999999;
   background-color: #fff !important;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.custom_header.sticky .cont_inner a {
   color: var(--primary-color);
}

.custom_header.sticky .cont_inner span,
.custom_header.sticky .cont_inner p {
   color: #000;
}

.custom_header .ct_logo {
   padding: 0
}

.banner_wrap {
   padding-top: 142px;
   min-height: 864px;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   /* border-radius: 0% 0% 50% 0% */
}

.bann_form {
   display: flex;
   justify-content: flex-end
}

.bann_form .main_form {
   max-width: 460px;
   width: 100%;
   background-color: var(--primary-color);
   padding: 45px;
}

.bann_form .main_form h3 {
   font-size: 36px;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   margin: 0 0 15px;
   text-align: center;
   letter-spacing: 0.6px
}

a.ctbtn.btn_trans.footer-bottom {
   border-radius: 50px;
   font-size: 28px;
   padding: 14px 77px 14px
}

.bann_form .main_form p {
   font-size: 16px;
   line-height: 18px;
   color: #fff;
   text-align: center;
}

.form_cnt {
   margin-bottom: 20px;
}

.banner_wrap .bann_cnt {
   padding-top: 65px;
   max-width: 560px
}

.banner_wrap {
   position: relative;
   z-index: 1
}

.banner_wrap::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background: #000;
   z-index: -1;
   opacity: 0.5;
   top: 0
}

.banner_wrap .bann_cnt h1 {
   font-size: 42px;
   line-height: 45px;
   color: #fff;
   margin: 0 0 30px
}

.banner_wrap .bann_cnt p {
   font-size: 21px;
   line-height: 30px;
   color: #fff;
   margin: 0 0 60px
}

.banner_wrap .bann_cnt a.cmn_cta {
   display: inline-block;
   padding: 19px 63px 19px;
   background: #ffcd42;
   font-size: 24px;
   line-height: 1;
   text-align: center;
   border-radius: 15px;
   white-space: normal;
   color: #000;
   font-weight: 700;
   text-transform: uppercase
}

.banner_wrap .bann_cnt {
   padding-top: 125px;
   max-width: 560px
}

.banner_wrap .bann_cnt a.cmn_cta:hover {
   background: #000;
   color: #ffcd42
}

.ct_about_sec {
   background-color: #fff;
   padding: 75px 0
}

.ct_about_sec .about_cnt h2 {
   font-size: 36px;
   text-transform: uppercase;
   color: var(--primary-color);
   font-weight: 700;
   text-align: center;
   margin: 0 0 10px;
   line-height: 1
}

.ct_about_sec .container {
   position: relative
}

.ct_about_sec .ab_cnt_col {
   padding-bottom: 22px
}

.service-container {
   margin: auto 0px;
   padding-left: 0px;
   display: flex
}

.ct_contact_stripe.ct_contact_stripe2 .cons_cnt {
   width: 100%;
   text-align: center
}

.ct_contact_stripe .row {
   align-items: center
}

.form-control {
   border-radius: 0px
}

.btn:focus {
   outline: 0;
   box-shadow: none
}

.service-half {
   display: flex;
   justify-content: flex-end
}

i.fa.fa-angle-right {
   font-size: 26px;
   padding-left: 4px
}

.ct_contact_stripe .cons_btnwrap {
   text-align: right
}

.ct_contact_stripe .cons_btnwrap a.btn_trans {
   display: inline-block;
   background: #ffcd42;
   border-radius: 10px;
   padding: 14px 25px 14px;
   text-align: center;
   white-space: normal;
   color: #000000;
   font-size: 24px;
   text-transform: uppercase;
   font-weight: 700
}

.cons_cnt.custom-service p {
   font-size: 36px;
   line-height: 42px;
   color: #000000;
   padding-left: 15px;
   margin: 0;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px
}

a.ctbtn.btn_trans.service-button {
   background-color: #000;
   color: #ffffff
}

a.ctbtn.btn_trans.service-button:hover {
   color: #000 !important;
   background-color: #ffffff !important
}

.ct_contact_stripe .cons_btnwrap a.btn_trans:hover {
   background: #000;
   color: #ffcd42
}

.ct_service_sec {
   padding: 75px 0
}

.ct_service_sec .ser_box .ser_img {
   min-height: 550px;
   width: 100%;
   overflow: hidden;
   position: relative
}

.ct_service_sec .ser_box .ser_img img {
   width: 90%;
   height: 100%;
   position: absolute;
   object-fit: cover;
   object-position: center center;
   transition: all 0.3s ease-in-out;
   transform: scale(1);
   border-radius: 0px 300px 300px 0px;
   border: 16px solid var(--primary-color);
   border-left: none
}

.ct_service_sec .ser_box .ser_cnt {
   padding: 30px 35px;
   padding-top: 0px
}

.col-md-6.service-box {
   max-width: 100%
}

.ct_service_sec .ser_box .ser_cnt h3 {
   font-size: 36px;
   line-height: 1.3;
   color: var(--primary-color);
   text-transform: uppercase;
   margin: 0 0 26px;
   letter-spacing: 2px
}

.ser_cnt p {
   margin-bottom: 20px;
}

.service-box.container-align-right {
   display: flex;
   align-items: center;
}

.ct_service_sec {
   padding-bottom: 110px;
   padding-top: 70px
}

.ct_service_sec .ser_box .ser_cnt p {
   line-height: 21px;
   text-align: justify;
   font-size: 16px
}

.ct_service_sec .ser_box .ser_cnt a.cmn_cta {
   display: inline-block;
   padding: 17px 37px 17px;
   background: #ffcd42;
   font-size: 24px;
   line-height: 1;
   text-align: center;
   border-radius: 15px;
   white-space: normal;
   color: #000;
   font-weight: 700;
   text-transform: uppercase
}

.ct_service_sec .ser_box .ser_cnt a.cmn_cta:hover {
   background: #000;
   color: #ffcd42
}

a.ctbtn.btn_trans.footer-bottom {
   border-radius: 50px;
   font-size: 20px;
   padding: 14px 77px 14px
}

.ct_our_project_sec {
   padding: 75px 0;
   background: #ebf7fd;
   position: relative;
   padding-bottom: 30px
}

.cons_cnt span {
   font-size: 24px;
   margin-top: 22px;
   display: block;
   margin-bottom: 35px
}

.cons_cnt a {
   font-size: 24px;
   font-weight: 800;
   color: #ffcd42
}

.ct_our_project_sec.portfolio {
   position: static;
   background-color: #fffaec
}

.ct_contact_stripe.ct_contact_stripe2.footer {
   background-color: #e2ebe3;
   width: 100%;
   margin: 0%;
   border-radius: 0px;
   max-width: 100%;
   padding: 0
}

.ct_contact_stripe {
   background-color: #ffcd42;
   padding-top: 18px;
   padding-bottom: 18px;
   max-width: 76%;
   width: 100%;
   border-radius: 100px 0px 0px 100px
}

.ct_our_project_sec .top_title {
   text-align: center;
   margin-bottom: 40px
}

.ct_our_project_sec .top_title h2 {
   font-size: 36px;
   line-height: 1;
   margin: 0;
   padding-bottom: 20px;
   color: var(--primary-color);
   text-transform: uppercase;
   letter-spacing: 1px
}

.ct_our_project_sec .our_pro_inner {
   padding: 0px
}

.ct_our_project_sec .container {
   position: relative
}

.cons_btnwrap.center-footer {
   text-align: center
}

.first-image {
   background-image: url(https://tv-aerial.devbuildpro.com/wp-content/themes/tv-aerial/assets/css/../images/first-image.png);
   height: 430px;
   width: 100%;
   position: relative
}

.first-image-description {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center
}

.first-image-description:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 0;
   opacity: 1;
   transition: all 0.5s ease-in-out
}

.first-image:hover .first-image-description:before {
   opacity: 1
}

.first-image-description h4 {
   color: #fff;
   margin: 0;
   transition: all 0.5s ease-in-out;
   font-size: 22px
}

.first-image-description .abc {
   position: relative;
   opacity: 0;
   transition: all 0.5s ease-in-out;
   display: none
}

.first-image:hover .first-image-description .abc {
   height: auto;
   opacity: 1;
   display: block
}

.first-wrap {
   justify-content: center;
   align-items: center;
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
   transition: all 0.5s ease-in-out
}

.first-image p {
   color: #fff;
   font-size: 20px;
   padding-bottom: 0px;
   text-align: center
}

.about_cnt p {
   font-size: 16px;
   text-align: center
}

.abc span {
   font-size: 16px;
   text-align: center;
   padding: 0px 46px;
   margin-top: 22px;
   color: #fff;
   display: block;
}

.myImg {
   border-radius: 2px;
   cursor: pointer;
   transition: 0.3s;
   width: 100%;
   height: 360px;
   object-fit: cover
}

body input[type="submit"]:hover {
   background: #fff;
   color: #000
}

.myImg:hover {
   opacity: 0.7
}

@-webkit-keyframes zoom {
   from {
      -webkit-transform: scale(0)
   }

   to {
      -webkit-transform: scale(1)
   }
}

.custom-two-column-grid {
   display: flex;
   gap: 1rem;
   margin: 0 auto;
   justify-content: center
}

.custom-two-column-grid .column.column-1 {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 1rem
}

.custom-two-column-grid .image-click img {
   width: 100%;
   height: auto;
   object-fit: cover;
   display: block
}

.column.column-1,
.column.column-2 {
   width: 50%
}

@media only screen and (max-width: 991px) {

   .column.column-1,
   .column.column-2 {
      width: 100%
   }
}

#lightbox {
   z-index: 100;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.8);
   display: none;
   justify-content: center;
   align-items: center
}

.cont_inner a {
   color: #ffcd42;
   transition: 0.1s;
   font-size: 20px
}

.cons_cnt.custom-service p {
   text-align: center
}

a.ctbtn.btn_trans.service-button.lets-call {
   padding: 10px 15px;
   font-size: 20px;
   border-radius: 10px
}

.container-fluid.content_wrapper.second {
   padding: 85px 0px 100px;
   background-repeat: no-repeat;
   background-position: left bottom;
   background-color: #f2f2f2
}

.content_box_wrp .inner_content_box {
   padding: 0px 20px 0px 0px;
   background: transparent;
   float: left
}

.content_box_wrp .inner_content_box ul {
   padding-right: 170px;
   padding-left: 0
}

.inner_content_box li {
   font-size: 16px;
   color: #20202a;
   border-bottom: 1px dashed #20202a;
   line-height: 40px;
   list-style: none
}

.inner_content_box li:last-child {
   border-bottom: none
}

.inner_content_box h2 {
   margin-bottom: 25px;
   color: #20202a;
   font-size: 48px;
   font-weight: 700;
   line-height: 1.1
}

.contact_details {
   background: #fff;
   width: 240px;
   border-radius: 20px;
   position: absolute;
   padding: 30px 25px;
   right: -115px;
   bottom: -40px;
   z-index: 1
}

.contact_details img {
   position: absolute;
   top: -30px;
   left: -30px
}

.no_details p {
   font-size: 16px;
   font-family: 'Campton Book';
   font-weight: bold;
   margin-bottom: 0
}

.no_details a {
   font-size: 20px;
   color: #000;
   line-height: normal
}

.no_details a:hover {
   color: #fdcd07
}

.no_details {
   margin-bottom: 24px
}

.no_details:last-child {
   margin-bottom: 0px
}

.row {
   margin: 0px;
   display: flex;
   flex-wrap: wrap
}

.n_p {
   padding: 0px;
   position: relative
}

.common_btn {
   float: left;
   width: 100%;
   margin-top: 32px
}

.common_btn a {
   text-align: center;
   display: inline-block;
   padding: 0px 36px;
   line-height: 56px;
   font-size: 16px;
   color: #fff;
   border: 1px solid var(--primary-color);
   text-transform: capitalize;
   background: var(--primary-color);
   border-radius: 30px;
   font-family: 'Campton Book';
   font-weight: 700;
   letter-spacing: .5px
}

.common_btn a:hover {
   background-color: #fdcd07;
   border: 1px solid #fdcd07;
   color: #000
}

.content_image img {
   width: 100%
}

img.img-fluid {
   max-width: 100%;
   height: auto;
   display: block
}

.container-fluid.why_choose_us {
   padding: 75px 0px;
   background-size: cover;
   background-position: center center
}

.w_li {
   width: 20%;
   padding: 20px 24px;
   transition: 0.5s
}

.w_li:hover {
   background: #ffcd42
}

.w_li h6 {
   font-size: 16px;
   font-weight: 700;
   color: #000;
   margin: 15px 0px 10px
}

.w_li p {
   font-family: 'Campton';
   font-weight: 300;
   font-size: 15px;
   line-height: 24px
}

footer.main_footer {
   background: #fffaec;
   text-align: center
}

footer.main_footer .container {
   position: relative;
   padding: 15px
}

footer.main_footer p {
   color: #000;
   font-size: 16px;
   margin: 0
}

body input.form-control,
body select.form-control,
body textarea.form-control,
body input[type="text"],
body input[type="email"],
body input[type="tel"],
body textarea,
body select {
   width: 100%;
   background-color: #ffffff;
   padding: 10px 14px;
   height: auto;
   min-height: auto;
   line-height: 1;
   border: 1ps solid transparent;
   margin-bottom: 18px;
   color: #000;
   font-size: 16px;
   outline: none;
   box-shadow: none
}

body textarea.form-control {
   height: 100px;
   resize: none
}

.form-group.services {
   position: relative
}

.form-group.services::after {
   content: "\f107";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute;
   right: 15px;
   color: #cdc8c8;
   font-size: 29px;
   top: 50%;
   transform: translateY(-50%)
}

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus,
body textarea:focus,
body select:focus {
   border-color: #000
}

.form-control::-webkit-input-placeholder {
   color: #000 !important;
   opacity: 1
}

.form-control:-moz-placeholder {
   color: #000 !important;
   opacity: 1
}

.form-control::-moz-placeholder {
   color: #000 !important;
   opacity: 1
}

.form-control:-ms-input-placeholder {
   color: #000 !important;
   opacity: 1
}

.bann_form .main_form .form_btn_grp {
   text-align: center
}

textarea.form-control {
   margin-bottom: 30px !important
}

body input[type="submit"] {
   cursor: pointer;
   padding: 17px 87px;
   background: #000000;
   display: inline-block;
   text-align: center;
   width: 100%;
   white-space: normal;
   font-size: 21px;
   border-radius: 0px;
   line-height: 1;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   border: 0 none;
   margin: 5px 0 0;
   outline: none;
   box-shadow: none
}

body input[type="submit"]:hover {
   background: #000
}

body input[type="submit"]:focus {
   background: #000
}

section.faq-section .top_title h2 {
   text-align: center;
   margin-bottom: 38px;
   text-transform: uppercase
}

div#site-faq {
   margin-bottom: 50px
}

section.faq-section .accordion-button:not(.collapsed) {
   color: var(--primary-color);
   background-color: rgba(0, 31, 61, 0.3);
   box-shadow: none
}

section.faq-section .accordion-body {
   background-color: #efefef
}

.cont_inner {
   display: flex;
   gap: 25px;
   justify-content: end
}

.cont_inner a {
   font-size: 20px
}

.map-container iframe {
   width: 100%;
   height: 444px
}

.map-container {
   display: flex
}

.cont_inner i {
   color: #fff;
   font-size: 22px;
   margin-right: 12px
}

.site-header-wrap {
   display: flex;
   align-items: center;
   justify-content: space-between
}

@media (max-width: 1680px) {
   .col-md-9.big {
      width: 72%
   }

   .col-md-3.big-1 {
      width: 28%
   }
}

@media (max-width: 1600px) {
   .ct_contact_stripe {
      padding-top: 25px;
      padding-bottom: 25px
   }

   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 19px
   }
}

@media (max-width: 1400px) {
   a.ctbtn.btn_trans.service-button.lets-call {
      padding: 5px 15px;
      font-size: 18px
   }

   .cons_cnt.custom-service p {
      font-size: 24px;
      line-height: 38px;
      color: #000000;
      padding-left: 30px;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px
   }
}

@media (max-width: 1199px) {
   .ct_contact_number .cont_inner p {
      font-size: 25px
   }

   body textarea.form-control {
      max-height: 100px;
      resize: none
   }

   .ct_contact_number .cont_inner:before {
      border-bottom-width: 99px
   }

   body input[type="submit"],
   .banner_wrap .bann_cnt a.cmn_cta,
   .ct_contact_stripe .cons_btnwrap a.btn_trans,
   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 18px
   }

   .ct_service_sec .ser_box .ser_cnt {
      padding: 30px 25px
   }

   .ct_contact_stripe p {
      font-size: 20px !important;
      line-height: 1.2
   }

   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 16px !important
   }

   .myImg {
      border-radius: 2px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
      height: 260px;
      margin-bottom: 0px !important
   }

   .ct_our_project_sec {
      padding: 30px 0;
      background: #ebf7fd;
      position: relative
   }

   .contact_details {
      right: -170px
   }

   .content_box_wrp .inner_content_box ul {
      padding-right: 125px
   }

   .w_li {
      width: 33.333%;
      text-align: center
   }

   .why_choose_us .row {
      justify-content: center
   }

   .cont_inner {
      flex-direction: column;
      gap: 10px
   }

   .custom_header .ct_contact_number {
      padding: 20px 0
   }

   .mail-us {
      min-width: max-content;
      margin-top: 10px
   }
}

@media (max-width: 1200px) {
   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out
   }

   .abc span {
      padding: 0px 15px;
   }

}

@media (max-width: 991px) {
   .first-image {
      background-image: url(https://tv-aerial.devbuildpro.com/wp-content/themes/tv-aerial/assets/css/../images/first-image.png);
      height: 300px;
      width: 100%;
      margin-bottom: 30px;
      margin-top: 30px;
      position: relative;
      background-size: cover
   }

   div#form-jump {
      margin-top: 60px
   }

   .ct_contact_number .cont_inner p {
      font-size: 25px
   }

   .ct_contact_number .cont_inner:before {
      border-bottom-width: 95px;
      border-right-width: 50px
   }

   .banner_wrap .bann_cnt h1 {
      font-size: 40px;
      line-height: 1.2
   }

   .ct_contact_stripe .cons_btnwrap a.btn_trans,
   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 18px;
      padding: 15px
   }

   .ct_service_sec .ser_box .ser_cnt h3 {
      font-size: 33px;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 0 20px;
      letter-spacing: 2px
   }

   .ct_contact_stripe p {
      font-size: 16px !important;
      line-height: 1.2
   }

   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out;
      font-size: 18px
   }

   a.ctbtn.btn_trans.service-button.lets-call {
      font-size: 16px
   }

   .col-md-9.big {
      width: 65%
   }

   .col-md-3.big-1 {
      width: 35%
   }

   .cons_cnt.custom-service p {
      padding-left: 0px
   }

   .banner_wrap {
      background-position: right center !important
   }

   .container-fluid.content_wrapper.second {
      padding: 60px 0px
   }

   .n_p {
      width: 100%
   }

   .content_box_wrp .inner_content_box {
      margin-bottom: 58px;
      float: left;
      width: 100%;
      padding-right: 0px
   }

   .content_box_wrp .inner_content_box ul {
      padding-right: 30px
   }

   .inner_content_box li {
      padding: 10px 0px;
      padding-left: 21px;
      background-position: 0px 14px;
      text-align: left;
      line-height: 20px
   }

   .common_btn {
      margin-top: 20px
   }

   .contact_details {
      right: 0px;
      bottom: 0px;
      position: relative;
      margin: 0px auto 25px;
      clear: both
   }

   .content_image img {
      width: auto;
      height: auto;
      margin: auto
   }

   .container-fluid.why_choose_us {
      padding: 60px 0px
   }

   .custom-two-column-grid {
      flex-direction: column
   }

   .site-header-wrap {
      flex-direction: column;
      margin-top: 10px;
   }

   .custom_header.sticky .ct_logo,
   .custom_header.sticky .ct_contact_number {
      padding: 15px 0;
   }

   .custom_header.sticky .header-inner img {
      padding: 0;
   }
}

@media (max-width: 1024px) {
   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out;
      font-size: 15px !Important
   }

   .ct_contact_stripe {
      max-width: 88%
   }

   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      padding: 14px 20px 14px !important
   }

   .ct_service_sec .ser_box .ser_cnt h3 {
      font-size: 24px
   }
}

@media (max-width: 664px) {
   .ct_contact_number .cont_inner p {
      font-size: 18px
   }

   .ct_our_project_sec .top_title h2 {
      font-size: 26px
   }
}

@media (max-width:810px) {
   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out;
   }
}

@media (max-width: 767px) {
   .custom_header {
      text-align: center
   }

   div#form-jump {
      margin-top: 10px
   }

   .ct_contact_stripe .cons_btnwrap a.btn_trans,
   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 19px;
      padding: 15px 25px
   }

   .ct_contact_stripe p {
      font-size: 19px !important;
      line-height: 1.2
   }

   .ct_contact_number {
      text-align: center
   }

   .cons_cnt span {
      font-size: 22px;
      margin-top: 10px;
      display: block;
      margin-bottom: 10px;
      display: grid
   }

   .ct_contact_number .cont_inner {
      padding: 15px 15px !important;
      margin: 0% 0%;
      margin-left: 46px
   }

   .ct_about_sec {
      background-color: #fff;
      padding: 40px 0px
   }

   .ct_contact_stripe {
      background-color: #ffcd42;
      padding: 20px 0;
      width: 100%;
      border-radius: 0px;
      max-width: 100%;
      margin-left: 0px
   }

   .ct_service_sec .ser_box .ser_img img {
      width: 100%;
      height: 550px;
      padding: 20px;
      position: static;
      object-fit: cover;
      object-position: center center;
      transition: all 0.3s ease-in-out;
      /* transform: scale(1); */
      border-radius: 0px;
      border: none;

   }

   .col-md-6.service-box {
      width: 100%
   }

   .ct_our_project_sec {
      padding: 20px 0;
      background: #ebf7fd;
      position: relative
   }

   .banner_wrap .bann_cnt a.cmn_cta {
      display: inline-block;
      padding: 14px 68px 16px;
      background: #ffcd42;
      font-size: 24px;
      line-height: 1;
      text-align: center;
      border-radius: 15px;
      white-space: normal;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 30px !important
   }

   .ct_contact_number .cont_inner:before {
      content: none
   }

   .banner_wrap {
      padding-top: 100px
   }

   .banner_wrap .bann_cnt {
      padding: 50px 0;
      max-width: 100%;
      text-align: center
   }

   .bann_form {
      display: flex;
      align-items: center;
      justify-content: center
   }

   .bann_form .main_form {
      padding: 35px 20px;
      margin-bottom: 20px
   }

   .ct_about_sec .ab_cnt_col {
      padding-bottom: 0
   }

   .ct_contact_stripe {
      text-align: center
   }

   .ct_contact_stripe .cons_cnt {
      margin-bottom: 20px
   }

   .ct_contact_stripe .cons_btnwrap {
      text-align: center
   }

   .ser_box {
      margin-bottom: 25px
   }

   .ct_service_sec {
      padding-bottom: 0px
   }

   .ct_our_project_sec .top_title {
      text-align: center;
      margin-bottom: 25px
   }

   footer.main_footer .container {
      padding-bottom: 20px
   }

   body input[type="submit"] {
      padding: 15px 25px
   }

   .ct_contact_stripe.ct_contact_stripe2.footer {
      background-color: #e2ebe3;
      width: 100%;
      margin: 0%;
      border-radius: 0px
   }

   .banner_wrap {
      border-radius: 0px !important
   }

   .col-md-9.big {
      width: 100%
   }

   .col-md-3.big-1 {
      width: 100%
   }

   a.ctbtn.btn_trans.service-button {
      display: block;
      width: 226px;
      margin: 0 auto
   }

   a.lets-call {
      margin-top: 10px !important
   }

   .banner_wrap:before {
      content: "";
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0
   }

   .banner_wrap {
      position: relative
   }

   .bann_inner {
      position: relative
   }

   .inner_content_box h2 {
      font-size: 36px
   }

   .w_li {
      width: 50%;
      float: left;
      text-align: center
   }

   .container-fluid.why_choose_us {
      padding: 40px 0px
   }

   .ct_contact_stripe .row {
      justify-content: center;
      padding: 15px 0
   }

   .cont_inner i {
      font-size: 35px;
   }

   .custom_header.sticky .ct_logo,
   .custom_header.sticky .ct_contact_number {
      padding: 20px 0;
   }

   .site-header-wrap {
      flex-direction: row;
   }

   .banner_wrap .bann_cnt p {
      margin: 36px 0 60px;
   }

   .banner_wrap .bann_cnt {
      margin-top: 65px;

   }
}

@media (min-width: 1400px) {
   .cons_cnt.custom-service p {
      font-size: 31px
   }
}

@media (max-width: 500px) {
   .ct_about_sec .about_cnt h2 {
      font-size: 26px
   }

   .ct_contact_number .cont_inner {
      padding: 15px 0px;
      margin: 0% 0% 0% 0%
   }

   .abc span {
      font-size: 15px !important;
      text-align: center;
      padding: 0px;
      margin-top: 25px
   }

   .banner_wrap .bann_cnt h1 {
      font-size: 44px !important;
      line-height: 50px !important;
      color: #fff;
      margin: 0 0 14px
   }

   .ct_contact_number .cont_inner p {
      font-size: 17px;
      line-height: 25px
   }

   .banner_wrap .bann_cnt h1 {
      font-size: 45px;
      line-height: 47px
   }

   .banner_wrap .bann_cnt p {
      font-size: 20px;
   }

   .banner_wrap .bann_cnt a.cmn_cta {
      display: inline-block;
      padding: 14px 60px 16px;
      background: #ffcd42;
      font-size: 24px;
      line-height: 1;
      text-align: center;
      border-radius: 15px;
      white-space: normal;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px !important
   }

   .ct_contact_stripe {
      background-color: #ffcd42;
      padding: 20px 0;
      width: 100%;
      border-radius: 0px;
      max-width: 100%;
      margin-left: 0px
   }

   .ct_service_sec {
      padding: 35px 0;
      padding-bottom: 15px
   }

   .ct_service_sec .ser_box .ser_cnt {
      text-align: center;
      padding-bottom: 0px
   }

   .ct_our_project_sec .top_title h2 {
      font-size: 30px
   }

   .ct_service_sec .ser_box .ser_cnt h3 {
      font-size: 26px;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0 0 15px
   }

   .myImg {
      border-radius: 2px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
      height: 200px;
      margin-bottom: 30px
   }

   .banner_wrap {
      border-radius: 0px !important
   }

   .w_li {
      width: 100%
   }
}

@media (max-width:991px) {
   .col-md-7.w-c100 {
      width: 100%;
      flex: auto
   }

   iframe {
      height: 244px !important
   }

   .banner_wrap .bann_cnt {
      padding-top: 52px;
      max-width: 100%;
      text-align: center
   }

   .col-md-5.w-c100 {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 11%
   }

   .ct_contact_number .cont_inner {
      display: flex;
      flex-direction: row;
      position: relative;
      padding-right: 0px
   }

   .mail-us {
      margin-top: 0;
   }

   .banner_wrap .bann_cnt h1 {
      color: #fff;
      margin: 0 0 14px
   }

   body input[type="submit"] {
      cursor: pointer;
      -webkit-appearance: none;
      appearance: none;
      padding: 17px 60px
   }

   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out;
      font-size: 14px !important
   }

   .myImg {
      border-radius: 2px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
      height: 260px;
      margin-bottom: 0px
   }

   .first-image-description h4 {
      color: #fff;
      margin: 0;
      transition: all 0.5s ease-in-out;
      font-size: 13px
   }

   .abc span {
      font-size: 12px;
      text-align: center;
      padding: 0px;
      margin-top: 25px
   }

   .first-image p {
      color: #fff;
      font-size: 13px;
      padding: 14px;
      padding-bottom: 0px;
      text-align: center
   }
}

@media (max-width: 800px) {
   .banner_wrap {
      background-position: right center !important
   }
}

@media (min-width: 1800px) {
   .col-md-9.big {
      width: 72%
   }

   .col-md-3.big-1 {
      width: 28%
   }

   .cons_cnt.custom-service p {
      padding-left: 30px;
      font-size: 34px
   }
}

@media (max-width: 1400px) {
   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 18px
   }

   .banner_wrap {
      background-position: center center
   }

   .cons_cnt.custom-service p {
      font-size: 21px
   }

   .ct_contact_stripe {
      padding-top: 25px;
      padding-bottom: 25px
   }
}

@media (max-width: 1366px) {
   .banner_wrap {
      border-radius: 0% 0% 0% 0% !Important
   }
}

@media (max-width: 1300px) {
   .ct_contact_stripe .cons_btnwrap a.btn_trans {
      font-size: 18px
   }
}

@media (max-width: 480px) {
   .header-inner img {
      max-width: 250px;
   }
}
