/* 

Font Families

font-family: "Montserrat", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Inter Tight", sans-serif; 

*/

* {
    padding:0px;
    margin:0px;
}

p {
	font-family: 'Aptos';
}

a:focus {
    outline: none !important;
}
.container  {
    max-width: 1680px !important;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
    width: 15% !important;
}
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;
}
.subheader .entry-header {
    display: block;
}
.breadcrumbs.breadcrumb {
    display: none;
}
@-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;
  }
/* ***** 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: #12b5e8;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #00c2ff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}
/* ***** Header CSS Start ******* */
.top-head-left {
  display: flex;
  align-items: center
}

.top-head-left div {
  padding-right: 20px;
  font-family: poppins
}

.top-head-left div:last-child {
  padding-right: 0
}

.top-head-left div i {
  color: #ffffff;
  padding-right: 5px;
  font-size: 15px;
}

.top-head-left div a,.top-head-left div {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.top-head-left div a {
  transition: all ease 500ms
}

.top-head-left div a:hover {
  transition: all ease 500ms;
  text-decoration: none;
  color: #65bcff
}
.top-head-right {
  display: flex;
  align-items: center;
  justify-content: end
}

.top-head-social ul {
  display: flex;
  list-style: none
}

.top-head-social ul li {
  padding: 0 5px
}

.top-head-social ul li a {
  font-size: 14px;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  border: 1px solid;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  transition: all ease 300ms;
  color: #fff;
  text-decoration: none
}

.top-head-social ul li a:hover {
  background: #1A7CBE;
  border-color: #1A7CBE;
  transition: all ease 500ms;
}

.top-social-icons {
  text-align: right;
  margin-bottom: 15px;
}

.top-social-icons ul {
  display: flex;
  justify-content: end;
  list-style: none;
  align-items: center;
}


.top-left-head ul {
  list-style: none;
  display: flex;
}
header#masthead {
  position: static;
  top: 0;
  z-index: 2;
}
.top-header {
  background: #455A64;
  padding: 12px 0px;
  display:none;
}
.top-header .row {
  align-items: center;
}
.top-head-social {
  display: flex;
  justify-content: end;
}
.top-head-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.top-head-social span {
  font-size: 18px;
  color: #ffff;
  margin-right: 30px;
  transition: all ease 500ms;
}
.top-head-social ul li a:hover {
  color: #fff;
}
.top-left-head ul li {
  display: grid;
  color: #fff;
  padding: 0px 20px;
  border-right: 1px solid #ffff;
  transition: all ease 500ms;
}
.top-left-head ul li:first-child {
  padding-left: 0px;
}
.top-left-head ul li:last-child {
  border: none;
}
.top-left-head ul li span {
  color: #12B5E8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  transition: all ease 500ms;
}
.top-left-head ul li a {
  color: #fff;
  font-size: 17px;
  transition: all ease 500ms;
}
.top-left-head ul li:hover {
  transition: all ease 500ms;
}

.top-left-head ul li:hover span {
  transition: all ease 500ms;
  color: #fff;
}

.top-left-head ul li:hover a {
  color: #12b5d9;
  transition: all ease 500ms;
}
.main-header {
  padding: 15px 0px;
  background: #fff;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
  padding-right: 25px;
}
.right-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .container .row {
  justify-content: center;
  align-items: center;
}

ul#primary-menu {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
ul#primary-menu li a, .footer-nav ul.menu li a, .footer-contacts ul li a {
  color: #000;
  transition: all ease 500ms;
  display: inline-block;
  font-family: 'Bernhard Gothic URW';
  font-size: 22px;
  line-height: normal;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after,
.footer-contacts ul li a::after,
.footer-contact-details a::after,
.single-email-contacts a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #455a64;
  transition: width 0.3s;
}
.footer-nav ul.menu li a:hover {
  color:#fff !important;
}
ul#primary-menu li.current-menu-item a {
  border-bottom: 2px dashed #fff;
  color: #455a64;
}
ul#primary-menu li.current-menu-item a::after {display: none;}
ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after,
.footer-contacts ul li a:hover::after,
.footer-contact-details a:hover::after,
.single-email-contacts a:hover::after {
  width: 100%
}

ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover,
.footer-contacts ul li a:hover {
  color: #455a64;
  display: inline-block;
}
.appointment-btn {
  width: 100%;
  max-width: fit-content;
  text-align: center;
  display: flex;
}
.footer-contact-details a {
  transition: all ease 500ms;
}
.footer-hero-logo img {
  width: 500px;
}
.footer-hero-row {
    padding-top: 260px;
    padding-bottom: 260px;
}
.appointment-btn a {
  padding: 15px 25px;
  display: flex;
  font-size: 18px;
  transition: all ease 500ms;
  align-items: center;
  border: 2px solid #000;
  color: #fff;
  background: #1C3A4B;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
}
.appointment-btn a:hover {
  background: #1A7CBE;
  color: #fff;
  border-color: #1A7CBE;
}
.phone-option img {
  padding-right: 10px;
}

.phone-option a span {
  width: 100%;
  float: left;
  font-size: 13px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: all ease 500ms;
}

.phone-option {
  transition: all ease 500ms;
}
.phone-option {
  position: relative;
}

.phone-option:hover {
  transition: all ease 500ms;
}

.phone-option:hover span {
  color: #6f6f6f;
}

.phone-option:hover a {
  color: #8314b4;
}

.phone-option img {
  transition: all ease 500ms;
}

.phone-option:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.serv-circles {
  padding: 20px 10px !important;
  width: 180px !important;
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.serv-circles p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.circlex p {
  margin-bottom: 0px !important;
  line-height: normal;
  font-size: 15px;
}
.serv-circles2 {
  width: 160px !important;
  height: 160px !important;
}
.serv-circles3 {
  width: 190px !important;
  height: 190px !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
.main-navigation ul ul a {
    width: 260px;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px!important;
    top: 30px!important;
    box-shadow: 0 1px 4px rgba(0,0,0,.2)!important
}

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

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

ul.sub-menu li a:hover {
    background: #085972;
    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
}
.subheader h1 {
    color: #fff;
    padding: 40px 20px;
    font-size: 58px;
}
.subheader {
    background-color: #43565f;
    text-align: center;
    background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/subheader1.png);
    background-position: 110%;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-blend-mode: overlay;
    background-size: 36%;
}
/* ***** Header CSS End ******* */
.services_main {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
a.services-url {
  background: #fff;
  display: block;
  padding: 25px;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition:all ease 500ms;
}
.services_thumbnail {
  background: #1C3A4B;
  display: inline-block;
  padding: 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  transition:all ease 500ms;
}
.services_thumbnail img {
  padding: 0px;
  width: 60px;
  height: 60px;
  transition:all ease 500ms;
}
.services_title {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: normal;
  color: #000;
  transition:all ease 500ms;
}
a.services-url .services_except {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
  font-family: 'Bernhard Gothic URW';
  font-family: 'Aptos';
/*   font-weight: 300; */
  color: #999;
  transition:all ease 500ms;
}
span.services-url-btn {
  font-size: 14px;
  border: 1px solid #000;
  padding: 8px 18px;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  font-family: 'Work Sans';
  display: inline-block;
  transition:all ease 500ms;
  background-color:#fff;
}
.services_content {
  margin-bottom: 25px;
}
a.services-url:hover {
  transition: all ease 500ms;
  background: #1c3a4b;
  border-color: #1c3a4b;
}
a.services-url:hover h2 {
  color: #fff;
}
a.services-url:hover .services_title, a.services-url:hover .services_except {
  color: #fff;
}
a.services-url:hover .services_thumbnail {
    background: #fff;
}

a.services-url:hover .services_thumbnail img {
    filter: invert(1);
}
a.services-url:hover span.services-url-btn {
  border-color: #fff;
  color: #000;
}
.more-serv-txt {
  background: #ffffff;
  position: absolute;
  bottom: 35px;
  left: 50px;
  right: 50px;
  padding: 25px;
  border-radius: 20px;
  transition: all ease 500ms;
}

.more-serv-img img {
  width: 100%;
  max-width: 100%;
  transition: all ease 500ms;
}

.more-serv-txt p {
  line-height: normal;
  font-size: 18px;
  transition: all ease 500ms;
}
.more-serv-txt h2 {
    color: #1c3a4b;
    margin-top: 20px;
    transition: all ease 500ms;
    font-weight: 500;
}
.more-serv-txt p:first-child {
  background: #1c3a4b;
  display: table;
  margin: 0 auto;
  padding: 20px;
  border-radius: 60px;
  position: absolute;
  right: 0;
  left: 0;
  top: -65px;
  transition: all ease 500ms;
}
.more-serv-txt p:first-child img {
  width: 60px;
  transition: all ease 500ms;
}
.more-serv-col .vc_column-inner:hover img {
  transition: all ease 500ms;
  filter: grayscale(1);
}
.more-serv-col .vc_column-inner:hover .more-serv-txt {
  background: #1c3a4b;
}

.more-serv-col .vc_column-inner:hover .more-serv-txt h2,
.more-serv-col .vc_column-inner:hover .more-serv-txt p {
  color: #fff;
}
.more-serv-col .vc_column-inner:hover .more-serv-txt p:first-child {
  background: #fff;
}
.more-serv-col .vc_column-inner:hover .more-serv-txt p:first-child img {
  filter: invert(1);
}
/*********** Home Page CSS Start ********/
.slider-content, .slider-btn1 {
  font-family: 'Bernhard Gothic URW' !important;
}
.sunrise-img img {
  width: 100%;
  max-width: 100px !important;
}
.sun-rise-row {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  background: #FDFAF1;
  border: 1px solid #B88974;
  padding-top: 30px;
  margin-top: -120px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 50px !important;
}

.sun-rise-row .theme-content {
  font-size: 26px;
  font-weight: 300;
}
.top-servs-row .big-heading {
  font-weight: 300 !important;
  font-size: 52px;
}
.single-serv-col .big-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600 !important;
}
.single-serv-col .theme-content {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.feel-alive-row {
  margin-top: 40px;
  padding-top: 50px;
  background: linear-gradient(90deg, rgba(149, 157, 141, 1) 60%, rgba(112, 122, 103, 1) 40%);
}
.video-access-row {
  background: #FDFAF1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.video-access-row .big-heading h2 {
  font-weight: 500;
  font-size: 47px;
}
div#gform_wrapper_2 h2 {
    font-size: 42px;
    padding-top: 50px;
}
.post-thumbnail-box {
    display: table;
    margin: 0 auto;
}
form#gform_2 div#gform_fields_2 {
    row-gap: 20px;
}

form#gform_2 input[type="text"], form#gform_2 input[type="email"],form#gform_2 input[type="tel"], form#gform_2 textarea {
    background: #fff;
    font-size: 18px;
    padding: 30px 20px !important;
    font-weight: 300;
    border: 1px solid #ccc;
    box-shadow: none !important;
}

form#gform_2 input#gform_submit_button_2 {
    width: 100%;
    background: #455A64;
    border-color: #455A64;
    font-size: 24px;
    padding: 22px 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all ease 500ms !important;
}


form#gform_2 input#gform_submit_button_2:hover {
    background: #000000;
    border-color: #000000;
    transition: all ease 500ms;
}
.speical-heading {
  font-family: "Sacramento" !important;
  font-size: 42px;
  margin-bottom: 0px !important;
}

.owners-row .big-heading h2 {
  font-size: 30px;
}
.inner-row-left {
  width: 100%;
  margin: 0 auto !important;
  max-width: 730px;
  padding: 50px 40px;
  margin-right: 5% !important;
}
.featured-lists h2 {
  font-weight: 600 !important;
  font-size: 42px !important;
}
.more-serv-row {
  background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/01-bg.jpg);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100px;
}
.top-line {
  color: #fff;
/*   text-transform: uppercase; */
  font-size: 26px;
  margin-top: 40px;
  font-weight: 500;
}
.more-serv-row .big-heading {
  font-size: 60px !important;
  font-family: work sans !important;
  color: #fff;
  font-weight: 700 !important;
}
.about-btn-email .wpb_wrapper {
  display: block;
/*   align-items: center;
  justify-content: end;
  width: 965px; */
  margin: 30px auto;
}
.more-serv-content {
  color: #fff;
  line-height: 35px;
  font-size: 22px;
  margin-top: 25px;
  font-weight: 300;
  padding-left:50px;
  padding-right:50px;
}




/********* Home Page CSS End *********/




/* ***** Footer CSS Start ******* */

footer#colophon {
  padding-top: 75px;
  background: #363636;
}
span.footer-copyright {
  color: #fff;
}
span.footer-copyright a:hover {
    color: #fff;
}

span.footer-copyright a {
    color: #12b5e8;
    transition: 0.5s all ease;
}
.footer-logo img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}
.about_company p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.footer-social-icons h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-social-icons ul {
  display: flex;
  list-style: none;
}

.footer-social-icons ul li a {
  font-size: 20px;
  padding: 8px;
  display: block;
  color: #fff;
  border-radius: 60px;
  transition: all ease 500ms;
}
.footer-social-icons ul li:first-child a {
  padding-left: 0px;
}
.footer-social-icons ul li a:hover {
  transition: all ease 500ms;
  color: #12b5e8;
}
.footer-nav {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer-navigation h2,
.get_in_touch h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-nav ul.menu {
  list-style: none;
  line-height: normal;
}
.footer-nav ul.menu li {
  margin-top: 0px;
  margin-bottom: 7px;
}
.footer-nav ul.menu li a {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer-nav ul.menu li:last-child a {
  margin-bottom: 0px;
}
.get_in_touch .contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #ffffff;
  padding: 0px 0px;
  font-weight: 300;
  transition: all ease 500ms;
  line-height: normal;
}
.get_in_touch .contact-info:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.get_in_touch .contact-info:hover a span {
  color: #ffffff;
}
footer#colophon .row {
  padding-bottom: 60px;
}
.bottom-footer {
  background: #12B5E8;
  text-align: center;
  color: #fff;
  padding: 16px 10px;
  font-size: 16px;
}
/* .big-heading {
  font-family: 'Poppins' !important;
  font-weight: 600 !important;
  font-size: 54px;
} */
.subscribe-row .theme-content {
  text-align: center;
}

.subscribe-row .theme-content {
  text-align: center;
}

.subscribe-row {
  background-image: url("https://ironlogictechnologies.com/wp-content/uploads/2025/04/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.subscribe-row form#gform_1 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.subscribe-row form#gform_1 label {
  display: none;
}
.subscribe-row p.gform_required_legend {
  display: none;
}
.subscribe-row .gform-body {
  background: #fff;
  padding: 20px;
  border-radius: 60px;
  border: 12px solid #b889743b;
}
.subscribe-row .gform-body input {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
}
.subscribe-row .gform-body input#gform_submit_button_1:hover {
  background-blend-mode: luminosity;
  text-decoration: none;
  transition: all ease 500ms;
  color: #b88974 !important;
}
.subscribe-row .gform-body input#gform_submit_button_1 {
  color: #000000 !important;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
  background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/04/Group-1171275620.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  padding-right: 50px;
  transition: all ease 500ms !important;
  background-color: #fff !important;
}
footer#colophon form#gform_1 .gform-footer.gform_footer.top_label {
  margin-top: 15px;
}
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
  border: 2px solid #fff;
  border-radius: 10px;
}
footer#colophon form#gform_1 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer#colophon .gfield_required_asterisk {
  font-size: 18px;
}
footer#colophon p.gform_required_legend {
  display: none;
}
footer#colophon input#input_1_1 {
  border-radius: 0px;
  font-size: 20px;
  line-height: normal;
  padding: 32px 30px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: transparent;
  color: #ccc;
}
footer#colophon input#gform_submit_button_1 {
  background: #43565F;
  padding: 20px;
  border: none !important;
  color: #fff;
  font-size: 26px;
  line-height: normal;
  box-shadow: none;
  transition: all ease 500ms;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  font-family: 'work sans';
}
footer#colophon input#gform_submit_button_1:hover {
  background: #1A7CBE;
  color: #ffffff;
}
footer#colophon footer .top-social-icons ul {
  justify-content: start;
}
footer#colophon section#text-3 p {
  color: #fff;
  line-height: normal;
  font-size: 17px;
}
.get_in_touch .top-social-icons ul {
  justify-content: start;
}
div#gform_wrapper_1 h2 {
/*     text-align: center; */
    font-family: 'Bernhard Gothic URW';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.footer-contact-details i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact-details div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-family: 'Bernhard Gothic URW';
  color:#fff;
  font-size:18px;
}
.footer-contact-details a {
  color: #fff !important;
  line-height: normal;
}
form#gform_1 {
  margin-bottom: 15px;
}
.get_in_touch .top-head-social ul li a {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.get_in_touch .top-head-social {
  display: flex;
  justify-content: start;
  margin-top: 30px;
}
.copyright-footer {
  background: #455A64;
  padding: 20px 15px;
  text-align: center;
  font-size: 20px;
}
body.home .footer-sec .logos-row {
    display: none;
}
/* ***** Footer CSS End ******* */



.list-class ul {
    list-style: none;
    margin-bottom: 20px !important;
}


.list-class ul li:before {
    padding: 7px;
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 12px;
    background: #43565f;
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    text-align: center;
    line-height: 14px;
    color: #fff;
}

.list-class ul li {
    margin-bottom: 10px;
    display: flex;
    font-size: 20px;
    line-height: 20px;
}
.card-services .card-services-col .vc_column-inner {
    background: #fff;
    display: block;
    padding: 25px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all ease 500ms;
}
.ser-para {
    margin-bottom: 0px;
}

.ser-para p {
font-size: 24px;
	line-height: normal;
	margin-bottom: 30px;
	font-family: 'Bernhard Gothic URW';
	font-weight: 300;
	color: #999;
	transition: all ease 500ms;
	text-align: center;
}

.ser-title {
        font-size: 28px;
    margin-bottom: 20px !important;
    font-weight: 800;
    line-height: normal;
    color: #000;
    transition: all ease 500ms;
}
.card-services .card-services-col .vc_column-inner:hover {
    transition: all ease 500ms;
    background: #1c3a4b;
    border-color: #1c3a4b;
}
.card-services-col .vc_column-inner:hover .ser-para p, .card-services-col .vc_column-inner:hover .ser-title, .card-services-col .vc_column-inner:hover .list-card-class ul li {
    color: #fff;
}
.section-bg {
    background-color: #43565f;
    padding: 50px 0;
}
.white-colr {
    color: #fff !important;
}



.list-class-sub ul {
    list-style: none;
}

.list-class-sub ul li {
    color: #fff;
    display: flex;
}

.list-class-sub ul li h4 {
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
	margin-bottom: 0;
}


.list-class-sub ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-top: 18px;
    margin-right: 13px;
    font-size: 20px;
    background: #ffffff;
    color: #43565f;
    padding: 6px;
    height: 28px;
    width: 28px;
    line-height: 17px;
}
.section-bg {
    background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/subheader1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-blend-mode: soft-light;
}
.grey-sec {
    background-color: #f5f5f5;
}
.call-to-section {
    background-color: #363636;
    padding: 90px 0;
}

.call-heading {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}


.call-para p {
     color: #fff;
    font-size: 28px !important;
    margin: 20px 0;
    line-height: 35px;
}
.list-card-class ul {
    list-style: none;
    margin-bottom: 20px !important;
}

.list-card-class ul li {
    margin-bottom: 10px;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 10px;
/* 	font-family: 'Bernhard Gothic URW'; */
	font-family:'Aptos';
	font-weight: 300;
	color: #000;
	transition: all ease 500ms;
	    display: flex;
}

.list-card-class ul li:before {
content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 13px;
    font-size: 12px;
    background: #43565f;
    color: #fff;
    padding: 6px;
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    text-align: center;
    line-height: 16px;
}
span.count-num {
  position: absolute;
    font-size: 100px;
    bottom: -83px;
    right: 16px;
    transform: translate(-50%, -50%);
    font-weight: 800;
    color: #0000000f;
    font-family: 'Poppins';
    transition: all ease 500ms;
}
.card-services-col {
    position: relative;
}
.ser-para p br
 {
    display: none;
}
.call-to-section {
    background-color: #363636;
    padding: 90px 0;
    background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/subheader1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -9%;
}
.list-class-sub ul {
    margin-bottom: 25px !important;
}

/* Testimonial Section CSS Start */
.quote-left {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.testimonials-container {
  margin-top: 30px;
  z-index: 1;
}
.testimonials-img-name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonials-img-name img {
  width: 140px;
}
.testimonials-name {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}
.testbox-name {
  padding-left: 15px;
}
.testimonials-desgination {
  color: #000;
  font-size: 17px;
  margin-top: 5px;
  font-weight: 500;
  font-family: 'Bernhard Gothic URW';
}
.testimonial-btns button.slick-prev {
  left: inherit;
  z-index: 2;
  right: 80px;
}
.testimonial-btns button.slick-next {
  left: inherit;
  z-index: 2;
  /* top: 220px; */
  right: 76px;
}
.testimonial-sec-row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(184, 137, 116, 1) 100%);
  padding-top: 30px;
  padding-bottom: 100px;
}
.testimonial-btns {
  position: absolute;
  z-index: 1;
  width: 55%;
  display: flex;
  height: 100%;
}
.ratings {
  letter-spacing: 4px;
  color: #FCE340;
  margin-top: 15px;
}
.testimonial-inner .testimonial-content {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  margin-top: 20px;
  font-family: 'Bernhard Gothic URW';
  position: relative;
  width: 100%;
  max-width: 640px;
}
.testimonial-row .big-heading {
  font-weight: 600 !important;
  font-size: 60px;
  font-family: work sans !important;
  color: #1C3A4B;
}
.sub-heading {
  font-family: work sans !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.testimonial-content span {
    position: absolute;
    left: 0;
    font-size: 45px;
}
.testimonial-content p {
    padding: 10px 30px;
}
.testimonial-content span:last-child {bottom: -10px;left: 93%;}


.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left !important;
  left: 25px;
  bottom: -15px;
}
.slick-dots li {
  width: 20px !important;
  height: 4px !important;
  background: #959494cc !important;
  transition: background 0.3s;
}

.slick-dots li.slick-active {
  background: #ececec !important;
}

.slick-dots li button {
  display: none;
}
.slick-dots li button:before {
  content: "" !important;
}
.testimonial-row {
    margin-top: 80px;
}
/* Testimonial Section CSS End */

/***** Contact Page CSS Start ******/

.contact-row {
    background: linear-gradient(90deg, rgb(244 244 244) 65%, rgba(255, 255, 255, 1) 00%);
    padding-top: 50px;
    padding-bottom: 150px;
}

.footer-contacts ul {
    display: block;
}
.footer-contacts ul {
  list-style: none;
}
.footer-contacts li i {
    background: #455a64;
    padding: 15px;
    color: #fff;
    border-radius: 60px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 10px;
}
.footer-contacts ul li a {
  display: inline-block !important;
  color:#000;
}
.footer-contacts ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.info-box .brown {
    width: 100%;
    float: left;
    display: block;
    color: #93DBFF;
    padding: 7px 0px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px;
}
a.with-icon {
  transition: all ease 500ms;
  line-height: normal;
  color: #000;
  font-size: 23px;
}
.footer-contacts ul li a::after {
    background: #455a64;
    height: 3px !important;
}
/* .footer-contacts ul li a:hover {
  color:#000 !important;
} */
span.with-icon.address {
    font-weight: 500;
    font-family: 'Bernhard Gothic URW';
    font-size: 22px;
}
.contact-detail-col .vc_column-inner h2, .contact-detail-col .vc_column-inner a,
span.with-icon.address {
    color: #fff;
}
.contact-detail-col .vc_column-inner {
    background: #1c3a4b;
    padding: 40px !important;
    border-radius: 25px;
    background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/subheader1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-blend-mode: overlay;
    background-position: 480px 180px;
}
.contact-detail-col {
    padding-left: 50px !important;
    padding-right: 15px !important;
}
.contact-row .theme-content h2 {
    font-size: 42px;
    font-weight: 600;
}
/***** Contact Page CSS End ******/

/***** 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-family: 'Bernhard Gothic URW';
  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;
}
/****** 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;
}
#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: #000000 !important;
  transition: linear all .25s;
}

span.blog-title a:hover {
  opacity: .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: 230px;
  object-fit: cover;
width:100%;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.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: .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-3 {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

section#search-3 form label {
  width: 75%;
}

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

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

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

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

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

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

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

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

section#recent-posts-2 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;
}

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

.heateor_sss_sharing_ul a:hover {
  opacity: .7 !important;
}
span.blog-title {font-size: 26px;}
.single footer.entry-footer {
  display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
  transition: all ease 500ms;
  color: #455a64;
  font-weight: 600;
}

.blog_page_read_more a:hover {
  transition: all ease 500ms;
  letter-spacing: 2px;
  color: #1A7CBE;
  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;
}
#search-2 span.screen-reader-text {
  display: none;
}
section#search-2 {
  background: #f1f1f1;
  /* border: 1px solid #dddddd; */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top:50px;
}
body.single-post section#search-2 {
  margin-top:0px !important;
}
section#search-2 input.search-field {
  width: 100%;
  border: none;
  padding: 8px 15px;
}
section#search-2 input.search-submit {
  background: #455a64;
  color: #fff;
  transition: all linear .25s !important;
  padding: 10px 15px;
  border: none;
  line-height: normal;
  cursor: pointer;
  width: 30%;
}
section#search-2 label {
  margin-bottom: 0px;
  float: left;
  width: 70%;
}
section#search-2 input.search-submit:hover {
  opacity: .7 !important;
}
section#search-2 h2 {
  display: none;
}
section#search-2 label {
  margin-bottom: 0px;
}

article.post header, article.post .post-thumbnail {
  display: none;
}
/* .post-img img {
  width: 100%;
/*     border: 10px solid #5f6f52; */
} */
.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;
}

/*
*
Blog Style End
*
*/

/************ 404/Search Page CSS Start *************/

section.error-404.not-found {
    text-align: center;
    padding: 100px 0px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #1C3A4B;
    border-color: #1C3A4B;
    cursor: pointer;
}
.search-page-btn a {
    transition: all ease 500ms;
    background: #1c3a4b;
    padding: 18px 35px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff !important;
    font-family: 'Work Sans';
    border-radius: 10px;
    font-size: 20px;
}
.search-page-btn a:hover {
    background: #65818f;
    transition: all ease 500ms;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
input.search-field {
    padding-left: 25px;
}
body.search-results header.page-header {
    text-align: center;
    padding: 20px 0px;
}
body.search-results header.page-header h2 {
    font-size: 58px;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #43565f;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}
body.search-results .entry-summary p {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}
body.search-results a.search-readmore {
    background: #1c3a4b;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
}
body.search-results a.search-readmore:hover {
    background: #048ab5;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
/************ 404/Search page CSS End *************/

.bio-row .wpb_column .vc_column-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bio-col-2 .vc_column-inner {
    padding-left: 80px !important;
}
.bio-row h2, .bio-row h3, .bio-row .theme-content {
    color: #fff;
}
.bio-row {
    background: linear-gradient(90deg, rgba(69, 90, 100, 1) 50%, rgba(51, 70, 82, 1) 50%);
}
.about-content-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 1000px;
    padding: 80px 40px;
    margin-right: 10% !important;
}
.executive-col-content {
    width: 60% !important;
}
.executive-col-img {
    width: 40% !important;
}
.big-heading {
  color: #000000;
  font-size: 46px;
  font-weight: 500 !important;
  margin-top: 10px !important;
}
.theme-content {
  font-size: 20px;
  line-height: normal;
}
.cube-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    z-index: 2;
}
.cube-img img {
  width: 90px;
}

.theme-content ul li::marker {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #959D8D;
}

.theme-content ul {
  margin-left: 20px !important;
}

.theme-content ul li {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: capitalize;
}
.vitamin-row {
  background: #F9F9F9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vitamin-row .big-heading {
  font-size: 40px !important;
  font-weight: 600 !important;
}
.theme-btn-green a {
  border-color: #959D8D !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
  background: #959D8D !important;
}
.theme-content a {
  color: #b88974;
  text-decoration: underline !important;
}

.theme-content a:hover {
  text-decoration: none !important;
  color: #b88974;
}
.theme-btn a {
    background: #1c3a4b !important;
    border-color: #1c3a4b !important;
    color: #ffffff !important;
  font-size: 18px !important;
  padding: 15px 35px !important;
  border-radius: 8px !important;
  font-family: 'Work Sans';
  font-weight: 500;
  transition:all ease 500ms;
}
.theme-btn a:hover, .theme-btn-green a:hover {
  background: #1A7CBE !important;
  border-color: #1A7CBE !important;
  color:#fff !important;
  transition:all ease 500ms;
}
.single-email-contacts {
  padding-left: 30px;
}

.feel-alive-row .theme-content p {
  color: #fff;
}
.single-email-contacts ul {
  list-style: none;
}

.single-email-contacts ul li {
  display: flex;
}

.single-email-contacts ul li i {
    color: #fff;
    font-size: 32px;
    background: #1C3A4B;
    padding: 10px;
    border-radius: 100px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}
.single-email-contacts ul li .info-box {
  padding-left: 15px;
}
.single-email-contacts ul li .info-box a {
  color: #fff;
  font-weight: 300;
  display:inline-block;
}

.single-email-contacts ul li .info-box .brown {color: #fff;font-weight: 300;}

.logos-row {
    margin: 70px 0px;
}
body.single-services .big-heading {
    font-size: 60px;
}

body.single-services .post-thumbnail {
    display: none;
}
/* .post-thumbnail-box {
    width: 100%;
    max-width: 920px;
    position: relative;
} */
.testimonials-img {
    display: none;
}
div#gform_confirmation_message_2 {
    font-size: 22px;
}




.logo-name {
/*     border: 1px solid; */
    margin: 20px 5px;
	transition:0.3s;
}

.logo-name img {
	margin:auto !important
}

.logo-section .slick-dots
{
	text-align:center !important;
	left:unset;
}

.logo-name:hover {
    box-shadow: 0px 0px 24px -10px #000;
	background: #f4f4f4;
}

.site-footer p.gform_description {
    font-family: 'Aptos';
}


.page-id-35 .footer-sec, .postid-46 .footer-sec,
.postid-42 .footer-sec,
.postid-44 .footer-sec,
.postid-48 .footer-sec,
.page-id-415 .footer-sec {
    display: none;
}

.about-bio-section
{
	padding:70px 30px 40px;
}

.about-bio-section img.vc_single_image-img.attachment-full {
    transition: 0.3s;
}

.about-bio-section img.vc_single_image-img.attachment-full:hover {
      transform: scale(1.05);
}


a.main-btn {
    background: #455a64;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    transition: 0.3s;
}
a.main-btn:hover {
    background: #0d1b2a;
	color:#fff;
}

.list-class2 ul {
    margin: 0 0 1.5em 1.5em !important;
}

.list-class2 ul ul li {
    margin-bottom: 10px;
}
.list-class2 ul ul {
    list-style: none;
}
/* 
.list-class2 ul ul li:before {
    padding: 7px;
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 12px;
    background: #43565f;
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    text-align: center;
    line-height: 14px;
    color: #fff;
} */

.list-class2 li {
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Aptos';
}


.logo_partner_main {
    text-align: center;
}

.logo_partner_box {
    text-align: center;
    margin: 20px 2px;
    background: #fff;
    display: block;
    padding: 25px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all ease 500ms;
    font-family: 'Aptos';
}

.logo_title {
    font-size: 29px;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    transition: all ease 500ms;
    font-family: 'Aptos';
    margin-top: 10px;
}

a.logo_partner_url {
    font-size: 14px;
    border: 1px solid #000;
    padding: 8px 18px;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    transition: all ease 500ms;
    background-color: #fff;
    margin-top: 18px;
}

.logo_partner_box:hover {
    background: #dfdfdf;
    box-shadow: 0px 0px 27px -11px #43565f;
}


.logo_content ul
{
    margin: 0 0 1.5em 3em !important;
}

.complete_popup_detail {
    padding: 0px 30px;
}

.logo_thumbnail_2 {text-align:center;}


.revo-heading {font-family:'Aptos' !important;}

.home-second-section {
    background: #f7f7f7;
    text-align: center;
    padding: 50px 30px 20px;
}

.about-bio-section .vc_col-sm-6 {
    padding: 40px;
}

.wpb_single_image .vc_single_image-wrapper img {
    border-radius: 20px;
}

.partner-section {
    background: #f5f5f5;
}

.postid-42 .list-class2 ul ul {list-style: disc;}

.page-id-415 .call-to-section {
    background-color: #43565f;
}

form#gform_2 .gfield_radio .gchoice label
 {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    text-align: center;
    padding: 12px 15px;
    margin-right: -1px;
    margin-left: -5px;
    border-radius: 20px;
    border: 1px solid;
	 transition:0.3s;
}

form#gform_2 .gfield_radio .gchoice input:checked + label
 {
    background-color: #43565f;
    box-shadow: none;
    margin: 0;
    color: #fff;
    margin-left: -5px;
}

form#gform_2 input[type=radio] {
    display: none !important;
}

form#gform_2 .gfield_radio .gchoice label:hover {
    background: #d8d8d8;
	cursor: pointer;
}
.page-id-415 .section-bg {background-color: #363636;}

/***************************************************************** Responsive Area  **************************************************************/
@media all and (max-width:1750px){
.coach-col {
  width: 60% !important;
  max-width: fit-content !important;
}
}

@media only screen and (max-width: 1600px) {
.services_title {
        font-size: 26px;
        font-weight: 700;
    }
a.services-url .services_except {
    font-size: 16px;
}
	.more-serv-txt h2
 {
    font-size: 23px;
}
	.more-serv-txt p {
    font-size: 16px;
}
	.big-heading {
    font-size: 40px !important;
}
	.more-serv-row .big-heading {
    font-size: 40px !important;
}
	h3.blog_title {
    font-size: 24px;
}
	.about_company p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
	.footer-nav ul.menu li a {
    font-size: 20px;
    margin-bottom: 13px;
}
	footer#colophon input#input_1_1 {
    font-size: 16px;
    padding: 25px 15px;
}

footer#colophon input#gform_submit_button_1 {
    font-size: 18px;
    padding: 16px 0;
}

div#gform_wrapper_1 h2 {
    font-size: 22px;
}
	.info-box .brown {
    padding: 4px 0px;
    font-size: 15px;
}

a.with-icon {
    font-size: 19px;
}

.about-btn-email .wpb_wrapper {
    justify-content: center;
}
.more-serv-row {
    background-image: url(https://ironlogictechnologies.com/wp-content/uploads/2025/05/01-bg.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 100px;
}
.more-serv-content p br {
    display: none;
}
}

@media only screen and (max-width: 1200px) {
  body.single-services .big-heading {
    font-size: 40px;
}
.about-row .coming-event-heading {
    width: auto;
}
.services_title {
    font-size: 32px;
}
.more-serv-row {
    background-size: 100%;
    background-position: center 470px;
    padding-bottom: 100px;
}

p {
    line-height: 22px;
    font-size: 16px;
}
.card-services-col {
    width: 50% !important;
}
	.slick-arrow {
    display: none !important;
}
}

@media all and (max-width:1170px){
  ul#primary-menu li {
    padding-right: 15px;
}
ul#primary-menu li a {
  font-size: 18px;
}
.appointment-btn a {
  font-size: 15px;
}
.services_main {
    margin-top: 0px !important;
}
.services_main .col-md-3 {
    flex: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
	margin-top:30px;
}
.about-btn-email .wpb_wrapper {
    justify-content: center;
    width: 100%;
    margin: 30px auto;
}
}
 @media all and (max-width:1024px){
	     .more-serv-txt {
	bottom: 87px;
        width: 59%;
        margin: auto;
    }
		.executive-col-content {
    width: 100% !important;
}

.executive-col-img {
    width: 100% !important;
    height: 409px;
    background-position: top;
}
  .appointment-btn a i {
    font-size: 15px;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.contact-detail-col {
    padding-left: 20px !important;
    padding-right: 15px !important;
}
.more-serv-row .big-heading {
    font-size: 36px !important;
}
.more-serv-col {
    width: 100% !important;
}
.more-serv-txt {
    bottom: 25px;
    left: 50px;
    right: 50px;
}
.testimonial-row .big-heading {
    font-size: 34px;
}
.testimonials-name {
    font-size: 30px;
}
.blog-rows .big-heading {
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 20px !important;
}
h3.blog_title {
    font-size: 26px;
}
.more-serv-row {
   background-size: cover;
   background-position: center;
   padding-bottom: 60px;
   margin-bottom: 35px;
   padding-top: 65px;
 }
.about-btn-email .wpb_wrapper {
    display: table;
    margin: 0 auto;
}
.theme-btn a {
    display: table;
    margin: 0 auto;
}
.single-email-contacts {
    padding-left: 0;
}
.single-email-contacts ul li i {
    margin-bottom: 15px;
    margin-top: 20px;
}
.single-email-contacts ul li .info-box {
    padding-left: 0;
    text-align: center;
}
.single-email-contacts ul li {
 display: block;
 text-align: center;
 margin-top: 25px;
}
.boca-ice-content h2 {
  font-size: 57px;
}
.footer-contacts ul {
  display:block !important;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}
.coach-col-content .wpb_column {
  flex: 100% !important;
  width: 100% !important;
}
.programs-content p {
  line-height: 30px;
  font-size: 18px;
}
.coach-col {
  position: static !important;
}
.coach-content br {
  display: none;
}
.programs-content h2 {
  font-size: 32px;
}
.main-events .slick-center img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
}
.about-row .coming-event-heading {
  width: auto;
  margin-bottom: 15px !important;
  font-size: 24px;
}
.right-nav-btn {
  justify-content: end;
}
.nav-col {
  padding-right: 11% !important; 
}
.main-navigation {
  display: none;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
  width: 30% !important;
}
.nav-col {
  flex: 70% !important;
  max-width: 70% !important;
  width: 70% !important;
}
.phone-option {
  position: relative;
  width: 100%;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.serv-box-row .wpb_column {
  flex: 100%;
}
.left-footer-sec {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
.about_company p br {
  display: none;
}
.left-footer-sec:first-child {
  margin-bottom: 40px;
}
.right-footer-sec {
  flex: 100% !important;
  max-width: 100% !important;

}
.footer-social-icons {
  margin-bottom: 20px;
}
.serv-icon-heading h3 {
  font-size: 20px;
}
.serv-icon-heading span {
  font-size: 20px;
}
.partners-col-revered .numbers {
  top: 340px !important;
}
.partners-col2 .numbers {
  top: 110px !important;
}
.partners-col {
  flex: 50% !important;
  max-width: 50% !important;
  width: 50% !important;
}
.portners-content {
  margin-top: 0px;
}
.head-slider-container {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto;
}
.head-slide-box {
  padding: 0px 30px !important;
}
.phone-option {
  display: none !important;
}
#rmp_menu_trigger-127 {
  top: 143px;
}
.head-slide-content {
  line-height: normal;
}
}

@media all and (max-width:909px){

.contact-row .wpb_column {
    width: 100%;
}
.contact-detail-col {
    margin-top: 20px;
    padding-left: 15px !important;
}
    .contact-row {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #fff;
    }
}
@media only screen and (max-width: 786px) {
.white-section .wpb_column, .grey-sec .wpb_column {
    width: 100%;
}
	
	.logos-row .wpb_column .vc_column-inner img {
    width: 200px;
    height: auto;
}
	.call-to-section {
    background-position: -800px !important;
}
.call-heading {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.call-para p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
    line-height: 26px;
}
.subheader h1 {
        color: #fff;
        padding: 20px 0px;
        font-size: 30px;
    }

	.bio-col-1 {
    width: 100%;
}
	.bio-col-2 {
    width: 100%;
}

.bio-col-2 .vc_column-inner {
    padding: 15px !important;
}

.bio-col-1 .vc_column-inner {
    padding-bottom: 20px !important;
}
	.about-content-row {
    margin: 23px 0 !important;
}
	    .card-services-col {
        width: 100% !important;
    }
	body.single-services .big-heading {
    font-size: 30px;
}
	.list-card-class ul li {
    margin-bottom: 10px;
    font-size: 18px;
		}
}
 @media all and (max-width:767px){
.more-serv-content p br {
    display: none;
}	 
.logos-row img {
    margin-bottom: 40px;
}
.logos-row {
    margin: 20px 0px;
}
.testimonial-content span:last-child {
    bottom: -10px;
    left: 85%;
}
a.services-url .services_except {
    font-size: 18px;
}
.services_title {
    font-size: 26px;
}
footer#colophon input#input_1_1 {
	text-align:left !important;		 
}
.copyright-footer {
    font-size: 18px;
}
.get_in_touch .top-head-social {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.footer-contact-details div {
	justify-content:center;	 
}
.footer-contact-details i {
	display:inherit !important;		 
}
.top-head-right {
  justify-content: center;
}
.appointment-btn a {
    padding: 12px 15px !important;
    font-size: 15px !important;
    padding-right: 3px;
}
.top-head-left {
    display: none;
}
.contact-info i {
  margin: inherit;
  display: block;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
section#text-2 p {
  text-align: center;
  line-height: normal;
}
  .coach-content h2 {
    font-size: 33px;
    color: #fff;
    padding-top: 40px;
}
.boca-ice-content h2 {
  font-size: 35px;
}
.boca-ice-content br {
  display: none;
}
.boca-ice-content p {
  font-size: 20px;
  line-height: normal !important;
}
.boca-ice-content {
  margin-bottom: 15px !important;
}
.main-events .slick-slide img, .blog-main .slick-slide {
    opacity: 1;
    pointer-events: all !important;
    width:100%;
}
  .partners-col .numbers {
    display: none;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
.big-heading2 h2 {
  font-size: 38px;
  margin-top: 20px;
}
.portners-content {
  margin-bottom: 30px !important;
}
.big-heading2 {
  margin-bottom: 30px !important;
}
.partners-col-revered .portners-content {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.partners-col-revered .wpb_wrapper {
  display: block !important;
  transition: all ease 500ms;
}
  .partners-col {
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .foot-phone {
    margin-top: 0px !important;
}
  .get_in_touch .contact-info {
    display: flex;
    width: 100%;
    max-width: 100%;
	justify-content:center;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch {
  text-align: center;
}
  .footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
  .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  text-align: center;
}
  .footer-navigation {
    margin-bottom: 40px;
    text-align: center;
}
  .footer-nav {
    display: block !important;
}
  .serv-circles2, .serv-circles3, .serv-circles {
    width: 115px !important;
    height: 115px !important;
}
.circlex img {
  width: 30px;
}
.phone-option {
  display: none;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
}
.nav-col {
  flex: 50% !important;
  width: 50% !important;
}
.right-nav-btn {
  justify-content: end;
  align-items: center;
  padding-right: 0px;
}

.dark-inner-row .wpb_column .vc_column-inner {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff !important;
  margin-left: 40px;
  margin-right: 40px;
  border-right: none !important;
}
.dark-inner-row .wpb_column:last-child .vc_column-inner {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none !important;
}
.about-content-row2 {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-right: auto !important;
  padding: 20px 20px !important;
}
.about-content-row {
  max-width: 100% !important;
  padding: 0px 20px;
  margin-right: auto !important;
}
.friendly-contact-row h2.big-heading {
  font-size: 32px !important;
}
.about_company p br {
  display: none;
}
.friendly-contact-row h2.big-heading {
    font-size: 32px !important;
}

.friendly-contact-row h2.big-heading br {
    display: none !important;
}

.about_company p br {
    display: none;
}
.appointment-btn a {
  padding: 5px;
  font-size: 18px;
  padding-left: 18px;
}
#rmp_menu_trigger-127 {
  top: 148px;
}
.nav-col {
  padding-right: 15% !important;
}
.slick-prev {
  left: 5px !important;
}
.slick-next {
  right: 5px !important;
}
.purchase-btn {
  padding: 5px 22px !important;
  padding-right: 6px !important;
  font-size: 16px !important;
  padding-left: 15px !important;
}
.purchase-btn i {
  font-size: 18px !important;
  padding: 5px;
  width: 30px;
  height: 30px;
  margin-left: 10px !important;
}

}

 @media all and (max-width:600px){
	 body.single-services .big-heading {
    font-size: 30px;
}
.card-services-col {
    width: 100%;
}
	    .big-heading {
        font-size: 32px !important;
    }
 .big-heading {
  font-size: 32px;
}
.head-slide-content {
  font-size: 14px;
}
  #rmp_menu_trigger-127 {
    width: 45px;
    height: 45px;
  }
#rmp_menu_trigger-127 {
  top: 130px;
}
.head-slide-content {
  font-size: 12px;
}
.nav-col {
  padding-right: 18% !important;
}
.logo-col {
  flex: 40% !important;
  max-width: 40% !important;
}
#rmp_menu_trigger-147 {
    width: 45px !important;
    height: 45px !important;
}
.subheader h1 {
    color: #fff;
    padding: 20px 20px;
    font-size: 30px;
}
div#gform_wrapper_2 h2 {
    font-size: 38px;
    padding-top: 50px;
}
}
 @media all and (max-width:500px) {
  #rmp_menu_trigger-127 {
    top: 115px;
}
.services_main .col-md-3 {
   flex: 100% !important;
   width: 100% !important;
   max-width: 100% !important;
}
.appointment-btn a {
  padding: 4px;
  font-size: 14px;
  padding-left: 18px;
}
.appointment-btn a i {
  font-size: 14px;
  padding: 5px;
  width: 27px;
  height: 27px;
}
#rmp_menu_trigger-210 {
  width: 45px;
  height: 45px;
}
.appointment-btn a {
  padding: 12px 10px !important;
  font-size: 14px !important;
}
footer#colophon input#gform_submit_button_1 {
    border-radius: 5px !important;
    margin: 7px;
}
footer#colophon div#gform_fields_1 {
    row-gap: 0px;
}
}

 @media all and (max-width:400px) {
.nav-col {
  padding-right: 19% !important;
}
.contact-detail-col .vc_column-inner {
    padding: 25px !important;
}
.footer-contacts li i {
    width: 45px;
    height: 45px;
    font-size: 20px;
}
.footer-contacts ul li a {
  font-size: 18px;
}
span.with-icon.address {
    font-size: 18px;
}
#rmp_menu_trigger-210 {
  width: 40px;
  height: 40px;
}
.more-serv-txt {
  bottom: 20px;
  left: 35px;
  right: 35px;
}
button.slick-arrow {
	top:26%;		 
}
}

.contact_link {
  color: #fff;
  line-height: 1;
  transition: all linear .25s;
}
.contact_link:hover {
  opacity: .7 !important;
  color: #fff;
}
.font_22 {
  font-size: 22px;
  padding-top: 10px;
}