.sec_one{
  height: 50vh;
  width: 100%;
  position: relative;
  background:linear-gradient(90deg, rgb(145 148 166 / 100%) 0%, rgb(10 90 147 / 76%) 80%), url(img/contact.avif);
  background-size: 100% 70%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}
.title_one{
  font-size: 35px;
  font-weight: 600;
  color: white;
}
@media (max-width:1100px){
  .sec_one{
      height: 50vh;
  }
}
@media (max-width:1025px){
  .sec_one{
      height: 25vh;
      background-size: 100% 30%;
  }
}
@media (max-width:900px){
  .sec_one{
      height: 30vh;
      background-size: 100% 45%;
  }
}
@media (max-width:700px){
  .sec_one{
      height: 30vh;
      background-size: 100% 50%;
  }
}
@media (max-width:500px){
  .sec_one{
      height: 20vh;
      background-size: 100% 28%;
  }
  .title_one {
      font-size: 22px;
  }
}

/* section two */
.sec_two{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.title_two{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: auto;
}
.title_two::after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 12px;
}
.title_two span{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(11, 167, 245);
}
.sec_two_container{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxer{
    width: 300px;
    height: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #d9d6d65e;
}
.box_icon{
    margin: 10px;
    font-size: 30px;
    color:black;
}
.box_heading{
    font-size: 25px;
    color:black ;
    margin: 5px;
    font-weight: 600;
}
.box_para{
    font-size:16px;
    color: black;
    margin: 5px;
}
#boxer_one{
    background-color: rgb(11, 167, 245);
}
#boxer_two{
    background-color: rgb(0, 0, 0);
}
#box_icon_one{
    color: white;
}
@media(max-width:1100px) {
    .sec_two_container {
        min-height: 20vh;
        height: auto;
    }
}
@media (max-width:810px){
    .box_heading {
        font-size: 22px;
    }
    .box_para {
        font-size: 12px;
    }
}
@media (max-width:700px){
    .sec_two_container {
        min-height: 50vh;
        height: auto;
        display: grid;
    }
    .boxer {
        width: 100%;
        height: 160px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .title_two {
      font-size: 23px;
      margin-bottom: 10px;
    }
}
/* contact form */
#contact-google-map {
    width: 100%;
    height: 423px;
  }
.contact-page{
    width: 100%;
    overflow: hidden;
}
  .row_form{
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
  }
  .leftside,.rightside{
    width: 40%;
    margin: 10px;
  }
  .contact-info-style-one {
    border-bottom: 3px solid #60b62f;
    padding: 50px 0;
  }
  .contact-info-style-one .title p, .contact-info-style-one .title p {
    margin: 0;
  }
  .contact-info-style-one .title p{
    font-family: 'Poppins';
    font-weight: 600;
    color: #262626;
    font-size: 32px;
  }
  .contact-info-style-one .title p span {
    color: rgb(11, 167, 245);
    font-weight: bold;
  }
  .contact-info-style-one .title p:after {
    display: inline-block;
    vertical-align: bottom;
    content: '';
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    margin-left: 15px;
  }
  .contact-info-style-one .title p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    letter-spacing: .01em;
    margin-top: 8px;
  }
  .contact-info-style-one .contact-infos {
    padding: 21px 0;
    padding-left: 70px;
  }
  .contact-info-style-one .contact-infos .single-contact-infos {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-info-style-one .contact-infos .single-contact-infos + .single-contact-infos {
    margin-left: 65px;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .icon-box, .contact-info-style-one .contact-infos .single-contact-infos .text-box {
    display: table-cell;
    vertical-align: middle;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .icon-box {
    width: 33px;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .icon-box i {
    font-size: 33px;
    color: #262626;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .text-box {
    padding-left: 20px;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .text-box h3, .contact-info-style-one .contact-infos .single-contact-infos .text-box p {
    margin: 0;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .text-box h3 {
    font-size: 28px;
    font-family: 'Poppins';
    color: #60b62f;
    font-weight: 600;
  }
  .contact-info-style-one .contact-infos .single-contact-infos .text-box p {
    font-size: 18px;
    font-family: 'Poppins';
    color: #262626;
  }
  
  .contact-page #contact-page-google-map {
    width: 100%;
    height: 495px;
  }
  .contact-form{
    margin-bottom: 10px;
  }
  .google-map iframe{
    width:100%;
    height:483px;
  
  }
  .contact-page form.contact-form h3 {
    margin: 0;
    font-size: 24px;
    color: #262626;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .contact-page form.contact-form input, .contact-page form.contact-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    color: #888888;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    background: #F6F6F6;
    margin-bottom: 15px;
  }
  .contact-page form.contact-form input::-webkit-input-placeholder, .contact-page form.contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
  }
  .contact-page form.contact-form input::-moz-placeholder, .contact-page form.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
  }
  .contact-page form.contact-form input:-ms-input-placeholder, .contact-page form.contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #888888;
  }
  .contact-page form.contact-form input:-moz-placeholder, .contact-page form.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
  }
  .contact-page form.contact-form input.error, .contact-page form.contact-form textarea.error {
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
  }
  .contact-page form.contact-form input.error::-webkit-input-placeholder, .contact-page form.contact-form textarea.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  .contact-page form.contact-form input.error::-moz-placeholder, .contact-page form.contact-form textarea.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .contact-page form.contact-form input.error:-ms-input-placeholder, .contact-page form.contact-form textarea.error:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  .contact-page form.contact-form input.error:-moz-placeholder, .contact-page form.contact-form textarea.error:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .contact-page form.contact-form textarea {
    height: 144px;
    margin-bottom: 25px;
    padding-top: 15px;
  }
  .contact-page form.contact-form label.error {
    display: none !important;
  }
  .contact-page form.contact-form button {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background: rgb(11, 167, 245);
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 45px;
  }
  .contact-page form.contact-form button:before {
    background: #252525;
  }
  
  .contact-info-style-two {
    background: #000 url(../img/project-video-box-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .contact-info-style-two .left-content {
    position: relative;
    max-width: 670px;
    margin-left: auto;
  }
  .contact-info-style-two .left-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100000px;
    background: #60b62f;
    opacity: .85;
  }
  .contact-info-style-two .left-content .inner {
    position: relative;
    z-index: 10;
    padding: 110px 0;
    padding-right: 95px;
  }
  .contact-info-style-two .left-content .inner h3, .contact-info-style-two .left-content .inner p {
    margin: 0;
  }
  .contact-info-style-two .left-content .inner h3 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #FFFFFF;
  }
  .contact-info-style-two .left-content .inner p {
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 25px;
  }
  .contact-info-style-two .left-content .inner h4 {
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-top: 25px;
  }
  .contact-info-style-two .left-content .inner .social {
    margin-top: 25px;
  }
  .contact-info-style-two .left-content .inner .social a {
    font-size: 36px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .contact-info-style-two .left-content .inner .social a:hover {
    color: #262626;
  }
  .contact-info-style-two .left-content .inner .social a + a {
    margin-left: 16px;
  }
  .contact-info-style-two .right-video-box {
    text-align: center;
    min-height: 593px;
  }
  .contact-info-style-two .right-video-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contact-info-style-two .right-video-box a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
  }
  .formtitle{
    font-size: 24px;
    color: black;
    font-weight: 600;
  }
  .formtitle span{
    color: rgb(11, 167, 245);
  }
  @media(max-width:600px){
    .row_form {
        display: grid;
    }
    .leftside,
    .rightside{
        width: 100%;
        margin: 0px;
    }
    .google-map iframe {
        width: 100%;
        height: 0px;
    }
  }
  @media(max-width:500px){
  
}