
/* Theme Name: SaiShanmukha

Theme URI: https://example.com/twenty-twenty-one-child/

Description: Twenty Twenty-One Child Theme

Author: Anna Fitzgerald

Author URI: https://example.com

Template: kadence

Version: 1.0.0 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: 'Rubik', sans-serif !important;
  font-size: 15px; 
}
p{
    font-size: 15px;
    line-height: 24px;
    font-family: 'Rubik', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif !important;
  margin-top: 0px !important;
}
ul{
  margin: 0px !important;
  padding: 0px;
}
a{
  transition: all .3s ease-in-out !important;
  text-decoration: none !important;
}
::selection {
  color:#fff;
  background:#000;
 }
::-moz-selection {
  color:#fff;
  background:#000;
 }

.page #primary .container{
    margin: 0px auto !important;
  }
  /* .site-container{
      max-width:1170px !important;
  } */
  .page #primary .site-container {
    max-width: 100% !important;
    padding: 0px;
  }

@media (min-width: 768px){
  #main-header .site-container{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  #main-header .site-container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
    .blog #primary .site-container{
      max-width: 1200px;
    }
    #main-header .site-container{
      max-width: 1200px;
    }
}


/* Header */
/* header top */
.site-top-header-wrap {
  background-color: #f5821f;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
  color: #fff !important;
  font-weight: 500;
}
.contact-info li {
  display: flex;
  align-items: center;
}
.contact-info li:not(:last-child) {
  margin-right: 26px;
}
.contact-info li i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #101010;
  font-size: 24px;
  text-align: center;
  border: 1px dashed #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contact-info li span {
  font-size: 15px;
  font-weight: 400;
  color: #5C727D;
  line-height: 1.4;
}
.contact-info li strong {
  color: #101010;
  display: block;
}
.site-main-header-inner-wrap {
  padding: 12px 0px;
}
.fas, .far{
  font-family: "Font Awesome 5 Free";
}

/* header bottom */
.main-navigation.header-navigation {
  background-color: #2c3493;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #ffffff !important;
  white-space: nowrap;
  padding: 17px 30px !important;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.main-navigation .primary-menu-container > ul li {
  position: relative;
}
.main-navigation .primary-menu-container > ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{
  border-bottom-color: #f4821f !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-navigation .header-menu-container ul ul li.menu-item > a{
  font-size: 14px;
  font-weight: 500;
}
/* footer */
/* Footer top */
.site-top-footer-wrap {
  padding: 50px 0;
  border-top: 1px solid #eee;
  background-color: #ffffff;
}
.site-top-footer-inner-wrap{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.footer-contact-information .contact-section {
  display: flex;
  text-align: left;
}
.footer-contact-information .contact-section span {
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  color: #0B2C3D;
}
.footer-contact-information .contact-section i {
  font-size: 35px;
  color: #fb6a19;
  margin-right: 20px;
}
.site-middle-footer-wrap {
  background: transparent;
  padding: 100px 0 60px;
  position: relative;
}
.site-middle-footer-wrap::before {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #101010;
  border-radius: 0 50px 0 0;
  width: calc(100% - 20px);
}
.site-bottom-footer-wrap {
  /* background-color: #101010; */
  position: relative;
}
.site-bottom-footer-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #101010;
  width: calc(100% - 20px);
}
.site-bottom-footer-inner-wrap {
  padding: 45px 0;
  padding-left: 20px;
  /* background-color: #000; */
  position: relative;
}
.site-bottom-footer-inner-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50px 0 0 0;
  background-color: #000000;
  width: calc(100vw - 20px);
}
/* .site-bottom-footer-inner-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 20px;
  content: "";
  background-color: #000000;
  width: 500px;
} */
#media_image-2 img{
  margin: 0px auto;
  width: 100px;
}

.site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-widget-area {
  align-items: center;
  color: #fff;
}
.site-bottom-footer-wrap .site-footer-bottom-section-3 .footer-widget-area {
  align-items: center;
}
#colophon .widget-title{
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}
#colophon h2::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #fb6a19;
}
#colophon li, #colophon a, #colophon p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #5C727D;
}
.contact-info li span {
  /* margin-bottom: 25px; */
  display: inline-block;
}
.widget ul li:not(:last-child) {
  padding-bottom: 10px;
}
.newsletter-form h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-form .fa.fa-envelope {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 30px;
}
.site-footer-middle-section-1 .footer-widget-area .footer-widget-area-inner {
  background-color: #fb6a19;
  border-radius: 0px 50px 0px 0px;
  padding: 50px 30px;
  margin-top: -180px;
  width: 300px;
}
.site-footer-middle-section-1 .gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-5;
}
.site-bottom-header-wrap {
  margin-bottom: -30px;
}
.op-button {
  background-color: #fb6a19;
  color: #fff !important;
  position: relative;
  padding: 17px 90px 17px 30px;
    padding-right: 90px;
    padding-left: 30px;
  padding-right: 90px;
  padding-left: 30px;
  transition: all 0.4s;
  flex-basis: 100% !important;
  display: inline-block;
}
.op-button::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  width: 75px;
  height: 100%;
  color: #fb6a19;
  transform: skewX(-20deg);
  background-color: #0B2C3D;
}
.op-button::after{
  position: absolute;
  content: "";
  font-weight: 900;
  font-size: 20px;
  font-family: "Fontawesome";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fb6a19;
}
.op-button:hover {
  background-color: #0B2C3D;
}
#colophon #text-5 a {
  color: #f5821f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

/* page */
#primary {
  margin-top: 0px;
  margin-bottom: 0px;
}
#primary .entry-content-wrap {
  padding: 0px;
}
.dft_spcng {
  padding: 60px 0px;
}
.wpb_content_element {
  margin-bottom: 0px !important;
}


/* why choose us */
.img_bgnd{
  margin-bottom: 0px !important;
}
.img_bgnd::before {
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  height: 100%;
  width: 70%;
  background-color: #f5821f;
  transform: skewX(15deg);
}
.img_bgnd img{
  /* margin: 40px 0px 40px 0px; */
  padding: 40px;
  position: relative;
}
.lft_ovrflw{
  overflow: hidden;
}

/* sub side heading */
.op-headline {
  margin-bottom: 35px !important;
}
.op-headline .headline-border {
  display: inline-block;
  position: relative;
}
.op-headline .headline-border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fb6a19;
  width: 70%;
  height: 2px;
}
.op-headline .headline-border h2 {
  font-weight: 600;
  line-height: 1;
  color: #0B2C3D;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: -0.9px;
  font-size: 50px;
  padding-top: 0px;
}
.op-headline .headline-border h2::before {
  position: absolute;
  content: "";
  top: -18px;
  left: 50%;
  height: 4px;
  width: 10px;
  margin-left: -10px;
  background-color: #fb6a19;
  transform: skew(0deg, 150deg);
}
.op-headline .headline-border h2::after {
  position: absolute;
  content: "";
  top: -18px;
  left: 50%;
  height: 4px;
  width: 10px;
  background-color: #fb6a19;
  transform: skew(0deg, -150deg);
}
.op-headline h2 {
  line-height: 1;
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
  color: #0B2C3D;
  padding-top: 53px;
  display: inline-block;
  letter-spacing: -0.9px;
  font-size: 50px;
}
.op-headline h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  font-family: "Fontawesome";
  font-weight: 900;
  color: #fb6a19;
  font-size: 40px;
}
.op-headline.text-center h2::before {
  left: 0;
  right: 0;
}
.op-headline span {
  font-size: 18px;
  color: #5C727D;
  display: inline-block;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  padding: 0 65px;
  margin-top: 5px;
}
.op-headline.style-26 span::before, .op-headline.style-26 span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fb6a19;
  width: 50px;
  height: 2px;
}
.op-headline span::after {
  left: auto !important;
  right: 0;
}

/* feel free to contact */
.cta-section {
  max-width: 850px;
  margin: 0 auto;
}
.cta-section .call-us-wrapper {
  background-color: #0B2C3D;
  /* margin-right: 10px; */
  padding: 40px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.cta-section .call-us-wrapper .contact-icon {
  font-size: 36px;
  color: #ffffff;
  margin-right: 17px;
}
.cta-section .call-us-wrapper .contact-content-wrapper h5 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 0;
}
.cta-section .call-us-wrapper .contact-content-wrapper a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.cta-section  .seperator-wrapper {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #0B2C3D inset;
  border: 5px solid #ffffff;
}
.cta-section .seperator-wrapper span {
  color: #0B2C3D;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
}

/* instagram */
#sb_instagram #sbi_images{
  padding: 1px !important;
  margin-bottom: 20px;
}
.sbi_item{
  display: none !important;
}
.sbi_load_btn {
  display: none !important;
}
@media only screen and (min-width: 800px){
  .sbi_item:nth-child(-n+4) {
    display: block !important;
  }
}
@media only screen and (min-width: 481px){
.sbi_item:nth-child(-n+2) {
  display: block !important;
}
}

/* Blog posts */
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.vc_gitem_row .vc_gitem-col {
  padding: 20px !important;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_btn3-container {
  margin-bottom: 0px;
}
.vc_gitem-animated-block{
  height: 230px;
}


/* testimonial styles */
.single-testimonial-item {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
  box-shadow: 0px 2px 10px 3px #f6f6f6;
  margin-bottom: 50px;
}
.single-testimonial-item .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  background: #ffe001;
  z-index: 3;
}
.single-testimonial-item .quote-icon::before {
  content: "\f10d";
  font-family: fontawesome;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.single-testimonial-item .inner-content {
  position: relative;
  display: block;
  padding: 55px 30px 52px;
  background: #ffffff;
}
.single-testimonial-item .inner-content .client-info {
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.single-testimonial-item .inner-content .client-info h3 {
  color: #3a3a3a;
  font-weight: 600;
  margin: 0 0 3px;
}
.single-testimonial-item .inner-content .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
}
.single-testimonial-item .inner-content .img-box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: rgba(0, 0, 0, 0.70);
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
  opacity: 0;
  z-index: 4;
}
.single-testimonial-item:hover .inner-content .img-box::before {
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
.single-testimonial-item .inner-content .img-box img {
  width: 100%;
  transition: all 700ms ease 800ms;
  border-radius: 50%;
}
.single-testimonial-item .inner-content .text-box {
  position: relative;
  display: block;
  padding-top: 24px;
}
.single-testimonial-item:hover .inner-content .img-box img {
  transform: rotate(360deg);
}

/* more projects button */
.more-project-button {
  position: relative;
  display: block;
  margin-top: 39px;
  float: right;
}
.btn-two {
  color: #27282c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  transition: all 500ms ease;
}
.btn-two::after {
  content: "\f061";
  font-family: fontawesome;
  margin-left: 10px;
}

/* google reviews */
.goglee_revws{
  background-attachment: fixed;
  padding: 100px 0px 60px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.goglee_revws::before {
  content: "";
  background-color: #f5811e;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
}
.goglee_revws .op-headline h2::before{
  color: #fff;
}
.goglee_revws .op-headline.style-26 span::before, .goglee_revws .op-headline.style-26 span::after{
  background-color:#fff;
}
.goglee_revws .op-headline h2, .goglee_revws .op-headline span{
  color: #fff;
}
.wp-gr.wpac .wp-google-name a{
  color: #fff !important;
}
.wp-gr .wp-google-rating{
  color: #fff !important;
}

/* Breadcrub */
.hero-section-overlay {
  background-image: url(https://saishanmukha.com/wp-content/uploads/2023/06/page-header.jpg);
  background-size: cover;
  background-position-y: center;
}
.entry-hero.page-hero-section .entry-header {
  min-height: 300px !important;
}
.entry-hero.page-hero-section .entry-header h1{
  color: #fff;
}
.hero-section-overlay::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
}

/* Faq page */
.vc_toggle_title > h4 {
  display: inline;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 31px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 40px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{
  background: #fb6a19;
  padding: 10px;
  border-radius: 20px;
  border: none;
}
.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle.vc_toggle_default .vc_toggle_icon::after{
  border: 1px solid #fff;
}

/* about page how it works */
.bg_dark{
  background-color: #eee;
}
.op-icon-box.style-2 {
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #dbe8fb;
  padding: 50px 40px;
  border-radius: 0 70px;
  position: relative;
  transition: all 0.4s;
}
.op-icon-box.style-2 .counter-wrapper{
  color: #fb6a19;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  border-left: 1px solid #dbe8fb;
  border-bottom: 1px solid #dbe8fb;
  border-radius: 0 70px;
  color: #fb6a19;
  font-weight: 600;
}
.op-icon-box.style-2 .icon-container {
  margin-bottom: 15px;
}
.op-icon-box.style-2 .icon-container i{
  color: #fb6a19;
}
.op-icon-box.style-2 .icon-text-container h4{
  margin-bottom: 10px;
  font-weight: 600;
  color: #0B2C3D;
}
.op-icon-box.style-2 .icon-text-container p {
  margin-bottom: 0;
}
.op-icon-box .fa-map::before,
.op-icon-box .fa-user::before,
.op-icon-box .fa-handshake::before{
  font-family: fontawesome;
  font-style: initial;
}
.op-icon-box.style-2 .icon-container i {
  font-size: 50px;
  color: #fb6a19;
}

/* blog page */
.blog #primary{
  margin-top: 40px;
}
.blog #archive-container {
  display: block;
}
.blog article {
  margin-bottom: 30px;
}
.blog #primary .entry-content-wrap {
  padding: 25px;
}
.blog #secondary {
  padding: 25px;
  background-color: #fff;
}

/* single blog */
.single-post #primary .entry-content-wrap {
  padding: 25px;
}

.single-post #secondary {
  padding: 25px;
  background-color: #fff;
}
/* contact page form */
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 180px !important;
}
/* single post */
.single-post .site-bottom-header-wrap{
  margin-bottom: 0px;
}
.single-post #primary{
  margin-top: 60px;
}

/* all projects */
.all_projcts .service-box {
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 30px !important;
}
.all_projcts  .img-box {
  position: relative;
  height: 270px;
  margin-bottom: 0px;
}
.all_projcts  .service-box a img {
  width: 100%;
  margin-bottom: 0px;
}
.all_projcts .item .default-overlay-outer {
  opacity: 1;
  top: -100%;
  background: rgba(1, 44, 87, 0.7);
}
.all_projcts  .default-overlay-outer .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}
.all_projcts .default-overlay-outer {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.all_projcts .service-inner-box {
  padding: 20px;
  border-top: 4px solid #eee;
}
.all_projcts .service-content-box {
  width: 100%;
  float: left;
}
.all_projcts .service-box h3 {
  color: #2c3493;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.all_projcts .service-box h3 a {
  text-decoration: none;
  color: #2c3493;
}
.all_projcts .service-box p {
  color: #666;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}
.all_projcts .item .btn {
  border: none;
  background: #c18847;
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 25px;
  position: absolute;
  top: 110px;
  left: 110px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.all_projcts .item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

/* single project */
.sngle_projct h2{
  font-size: 42px;
  font-weight: bold;
  font-family: 'Ramaraja', serif !important;
  font-style: italic;
  line-height: 50px;
  color: #2c3494;
}
.sngle_projct h6{
  font-size: 18px;
  color: #0B2C3D;
}
.sngle_projct h4{
  font-size: 30px;
  font-family: 'Ramaraja', serif !important;
  font-style: italic;
  color: #ff2020;
}
.sngle_projcttt li{
  font-size: 20px;
  font-weight: 500;
}
.sngle_projcttt .op-headline .headline-border h2{
  font-size: 38px;
  padding-bottom: 20px;
}
.sngle_projcttt .op-headline {
  margin-bottom: 25px !important;
}
.blog .archive-title{
  color: #fff;
}
/* Responsive layouts */
@media only screen and (max-width: 1199px){
  .op-button{
    padding: 12px 90px 12px 30px;
  }
  .all_projcts .img-box{
    height: auto;
  }
  .all_projcts .service-inner-box{
    padding: 15px;
  }
  .all_projcts .service-box h3{
    font-size: 18px;
    line-height: 24px;
  }
  .all_projcts .item .btn{
    top: 83px;
    left: 72px;
  }
  .op-headline .headline-border h2{
    font-size: 38px;
  }
  .op-headline h2{
    font-size: 38px;
    padding-top: 40px;
  }
  .single-testimonial-item .quote-icon::before{
    font-size: 25px;
  }
  .single-testimonial-item .quote-icon{
    width: 50px;
    height: 50px;
  }
  .single-testimonial-item .inner-content .text-box{
    padding-top: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .single-testimonial-item .inner-content .text-box p{
    font-size: 17px;
    line-height: 24px;
  }
  .entry-hero.page-hero-section .entry-header {
    min-height: 200px !important;
  }
}
@media only screen and (max-width: 1024px){
#main-header{
  display: initial !important;
}
#mobile-header{
  display: none;
}
.site-bottom-header-wrap {
  margin-bottom: -20px;
}
}
/* ----------------------------------- */
@media only screen and (max-width: 991px){
  #secondary-menu .menu-item:last-child{
    display: none;
  }
  .secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
    font-size: 14px;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a{
    padding: 10px 16px !important;
  }
  #masthead .contact-info{
    display: block !important;
  }
  #masthead .contact-info li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .all_projcts .item .btn{
    top: 63px;
    left: 42px;
    font-size: 14px;
    padding: 8px 18px;
  }
  .single-testimonial-item .inner-content{
    padding: 60px 20px 25px;
  }
  .single-testimonial-item .inner-content .client-info h3{
    line-height: 31px;
    font-size: 22px;
  }
  .single-testimonial-item .inner-content .text-box,
  .single-testimonial-item .inner-content .text-box p{
    font-size: 16px;
  }
  .cta-section{
    max-width: 100%;
  }
  .cta-section .call-us-wrapper{
    padding: 25px;
  }
  .cta-section .call-us-wrapper .contact-content-wrapper a{
    font-size: 22px;
  }
  .cta-section .seperator-wrapper{
    left: -13%;
  }
  .vc_gitem-animated-block {
    height: auto;
  }
  .vc_gitem_row .vc_gitem-col {
    padding: 15px !important;
  }
}
/* -------------------------------------------- */
@media only screen and (max-width: 840px){
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px !important;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half{
    -ms-grid-column-span: 6 !important;
    grid-column: span 6 !important;
  }
}
/* -------------------------------------------- */
@media only screen and (max-width: 800px){
  #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
    width: 50%;
  }
}
/* -------------------------------------------- */
@media only screen and (max-width: 767px){
  .main-navigation .primary-menu-container > ul > li.menu-item > a{
    font-size: 14px;
    padding: 7px 12px !important;
  }
  .site-branding a.brand img {
    max-width: 140px;
  }
  .page #primary .container{
    display: block !important;
  }
  .img_bgnd img{
    padding: 25px;
  }
  .op-headline.text-left {
    margin-bottom: 25px !important;
    padding-top: 60px !important;
  }
  .all_projcts .item .btn {
    top: 47%;
    left: 36%;
  }
  .dft_spcng {
    padding: 50px 0px;
  }
  .more-project-button{
    margin-top: 0px;
    float: left;
    margin-bottom: 25px !important;
  }
  .single-testimonial-item{
    margin-bottom: 40px !important;
  }
  .cta-section .call-us-wrapper{
    margin-bottom: 25px;
  }
  .cta-section .seperator-wrapper {
    left: 44%;
    top: -15px;
  }
  .vc_gitem-animated-block {
    height: 240px;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 30px !important;
  }
  .vc_gitem-animated-block {
    height: auto;
  }
  .op-icon-box.style-2{
    margin-bottom: 30px;
  }
  .cmpny_grth img{
    margin-top: 25px;
  }
  .entry-hero.page-hero-section .entry-header {
    min-height: 170px !important;
  }
  .vc_toggle_title > h4{
    font-size: 18px !important;
  }
  .site-top-footer-wrap{
    padding: 50px 0 70px 0;
  }
  .site-footer-middle-section-1 .footer-widget-area .footer-widget-area-inner{
    padding: 50px 30px 20px 30px;
  }
  .site-middle-footer-wrap{
    padding: 100px 0 0px;
  }
  .site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-widget-area{
    text-align: center;
  }
  .footer-widget-area.content-align-right .footer-social-inner-wrap {
    justify-content: center !important;
    margin-top: 20px;
  }
}
/* -------------------------------------------- */
@media only screen and (max-width: 575px){
  .site-bottom-header-wrap{
    display: none;
  }
  #main-header .site-main-header-wrap{
    display: none;
  }
  #mobile-header{
    display: initial;
  }
  #mobile-header .site-branding a.brand img {
    max-width: 140px !important;
  }
  .header-social-wrap .header-social-inner-wrap {
    font-size: 12px !important;
  }
  .secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile-toggle-open-container .menu-toggle-open{
    color: #fff !important;
    background-color: #f5821e
    ;
  }
  .mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus{
    background-color: #2c3493;
    color: #fff !important;
  }
  .popup-drawer .drawer-inner{
    background: #f5821f !important;
  }
  .mobile-navigation ul li.current-menu-item > a{
    background-color: #2c3493;
    color: #fff !important;
  }
  .mobile-navigation ul li a {
    font-size: 16px;
    padding: 8px 16px !important;
    font-weight: 500;
  }
  .mobile-navigation ul li a:hover{
    background-color: rgba(44, 52, 147, 0.7);
  }
  .page #primary .container {
    padding: 0px 30px !important;
  }
  .op-headline .headline-border h2 {
    font-size: 30px;
  }
  .op-headline h2{
    font-size: 30px;
  }
  .all_projcts .item .btn {
    top: 45%;
    left: 36%;
  }
  .dft_spcng {
    padding: 40px 0px;
  }
  .entry-hero.page-hero-section .entry-header {
    min-height: 140px !important;
  }
}
/* -------------------------------------------- */
@media only screen and (max-width: 510px){
#secondary-menu{
  display: block;
}
.secondary-navigation .secondary-menu-container > ul > li{
  line-height: initial;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.site-top-header-wrap{
  padding: 8px 0px;
}
}

/* -------------------------------------------- */
@media only screen and (max-width: 480px){
  .sbi_item {
    display: none !important;
  }
  .sbi_item:first-child {
    display: block !important;
  }
  #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
    width: 100%;
  }
  #sb_instagram .sb_instagram_header, .sb_instagram_header{
    margin-left: 30px;
    margin-right: 30px;
  }
}