@charset "utf-8";

@font-face {
  font-family: 'Josefin Sans';
  src: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/JosefinSans-Regular.woff2') format('woff2'), url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/JosefinSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/JosefinSans-Bold.woff2') format('woff2'), url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/JosefinSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  src: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/WorkSans-Regular.woff2') format('woff2'), url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/fonts/WorkSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

body {
  background: #fff;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #787878;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
  font-weight: 500
}

a,
a:active,
a:link,
a:hover {
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  outline: none;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  color: inherit
}

p {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px
}

spacer:before {
  content: "\2044";
  display: inline;
  margin: 0px 5px
}

spacer {
  display: inline;
  margin: 0px 5px
}

.npm {
  padding: 0;
  margin: 0
}

.p70 {
  padding: 40px 0
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}

button {
  border: 0 !important;
  outline: 0 !important
}

.blue-text {
  color: #0f3c7c
}

h5 {
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff
}

h2 {
  font-size: 38px;
  font-family: 'Josefin Sans'
}

h1 {
  font-size: 29px;
  font-family: 'Josefin Sans', sans-serif
}

.heading {
  font-weight: 700;
  text-transform: uppercase !important
}

.hover-fade a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px
}

.hover-fade img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.hover-fade:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .5
}

.blue-bg {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/light-bg.png);
  padding: 30px;
  border: 8px solid #ededed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff
}

.icon-bg {
  background: #fff;
  padding: 10px;
  border-bottom: 4px solid #f8cd96;
  border-radius: 30px 30px 0 0;
  margin-bottom: 10px
}

.blue-box {
  padding: 25px 15px;
  background: #f9f9f9;
  border-radius: 5px
}

.blue-bg-02 {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/virasha-nisarga/images/bg-01.jpg);
  color: #fff;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.btn01,
.btn01 span {
  place-items: center
}

.btn01 {
  position: relative;
  width: 200px;
  height: 50px;
  display: grid;
  background: #0f3c7c;
  color: #fff;
  border-radius: 80px;
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;
  border-top: 2px solid #e6e6fa;
  border-left: 2px solid #e6e6fa;
  padding-left: 60px;
  overflow: hidden;
  transition: .5s ease-in-out
}

.btn01:hover {
  padding-left: 0;
  padding-right: 60px;
  color: #fff
}

.btn01 span {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
  transition: .5s cubic-bezier(.4, 0, 1, 1);
  padding: 8px 10px;
  margin-top: 8px
}

.btn01:hover span {
  left: calc(100% - 46px)
}

.btn01::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, .5);
  transform: translateX(-175px) skew(25deg);
  transition: .75s ease-in-out
}

.btn01:hover::after {
  transform: translateX(175px) skew(25deg)
}

.btn02,
.btn02 span {
  place-items: center;
  color: #000
}

.btn02 {
  position: relative;
  width: 200px;
  height: 50px;
  display: grid;
  background: #f8cd96;
  border-radius: 80px;
  font-size: 18px;
  margin: auto;
  letter-spacing: 0;
  text-decoration: none;
  border-top: 2px solid #e6e6fa;
  border-left: 2px solid #e6e6fa;
  padding-left: 35px;
  overflow: hidden;
  transition: .5s ease-in-out
}

.btn02:hover {
  padding-left: 0;
  padding-right: 35px;
  color: #000
}

.btn02 span {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
  transition: .5s cubic-bezier(.4, 0, 1, 1);
  padding: 9px 10px;
  margin-top: 8px
}

.btn02:hover span {
  left: calc(100% - 46px)
}

.btn02::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, .5);
  transform: translateX(-175px) skew(25deg);
  transition: .75s ease-in-out
}

.btn02:hover::after {
  transform: translateX(175px) skew(25deg)
}

.btn-01 {
  background: #f8cd96;
  width: auto;
  color: #000;
  padding: 8px 20px;
  border-radius: 100px
}

.btn-01:hover {
  background: #fff;
  border: 0;
  color: #000
}

.popular-item .caption-box h4,
.popular-item .overlay-box .info-box h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 30px;
  position: relative
}

#project-sec {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/bg-img-01.png);
  margin-top: 80px;
  padding-top: 30px;
  margin-bottom: 80px;
  padding-bottom: 0
}

.popular-item {
  position: relative;
  float: left;
  margin-bottom: 30px
}

.popular-item .inner-box {
  position: relative
}

.popular-item .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.popular-item .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.popular-item .image img {
  display: block;
  width: 100%;
  height: auto
}

.popular-item .caption-box {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 11px 30px;
  background-color: rgb(15 60 124 / 86%)
}

.popular-item .caption-box:before {
  position: absolute;
  top: 0;
  left: 100%;
  border-right: 50px solid transparent;
  border-bottom: 60px solid;
  content: ""
}

.popular-item .caption-box h4 {
  color: #fff
}

.popular-item .caption-box span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 500
}

.popular-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f8cd96;
  opacity: 0;
  transform: scale(.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.popular-item .image-box:hover .overlay-box {
  opacity: 1;
  transform: scale(1)
}

.popular-item .overlay-box .info-box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%)
}

.popular-item .overlay-box .info-box h4 {
  color: #222
}

.popular-item .overlay-box .info-box .properties {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px
}

.popular-item .overlay-box .info-box .images-btn .fa {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  height: 42px;
  width: 42px;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #222;
  border-radius: 50%;
  margin-left: 0;
  text-align: center
}

#testimonial-sec {
  margin: 20px 0;
  padding: 40px 0
}

.testimonial {
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  background: #f9f9f9;
  position: relative
}

.testimonial .pic {
  width: 120px;
  height: 120px;
  border: 5px solid #0f3c7c;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0
}

.light-bg01,
.light-bg02 {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: inherit;
  color: #fff;
  margin: 13px 0;
  min-height: 185px
}

.testimonial .pic img {
  width: 100%;
  height: auto
}

.testimonial .description {
  font-size: 15px;
  color: #757575;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative
}

.testimonial .description:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 32px;
  color: #0f3c7c;
  position: absolute;
  top: -15px;
  left: -35px
}

.testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px
}

.testimonial .testimonial-profile:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #f8cd96;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0
}

.testimonial .title {
  display: inline-block;
  font-size: 18px;
  color: #0f3c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px
}

.testimonial .post {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  text-transform: capitalize
}

.light-bg01 {
  background: #f8cd96;
  color: #000;
  min-height: 220px
}

.light-bg01 i,
.light-bg02 i {
  font-size: 50px;
  padding: 10px
}

.light-bg01:hover {
  border-bottom: 2px solid #0f3c7c
}

.light-bg02 {
  background: #0f3c7c;
  min-height: 220px
}

.light-bg02:hover {
  border-bottom: 2px solid #f8cd96
}

#head-sec {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/bg-img-02.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.box-bg-ctrl {
  background: #fff;
  padding: 20px;
  border-bottom: 5px solid #f8cd96;
  border-radius: 5px;
  margin-bottom: 20px
}

.icon-ctrl {
  background: #f8cd96;
  width: 70px;
  height: 70px;
  font-size: 38px;
  padding: 19px;
  color: #0f3c7c;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 14px;
  border-bottom: 3px solid
}

.devider {
  position: relative;
  display: inline-block;
  width: 100px;
  padding-top: 18px;
  margin-bottom: 10px
}

.devider:after,
.devider:before {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #92c700;
  width: 35px;
  content: ""
}

.devider:after {
  left: auto;
  right: 0
}

.devider span {
  position: absolute;
  left: 37px;
  top: 3px;
  height: 25px;
  width: 25px;
  border-top: 3px solid #92c700;
  border-left: 3px solid #92c700;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.devider span:before {
  position: absolute;
  left: 8px;
  bottom: 9px;
  height: 5px;
  width: 5px;
  background-color: #222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.f-links,
.f-links1,
.list_control1 .list-item1,
.list_control1 .list-item2 {
  list-style-type: none;
  padding: 0
}

footer {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/light-bg-01.png);
  padding: 40px 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff
}

.f-links {
  color: #fff;
  font-size: 15px;
  line-height: 30px
}

.f-links1 {
  display: inline-flex
}

.f-links1 li {
  margin: 8px 4px
}

.f-links li a,
footer a {
  color: #fff !important;
  text-decoration: none
}

.list_control1 .list-item1 i,
.list_control1 .list-item2 i {
  float: left;
  padding: 0;
  margin: 8px 5px 5px;
  color: #f8cd96;
  font-size: 16px;
  text-align: center;
  border-radius: 50px
}

.list_control1 .list-item1 li,
.list_control1 .list-item2 li {
  padding-left: 30px;
  padding-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  color: #fff
}

.list_control1 .list-item2 li {
  color: inherit
}

.social-icon {
  line-height: 1;
  padding: 0
}

.social-icon li {
  display: inline-block;
  margin-right: 5px
}

.social-icon li a i {
  width: 45px;
  height: 45px;
  line-height: 48px;
  border: 0 solid #ffbd00;
  color: #0f3c7c;
  text-align: center;
  background: #f8cd96;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom: 2px solid #fff
}

.social-icon li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.social-icon li a:hover i {
  background-color: #ffff
}

.owl-nav button {
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: .3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .38) !important
}

.owl-nav button.owl-prev {
  left: 0
}

.owl-nav button.owl-next {
  right: 0
}

.owl-dots {
  text-align: center;
  padding-top: 0
}

.owl-dots button.owl-dot {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  display: inline-block;
  background: #f8cd96 !important;
  margin: 0 3px
}

.owl-dots button.owl-dot.active {
  background-color: #fff
}

.owl-dots button.owl-dot:focus,
.owl-nav button:focus {
  outline: 0
}

.tab-content {
  padding: 25px
}

.nav-tabs {
  border-bottom: 3px solid #00a09e;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  text-transform: uppercase;
  border-top-right-radius: .25rem;
  font-weight: bold;
  background: #0f3c7c;
  color: #fff;
  margin: 1px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00a09e;
  border-color: #dee2e6 #dee2e6 #fff
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px 9px rgb(0 0 0 / 7%);
  width: 100%
}

.logo-icon {
  border: 1px solid #efefef;
  padding: 10px;
  background: #fff
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  width: auto;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none !important;
  margin-bottom: 8px;
  color: #4d4d4d;
  width: 100%;
  display: inline-block;
  font: inherit;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 13px;
}

.form__group [type=email] {
  width: 80%;
}

input.boxes-i,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 0px;
  color: #4d4d4d;
  width: 100%;
  display: inline-block;
  font: inherit;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
}

.form__group [type=submit] {
  width: auto;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #7b5333;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 12px;
  padding: 9px 27px;
  border-radius: 0px
}

.form__group [type=email],
.form__group [type=submit] {
  float: none;
  text-align: center
}

.error_msg {
  line-height: 25px;
  font-size: 12px;
  color: #e73010;
  height: 30px;
  display: block
}

.sub-banner,
.sub-banner-caption {
  background-repeat: no-repeat;
  background-size: cover
}

.sub-banner {
  margin: 0 0 100px;
  padding-top: 300px;
  position: relative;
  background-position: top center
}

.sub-banner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: .8;
  position: absolute;
  background-color: rgb(0 0 0 / 75%)
}

.sub-banner .container {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-148px);
  -o-transform: translateY(-148px);
  -ms-transform: translateY(-148px);
  -moz-transform: translateY(-148px);
  -webkit-transform: translateY(-148px)
}

.sub-banner-caption {
  width: auto;
  min-width: 100%;
  display: inline-block;
  padding: 37px 30px;
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/light-bg.png);
  background-position: center;
  border-radius: 5px
}

.sub-banner-caption .title {
  margin: 10px 0 0;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0
}

.sub-banner-caption .breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  font-family: 'Work Sans', sans-serif
}

.sub-banner-caption .breadcrumb li {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  text-transform: capitalize
}

.sub-banner-caption .breadcrumb li a {
  color: currentColor;
  text-decoration: none
}

.sub-banner-caption .breadcrumb-item+.breadcrumb-item {
  padding-left: 14px
}

.sub-banner-caption .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  color: #6c757d;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px
}

.sub-banner-caption.th-bg *,
.sub-banner-caption.th-bg .breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

#contact-sec {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/bg-img-01.png);
  padding: 50px 0
}

.t-bg {
  background: #f8cd96;
  color: #000;
  padding: 15px 10px;
  text-align: center;
  margin-top: -20px
}

.box:after,
.box:before {
  content: "";
  height: 100%;
  top: 0
}

.box .box-content,
.box:after,
.box:before {
  position: absolute;
  width: 100%
}

.box:before {
  left: 0;
  background-color: rgb(255 255 255 / 75%);
  opacity: 0;
  transition: .5s
}

.box:hover:before {
  opacity: 1
}

.box {
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px
}

.box:after {
  left: 170%;
  transform: skewX(45deg);
  transition: 1s;
  background-color: #f8cd96;
  z-index: 1
}

.box:hover:after {
  left: -170%;
  top: 0
}

.box img {
  width: 100%;
  height: auto
}

.box .box-content {
  bottom: -100%;
  left: 0;
  transition: .5s
}

.box:hover .box-content {
  bottom: 40%
}

.box .box-content .name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px
}

.box .box-content .post {
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: 600
}

.icon-c {
  background: #0f3c7c;
  width: 50px;
  height: 50px;
  padding: 17px 0px;
  border-radius: 50%;
  color: #fff
}

.single-info-2 .icon,
.single-info-2 h2 {
  margin-bottom: 10px
}

.single-info-2 {
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 3;
  background: #fff
}

.single-info-2:before {
  position: absolute;
  content: '';
  height: 75px;
  width: 75px;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 70px;
  margin-top: 0;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #f8cd96;
  opacity: 1.08
}

.single-info-2 .icon-inner,
.single-info-2 h2 {
  position: relative
}

.single-info-2:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 0
}

.single-info-2 .icon i,
.single-info-2 .icon-inner i {
  position: relative;
  font-size: 45px;
  -webkit-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  display: inline-block;
  color: #0f3c7c
}

.single-info-2:hover .icon i,
.single-info-2:hover .icon-inner i {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg)
}

.single-info-2 h2 {
  font-size: 17px;
  color: #0f3c7c;
  min-height: 70px;
  text-transform: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center
}

.single-info-2 p {
  margin-bottom: 0
}

.single-info-2 .number {
  font-size: 100px;
  line-height: 1;
  color: #3a30300a;
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: 18px;
  font-weight: 600;
  bottom: 122px;
  font-family: Jost, sans-serif
}

summary {
  display: block;
  cursor: pointer
}

.about-img-section {
  position: relative
}

.about-img-section .image-box {
  position: relative;
  display: block;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-animation: 2s ease-in-out infinite alternate glide
}

.about-img-section .image-box .image-1 {
  position: relative;
  overflow: hidden;
  width: 100%
}

@-webkit-keyframes glide {
  from {
    left: 0;
    top: 0
  }

  to {
    left: 0;
    top: 20px
  }
}

.font-bg-01,
.font-bg-02 {
  background: #f8cd96;
  width: 100%;
  color: #000;
  padding: 10px 8px 12px 12px;
  border-left: 5px solid #123e7e;
  font-weight: 600
}

.font-bg-02 {
  font-family: 800;
  border-right: 5px solid #123e7e;
  border-radius: 30px
}

.font-bg-01 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.box-bg {
  padding: 40px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%)
}

.service-info-5:hover .read-more,
.service-info-5:hover h3,
.service-info-5:hover p {
  color: #fff
}

.service-info-5 h3,
.service-info-5:hover h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif
}

.service-info-5 {
  padding: 20px;
  background: #fff;
  min-height: 450px;
  -webkit-transition: .5s;
  transition: .9s;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
  z-index: 1
}

.service-info-5:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.service-info-5 h3 {
  margin-bottom: 15px;
  -webkit-transition: .5s;
  transition: .5s
}

.service-info-5 p {
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s
}

.service-info-5 .read-more {
  line-height: 1;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 16px
}

.service-info-5 i {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 34px;
  color: #f8cd96;
  background: #0f3c7c;
  padding: 18px;
  border-radius: 50%;
  width: 70px;
  height: 70px
}

.service-info-5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .9s;
  z-index: -1;
  background: #0f3c7c
}

.service-info-5:hover::before {
  height: 100%
}

.service-info-5:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #0f3c7c;
  background: #f8cd96
}

.service-info-5 .read-more:hover {
  letter-spacing: 1.5px
}

.list_control2 .list-item2 {
  padding: 0;
  list-style-type: none;
}

.list_control2 .list-item2 i {
  float: left;
  padding: 0px;
  margin: 5px;
  margin-top: 8px;
  color: #0f3c7c;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

.list_control2 .list-item2 li {
  padding-left: 30px;
  padding-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}

.blue-bg .list_control2 .list-item2 i {
  color: #fff
}

.call_bg_1 {
  background: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/virasha-nisarga/images/video-t.jpg) center/cover;
  min-height: 400px;
  position: relative;
  height: auto;
  padding-top: 50%;
  margin-top: 0;
  border-radius: 5px;
  right: 0
}

.call_bg_2 {
  background: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/virasha-nisarga/images/img-08.jpg) center/cover;
  position: relative;
  height: auto;
  padding-top: 52%;
  margin-top: 100px;
  border-radius: 15px;
  border: 5px solid #fff;
  right: 38px
}

.video_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  border-radius: 15px
}

.video_icon i {
  font-size: 70px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%
}

.video_icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  margin-top: -35px;
  margin-left: -38px;
  z-index: 9
}

.video_icon .ripple,
.video_icon .ripple::after,
.video_icon .ripple::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  -webkit-animation: 2s infinite rippleOne;
  -moz-animation: 2s infinite rippleOne;
  -ms-animation: rippleOne 2s infinite;
  -o-animation: 2s infinite rippleOne;
  animation: 2s infinite rippleOne
}

.video_icon .ripple::before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

.video_icon .ripple::after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

.circle-text-ctrl1 {
  top: 31%;
  left: -17% !important
}

.circle-text-ctrl2 {
  top: 60%;
  left: -20% !important
}

.circle-text-ctrl3 {
  top: 31%;
  right: -17% !important
}

.circle-text-ctrl4 {
  top: 60%;
  right: -20% !important
}

.am-ctrl,
.am-ctrl-01 {
  color: #fff;
  padding: 13px;
  border-bottom-right-radius: 20px;
  border-left: 4px solid #0f3c7c
}

.am-ctrl,
.am-ctrl-01,
.location-btn,
.video_icon i {
  background: #00a09e
}

.am-ctrl {
  width: 26%;
}

.am-ctrl-01 {
  width: 35%;
  margin-bottom: 0
}

.service-info-3 {
  padding: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 125px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px
}

.service-info-3:after,
.service-info-3:before {
  content: "";
  height: 2px;
  width: 80px;
  background: #00a09e;
  transition: .8s;
  position: absolute
}

.service-info-3 i {
  display: inline-block;
  vertical-align: middle;
  color: #00a09e
}

.service-info-3 h3 {
  font-size: 22px;
  margin: 0 0 20px
}

.service-info-3 .icon {
  margin-right: 20px;
  padding-top: 26px
}

.service-info-3 h4 {
  position: absolute;
  top: 88px;
  left: 15px;
  z-index: 20;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 3px 3px 3px 0;
  color: #d4d0d0
}

.service-info-3:before {
  top: 0;
  left: -80px
}

.service-info-3:after {
  bottom: 0;
  right: -80px
}

.service-info-3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.service-info-3:hover i {
  transform: rotateY(360deg)
}

.service-info-3:hover:before {
  left: 0
}

.service-info-3:hover:after {
  right: 0
}

.single-info-4 .icon i,
.single-info-4 h2 {
  position: relative;
  margin-bottom: 10px;
  color: #0f3c7c
}

.single-info-4 {
  padding: 40px 30px 35px;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
  z-index: 3;
  background: #fff;
  position: relative;
  min-height: 350px
}

.single-info-4 .icon-inner {
  position: relative
}

,
.single-info-4:hover .icon-inner i {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg)
}

.single-info-4 .icon i {
  font-size: 45px;
  -webkit-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  display: inline-block
}

.single-info-4 h2 {
  font-size: 20px;
  text-transform: unset;
  padding-top: 10px;
  padding-bottom: 10px
}

.single-info-4:before {
  position: absolute;
  content: '';
  height: 75px;
  width: 75px;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 70px;
  margin-top: 0;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #00a09e;
  opacity: 1.08
}

.single-info-4:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 0
}

.single-info-4:hover p {
  color: #fff
}

.location-btn {
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #00a09e;
  border: 1px solid #fff;
  text-align: center
}

.location-btn:hover {
  background: #0f3c7c;
  color: #fff
}

.usp-sec {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/virasha-nisarga/images/bg-02.jpg);
  padding-top: 50px;
  padding-bottom: 60px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff
}

.hover-fade {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.hover-fade img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.hover-fade:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1
}

.layout-sec {
  background: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/virasha-nisarga/images/bg-img-02.png) center/cover no-repeat #f8f4f3
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}

.brown-bg {
  background-image: url(https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/virasha.com/images/light-brown-bg.png);
  padding: 30px;
  border: 8px solid #ededed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}


@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px
  }

  .sub-banner-caption .title {
    font-size: 35px;
  }

  #testimonialcarousel {
    margin-bottom: 30px
  }

  .testimonial .pic {
    width: 100px;
    height: 100px;
    border: 5px solid #0f3c7c;
    margin: 0 auto;
    position: static
  }

  .testimonial {
    padding: 25px;
    margin: 0px
  }

  .f-links1,
  .f-links li:last-child {
    margin-bottom: 20px
  }

  .am-ctrl,
  .am-ctrl-01 {
    width: 100%
  }

  .call_bg_1 {
    margin-bottom: 20px
  }

  .location-btn {
    display: inline-block;
    margin-bottom: 9px
  }

  .form-overlay {
    position: static;
    transform: none;
    margin: 2rem auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
  }



}