@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 1.9;
    font-size: 15px;
    font-family: 'Montserrat';
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'neosansstd';
    src: url(../fonts/neosansstd.ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 16px 23px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    z-index: 1;
    background: #f47435;
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Montserrat';
    width: 220px;
    text-align: center;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'neosansstd';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'neosansstd';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'neosansstd';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'neosansstd';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'neosansstd';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'neosansstd';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 15px;
    font-family: 'Montserrat';
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}
*/
.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #f47435;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*Top Sec Start*/

ul.topinfo-contect li {
    display: flex;
    gap: 10px;
}

ul.topinfo-contect li p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}

ul.topinfo-contect li p span {
    font-size: 15px;
    font-weight: 700;
    display: block;
}

ul.topinfo-contect li {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

ul.topinfo-contect {
    display: flex;
    gap: 80px;
    margin-bottom: 0px;
}

ul.topinfo-contect li:before {
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 30px;
    right: -41px;
    top: 7px;
}
ul.topinfo-contect li p span a {
    color: #000;
}
li.lst-loc:before {
    display: none;
}
ul.top-socialmedia li {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f47435;
}

ul.top-socialmedia {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-bottom: 0px;
}

ul.top-socialmedia li a {
    color: #fff;
}
.topSec {
    padding: 30px 0px;
}
ul.topinfo-contect li i {
    background: #fde3d7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f47435;
}
.topSec .row {
    align-items: center;
}
/*Top sec End*/


/*banner css Start*/

.banner-img img {
    width: 100%;
}
.banner_text {
    text-align: center;
}
.menuSec a.theme_btn {
    width: 100%;
}
.banner-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}
a.theme_btn.ban-tbn2 {
    background: transparent;
    border: 2px solid #fff;
}
.banner_text h1 {
    font-size: 58px;
    margin-bottom: 0px;
}

.banner_text h2 {
    font-size: 112px;
    color: #fff;
    margin-bottom: 20px;
}

.banner_text p {
    width: 63%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
/*banner css End*/



/*Section Consultation Start*/
.consultation {
    background-image: url(../images/consultation-back.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.consultation-fields input {
    border: 1px solid #fff;
    width: 100%;
    height: 60px;
    padding: 0px 20px;
}

.consultation-fields {
    position: relative;
    margin-bottom: 20px !important;
}

.consultation-fields i {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #f47435;
}

.consultation-fields textarea {
    width: 100%;
    height: 230px;
    padding: 10px 20px;
}

.consultation-fields textarea::placeholder {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.consultation-fields input::placeholder {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.text-consultation h2 {
    font-size: 100px;
    color: #fff;
    margin-bottom: 20px !important;
}

.text-consultation p {
    color: #fff;
    width: 90%;
}
.consul-btn button.theme_btn {
    width: 100%;
    border-radius: unset;
}

.consul-btn .theme_btn:hover:before {
    border-radius: unset;
}
.consultation .row {
    align-items: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Section Consultation End*/


/*section About us STart*/


.text-aboutus h2 {
    font-size: 49px;
    color: #000;
    margin-bottom: 20px;
}

.text-aboutus h3 {
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 10px;
    color: #f47435;
    letter-spacing: 3px;
}

.aboutus {
    padding: 100px 0px;
}

.aboutus .row {
    align-items: center;
}
.abt-play-icon a {
    position: absolute;
    right: 46%;
    top: 39%;
    background: #fff;
    width: 50px;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
    color: #000;
    animation: new-pulse-animation 2s infinite;
}

.maindv-about-img {
    position: relative;
}

.img-aboutus img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

/*Section About Us End*/


/*Section Services Start*/

.services {
    background-image: url(../images/service-back.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.service-img img {
    border: 1px solid #f47435;
    padding: 30px 30px;
    border-radius: 50%;
    object-fit: cover;
    height: 110px;
}

.service-text h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.service-text p {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.service-text {
    text-align: center;
}

.service-img {
    text-align: center;
    margin-bottom: 40px;
}

.services-box {
    background: #fff;
    padding: 60px 0px;
    margin-bottom: 40px !important;
}


.services-box:hover .service-img img {
    background: #000;
    transform: rotate(360deg);
    transition: 0.9s;
}

.services-box:hover .service-img {
    transform: scale(1.2);
    transition: 0.9s;
}


.services-box .theme_btn {
    width: 180px;
}

.top-heading h2 {
    font-size: 49px;
    color: #000;
    width: 61%;
    margin: 0 auto;
    text-align: center;
}

.services-box {
    background: #fff;
    padding: 60px 0px;
    margin-bottom: 40px !important;
    padding-bottom: 40px;
    padding-top: 60px;
}

.top-heading {
    margin-bottom: 61px !important;
}

/*Section Services End*/


/*Sectiuon projects Start*/

.text-project h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0px;
}

.text-project {
    position: relative;
    padding: 30px 20px;
    background: #f47435;
}

.text-project a {
    font-size: 30px;
    color: #f47435;
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: -36px;
}


.project-img img {
    width: 100%;
}


.project-box:hover .project-img img {
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: 0.9s;
}

.project-img {
    overflow: hidden;
}

.project-box {
    margin-bottom: 30px !important;
}

.project-box:hover .text-project a {
    transform: rotate(180deg);
    transition: 0.9s;
    background: #000;
}

.project .top-heading h2 {
    width: 100%;
}

.project {
    background-image: url(../images/project-back.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

/*Section projects End*/


/*Section Find Sta.find-info ul li i {
    border: 2px solid #f47435;
    width: 65px;
    height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #f47435;
}rt*/

.find-info ul li i {
    border: 2px solid #f47435;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #f47435;
}

.find-info ul li {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
}

.find-info ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #f47435;
}

.find-info ul li span {
    display: block;
    margin-top: -1px;
}

.find-info ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.heading-find h2 {
    font-size: 49px;
    color: #000;
}

.heading-find h2 {
    margin-bottom: 30px !important;
}
.find-info ul li img {
    border: 2px solid #f47435;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #f47435;
    object-fit: cover;
    padding: 14px 14px;
    object-fit: scale-down;
}
.find-map iframe {
    width: 100%;
    height: 510px;
}


.find-map {
    border: 3px solid #f47435;
}

.find {
    padding: 90px 0px;
}
/*Section Find End*/


/*Footer Start*/
footer {
    background: #111111;
    text-align: center;
    padding-top: 50px;
}

.ft-logo p {
    width: 60%;
    color: #ffffffc4;
    margin: 0 auto;
    padding: 22px 0px;
}

.ft-con-info .find-info ul li i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    background: #f47435;
}

.ft-con-info .find-info ul li a {
    color: #ffffffc4;
}

.ft-con-info .find-info {
    display: flex;
    gap: 40px;
    justify-content: center;
}


.ft-con-info .find-info ul {
    margin-bottom: 10px;
}

.ft-links ul {
    display: flex;
    justify-content: center;
    gap: 59px;
    margin-bottom: 0px;
    padding: 32px 0px;
    border-top: 1px solid #ffffff6b;
    margin-top: 2px;
}


.ft-links ul li a {
    color: #c2c2c2;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
}

.ft-social-icons ul.top-socialmedia {
    justify-content: center;
    padding: 30px 0px;
    gap: 30px;
}

.ft-social-icons ul.top-socialmedia li a {
    color: #111111;
}

.ft-links ul li {
    position: relative;
}

.ft-links ul li:before {
    position: absolute;
    content: '';
    background: #c2c2c2;
    width: 1px;
    height: 20px;
    right: -30px;
    top: 3px;
}
.ft-links p {
    color: #ffffffc4;
}
.ft-logo img {
    width: 14%;
}
/*Footer End*/




/*inner Banner Start*/

.banner-img.innerbanner-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.banner-img.innerbanner-img {
    position: relative;
}

.banner-img.innerbanner-img:before {
    position: absolute;
    content: '';
    background: #00000078;
    width: 100%;
    height: 100%;
    top: 0;
}

/*inner Banner End*/



/*Services Page Start*/

.aboutus.services-sec .text-aboutus {
    padding-left: 10px;
}
.aboutus.services-sec .theme_btn {
    width: 160px;
}

.info-ser-row.mt-5 .text-aboutus {
    padding-left: unset;
}
.innerservice-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

/*Services Page End*/


/*Project page Start*/
.project.inner-project-pg-sec {
    background-image: unset;
    height: unset;
    padding: 100px 0px;
}


/*Project Page End*/



/*CONTACT US Page Start*/

.contact-us .mg-40 {
  margin-top: 40px;
}

.contact-us .mg-40 iframe {
  height: 600px;
  width: 100%;
  margin: 40px 0 0;
}

.contact-us .theme-h2 {
  color: #000;
  font-size: 55px;
  margin-bottom: 20px !important;
  font-weight: 500;
  line-height: 60px;
  /* font-family: 'Oswald'; */
  text-transform: uppercase;
}

.contact-form input {
  width: 100%;
  border: 1px solid #111111;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: -5px;
  background: #f9fdff;
}

.contact-form textarea {
  width: 100%;
  padding: 5px 20px;
}

.contact-form input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: 'Montserrat';
    font-weight: 500;
}

.contact-form textarea {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #111111;
  border-radius: 0px;
  background: #f9fdff;
}

.contact-form textarea::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: 'Montserrat';
    font-weight: 500;
}

.contact-form a {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background-color: #f47435;
  padding: 15px;
  border-radius: -5px;
  font-family: montserrat;
}

.contact-links ul li i {
  font-size: 31px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #f47435;
}

.contact-links ul li p {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
}

.contact-links ul li a {
  color: #000;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 400;
}

.contact-links ul li {
  margin-left: 0px;
  margin-right: 20px;
}

.contact-links ul {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}

.contact-links ul li h3 {
  margin-bottom: 5px;
  color: #000;
  font-size: 25px;
  /* font-family: 'Oswald'; */
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

section.contact-us {
  padding: 100px 0px;
}

section.neonatal-sec h3 a {
  color: #000;
  margin: 0;
  font-size: 30px;
}

.contact-form select {
    width: 100%;
    border: 1px solid #111111;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    background: #f9fdff;
    appearance: auto;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}
/*CONTACT US  Page END*/

/*book start*/
section.book-mainsec form input {
    width: 100%;
    margin-bottom: 30px !important;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    color: #000;
}
section.book-mainsec form select {
    background: #f8f8f8 url(../images/arrow.png) no-repeat right;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    appearance: auto;
}
section.book-mainsec form textarea {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    resize: none;
    border-radius: 0px;
    height: 200px;
    color: #000;
}
section.book-mainsec form button {
    width: 50%;
    padding: 15px 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #f47435;
}
section.book-mainsec {
    padding: 100px 0px;
}

section.book-mainsec form input::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
section.book-mainsec form textarea::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
section.book-mainsec .top-heading-testi {
    margin-bottom: 70px;
    text-align: center;
}
section.book-mainsec .top-heading-testi h2 {
    color: #000;
}
/*book end*/




/*FAQS PAGE START*/

.accordion h3 {
    font-size: 30px;
    letter-spacing: 2px;
    text-decoration: underline;
}
.faq_heading h2 {
    color: black;
    text-align: center;
    font-weight: 600;
    margin: 0 0 50px 0 !important;
    text-transform: capitalize;
}
section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 100px 0;
}
.gorrila-page-sec {
  padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
  padding: 20px 30px;
  background-color: #f47435;
  color: white;
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 30px;
  /* border-radius: 10px !important;
  margin-bottom: 20px; */
  text-transform: uppercase;
  /* border-radius: 7px !important; */
}

.gorilla-content .accordion-button.collapsed:hover{background-color: #000;}

.gorilla-content .accordion-button {
  color: #f47435;
  font-size: 16px;
  padding: 20px 30px;
  line-height: 30px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 500;
}
.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;

}

.gorrila-page-txt ul {
  list-style: auto;
}

.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
  color: #A60000;
}
.accordion-body.gorrila-page-txt {
  padding: 20px 30px;
}
.gorilla-content .accordion-item{
  border: 1px solid #f47435 !important;
  margin-bottom: 30px;
  border-radius: 0px;
}
.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}
.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}
.gorilla-content .accordion-button::after{
  content: '\f067';
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  background-image: none;
  transform: rotate(0deg); 

}
.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';

}

/*FAQS PAGE END*/

.btn-shine {
    background: linear-gradient(to right, white 0, white, #f47435 73%, white 40%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #fff ;
      }
      100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
      }
}
@keyframes new-pulse-animation {
    0% {
      box-shadow: 0 0 0 0px #fff ;
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}



@media only screen and (min-width: 0px) and (max-width: 519px){
    ul.topinfo-contect {
        display: none;
    }
    ul.top-socialmedia {
        justify-content: center;
        margin-top: 0;
    }
    .menuSec {
        padding: 30px 0 0px;
        position: relative;
    }
    header {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .banner-img img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .banner_text h2 {
        font-size: 36px;
    }
    .banner_text h1 {
        font-size: 28px;
    }
    .banner_text p {
        width: 100%;
    }
    .text-aboutus h2 {
        font-size: 36px;
        margin: 0;
    }
    .services {
        height: auto;
        padding-top: 50px;
    }
    .top-heading h2 {
        font-size: 34px;
        width: 100%;
    }
    .project {
        height: auto;
        padding-top: 80px;
    }
    .heading-find h2 {
        font-size: 36px;
    }
    .find-info {
        margin-bottom: 30px;
    }
    .ft-logo p {
        width: 100%;
    }
    .ft-con-info .find-info ul {
        justify-content: start;
    }
    .ft-links ul li:before{
        display:none;
    }
    .ft-links ul {
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }
    .ft-con-info .find-info {
        display: block;
        margin-bottom: 0;
    }
    .ft-logo img {
        width: 50%;
    }
    .consultation {
        height: auto;
        padding: 50px 0;
    }
      body .text-consultation h2 {
        font-size: 36px;
        margin-bottom: 10px !important;
    }




}





/*Media Query Start*/
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
        .find-map iframe {
    width: 100%;
    height: 310px;
}
    .project-img img {
    width: 100%;
    height: 200px;
}
    .service-text h2 {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
section.services .vc_column-inner {
    padding: 0 5px;
}
    p {
    font-weight: 400;
    /* line-height: 1.6; */
    font-size: 15px;
    font-family: 'Montserrat';
}
    .text-aboutus h2 {
    font-size: 49px;
    color: #000;
    margin-bottom: 10px;
}
    section.consultation .vc_col-sm-7 {
    /* width: 40%; */
}

section.consultation .vc_col-sm-5 {
    /* width: 60%; */
}
    .banner_text p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
    .heading-find h2 {
    font-size: 36px;
    color: #000;
}
.services .row {
    justify-content: center;
}
.services-box {

    padding: 20px 0px;
    margin-bottom: 40px;
}
.top-heading h2 {
    font-size: 40px;
    color: #000;
    width: 60%;
}
.menuSec a.theme_btn {
    width: 100%;
    font-size: 13px;
    /* padding: 6px 0px; */
}
.menuSec ul li a {
   /* padding: 10px 5px; */
   font-size: 14px;
}
.theme_btn {
    padding: 13px 15px;
   
    width: 150px;

}
.banner_text h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 10px;
}
    .banner-img img {
        width: 100%;
        height: 620px;
    }
    .contact-links ul li h3 {
    margin-bottom: 5px;
    
    font-size: 18px;
    
}
.contact-links ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.contact-links ul li a {
    
    font-size: 13px;

}
    .banner-img.innerbanner-img img {
    width: 100%;
    height: 330px;

}
.contact-links ul li i {
    font-size: 25px;

    border-radius: 50%;
    height: 60px;
    width: 60px;
    
}
.contact-us .theme-h2 {
    
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 60px;

    text-transform: uppercase;
}
ul.topinfo-contect li p {font-size: 17px;/* line-height: 12px; */}
ul.topinfo-contect li p span a {
 /* font-size: 8px; */
}
ul.topinfo-contect li i {
    background: #fde3d7;
    /* width: 30px; */
    /* height: 30px; */
}
.consultation {
   height: auto;
   padding: 60px 0;
}
.text-consultation h2 {
    font-size: 50px;
    margin-bottom: 10px;
}
.aboutus {
    padding: 50px 0px;
}
.top-heading {
    margin-bottom: 30px;
}
.project {width: 100%;/* height: 660px; */}
.text-project h2 {
    font-size: 16px;
    
}
.text-project a {
    font-size: 30px;
    height: 50px;
    width: 50px;
    right: 20px;
    top: -40px;
}
.text-project {
    position: relative;
    /* padding: 20px 3px; */
    background: #f47435;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
       .find-map iframe {
    width: 100%;
    height: 310px;
}
    .project-img img {
    width: 100%;
    height: 200px;
}
    .service-text h2 {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
section.services .vc_column-inner {
    padding: 0 5px;
}
    p {
    font-weight: 400;
    /* line-height: 1.6; */
    font-size: 15px;
    font-family: 'Montserrat';
}
    .text-aboutus h2 {
    font-size: 49px;
    color: #000;
    margin-bottom: 10px;
}
    section.consultation .vc_col-sm-7 {
    width: 40%;
}

section.consultation .vc_col-sm-5 {
    width: 60%;
}
    .banner_text p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
    .heading-find h2 {
    font-size: 36px;
    color: #000;
}
.services .row {
    justify-content: center;
}
.services-box {

    padding: 20px 0px;
    margin-bottom: 40px;
}
.top-heading h2 {
    font-size: 40px;
    color: #000;
    width: 60%;
}
.menuSec a.theme_btn {
    width: 100%;
    font-size: 10px;
    /* padding: 6px 0px; */
}
.menuSec ul li a {
   /* padding: 10px 5px; */
   font-size: 14px;
}
.theme_btn {
    padding: 13px 15px;
   
    width: 150px;

}
.banner_text h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 10px;
}
    .banner-img img {
        width: 100%;
        height: 620px;
    }
    .contact-links ul li h3 {
    margin-bottom: 5px;
    
    font-size: 18px;
    
}
.contact-links ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.contact-links ul li a {
    
    font-size: 13px;

}
    .banner-img.innerbanner-img img {
    width: 100%;
    height: 330px;

}
.contact-links ul li i {
    font-size: 25px;

    border-radius: 50%;
    height: 60px;
    width: 60px;
    
}
.contact-us .theme-h2 {
    
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 60px;

    text-transform: uppercase;
}
ul.topinfo-contect li p {font-size: 17px;/* line-height: 12px; */}
ul.topinfo-contect li p span a {
 /* font-size: 8px; */
}
ul.topinfo-contect li i {
    background: #fde3d7;
    /* width: 30px; */
    /* height: 30px; */
}
.consultation {
   height: auto;
   padding: 60px 0;
}
.text-consultation h2 {
    font-size: 50px;
    margin-bottom: 10px;
}
.aboutus {
    padding: 50px 0px;
}
.top-heading {
    margin-bottom: 30px;
}
.project {width: 100%;/* height: 660px; */}
.text-project h2 {
    font-size: 16px;
    
}
.text-project a {
    font-size: 30px;
    height: 50px;
    width: 50px;
    right: 20px;
    top: -40px;
}
.text-project {
    position: relative;
    /* padding: 20px 3px; */
    background: #f47435;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
      .find-map iframe {
    width: 100%;
    height: 310px;
}
    .project-img img {
    width: 100%;
    height: 200px;
}
    .service-text h2 {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
section.services .vc_column-inner {
    padding: 0 5px;
}

   section.consultation .vc_col-sm-7 {
    width: 40%;
}

section.consultation .vc_col-sm-5 {
    width: 60%;
}
    p {
    font-weight: 400;
    /* line-height: 1.6; */
    font-size: 15px;
    font-family: 'Montserrat';
}
    .text-aboutus h2 {
    font-size: 44px;
    color: #000;
    margin-bottom: 10px;
}
 
    .banner_text p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
    .heading-find h2 {
    font-size: 36px;
    color: #000;
}
.services .row {
    justify-content: center;
}
.services-box {

    padding: 20px 0px;
    margin-bottom: 40px;
}
.top-heading h2 {
    font-size: 40px;
    color: #000;
    width: 60%;
}
.menuSec a.theme_btn {
    width: 100%;
    font-size: 10px;
    /* padding: 6px 0px; */
}
.menuSec ul li a {
   /* padding: 10px 5px; */
   font-size: 14px;
}
.theme_btn {
    padding: 13px 15px;
   
    width: 150px;

}
.banner_text h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 10px;
}
    .banner-img img {
        width: 100%;
        height: 620px;
    }
    .contact-links ul li h3 {
    margin-bottom: 5px;
    
    font-size: 18px;
    
}
.contact-links ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.contact-links ul li a {
    
    font-size: 13px;

}
    .banner-img.innerbanner-img img {
    width: 100%;
    height: 330px;

}
.contact-links ul li i {
    font-size: 25px;

    border-radius: 50%;
    height: 60px;
    width: 60px;
    
}
.contact-us .theme-h2 {
    
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 60px;

    text-transform: uppercase;
}
ul.topinfo-contect li p {font-size: 17px;/* line-height: 12px; */}
ul.topinfo-contect li p span a {
 /* font-size: 8px; */
}
ul.topinfo-contect li i {
    background: #fde3d7;
    /* width: 30px; */
    /* height: 30px; */
}
.consultation {
   height: auto;
   padding: 60px 0;
}
.text-consultation h2 {
    font-size: 50px;
    margin-bottom: 10px;
}
.aboutus {
    padding: 50px 0px;
}
.top-heading {
    margin-bottom: 30px;
}
.project {width: 100%;/* height: 660px; */}
.text-project h2 {
    font-size: 16px;
    
}
.text-project a {
    font-size: 30px;
    height: 50px;
    width: 50px;
    right: 20px;
    top: -40px;
}
.text-project {
    position: relative;
    /* padding: 20px 3px; */
    background: #f47435;
}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form input {
    width: 100%;
    border: 1px solid #111111;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: -5px;
    background: #f9fdff;
}
    .innerservice-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
    .find-map iframe {
    width: 100%;
    height: 310px;
}
    .project-img img {
    width: 100%;
    height: 200px;
}
    .service-text h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
section.services .vc_column-inner {
    padding: 0 5px;
}
    p {
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
    font-family: 'Montserrat';
}
    .text-aboutus h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}
    section.consultation .vc_col-sm-7 {
    width: 100%;
}

section.consultation .vc_col-sm-5 {
    width: 100%;
}
    .banner_text p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
    .heading-find h2 {
    font-size: 36px;
    color: #000;
}
.services .row {
    justify-content: center;
}
.services-box {

    padding: 20px 0px;
    margin-bottom: 40px;
}
.top-heading h2 {
    font-size: 40px;
    color: #000;
    width: 70%;
}
.menuSec a.theme_btn {
    width: 100%;
    font-size: 8px;
    padding: 6px 0px;
}
.menuSec ul li a {
   
    padding: 10px 5px;
    font-size: 14px;
   
}
.theme_btn {
    padding: 13px 15px;
   
    width: 150px;

}
.banner_text h2 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 10px;
}
    .banner-img img {
        width: 100%;
        height: 620px;
    }
    .contact-links ul li h3 {
    margin-bottom: 5px;
    
    font-size: 18px;
    
}
.contact-links ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.contact-links ul li a {
    font-size: 11px;
}
    .banner-img.innerbanner-img img {
    width: 100%;
    height: 330px;

}
.contact-links ul li i {
    font-size: 25px;

    border-radius: 50%;
    height: 60px;
    width: 60px;
    
}
.contact-us .theme-h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
}
ul.topinfo-contect li p {font-size: 17px;/* line-height: 12px; */}
ul.topinfo-contect li p span a {
 /* font-size: 8px; */
}
ul.topinfo-contect li i {
    background: #fde3d7;
    /* width: 30px; */
    /* height: 30px; */
}
.consultation {
   height: auto;
   padding: 60px 0;
}
.text-consultation h2 {
    font-size: 50px;
    margin-bottom: 10px;
}
.aboutus {
    padding: 50px 0px;
}
.top-heading {
    margin-bottom: 30px;
}
.project {width: 100%;/* height: 660px; */}
.text-project h2 {
    font-size: 16px;
    
}
.text-project a {
    font-size: 30px;
    height: 50px;
    width: 50px;
    right: 20px;
    top: -40px;
}
.text-project {
    position: relative;
    padding: 20px 3px;
    background: #f47435;
}
}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    section.book-mainsec form select {
    background: #f8f8f8 url(../images/arrow.png) no-repeat right;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    appearance: auto;
    margin-bottom: 30px !important;
}
        .slicknav_nav a:hover {
    background: #f47435;
    color: #fff;
}
        .contact-us .mg-40 iframe {
    height: 250px;
    width: 100%;
    margin: 0px 0 0;
}
        .innerservice-img {
    margin: 20px 0;
}
    .topSec .col-md-12.col-sm-7.col-xs-12 {
    width: 100%;
}
    .ft-logo p {
    width: 80%;
    color: #ffffffc4;
    margin: 0 auto;
    padding: 22px 0px;
}
    .ft-logo img {
    width: 34%;
}
    .ft-links ul {
    display: flex;
    justify-content: center;
    gap: 59px;
    margin-bottom: 0px;
    padding: 32px 0px;
    border-top: 1px solid #ffffff6b;
    margin-top: 2px;
    flex-wrap: wrap;
}
    .project-box {
    margin-bottom: 30px !important;
    margin: 40px 70px;
}
    .services {
    background-image: url(../images/service-back.jpg);
    width: 100%;
    /* height: 1400px; */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
    .top-heading h2 {
    font-size: 35px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
    ul.topinfo-contect {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}
    .banner_text p {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
    .banner_text h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}
    .banner-img img {
    width: 100%;
    height: 600px;
}
    .text-consultation h2 {
    font-size: 60px;
    color: #fff;
}
    .banner-img.innerbanner-img img {
    
    height: 250px;
    
}
.aboutus {
    padding: 50px 0px;
    text-align: center;
}
.innerservice-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.contact-links {
    margin-top: 30px;
}
.accordion-body.gorrila-page-txt {
    padding: 10px 20px;
}
.faq_heading h2 {
    color: black;
    text-align: center;
    margin: 0px 0 30px 0;
    font-size: 30px;
}
.img-aboutus img {
    height: 250px;
    object-fit: cover;
}
.contact-links ul li i {
    font-size: 30px;
    height: 70px;
    width: 70px;
    background: #f47435;
    margin: 0 auto;
    margin-bottom: 10px;
}
.text-aboutus {
    margin-top: 30px;
}
.contact-us .theme-h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
 
}
.contact-links ul {
    display: block;
    margin-bottom: 20px;
    align-items: center;
}
section.contact-us {
    padding: 40px 0px;
    text-align: center;
}
.theme_btn {
    padding: 10px 12px;
   
    font-size: 12px;
}





 .find-info ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #f47435;
}
    .find-map {
    border: 3px solid #f47435;
    margin: 10px 0;
}

    .find-map iframe {
    width: 100%;
    height: 300px;
}
    .find {
    padding: 40px 0px;
}
    .text-project h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0px;
}
    .text-project a {
    font-size: 30px;
    color: #f47435;
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: -76px;
}
    .top-heading {
    margin-bottom: 31px !important;
}
    .service-img img {
    border: 1px solid #f47435;
    padding: 20px 20px;
    border-radius: 50%;
    object-fit: scale-down;
    height: 100px;
}
    .service-img {
    text-align: center;
    margin-bottom: 10px;
}
    .services-box {
    background: #fff;
    padding: 30px 0px;
    margin-bottom: 40px !important;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 40px;
}
    p {
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    font-family: 'Montserrat';
}
    .topSec {
    padding: 10px 0px;
}
    .banner-img.innerbanner-img img {
    height: 350px;
}

.aboutus {
    padding: 50px 0px;
    text-align: center;
}
.innerservice-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.contact-links {
    margin-top: 30px;
}
.accordion-body.gorrila-page-txt {
    padding: 10px 20px;
}
.faq_heading h2 {
    color: black;
    text-align: center;
    margin: 0px 0 30px 0;
    font-size: 30px;
}
.img-aboutus img {
    height: 250px;
    object-fit: cover;
}
.contact-links ul li i {
    font-size: 30px;
    height: 70px;
    width: 70px;
    background: #f47435;
    margin: 0 auto;
    margin-bottom: 10px;
}
.text-aboutus {
    margin-top: 30px;
}
.contact-us .theme-h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
 
}
.contact-links ul {
    display: block;
    margin-bottom: 20px;
    align-items: center;
}
section.contact-us {
    padding: 40px 0px;
    text-align: center;
}
.theme_btn {
    padding: 10px 12px;
   
    font-size: 12px;
}
.img-aboutus {
    margin: 20px 0;
}








}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    section.book-mainsec form select {
    background: #f8f8f8 url(../images/arrow.png) no-repeat right;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    appearance: auto;
    margin-bottom: 30px !important;
}
    .slicknav_nav a:hover {
    background: #f47435;
    color: #fff;
}
    section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 50px 0;
}
    .contact-us .mg-40 iframe {
    height: 250px;
    width: 100%;
    margin: 0px 0 0;
}
    .gorilla-content .accordion-button.collapsed {
    padding: 20px 10px;
    background-color: #f47435;
    color: white;
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 20px;
    text-transform: uppercase;
    /* border-radius: 7px !important; */
}
    .project.inner-project-pg-sec {
    background-image: unset;
    height: unset;
    padding: 50px 0px;
}
    .innerservice-img {
    margin: 20px 0;
}
    p {
    font-weight: 400;
    line-height: 1.2;
    font-size: 15px;
    font-family: 'Montserrat';
}
.img-aboutus {
    margin: 30px 0;
}
section.vc_section.aboutus .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
    .find-info ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #f47435;
}
    .find-map {
    border: 3px solid #f47435;
    margin: 10px 0;
}

    .find-map iframe {
    width: 100%;
    height: 300px;
}
    .find {
    padding: 40px 0px;
}
    .text-project h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0px;
}
    .text-project a {
    font-size: 30px;
    color: #f47435;
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: -76px;
}
    .top-heading {
    margin-bottom: 31px !important;
}
    .service-img img {
    border: 1px solid #f47435;
    padding: 20px 20px;
    border-radius: 50%;
    object-fit: scale-down;
    height: 100px;
}
    .service-img {
    text-align: center;
    margin-bottom: 10px;
}
    .services-box {
    background: #fff;
    padding: 30px 0px;
    margin-bottom: 40px !important;
    padding-bottom: 30px;
    padding-top: 30px;
}
    p {
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    font-family: 'Montserrat';
}
    .topSec {
    padding: 10px 0px;
}
    .banner-img.innerbanner-img img {
    
    height: 250px;
    
}
.aboutus {
    padding: 50px 0px;
    text-align: center;
}
.innerservice-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.contact-links {
    margin-top: 30px;
}
.accordion-body.gorrila-page-txt {
    padding: 10px 10px;
}
.faq_heading h2 {
    color: black;
    text-align: center;
    margin: 0px 0 30px 0;
    font-size: 30px;
}
.img-aboutus img {
    height: 250px;
    object-fit: cover;
}
.contact-links ul li i {
    font-size: 30px;
    height: 70px;
    width: 70px;
    background: #f47435;
    margin: 0 auto;
    margin-bottom: 10px;
}
.text-aboutus {
    margin-top: 0;
}
.contact-us .theme-h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}
.contact-links ul {
    display: block;
    margin-bottom: 20px;
    align-items: center;
}
section.contact-us {
    padding: 40px 0px;
    text-align: center;
}
.theme_btn {
    padding: 10px 12px;
   
    font-size: 12px;
}
.img-aboutus {
    margin: 20px 0;
}
}

/*Media Query End*/
/*Media Query End*/