:root {
    --priamry: #9d1b3e;
    --secondary: #222;
    --text: #81899c;
    --white: #fff;
    --black: #000;
  }
  
body {
    font-family: Montserrat,sans-serif;
    background-color: #e6e7e8;
    line-height: 1.4;
    overflow-x: hidden;
}
  
  p {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  a {
    text-decoration: none;
  }
  .left-content.col-md-9 > .row {
    display: flex;
    height: 100%;
}

.banner-title h2 {
    color: #ffef17;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 56px;
    font-family: 'Anton', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 2px;
}


.col-md-5.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	    text-align: center;
}
.col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
    display: grid;
    grid-gap: 20px;
    text-align:center;
   
}
.s-item {
    display: block;
    padding: 20px;
}
.sppt-sectn {
    background-color: #fff;
    padding: 20px 0px;
}
.s-item img {
    height: 80px;
    text-align:center
}

.s-item h2 {
    font-size: 26px;
    color: #6b164c;
	font-family: 'Anton', sans-serif;
}

.col-lg-12.ind-sectn {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    grid-gap: 7px;
    margin-top: 20px;
}

.ind-sectn .col-lg-2.col-md-6.col-sm-3.col-xs-6 {
    width: 100%;
    margin-bottom: 24px;
}
.sppt-sectn{background-color:#fff;}
  
/* button */
button {
    height: 46px;
    padding: 6px 30px;
  }
  
  .btn-primary {
    background-color: var(--priamry);
    border-color: var(--priamry);
  }
  
  .btn-link {
    color: var(--priamry);
    text-decoration: none;
  }
  .fixed-button {
    position: fixed !important;
    top: 100px !important;
    left: 0 !important;
    width: 100%;
  } 
  .broucher_download {
    position: absolute;
    top: 0;
    z-index:9999999;
    left:-24px;
}
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: var(--white);
    border-color: var(--priamry);
    color: var(--priamry);
    box-shadow: none !important;
  }
  
  .btn-submit {
    width: 200px;
  }

  section.heroSection .container {
    width: 100%;
    padding:0 30px;
}

  
  /* text */
  .text-primary {
    color: var(--priamry) !important;
  }

   .bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center/cover;
}
/* .hero-right-card {
  position: relative;
  right: 65px;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
} */
.top_Sectn {
  display: flex;
}


.hero-right-card form

{background-color: #e6e7e8;
  padding: 23px 26px 47px 26px;}
  .hero-right-card.bottom-form form {
  background-color: #e6e7e8;
  padding: 12px 26px 30px 26px;
}
.hero-right-card .form-group {
    margin-bottom: 16px;
}
h3.form-title {
  text-align: center;
  color: #767676;
  font-weight: 600;
  line-height: 40px;
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
}
section.heroSection {
    /* background-image: url('images/hero-banner.jpg');*/
    width: 100%;
    height: auto;
    position: relative;
    background: no-repeat top center/cover;
}
textarea.form-control {
  height: auto;
  min-height: 75px;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #767676;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.title-left {
  position: absolute;
  bottom: 85px;
 
}
/*.title-left h2 {
  color: white;
  font-size: 37px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  font-weight: 700;
  padding-left: 45px;
  line-height: 32px;
}*/
input.form-control.btn-primary {
  background: #767676;
  color: #fff;
  font-size: 19px;
  height: auto;
  padding: 6px 46px;
  width: auto;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: 500;
}
input.form-control.btn-primary:hover {
  border-color: #767676 !important;
}
.form-control::placeholder {
  color: #767676;
  font-weight: 500;
   font-family: 'Barlow', sans-serif;
  
}
/*.left-content img {
  padding-top: 35px;
  padding-left: 54px;
}*/
.title-left img {
  width: 100%;
}

.bg-element
{
position: absolute;
    width: 100%;
    height: 100%;
   background-size: cover;

}
.tapes img {
  width: 100%;
}


.right-sticker {
  position: absolute;
  right: 28px;
  top: 0;
  
}
section.tapeSection {
    background: #193d69;
}
section.tapeSection {
  position: relative;
  margin-top: -8px;
}
.Section03 {
  background-color: #6b164c;
  position: absolute;
  left: 0;
  height: 116px;
  width: 100%;
  top:0;
  z-index: -1;
}
.services {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: -90px;
}
section.services-section {
  position: relative;
}
.item {
  border-radius: 50%;
  border: 4px solid #6b164c;
  overflow: hidden;
  height: 280px;
  width: 280px;
}

.item img {

 width:100%;
  height:auto;
}
.item img {
  object-fit: cover;
  height: 280px;
  width: 280px;
}
h3.title {
  text-transform: uppercase;
  color: #193d69;
  font-weight: 800;
  font-size: 30px;
}
ul.rangle-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 3;
  column-gap: 60px;
}
section.range_section {padding: 35px 0px;     background: #e6e7e8;}

.section-title {
    text-align: center;
}
ul.rangle-list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
}
.right-sticker img {
  width: 100%;
}
section.tapeSection {
  padding: 40px 0px 100px 0;
}
.section-title h3.title.wtec {
  color: #fff;
}
.FeatureSection {
  padding: 46px 0px;
  position:relative;
      background-size: cover;
    background-position: center;
}
  
.FeatureSection .bgsection
{background: #0066b3;}
.bottom-form {
  right: 0;
}

.section-title.left {
  text-align: left;
}

.section-title.left .title {
  color: #fff;
}
ul.feature_list {
  margin: 0;
}

ul.feature_list li {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}
.aboutSection {
  position: relative;
  padding: 58px 0px;
  background-size: cover;
}
.bg-element.dark-color {
  background: #0f2a4a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}

.content {
  padding-right: 48px;
}
.content p {
  color: #fff;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
}

ul.contact-deatils {
  list-style: none; 
  margin: 0;
  padding: 0;
}
.section-title.left.top-space {
  margin-top: 46px;
}

ul.contact-deatils li {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

ul.contact-deatils li a {
  color: #fff;
}

ul.contact-deatils li i {
  margin-right: 14px;
}

h3.form-title {
  text-align: center;
  color: #767676;
  font-weight: 600;
  line-height: 35px;
  font-family: 'Barlow', sans-serif;
  font-size: 26px;
  margin-bottom: 25px;
}

.cs-notifications, .cs-notifications {
  display: none;
  margin-bottom: 20px;
  text-align: left;
}


ul.feature_list li, ul.rangle-list {
  list-style: none;
}

ul.feature_list li:before , ul.rangle-list li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: -26px;
  top: 12px;
  line-height: 10px;
}
ul.rangle-list li:before
{background-color: #1b3e67;}

ul.feature_list li, ul.rangle-list li {
  position: relative;
}





.iconlist {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 21px 18px;
    background: #fff;
    width: 100%;
    margin-top: 30px;
}

.iconlist .icon {
    display: inline-block;
    max-width: 182px;
} 

.our-team {
    text-align: center;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

    .our-team .pic {
        /* border-radius: 50%; */
        overflow: hidden;
        position: relative;
    }

        .our-team .pic img {
            width: 100%;
            height: auto;
            height: 170px;
            object-fit: cover;
    }
.our-team .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0,0,0,0.7);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team .team-content {
        width: 100%;
        height: 100%;
        transition: all 0.5s ease 0s;
        margin-top: 8px;
        padding: 12px 0px;
		min-height: 82px;
		display: flex;
    align-items: center;
    }
	.right-content {
    background: #e6e7e8;
}

    .our-team .team-info {
        width: 100%;
        color: #464646;
     
    }

    .our-team .title {
        font-size: 16px;
        color: #fff;
        margin: 0px 0 5px 0;
        transition: all 0.5s ease 0s;
      
    }

    .our-team .post {
        display: block;
        font-size: 14px;
        color: #464646;
    }

.tcR {
    background: #ed0009;
}

.tcG {
    background: #636466;
}













.error {
    font-size: 14px;
    color: red;
    padding: 9px 0px;
    float: left;
}
/*  media queries */
@media (min-width:1240px) and (max-width:1499px)
{
 

.tapes img {
  width: 100%;
  padding: 17px 0;

}
/*.heroSection .bg-element {

    background-position: 28%;
}*/
.heroSection h3.form-title{    font-size: 22px;}
.services {
  padding: 0px 40px;
}



section.heroSection .right-content input.form-control.btn-primary {
  padding: 2px 46px;
  line-height: 35px;
  height: 43px;
}

.title-left h2 {
  font-size: 34px;
  line-height: 26px;
  padding-left: 57px;
}


.title-left {
  position: absolute;
  bottom: 71px;
  width: 401px;
}
}




@media (max-width:1365px){
.item {
  height: 220px;
  width: 220px;
}

.hero-right-card form {
  background-color: #e6e7e8;
  padding: 3px 21px 37px 21px;
}
section.heroSection {
  height: 500px;
}
.title-left h2 {
  color: white;
  font-size: 31px;
  text-transform: uppercase;
 /* position: absolute; */
  top: 0;
  font-weight: 700;
  padding-left: 80px;
  line-height: 32px;
}
.form-control {
  height: 36px;
}
.hero-right-card .form-group {
  margin-bottom: 14px;
}
ul.rangle-list li
{
  font-size: 15px;
}
ul.rangle-list
{
  column-gap: 20px;
}
.item img {
  object-fit: cover;
  height: 220px;
  width: 220px;
}
.services {
  justify-content: space-evenly;
  margin-top: -80px;
}

.Section03 {
  height: 97px;
}
.tapeSection .col-md-12.tapes {
  padding: 0px 55px;
}
.right-sticker {
  width: 132px;
}
}


@media (max-width:1023px){
.item img {
  width: 220px;
  height: 220px;
}
.col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
}
.iconlist {
    flex-wrap: wrap;
}
.banner-title h2 {
    line-height: 48px;
    font-size: 43px;
}
.item {
  height: 220px;
  width: 220px;
}
.col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(169px, 1fr)) !important;
}
.s-item h2 {
    font-size: 22px;
    line-height: 30px;
}
.s-item img {
    height: 64px;
    text-align: center;
}
.right-sticker {
  width: 108px;
}
.content {
  padding-right: 0 !important;
}
h3.form-title {
  font-size: 18px !important;
  margin-bottom: 12px;
}
.title-left h2
{line-height: 25px;}

h3.title {
  font-size: 25px;
}
section.heroSection {
  height: 500px;
}
.overlay-colored.color-bg-theme.opacity-80 {
  background-color: #00000094;
  position: absolute;
  height: 100%;
  width: 100%;
}
ul.rangle-list li {
  line-height: 30px;
  font-size: 15px;
}
ul.rangle-list {
  column-gap: 40px;
  column-count: 2;
}
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
h3.form-title {
  font-size: 19px !important;
  margin-bottom: 12px;
}
.right-sticker {
  right: 0 !important;
  width: 118px !important;
}
.right-sticker img {
  width: 81% !important;
}
}


@media (max-width:767px)
{
  ul.rangle-list {
    column-gap: 0;
    margin-bottom: 22px;
    column-count: 1;
}
.left-content  .mid-image img {
    height: 141px;
    padding: 0 !important;
    margin: 0 !important;
}
.left-content.col-md-9 > .row {
    flex-direction: column;
}
.bg-element {
    background-position: 100% !important;
}
.bg-element {
    background-position: right !important;
}
.banner-title h2 {
       line-height: 31px !important;
    font-size: 24px !important;
}
.left-content .logo img {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 25px;
}
.logo {
    margin-top: 19px;
}
.col-md-12.suprt-item
{    grid-gap: 0;}
.aboutSection {
  padding: 23px 0px;
}
.FeatureSection {
  padding: 27px 0px;
}

section.tapeSection {
  padding: 100px 0px 128px 0;
}
.right-sticker
{display: none;}
ul.rangle-list li {
  line-height: 28px;
  font-size: 15px;
}
.left-content {
  text-align: center;
}
.content {
  padding-right: 0 !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.left-content img {
  padding: 0;
  margin-top: 30px;
  height: 110px;
}
h3.title {
  font-size: 25px;
}
ul.feature_list li {
  line-height: 28px;
  font-size: 15px;
}
h3.form-title {
  font-size: 22px;
  line-height: 26px;
}
.hero-right-card form {
  background-color: #e6e7e8;
  padding: 16px 20px 20px 20px;
}
.hero-right-card.bottom-form {
  margin-top: 32px;
}
.content p {
  font-size: 15px !important;
  line-height: 28px !important;
}
ul.contact-deatils li {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}
.broucher_download img {
  width: 100%;
}

.broucher_download {
  width: 166px;
}
.tapeSection .col-md-12.tapes {
  padding: 0;
}
.right-sticker {
  width: 48px;
  right: 0;
}



section.tapeSection {
  position: relative;
  margin-top: 0px;
}
.slide-content {
  position: relative;
  z-index: 1;
}

.color-bg-theme {
  background-color: #000000bf;
}

.opacity-80 {
  opacity: .8;
}
/* .broucher_download {
  position: fixed;
  top: 400px;
 
} */
.overlay-colored {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.heroSection {
  height: auto !important;
  min-height: auto!important;
  height: 100% !important;
}




.slide-content >.container >.row>[class*=col-] {
  align-self: stretch;
  flex-grow: 1;
  height: auto!important;
  min-height: auto!important
}
.title-left img {
  width: 100%;
  height: 69px;
  }
  .title-left {
   
    width: 283px;
  }

  .title-left h2 {
    font-size: 25px;
    padding-left: 32px;
}
}


@media (max-width:640px){
  .services {
    flex-direction: column;
    margin-top: -113px;
  }
  .Section03 {
    height: 200px;
    
  }
  .title-left {
    top: 170px;
    z-index: 100000000;
    width: 225px;
  }
  .title-left h2 {
    font-size: 20px;
    padding-left: 26px;
  }
  
  .title-left img {
    width: 100%;
    height: 57px;
    }

  .right-content.col-md-4 {
    padding-top: 148px;
  }
  .top_Sectn {
  
    flex-direction: column;
  }
  .item {
    height: 180px;
    width: 180px;
    margin-bottom: 11px;
  }
  section.range_section {
    padding: 0 0px;
}
  .item img {
    width: 180px;
    height: 180px;
  }


}

@media screen and (min-width:1024px) and (max-width:1170px){
section.heroSection .bg-element {
background-position: 57% !important;
}

section.heroSection .banner-title h2 {
    line-height: 25px;
    font-size: 20px;
}

}

@media screen and (min-width:1400px){
section.heroSection .container {
    width: 100%;
    padding: 0px 85px !Important;
}
}
@media screen and (max-width:992px) and (min-width:768px)
{
  .left-content.col-md-8 {
    width: 55%;
}
.heroSection .mid-image h3 {
    font-size: 31px;
    line-height: 45px;
    font-family: 'Anton', sans-serif;
    background: #ffdfe0;
    color: #441027;
    padding: 4px;
    border-radius: 6px;
	display:block;
	    text-align: center;
}
   .heroSection .hero-right-card form {
    background-color: #e6e7e8;
    padding: 23px 21px 21px 21px;
}
.heroSection .left-content img {
    padding-top: 18px;
    padding-left: 16px;
}
section.heroSection .bg-element {
    background: url(../images/hero-banner-other.jpg) !important;
}
.sppt-sectn .col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(169px, 1fr)) !important;
}
.heroSection h3.form-title{
font-size: 20px !important;}
.right-content {
    width: 43%;
}
.iconlist .icon img {
    object-fit: cover;
    height: 76px !important;
}

.right-content.col-md-4 {
    width: 40%;
}
.overlay-colored.color-bg-theme.opacity-80
{display:none;}
.right-sticker {
  width: 148px;
}
.left-content.col-md-9 {
    width: 60%;
}
.left-content .logo img {
    max-width: 82%;
}
section.heroSection .bg-element {
    background-position: left;
}
.left-content.col-md-9 > .row {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.top_Sectn.row .mid-image img {
      height: 146px;
    width: 100%;
    padding: 0;
}
.top_Sectn.row .banner-title h2 {
    line-height: 41px;
    font-size: 34px;
}
.title-left {
 
  z-index: 100000000;
  width: 415px;
}
.title-left h2 {
  font-size: 28px;
    padding-left: 49px;
}

.title-left img {
  width: 84%;
  height: auto;
  }

}


@media screen and (max-width:1198px) and (min-width:1000px)
{
	
	.sppt-sectn .col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    display: grid;
}
}

@media screen and (max-width:999px) and (min-width:800px)
{
	
	.sppt-sectn .col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(169px, 1fr)) !important;
    display: grid;
}
}


@media screen and (max-width:1367px) and (min-width:1025px)
{

  .hero-right-card form {
    background-color: #e6e7e8;
    padding: 5px 26px 16px 26px;
}
section.heroSection h1.ctitle {
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    margin-bottom: 25px;
}
h3.form-title
{font-size: 22px;
  line-height: 30px;}
}
.body .bg-element{
	background-position:28%;
}
.form-control{
	height:34px;
}

@media screen and (max-width:1200px) and (min-width:900px)
{
h3.form-title
{font-size: 20px;
  line-height: 30px;}

}
@media screen and (max-width:1250px) and (min-width:768px)
{


.hero-right-card form {
    background-color: #e6e7e8;
    padding: 4px 21px 21px 21px;
}
section.tapeSection {
  position: relative;
  margin-top: -2px;
}

}
    

@media (min-width: 1538px){
	section.heroSection .bg-element {
    background-position: center !important;
}
}

@media (max-width: 1238px){
.right-sticker {
    width: 105px;
}
section.heroSection h1.ctitle {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    margin-bottom: 34px;
}
.title-left h2 {
    font-size: 20px;
}

.main-title {
    width: 284px;
}

.content p{

  line-height: 29px;
  font-size: 16px;
}
.content {
  padding-right: 44px;
}
ul.contact-deatils li {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
}

@media (min-width:1366px){

  .hero-right-card form {
    background-color: #e6e7e8;
    padding: 24px 26px 52px 26px;
}
section.tapeSection {
    padding: 70px 0px 100px 0;
}
}
@media (min-width:1400px){
.banner-title h2 {
  
      font-size: 43px;
    text-transform: uppercase;
    line-height: 56px;
    font-family: 'Anton', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 2px;
}

}
@media (max-width:1365px){
.bg-element {
   
    background-position: bottom;
}
.col-md-12.suprt-item {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
display: grid;}
section.heroSection {
    height: auto !important;
}
.iconlist .icon img {
    object-fit: cover;
    height: 100px;
}
.banner-title h2 {
      line-height: 35px;
    font-size: 30px;
}
.s-item h2 {
    font-size: 23px;
}
.left-content img {
    padding-top: 0px;
    padding-left: 0px;
    width: 125px;
    max-width: 100%;
}
}
@media (max-width:767px){

.left-content img {
    width: auto;
    padding-top: 25px;
    padding-left: 8px;
}
.heroSection .mid-image h3 {
    font-size: 31px;
    line-height: 45px;
    font-family: 'Anton', sans-serif;
    background: #ffdfe0;
    color: #441027;
    padding: 4px;
    border-radius: 6px;
	display:block;
	    text-align: center;
}
.col-lg-12.ind-sectn {
    display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;}

.main-title {
    width: 232px;
}

.title-left h2 {
    font-size: 17px;
}

section.heroSection .right-content.col-md-3 {
    margin-top: 38px;
}
}

@media (min-width:1025px){
  .right-content.col-md-4 {
    flex: 1;
    background-color: #e6e7e8;
}
.top_Sectn {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  flex-wrap: wrap;
    height: auto;
    align-items: center;
}
section.heroSection .container {
  width: 100%;
  padding: 0 42px;
}

}

@media (max-width:480px){
.slide-content {
  padding-bottom: 26px;
}
.range_section .col-lg-12.ind-sectn {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
}
}


@media (min-width:992px){
.mid-image {
    display: none;
}

}
@media screen and (max-width:1088px) and (min-width:900px){
h3.form-title {
  font-size: 22px !important;
  line-height: 32px;
}
.left-content.col-md-9 {
    width: 65%;
}
.right-content.col-md-3 {
    width: 35%;
}
.top_Sectn
{height: auto !important;}
}

@media screen and (min-width:667px) and (max-width:760px){
.title-left h2 {
  font-size: 23px;
  padding-left: 29px;
}
.top_Sectn {
    flex-direction: column;
}

.main-title {
    width: 287px;
}
.title-left {
    width: 252px;
    position: absolute;
    top: 165px;
}
.item img {
  width: 200px;
  height: 200px;
}
.item {
  height: 200px;
  width: 200px;
}
}
@media screen and (max-width:1365px) and (min-width:1089px){

.right-content.col-md-3 {
    width: 28%;
    align-content: stretch;
    height: 100%;
}
.left-content.col-md-9 {
    width: 72%;
}
h1.ctitle {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    margin-bottom: 34px;
    letter-spacing: 0px;
    margin-top: 12px;
}
}

.title-left h2 {
   color: white;
    font-size: 27px;
    text-transform: uppercase;
    top: 0;
    font-weight: 700;
    padding-left: 43px;
    line-height: 27px;
    margin-top: 12px;
}
.book-now {
    background: #008b4a;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 280px;
    z-index: 100;
    border: 0;
    top: 175px;
    letter-spacing: 1px;
}
.parallex-container .FeatureSection {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    background-attachment: fixed;
}

section.parallex-container {
    position: relative;
    overflow: hidden;
}
h1.ctitle {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    margin-bottom: 34px;
}

.mid-image h3 {
	display:none;
}
#form1 .g-recaptcha {
    max-width: 300px; /* Adjust the maximum width as needed */
}

/* For Form 2 */
#validform .g-recaptcha {
    max-width: 300px; /* Adjust the maximum width as needed */
}