/* 
Font Families

  font-family: Quicksand;
  font-family: "Barlow Condensed"
   font-family: "Onest", sans-serif;

*/

* {
  padding: 0px;
  margin: 0px;
}
/* Standard syntax (most modern browsers) */
::placeholder {
  color: #000; /* Change to your desired color (hex, rgb, or named color) */
  opacity: 1; /* Firefox uses a lower opacity by default, this ensures consistency */
}

/* Chrome, Safari, Opera, Edge (Chromium) */
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* Internet Explorer 10-11 and older Edge */
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
:focus {
  outline: none !important;
}

.container {
  max-width: 1450px !important;
}

ul {
  margin: 0 !important;
  padding: 0;
}
p:empty {
  display: none;
}
body {
  margin-bottom: 0px !important;
}
header.entry-header {
  display: none !important;
}
article .post-thumbnail {
  display: none;
}
.home header.entry-header {
  display: none;
}

.entry-content {
  margin-top: 0px;
}

.page {
  margin-bottom: 0px !important;
}

.widget {
  margin-bottom: 0px !important;
}

a {
  text-decoration: none !important;
}
.vc_toggle_content a {
  color: #2378d8;
}
@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 2;
}
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #00b2e3;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #032f76;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* ***** ScrollBar CSS Start ******* */

body {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

/* Define custom scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #003c72;
}

/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #0870cd;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #0870cd;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.25s;
  cursor: pointer;
  padding: 0 !important;
}

/* Header Search Start */

.header-search-wrap {
  position: relative;
  margin-left: 15px;
}

.header-search-toggle {
  font-size: 18px;
  color: #000;
}

.header-search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background: #fff;
  padding: 20px;
  z-index: 999;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.header-search-box.active {
  display: block;
}

.search-close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
/* Header Search End */

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff; /* ya transparent agar chahiye */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Top Header CSS Start */

.top-header {
  font-size: 14px;
  padding: 10px !important;
  margin-bottom: 20px !important;
}
.topbar-custom-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.topbar-custom-text,
.topbar-custom-text a {
  text-transform: uppercase;
}
.topbar-custom-text a {
  background: #00b2e3;
  padding: 16px 20px;
  margin-left: 15px;
  font-weight: 600;
  transition: all ease 500ms;
}
.topbar-custom-text a:hover {
  background: #055296;
  color: #fff !important;
}
.contact-info i {
  display: none !important;
}

.top-header .contact-info span:after {
  content: "|";
}

.top-header .contact-info span {
  margin: 0;
}

span.contact-name::after {
  display: none;
}
.contact-info {
  display: none;
}
.top-header .contact-info span:last-child:after {
  display: none;
}
.site-header {
  padding-bottom: 20px;
}
.site-header .social-icons a:hover,
.site-header .contact-info a:hover {
  color: #2378d8 !important;
}
.site-header ul.social-icons a {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 30px;
  margin: 10px 0px;
  background: #011f4b;
  color: #fff !important;
  font-size: 20px;
  transition: all ease 500ms;
}
.site-header ul.social-icons a:hover {
  background: #1570ef;
  color: #ffffff !important;
  transition: all ease 500ms;
}
.site-header .top-header i {
  margin-right: 0px !important;
  color: inherit !important;
}
.header-right {
  justify-content: end !important;
}
ul.social-icons {
  display: flex;
  list-style: none;
  gap: 10px;
}
.site-header .contact-info span {
  margin-right: 0px !important;
}
.top-social-icons {
  display: flex;
  align-items: center;
}
.top-social-icons .contact-name,
.contact-info span {
  color: #0033a1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-info a {
  text-transform: uppercase;
  color: #0033a1 !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all ease 500ms;
}

.main-navigation ul ul a {
  width: 100%;
}
.logo-area {
  margin-top: 30px;
}
.subheader::before {
  display: none;
}
.subheader h1 {
  margin-bottom: 0px !important;
  font-size: 60px !important;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.subheader {
  padding: 30px 0 !important;
  background: #041e42;
}
.subheader .appointment-btn {
  justify-content: start;
  margin: 0px;
}
.subheader .appointment-btn a {
  text-decoration: none !important;
}
.subheader.has-featured {
  padding: 70px 0px !important;
  /*   background-image: linear-gradient(90deg, rgba(0, 51, 161, 0.79) 28%, rgba(0, 19, 59, 0) 50%),    var(--bg-img); */
  background-image:
    linear-gradient(214deg, rgb(0 19 59) 32%, rgba(0, 19, 59, 0) 110%),
    var(--bg-img) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subheader p {
  display: none;
}
.subheader.has-featured h1 {
  text-align: center;
  font-size: 80px !important;
  font-family: Barlow Condensed;
  text-transform: capitalize;
}

.subheader.has-featured h3 {
  display: block;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
body.single-post .post_content {
  padding: 40px 0 0;
}
body.single-post .subheader.has-featured p {
  text-align: center;
}
.subheader.has-featured p {
  display: block;
  font-size: 20px;

  line-height: 1.5;
}
.subheader.has-featured a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline !important;
  transition: 0.3s;
}
.subheader.has-featured a:hover {
  color: #2378d8;
}
.top-header .container {
  display: none !important;
}
/* Top Header CSS End */

/* ===== Base Navigation ===== */
header.site-header ul#primary-menu li a {
  font-size: 17px;
  font-weight: 400;
  transition: all ease 500ms;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.appointment-btn {
  width: auto;
}
.header-style-1 .header-right {
  justify-content: end;
}
.main-navigation {
  display: block;
  width: auto;
  margin-top: 5px;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after,
.footer-contacts ul li a::after,
.contact-item a::after,
.craft-info a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #0870cd !important;
  transition: width 0.3s;
}

ul#primary-menu li.current-menu-item a::after,
.footer-nav ul li.current-menu-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0870cd !important;
  transition: width 0.3s;
  color: #000;
}

ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after,
.footer-contacts ul li a:hover::after,
.contact-item a:hover::after,
.craft-info a:hover::after {
  width: 100%;
}

ul#primary-menu li.current-menu-item a::after {
  background: transparent;
}
ul#primary-menu li.current-menu-item a {
  font-weight: 900 !important;
}
ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover,
.footer-contacts ul li a:hover,
.contact-item a:hover,
.craft-info a:hover {
  color: #000;
  display: inline-block;
}

ul#primary-menu li.current-menu-item ul.sub-menu a {
  border-bottom: 2px dashed;
}

ul#primary-menu ul.sub-menu li.current-menu-item a {
  background: #0870cd;
  color: #fff !important;
}

ul#primary-menu li.current-menu-item ul.sub-menu li:last-child a {
  border-bottom: 2px dashed transparent;
}

ul#primary-menu li.current-menu-item ul.sub-menu a::after {
  background: #fff;
}

ul.sub-menu {
  display: block;
  background: #fff;
  border: none;
  padding-top: 0px !important;
  top: 20px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

ul.sub-menu li {
  padding-right: 0px !important;
  background: #fff;
}

ul.sub-menu li:last-child a {
  border: none;
}

ul.sub-menu li a:hover {
  background: #0870cd;
  color: #fff !important;
}

ul.sub-menu ul {
  left: 200px !important;
  position: absolute;
  display: none;
  top: 0px !important;
}

ul.sub-menu li:after {
  display: none;
}

ul.sub-menu li a {
  padding: 12px 15px !important;
  border-bottom: 2px dashed #fff;
  line-height: normal;
}

ul.sub-menu li a::after {
  bottom: 0px !important;
  position: absolute;
  left: 0;
}

/* Main Header CSS Start */
.header-style-3 .search-appointment {
  display: flex;
  align-items: center;
  justify-content: center !important;
  padding: 20px 0px;
}
.header-style-3 .main-navigation {
  margin-bottom: 15px;
}

.header-style-3 ul#primary-menu {
  align-items: center;
}

.main-navigation {
  width: auto !important;
}
.main-navigation ul {
  gap: 20px !important;
}
.main-navigation ul a {
  font-weight: 400;
  padding: 5px 0;
  font-size: 18px !important;
  transition: all ease 500ms;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.main-navigation ul a:hover {
  color: #000 !important;
}
a.header-search-toggle i {
  color: #000 !important;
  font-size: 26px !important;
}
.appointment-btn .login-btn:hover {
  background: #1570ef !important;
}
.appointment-btn .login-btn {
  background: #011f4b !important;
  padding: 15px 25px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 1px;
  transition: all ease 500ms !important;
  text-align: center !important;
}

.is-form-style input.is-search-input {
  border: none !important;
  font-size: 20px !important;
  font-family: "Quicksand";
}
.is-form-style .is-search-submit path {
  fill: #ffffff;
}
.is-search-icon svg {
  width: 25px;
  display: inline;
}
span.is-search-icon {
  background: #011f4b;
  border: none !important;
  border-radius: 9px;
}

span.is-search-icon:hover {
  background: #1570ef;
}
#search-popup {
  background: rgb(0 0 0 / 85%) !important;
  padding: 20px;
}

/* Footer CSS Start */
.footer-social {
  margin-top: 15px !important;
}
.footer-menu-title {
  color: #ffffff;
  font-size: 26px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;

  margin-bottom: 20px;
}

.footer-nav li {
  margin-bottom: 5px !important;
}
.footer-nav ul li a {
  font-size: 22px;
  font-weight: 300;
  padding: 3px 0px;
  display: inline-block;
  transition: all ease 500ms;
  line-height: normal;
}

.footer-nav ul li a:hover {
  color: #fff !important;
}
.contact-item span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-contact .contact-item {
  font-size: 20px;
  margin-bottom: 20px !important;
  line-height: normal;
  display: block;
}
.footer-addresses h4.footer-menu-title {
  font-size: 24px !important;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 400;
}
.footer-addresses .footer-address-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.footer-bottom.text-center {
  background: #1570ef !important;
  padding: 15px !important;
  color: #fff !important;
  font-size: 18px !important;
}
.footer-bottom.text-center a {
  color: #fff;
  transition: all ease 500ms;
}

.footer-bottom.text-center a:hover {
  color: #2378d8;
}

.footer-copyright {
  padding: 15px;
}

.footer-addresses .appointment-btn {
  justify-content: start !important;
  margin-left: 0px !important;
  margin-top: 25px !important;
}
.footer-navigation-wrap .col-md-6:last-child {
  border: none;
}
.footer-style-1 .col-md-3,
.footer-style-1 .col-md-6 {
  border-right: 1px solid #fff;
  padding: 0px 30px;
}
.footer-style-1 .col-md-3:last-child {
  border: none;
}
.row.footer-navigation-wrap .col-md-6 {
  padding: 0px 25px;
}
footer#colophon .contact-info h3 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}
footer#colophon .contact-info a {
  color: #fff !important;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: inherit;
  transition: all ease 500ms;
}
footer#colophon .contact-info a:hover {
  color: #2378d8 !important;
}
footer#colophon .contact-info h3:first-child {
  margin-top: 0px;
}
footer#colophon .contact-info p {
  font-family: "Urbanist", sans-serif !important;
  margin-bottom: 5px;
  font-weight: 300 !important;
}
footer#colophon a.footer-contact-btn {
  display: inline-block;
  background: #2378d8 !important;
  color: #fff;
  padding: 10px 25px !important;
  font-size: 18px !important;
  font-family: "Urbanist", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: normal;
  border-radius: 5px !important;
  letter-spacing: 1px;
  transition: all ease 500ms !important;
  margin-bottom: 30px;
  text-align: center !important;
}
footer#colophon a.footer-contact-btn:hover {
  background: #00277a !important;
}
footer#colophon .footer-addresses a {
  display: none;
}
.footer-address-text a {
  font-weight: 400 !important;
  color: #2933a1;
  text-decoration: underline !important;
}

.footer-address-text a:hover {
  text-decoration: none !important;
}
.footer-logo img {
  max-width: 100% !important;
}
.footer-content {
  font-size: 18px;
  line-height: 1.5;
}
.row.footer-navigation-wrap .col-md-4:first-child,
.row.footer-navigation-wrap .col-md-4:last-child {
  width: 30%;
  display: flex;
  justify-content: center;
}
.row.footer-navigation-wrap .col-md-4:nth-child(2) {
  width: 40%;
  justify-content: center;
}

.footer-social-list {
  justify-content: start;
}
.footer-social a {
  margin-right: 0px !important;
}
.footer-social-list li a {
  background: #1570ef !important;
  padding: 20px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
}
.footer-social-list li a:hover {
  background: #074d8d !important;
  color: #fff !important;
  transition: all ease 500ms;
}
.footer-contact .contact-item a {
  display: inline-block;
}
.footer-content {
  display: none;
}
.footer-navigation-wrap {
  padding-left: 50px;
}
.footer-style-4 .footer-nav {
  padding-top: 0 !important;
}
/* Footer CSS End */

/* Home Page CSS Start */

.theme-content-black a:hover {
  color: #2c398a;
}
.theme-btn a {
  background: #011f4b !important;
  border-color: #011f4b !important;
  color: #fff !important;
  font-family: Onest;
  font-size: 16px !important;
  transition: all ease 500ms !important;
  padding: 15px 35px !important;
  padding-right: 70px !important;
}
.theme-btn a i {
  font-size: 18px !important;
  right: 35px !important;
}
.theme-btn a:hover {
  background: #1470ef !important;
  border-color: #1470ef !important;
}
.big-heading,
.big-heading h2 {
  font-size: 70px;
  font-weight: 400 !important;
}
.sub-heading h3 {
  font-weight: 500;
  font-family: "Quicksand", sans-serif !important;
}
.theme-content-white h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 500;
}
.theme-content-white h3 {
  font-family: "Quicksand";
  font-size: 28px;
  font-weight: 500;
}

.theme-content-white h2 span {
  font-family: "Barlow Condensed";
}
.theme-content-white {
  color: #fff;
  font-size: 20px;
  line-height: normal;
}
.theme-content h3 {
  color: #1470ef;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.theme-content p,
.theme-content ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.theme-img img {
  border-radius: 12px;
}
.about-row .theme-img img {
  width: 500px;
}
.theme-content-black ul,
.theme-content ul {
  padding-bottom: 20px;
}
.theme-content-black p,
.theme-content-black ul li {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}

.theme-content h4 {
  color: #2378d8;
  font-size: 35px;
}
.sub-heading {
  margin-bottom: 0px !important;
  font-weight: 500 !important;
  font-size: 16px;
  font-family: "Quicksand" !important;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.theme-content h2,
.theme-content h2 span {
  font-size: 58px;
}
.theme-content ul li strong {
  font-size: 22px;
  font-weight: 800;
}
.theme-content ul li {
  margin-bottom: 20px;
}

.theme-content ul {
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 18px;
  list-style: none;
}

.theme-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: -5px;
  color: #fff;
  background: #0870cd;
  padding: 10px;
  border-radius: 40px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  font-size: 13px;
}
.theme-content ul li {
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
.theme-content a {
  font-weight: 800;
  color: #000;
  transition: all ease 500ms;
}
.theme-content a:hover {
  color: #00b2e3;
}
.theme-content a {
  font-weight: 800;
  color: #000;
  transition: all ease 500ms;
}

.theme-content a:hover {
  color: #00b2e3;
}
.about-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.partner-row {
  padding-top: 20px;
  padding-bottom: 450px;
  background-image: url(https://asgdevelopment.com/wp-content/uploads/2026/07/img4-2.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner-row .big-heading h2 span {
  font-weight: 600;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-icon {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.contact-content span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.contact-content a,
.contact-content p {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: "Onest";
  text-decoration: none;
  margin-top: 8px;
}
.contact-info-grid .contact-content span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 25px;
}
.contact-item a:hover {
  color: #fff !important;
}
.contact-col .vc_column-inner {
  background: #011f4b;
  padding: 40px !important;
  border-radius: 20px;
}

.contact-col .vc_column-inner h3 {
  color: #fff;
}
div#gform_fields_2 label {
  color: #fff;
  font-size: 18px;
}

div#gform_fields_2 {
  gap: 20px;
}

div#gform_fields_2 span.gfield_required {
  display: none;
}

div#gform_fields_2 input,
div#gform_fields_2 textarea {
  background: transparent;
  border: 1px solid #c7c7c7;
  padding: 20px !important;
  border-radius: 7px;
  color: #fff;
}
input#gform_submit_button_2 {
  background: #1570ef !important;
  font-size: 20px;
  padding: 20px;
  font-weight: 700;
}

input#gform_submit_button_2:hover {
  background: #0d4799 !important;
}
div#gform_fields_2 .charleft.ginput_counter.gfield_description {
  display: none;
}
.contact-col {
  padding: 40px;
}
div#gform_fields_1 {
  column-gap: 0px;
  background-color: #f8f8f8;
  align-items: center;
  width: 80%;
  border-radius: 10px;
  justify-content: space-between;
}
input#input_1_1 {
  height: auto;
  border: none;
  box-shadow: none;
  font-size: 18px;
  padding: 20px 20px;
  background-color: transparent !important;
}
input#gform_submit_button_1 {
  background-color: transparent;
  box-shadow: none;
  width: 80px;
  transition: all ease 500ms !important;
  padding: 12px;
}
div#gform_fields_1 div#field_submit {
  justify-content: end;
}
input#gform_submit_button_1:hover {
  filter: hue-rotate(45deg);
}
.stay-conncted-row .news-letter-col .vc_column-inner {
  background: #fff;
  padding: 20px 40px;
  border-radius: 15px;
}
.stay-conncted-row,
.stay-conncted-row-inner {
  padding-top: 200px;
  padding-bottom: 100px;
}
.stay-conncted-row-inner {
  background-image: url(https://asgdevelopment.com/wp-content/uploads/2026/06/Aloft-Hero-Day_CMYK-2.jpg?id=255) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.stay-conncted-row-inner .big-heading,
.stay-conncted-row .big-heading {
  font-size: 50px !important;
  font-weight: 500 !important;
}

.news-letter-col {
  padding: 0px 25px;
}
.inner-right-row {
  width: 100%;
  max-width: 850px;
  margin: 0 auto !important;
  margin-left: 2% !important;
  padding: 100px 40px;
}
.inner-left-row {
  width: 100%;
  margin: 0 auto !important;
  max-width: 850px;
  padding: 100px 40px;
  margin-right: 10% !important;
}
.port-box-row .vc_column-inner {
  background: #fff;
  padding: 20px !important;
  border-radius: 18px;
}
.port-box-row .wpb_column {
  padding: 15px;
}
/* .port-box-row {
    padding-top: 50px;
    padding-bottom: 50px;
} */
.port-box-row .box-img {
  margin-bottom: 15px;
}
.port-box-row .box-img img {
  border-radius: 10px;
}

.port-box-row .theme-content {
  margin-bottom: 0px;
}
.port-box-row .theme-content h2 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #1570ef;
}
/****** Home Page CSS End ********/

/*---------Portfolio CSS Start-------*/

.portfolio-card {
  position: relative;
  min-height: 620px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}

.portfolio-card:hover .portfolio-bg {
  transform: scale(1.08);
}

.portfolio-overlay-new {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.75) 70%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

.portfolio-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 620px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.portfolio-logo {
  margin-bottom: auto;
}

.portfolio-logo img {
  max-width: 130px;
  max-height: 80px;
  width: auto;
}

.portfolio-info {
  transform: translateY(0);
  transition: all 0.45s ease;
  position: relative;
  bottom: -60px !important;
}

.portfolio-card:hover .portfolio-info {
  transform: translateY(-70px);
}

.portfolio-type {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
}

.portfolio-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.portfolio-short-desc,
.portfolio-full-desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.portfolio-short-desc {
  opacity: 1;
  transition: all 0.4s ease;
}

.portfolio-full-desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.45s ease;
}

.portfolio-card:hover .portfolio-short-desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.portfolio-card:hover .portfolio-full-desc {
  opacity: 1;
  max-height: 250px;
  margin-top: 10px;
}
.portfolio-short-desc,
.portfolio-full-desc {
  font-size: 18px;
  line-height: 1.5;
}
.portfolio-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #1570ef;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 6px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  font-size: 20px;
  transform: translateY(20px);
  font-weight: 600;
  transition: all 0.45s ease;
}

.portfolio-btn:hover {
  color: #fff;
}

.portfolio-card:hover .portfolio-btn {
  opacity: 1;
  transform: translateY(0);
}
div#portfolio-grid {
  justify-content: center;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  filter: brightness(0.8) !important;
}

/*---------Portfolio CSS End-------*/

/*---------Search Page-------*/

.search-title {
  font-size: 40px;
  color: #011f4b;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0px !important;
  font-family: "Oswald";
}
.pagination ul li.active a {
  background: #2378d8;
}
.search .entry-summary {
  margin-top: 10px;
  line-height: normal;
}
.search .more_link {
  margin-top: 11px;
}
.search article {
  border-bottom: 1px solid #c9c9c9;
  padding: 15px 0px 24px 0px;
  margin-top: 20px;
}

.pagination ul {
  display: flex;
  list-style: none;
  margin: auto;
  text-align: center;
  padding-left: 0;
}

.pagination ul li span {
  color: #fff;
  background: #bf0815;
}
.navigation.pagination {
  justify-content: center;
}
.pagination ul li a:hover {
  background: #2378d8;
  text-decoration: none;
}
.pagination ul li a,
.pagination ul li span {
  background: #16469a;
  padding: 8px 16px;
  margin: 10px 2px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 5px;
}

.pagination ul li a,
.pagination ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.pagination ul li span {
  background: #bf0815;
}

/*---------404 Page-------*/

.error-404.not-found .search-field,
.search .search-field,
.category .search-field {
  width: 100%;
  background: #e8e8e8;
  border: none;
  padding: 15px 23px;
  border-radius: 10px;
  font-size: 19px;
}
section.no-results.not-found {
  text-align: center;
  margin: 50px 0px;
}
section.not-found form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.error-404.not-found,
.search.not-found {
  text-align: center;
  padding: 60px 30px;
  width: 60%;
}

.error-404.not-found .search-submit,
.search .search-submit,
.category .search-submit {
  position: absolute;
  background: #011f4b;
  border: none;
  color: #fff;
  font-size: 19px;
  padding: 15px 21px;
  font-weight: 600;
  border-radius: 10px;
  right: 5px;
  transition: 0.3s;
}

.error-404.not-found .search-form,
.search .search-form,
.category .search-form {
  position: relative;
}

.error-404 .search-form label,
.search .search-form label,
.category .search-form label {
  width: 100%;
}

.error-404.not-found .search-submit:hover,
.search .search-submit:hover,
.category .search-submit:hover {
  background: #0d4799 !important;
  box-shadow: 5px 7px 7px -6px #0d4799 !important;
}
.error404 .subheader:before {
  background: none;
}

/***** Blog Section CSS Start *******/

.blog-thumbnail iframe {
  border-radius: 20px;
  margin-bottom: 15px !important;
  height: 330px;
}
.blog-thumbnail img {
  border-radius: 20px;
  margin-bottom: 20px !important;
}
.blog-content .category {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  display: none;
}
h3.blog_title {
  color: #1c3a4b;
  font-weight: 600;
  font-size: 34px;
  margin: 10px 0px;
  margin-bottom: 25px;
}
.blog-content .date {
  color: #a5a5a5;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
button.slick-arrow {
  background: #1c3a4b !important;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 35%;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
button.slick-arrow::before {
  font-size: 38px;
  opacity: 1;
}
button.slick-arrow:hover {
  transition: all ease 500ms;
  background: #28536c !important;
}
.blog-rows .big-heading {
  font-size: 66px;
  margin-bottom: 50px;
  margin-top: 80px !important;
  font-weight: 600 !important;
  color: #1c3a4b;
}
.blog-rows {
  margin-bottom: 30px;
}
.blog-box {
  transition: all ease 500ms;
}

.blog-box img {
  transition: all ease 500ms;
}

.blog-box a {
  transition: all ease 500ms;
}

.blog-box:hover img {
  transition: all ease 500ms;
  filter: saturate(0.2);
}

.blog-box:hover a h2 {
  color: #ccc;
}

.blog-box:hover h3 {
  color: #1a7cbe;
  transition: all ease 500ms;
}
.blog-box h3 {
  transition: all ease 500ms;
}
.top-content-blog {
  background: #43565f;
  padding: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-left: 20px solid #82a7b8;
  margin-bottom: 35px;
}
.top-content-blog a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline !important;
}
.top-content-blog a:hover {
  transition: all ease 500ms;
  text-decoration: none !important;
}
.contact-row {
  background-image: url(https://asgdevelopment.com/wp-content/uploads/2026/06/Group-1171277114.jpg?id=180) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/****** Blog Section CSS End ********/

/*---------- blog Page start ----------*/
.isotope-item {
  margin-top: 60px;
  padding-right: 50px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 36px;
  font-weight: 600 !important;
  margin: 30px 0px;
}
.post-title-bg .details-date {
  font-size: 20px;
  color: #000000;
  width: 100%;
  padding-bottom: 0;
  font-weight: 600;
  margin: 0;
}
#text-6 h2.widget-title {
  font-size: 25px;
  color: #194588;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin-left: -12px !important;
}

span.blog-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px !important;
}

span.blog-title a {
  color: #164688 !important;
  transition: linear all 0.25s;
  font-family: Oswald;
  font-size: 26px;
}

span.blog-title a:hover {
  opacity: 0.7 !important;
}

.blog_page_read_more {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.blogBox.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
  width: 33%;
}

.blogBox.style3 .blogImage {
  float: left;
  margin: 0 0 0 0;
  width: 25%;
}
.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-date {
  font-size: 16px;
  font-weight: 700;
  font-family: "Raleway";
}
.blogDate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 39px;
  background: #455a64;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
}
body.single-post .blogDate {
  position: absolute;
  /*   left: 25px;
  top: 10px; */
  z-index: 1;
  width: 45px;
  background: #455a64;
  color: #fff;
  padding: 7px 0px;
  text-align: center;
}
.blogImage .blogDate i {
  font-size: 12px;
  font-style: normal;
  display: block;
}

.blogImage .blogDate i ~ i {
  margin-left: -6px;
}

.blogPage hr {
  border-color: #d6d6d6;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.blogImage .blogDate hr {
  border-top: 1px solid #fff;
  margin: 5px 0 5px 0;
  opacity: 1 !important;
}

.blogImage .blogDate i,
.blogImage .blogDate span {
  margin-left: -3px;
}

.blogImage .blogDate span {
  font-size: 20px;
  font-style: normal;
  display: block;
}

a.more2,
.blog_ul li a {
  color: #164688 !important;
  transition: all 0.3s;
  font-weight: bold;
}
a.more2:hover,
.blog_ul li a:hover {
  opacity: 0.7 !important;
}

ul.blog_ul {
  margin: 20px 0 !important;
}

ul.blog_ul li span {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: #1877f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px !important;
  color: #fff;
}

span.social_icons.icon_linkedin {
  background: #007bb5;
}

section#search-4 {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

input.search-field {
  width: 100%;
}

input.search-submit {
  background: #164688;
  color: #fff;
  transition: all linear 0.25s !important;
}

input.search-submit:hover {
  opacity: 0.7 !important;
}

section#recent-posts-3 h2,
section#text-5 h2,
section#instagram-feed-widget-2 h2,
section#search-4 h2,
section#custom_html-5 h2,
section#custom_html-3 h2,
section#text-4 h2,
section#fbtw_facebook-2 h2 {
  background: #003398;
  color: #fff;
  border-left: 20px solid #2378d8;
  line-height: 1.7;
  text-indent: 10px !important;
  font-size: 30px !important;
  margin-top: 30px;
  font-weight: 400;
}
#cboxLoadedContent {
  overflow: scroll !important;
}
section#search-4 h2 {
  margin-top: 0px;
}
section#recent-posts-3 ul {
  margin-top: 10px !important;
}

section#recent-posts-3 ul li {
  display: block;
}

section#recent-posts-3 ul li a {
  color: #000 !important;
  display: flex;
  padding: 10px 0;
  transition: all linear 0.25s;
  /*     text-indent: 5px; */
  border-bottom: 2px dotted #000 !important;
  align-items: start;
}
section#recent-posts-3 ul li a:before {
  content: "\f0da";
  margin: 0 10px 0 0px;
  display: inline-block;
  font-family: "FontAwesome";
}

section#recent-posts-3 ul li:first-child a {
  border-top: 0px dotted #000 !important;
}

section#recent-posts-3 ul li:last-child a {
  border-bottom: 0px dotted #000 !important;
}

section#recent-posts-3 ul li a:hover {
  color: #1a7cbe !important;
  /*     background: #47b6d2; */
  text-decoration: none;
}
/* .contact-col input#gform_submit_button_2 {
  background: #007d70 !important;
}

.contact-col input#gform_submit_button_2:hover {
  background: #015c53 !important;
} */
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 10px;
}

.blog-sidebar .widget-title {
  background: #002a5c;
  border-left: 8px solid rgb(21 112 239);
  color: #fff !important;
  margin: 0 0 10px 0;
  padding: 12px 10px 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  display: block;
}

.sidebar form.search-form {
  text-align: center;
  padding: 20px 0 0;
}

form.search-form {
  text-align: center;
  padding: 20px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
form.search-form input.search-field {
  padding: 10px;
  border-radius: 40px !important;
}
form.search-form .search-submit {
  background-color: #002a5c;
  color: #fff !important;
  line-height: normal;
  border-radius: 60px !important;
  height: 45px !important;
  line-height: normal;
  padding: 10px 20px !important;
}
section.all-blog {
  padding: 60px 0;
}
section#recent-posts-2 ul li {
  padding-bottom: 14px;
  border-bottom: 1px dashed #b0b0b0;
  padding: 15px 0;
}

section#recent-posts-2 {
  margin-top: 20px;
}
section#recent-posts-2 ul {
  list-style-type: none;
  padding-bottom: 20px !important;
}

section#recent-posts-2 ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Quicksand";
  font-size: 18px;
  transition: 0.5s all ease;
}

section#recent-posts-2 ul li a:hover {
  color: #00b2e3;
}

.heateor_sss_sharing_ul a {
  transition: all linear 0.25s !important;
}

.heateor_sss_sharing_ul a:hover {
  opacity: 0.7 !important;
}
span.blog-title {
  font-size: 26px;
}
.single footer.entry-footer {
  display: none !important;
}
.blogDesc {
  line-height: normal;
  font-size: 16px;
}
.blogDesc p {
  font-size: 16px;
  line-height: 1.4;
  color: #4e4e4e;
  font-family: "Roboto";
}

.blog_page_read_more a {
  background: #2378d8;
  border-color: #2378d8;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;

  font-size: 14px;
  padding: 5px 13px;
  transition: all ease 500ms;
  border-radius: 7px;
  display: inline-block;
}
.blog_page_read_more a:hover {
  transition: all ease 500ms;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}
.more-description {
  display: flex;
  margin-top: 5px;
  align-items: center;
  margin-bottom: 13px;
}
.autor-name {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  background: #1c3a4b;
  padding: 10px 12px;
  border-radius: 30px;
}
body.blog .embed-container {
  height: 260px;
  object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
  display: none;
}
span.blog-title a:hover {
  text-decoration: none;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  border: 3px solid #df6441;
  margin-bottom: 15px;
}
.blogDate i {
  font-style: normal;
}

.blogDate hr {
  border-color: #fff;
  margin: 10px 0px;
}
body.single-post
  .entry-content
  .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none !important;
}

body.single-post .post-img {
  padding-right: 70px;
}
#search-4 span.screen-reader-text {
  display: none;
}
section#search-4 {
  background: #f1f1f1;
  /* border: 1px solid #dddddd; */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}
body.single-post section#search-4 {
  margin-top: 0px !important;
}
section#search-4 input.search-field {
  width: 100%;
  border: none;
  padding: 8px 15px;
}
section#search-4 input.search-submit {
  background: #2378d8;
  color: #fff;
  transition: all linear 0.25s !important;
  padding: 8px 15px;
  border: none;
  line-height: normal;
  cursor: pointer;
  width: 30%;
}
section#search-4 label {
  margin-bottom: 0px;
  float: left;
  width: 70%;
}
section#search-4 input.search-submit:hover {
  opacity: 0.7 !important;
}
section#search-4 h2 {
  display: none;
}
section#search-4 label {
  margin-bottom: 0px;
}

article.post header,
article.post .post-thumbnail {
  display: none;
}
.post-img {
  margin-bottom: 25px;
}
.widget_recent_entries ul {
  margin: 0px !important;
  padding: 0px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 46px;
  font-weight: 500 !important;
  margin: 30px 0px;
  margin-bottom: 20px;
}
ul.zoom-instagram-widget__items {
  padding-left: 0px !important;
}
body.single-post .entry-content h2 {
  margin-top: 30px;
}
body.single-post .entry-content a {
  color: #01256b;
}
body.single-post .post-thumbnail-box img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-thumbnail-box img {
  margin-bottom: 20px;
}

.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content p span strong,
.single-post .entry-content p span,
.single-post .entry-content p a {
  margin-bottom: 10px !important;
  line-height: 30px;
  font-size: 20px;
  font-family: "Quicksand";
}

body.single-post .entry-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .entry-content h2,
.single-post .entry-content h2 span {
  font-size: 40px;
  color: #2c398a !important;
  font-family: Oswald !important;
  font-weight: 500 !important;
}
.single-post .entry-content h4,
.single-post .entry-content h4 span {
  font-size: 26px;
  color: #2c398a !important;
  font-family: Oswald !important;
  font-weight: 400 !important;
}

.single-post .entry-content h3,
.single-post .entry-content h3 span {
  font-size: 38px;
  color: #2c398a !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  list-style: none;
  padding: 0 !important;
  padding-left: 15px !important;
  margin: 0px !important;
}

.single-post .entry-content ul li:before {
  content: "\f0da";
  margin: 0 10px 0 0px;
  display: inline-block;
  font-family: "FontAwesome";
  color: #2378d8;
}
.single-post .entry-content ol {
  list-style: auto;
}
.single-post .entry-content ul li,
.single-post .entry-content ol li {
  line-height: 30px;
  font-size: 20px;
  padding-bottom: 10px;
}
.home_blog_content {
  padding: 25px 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px !important;
  border-radius: 10px;
}

.home_blog_content .raush_blog_title {
  color: #1e1e1e;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Inter Tight";
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.home_blog_content .raush_blog_title {
  color: #1e1e1e;
  font-size: 44px !important;
  line-height: normal;
  font-weight: 600;
  font-family: "Barlow Condensed";
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.blogListFooter .listAuthor {
  font-size: 18px;
  padding-top: 0;
  color: #000;
  font-family: "Quicksand";
  font-weight: 600;
}

.blogListFooter .listCat a {
  color: #00b2e3;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s all ease;
  font-family: "Quicksand";
  font-weight: 700;
}
.post-expt {
  padding-top: 0;
  font-size: 20px;
  font-family: "Quicksand";
  line-height: normal;
}
.more_link a {
  font-size: 18px;
  color: #041e42 !important;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s all ease;
}
.more_link a:hover {
  color: #004ead !important;
}

/*
*
Blog Style End
*
*/
.portfolio-wrapper .slick-slide {
  padding: 0 15px;
}
.slick-dots li {
  background: #0c519b;
  border-radius: 20px;
  top: 20px;
}
.slick-dots li.slick-active {
  background-color: #ffffff;
}
.portfolio-wrapper {
  margin-top: 30px !important;
}
/************************************
About us page CSS Start
**************************************/
.middle__content {
  background-image: url("https://asgdevelopment.com/wp-content/uploads/2026/06/modern-architectural-skyscraper-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 40px;
}
.middle__content .theme-content p {
  font-size: 20px;
}
.leadership_section .inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 1000px;
    padding: 30px 40px !important;
    margin-right: 5% !important;
}
.right_side {
    background-image: url(https://asgdevelopment.com/wp-content/uploads/2026/06/approch.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 50px !important;
}

/* .right_side .vc_column-inner {
  margin: 0px 50px;
  padding: 0;
} */

.right_side .theme-content p {
  color: #fff;
  font-size: 20px;
}

.leadership_section .theme-content p {
  font-size: 20px;
}

.sub-heading-1 {
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  font-size: 20px;
  font-family: "Quicksand" !important;
}

.leadership_section {
  background-image: url(https://asgdevelopment.com/wp-content/uploads/2026/06/adam.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 45%;
}

.leadership_section .vc_column-inner {
  padding-top: 0px !important;
}
.contact-bar {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.15);
}

.icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.content a {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.2;
}
.contact-bar .contact-item a:hover {
  color: #0870cd !important;
}
.about-contact-info .contact-info-grid {
  display: flex;
  column-gap: 50px;
}
.about-contact-info {
  width: 100%;
  max-width: 890px;
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.about-contact-info .contact-icon {
  color: #1570ef;
  border-color: #1570ef;
  width: 45px;
  height: 45px;
}
.about-contact-info span,
.about-contact-info a {
  font-size: 18px !important;
  color: #000 !important;
}

.about-contact-info a:hover {
  color: #000 !important;
}
/************************************
About us page CSS END 
**************************************/

/************************************
Contact us page CSS START
**************************************/
.contactus_section {
  padding: 60px 0;
}
.sub-content p {
  font-size: 18px;
  color: #ffff;
}

.left_box .theme-content p {
  font-size: 20px;
}
.inner_spacing .vc_column-inner {
  padding: 60px 60px;
  border-radius: 25px;
}
.contact-info_1 {
  max-width: 420px;
  width: 100%;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}
.contact-info_1 .contact-item:not(:last-child)::after {
  display: none !important;
}
.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon-1 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.contact-icon-1 img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-content span {
  display: block;
  font-size: 20px;
  color: #111;
  margin-bottom: 4px;
  font-weight: 400;
}

.contact-item .contact-content a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  word-break: break-word;
  margin-top: 0;
}
.contact-content a:hover {
  color: #1570ef;
}

body.page-id-58 .contact-item .contact-content a {
  color: #000;
}
body.page-id-58 .contact-item .contact-content a:hover {
  color: #0870cd !important;
}
.portfolio-filter {
  display: none !important;
}
body.page-id-58 .contact-row {
  display: none;
}
.contact-info-box .contact-icon {
  color: #1570ef;
  border-color: #1570ef;
}
.contact-info-grid .contact-content span {
  font-size: 20px;
}
.contact-info-box .contact-content span {
  color: #000;
  font-size: 20px;
}
.contact-info-grid .contact-item:not(:last-child)::after {
  display: none;
}
.cpg-filters button {
  font-family: "Onest";
}
/************************************
Contact us page CSS End
**************************************/

/************************************

Responsive CSS Start

**************************************/
@media all and (max-width: 1199px) {
  .portfolio-title {
    font-size: 38px;
  }
  .appointment-btn .login-btn {
    padding: 15px 15px !important;
    font-size: 18px !important;
  }
  header.site-header ul#primary-menu li a {
    font-size: 17px;
    letter-spacing: 0px;
  }
  #colophon a {
    word-break: break-word;
  }
}
@media all and (max-width: 1024px) {
  .header-right {
    padding-right: 100px !important;
  }
  p br {
    display: none;
  }
  .big-heading br {
    display: none;
  }
  body.page-id-336 button#rmp_menu_trigger-205 {
    display: none;
  }
  .big-heading,
  .big-heading h2 {
    font-size: 70px;
    font-weight: 400 !important;
    font-size: 48px !important;
  }
  .inner-right-row,
  .inner-left-row {
    padding: 50px 40px;
  }
}
@media all and (max-width: 991px) {
  .portfolio-card,
  .portfolio-content {
    min-height: 550px;
  }
  .about-row .wpb_column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .port-box-row .wpb_column {
    width: 50%;
  }
  .port-box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row.main-foot-row > * {
    width: 100%;
  }
  .portfolio-title {
    font-size: 34px;
  }
  .row.g-4.portfolio-wrapper {
    justify-content: center;
  }
  div#gform_fields_2 {
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    max-width: 350px !important;
  }
  .footer-social-list {
    margin-bottom: 50px !important;
    justify-content: center;
  }
  .row.footer-navigation-wrap .col-md-4 {
    justify-content: center;
    text-align: center;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-menu-title {
    color: #ffffff;
    font-size: 34px !important;
  }
  .contact-bar {
    gap: 30px;
  }

  .content a {
    font-size: 18px;
  }
  .contact-content a {
    font-size: 17px;
  }
  .contact-row .wpb_column {
    flex: 100%;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .contact-info-grid {
    flex-direction: column;
    gap: 25px;
  }
  .inner-right-row,
  .inner-left-row {
    padding: 30px 25px;
  }
  .port-box-row .wpb_column {
    width: 60%;
  }
  .partner-row {
    background-position: 10%;
    padding-bottom: 500px;
  }
  .footer-logo img {
    max-width: 240px !important;
  }
  .contact-col .vc_column-inner {
    padding: 25px !important;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-social-list {
    justify-content: center;
    margin-bottom: 40px !important;
  }
  .row.footer-navigation-wrap .col-md-4 {
    width: 100% !important;
    margin-bottom: 40px;
  }

  p,
  ul li {
    font-size: 18px !important;
  }
  .stay-conncted-row {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .contact-info-grid {
    display: grid;
    justify-content: center;
    gap: 0;
  }
  .contact-row .wpb_single_image {
    text-align: center;
  }
  .logo-col {
    width: 30% !important;
  }
  .header-right {
    width: 70% !important;
  }
  .portfolio-card,
  .portfolio-content {
    min-height: 500px;
  }

  .portfolio-title {
    font-size: 30px;
  }

  .portfolio-type {
    font-size: 18px;
  }
  .middle__content {
    padding: 40px 0;
  }

  .contact-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .contact-item {
    width: 100%;
  }

  .contact-item:not(:last-child)::after {
    display: none;
  }
  .content a {
    font-size: 16px;
    word-break: break-word;
  }
  .contact-item {
    gap: 12px;
    margin-bottom: 24px;
  }
  .contact-content span {
    font-size: 14px;
  }
  .contact-content a {
    font-size: 16px;
  }
  div#gform_fields_1 {
    column-gap: 0px;
    row-gap: 0px;
    width: 100% !important;
    display: flex;
  }
  .footer-navigation-wrap {
    padding-left: inherit;
  }
  .footer-menu-block {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-navigation-wrap {
    padding: 0px;
  }
  .row.footer-navigation-wrap .col-md-6:first-child {
    padding: inherit !important;
  }
  .stay-conncted-row,
  .stay-conncted-row-inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .contact-col {
    padding: 15px 15px !important;
  }
  .contactus_section {
    padding: 20px 30px !important;
  }
}
@media all and (max-width: 480px) {
  .appointment-btn .login-btn {
    padding: 8px !important;
    font-size: 14px !important;
  }
  .contact-item .contact-content a,
  #colophon a {
    font-size: 18px;
  }
  .contact-info-grid .contact-content span {
    font-size: 18px;
  }
  .stay-conncted-row,
  .stay-conncted-row-inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .theme-content-white h3 {
    font-size: 24px;
  }
  .footer-nav ul li a {
    font-size: 18px;
  }
  .templatera_shortcode img {
    width: 180px;
    margin-top: 20px;
  }
  .port-box-row .wpb_column {
    width: 100%;
  }
  .stay-conncted-row-inner .big-heading,
  .stay-conncted-row .big-heading {
    font-size: 40px !important;
  }

  .header-right {
    padding-right: 75px !important;
  }
  .theme-content-white h2 {
    font-size: 42px;
  }
  .contact-col {
    padding: 10px;
    padding-bottom: 20px;
  }
  .theme-content h3 {
    font-size: 28px;
  }
  .big-heading,
  .big-heading h2 {
    font-size: 42px !important;
    font-weight: 400 !important;
  }
  .sub-heading {
    letter-spacing: 3px;
  }
  .right_side {
    padding: 0px;
  }
  .right_side .vc_column-inner {
    margin: 0px 10px;
  }
  .leadership_section {
    background-image: unset;
    background-color: #eaf2f5 !important;
    padding: 20px 0;
  }
  .image_height {
  }
  .image_height {
    height: 25vh !important;
  }
  .contact-bar .contact-item {
    margin-bottom: 10px;
  }
  .subheader.has-featured {
    padding: 60px 0 !important;
  }
  .subheader.has-featured h1 {
    font-size: 40px !important;
  }

  .stay-conncted-row .big-heading {
    font-size: 30px !important;
  }
  .inner_spacing .vc_column-inner {
    padding: 40px 20px;
  }
}
