/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Chivo',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  /* overflow-x: hidden !important; */
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Chivo', sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px 'Chivo', sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Chivo', sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro.eot');
    src: url('../fonts/Intro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Intro.woff2') format('woff2'),
        url('../fonts/Intro.woff') format('woff'),
        url('../fonts/Intro.ttf') format('truetype'),
        url('../fonts/Intro.svg#Intro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    position: relative;
    margin: 0;
    font: 14px 'Chivo', sans-serif;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 5%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #e20809;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -127px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* All Page CSS */
.header{

background-color: transparent;padding: 14px 40px;position: sticky;top: 0;width: 100%;z-index: 9;}
.header .header-top{
    
/* background-color: #387CE0; */display: flex;align-items: center;justify-content: center;}
.header-top .logo{
    
}
.header-top .logo img{
    
width: 60px;}
.header-top .main-menu-nav{
    
margin-left: auto;display: flex;align-items: center;}
.header-top .main-menu-nav li{
    
margin: 0px 11px;}
.header-top .main-menu-nav li.menu-btn{
    
margin-left: 25px;}
.header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_4, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_6, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_10, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_12 {
    r:6;
    cx:6;
    cy:6;
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_9, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_5, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_11, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_7, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_8 {
    fill: #e4e4e48c;
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_10 {
    transform: translate(1838.337px, 46.413px);
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_12 {
    transform: translate(1815px, 46px);
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_4 {
    transform: translate(1815px, 25px);
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_6 {
    transform: translate(1840px, 26px);
}

.header-top .main-menu-nav li.menu-btn:hover svg{
        /*transform: scale(.8);*/
}
.header-top .main-menu-nav li.menu-btn svg circle{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.header-top .main-menu-nav li.menu-btn svg{
    
width: 34px;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.header-top .main-menu-nav li a{
    
}
.header-top .main-menu-nav li a{
    
color: white;padding: 11px 10px;display: block;}
.header-top .main-menu-nav li a img{
    
margin: 10px 12px;width: 35px;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#homepage-hero-slider .item{

position: relative;height: 100vh;}
#homepage-hero-slider .item:before{
    content: '';
background-color: black;width: 100%;height: 100%;position: absolute;opacity: .4;top: 0;}
.header-top .main-menu-nav li a:hover img{
    opacity: .7;
}
#homepage-hero-slider .homepage-banner-text h3{
color: #D35A2B;font-family: 'Intro';margin-left: 0px;font-size: 100px;line-height: 91px;-webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;}
#homepage-hero-slider .homepage-banner-text p{
color: white;font-size: 31px;line-height: 39px;-webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;}
#homepage-hero-slider .homepage-banner-text{
    
position: absolute;left: 10%;bottom: 0;color: white;justify-content: center;display: flex;top: 0;align-items: flex-start;flex-direction: column;height: 100%;}
#homepage-hero-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    
    
background-color: #FFDCCC;}
#homepage-hero-slider .owl-dots .owl-dot.active {
    background: #D35A2B;
}
#homepage-hero-slider .owl-dots {
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    z-index: 109;
    
    bottom: 10px;
    
right: 10%;display: flex !important;align-items: center;justify-content: center;}
.slider-counter{

position: absolute;bottom: 7px;right: 6%;z-index: 99;}
.slider-counter p{

color: #ffffff9c;font-size: 19px;letter-spacing: 0.7px;}
.slider-counter #currentSlider{

font-size: 35px;font-weight: 500;}
.slider-counter #totalSlider{

}
.intro-image-scroll-wrapper{

padding: 110px 0px;position: relative;}
.hompage-intro-box-wrapper{

background-color: transparent;padding: 0px;border-radius: 30px;position: relative;}
.hompage-intro-box-wrapper p{
    
font-size: 15px;text-align: left;line-height: 21px;margin: 6px 0px;color: black;font-weight: 600;}
.hompage-intro-box-wrapper p strong{
    
font-size: 40px;font-weight: 900;}
.hompage-intro-box-wrapper p span{
    
font-weight: 800;}
.hompage-intro-box-wrapper .intro-img-scroll{
    
width: 100%;
    transition: opacity 0.4s ease 0.5s;
    opacity: 1;
    animation: 16s linear 0s infinite normal none running scrolling-animation;
}
.hompage-intro-box-wrapper .intro-img-scroll img{
    margin-top: 45px;
}
.hompage-intro-para{
    
padding: 0px 0px 4px 25px;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
@-webkit-keyframes scrolling-animation {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.hompage-intro-para h3{

margin: 0px;color: #D35A2B;
    font-family: 'Intro';
    
    font-size: 39px;
    line-height: 40px;margin-bottom: 15px;}
.hompage-intro-box-wrapper ._fixed_box{

/* height: 540px; */
    overflow: hidden;
 /* align-items: center; */ 
}
.hompage-intro-box-wrapper ._height_100{
max-height: 100%;
height: 100%;}
.intro-image-scroll-wrapper{

background: url(../images/about-img-bg.png) 0px 0px no-repeat;background-size: cover;}
.intro-image-scroll-wrapper .blue-ball-size-2{

position: absolute;top: 62px;right: 31%;width: 11px;}
.intro-image-scroll-wrapper .blue-ball-size-1{

position: absolute;top: -35px;left: 0;right: 0;width: 50px;margin: auto;}
.hompage-hero-banner{
    position: relative;
}
.homepage-award-section ._align_center{
align-items: center;}
.homepage-award-section{

padding-top: 140px;
    position: relative;}
.homepage-award-box{


    background-color: #E9F1FC;
    padding: 40px 45px;
    border-radius: 30px;
    position: relative;}
.homepage-award-section ._medium_sec_title{

font-size: 40px;text-align: left;line-height: 40px;font-weight: 800;}
.flip-img{

}
.flip-img p{

}
.flip-img img{

}


#homepage-hero-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow-with-bg.png) no-repeat 0 0;
}
#homepage-hero-slider .owl-nav .owl-next {
    background: url(../images/right-arrow-with-bg.png) no-repeat 0 0;
}
#homepage-hero-slider .owl-nav .owl-next, #homepage-hero-slider .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    margin: 7px;
    padding: 0;
    color: transparent;
    background-size: contain;
    background-position: center!important;
}
#homepage-hero-slider .owl-nav, #homepage-hero-slider .owl-nav{
    position: absolute;
    bottom: 10px;
display: flex;left: 50px;}
.vertical-slider-section{

}
.vertical-slider-section{

display: flex;flex-direction: row;flex-wrap: nowrap;position: relative;}
.vertical-slider-section .vertical-slider-inner {

display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
height: 500px;width: 100%;justify-content: center;}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item{
flex-basis: 14%;
transition: all ease .2s;
    -webkit-transition: all ease .2s;
position: relative;background: url(../images/vertical-1.png) 0px 0px no-repeat;position: relative;padding: 30px;background-size: cover;cursor: pointer;}
.vertical-slider-inner h3{

position: absolute;
    height: 40px;
    width: 440px;padding-left: 15px;
    line-height: 17px;text-align: right;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -ms-transform: translateX(-100%) rotate(-90deg);
    -ms-transform-origin: right top;transition: all ease .7s;
    -webkit-transition: all ease .3s;
color: white;
    font-family: 'Intro';
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 15px;margin-left: 0px;text-align: left;}
.vertical-slider-inner p{
    opacity: 0;
    transform: translateY(23px);
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item.active h3{
    position: static;
    -webkit-backface-visibility: hidden;
    transform: translateX(0%) rotate(0deg);
    transform-origin: right top;
    -o-transform: translateX(0%) rotate(0deg);
    -o-transform-origin: right top;
    -webkit-transform: translateX(0%) rotate(0deg);
    -webkit-transform-origin: left top;
    -moz-transform: translateX(0%) rotate(0deg);
    -moz-transform-origin: right top;
    -ms-transform: translateX(0%) rotate(0deg);
text-align: left;color: #D35A2B;padding-left: 0px;width: 100%;margin-bottom: 8px;transition: all ease .7s;
    -webkit-transition: all ease .7s;font-size: 38px;height: auto;}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item.active p{
position: relative;
color: white;
z-index: 9;
width: 60%;
text-align: left;
line-height: 21px;
opacity: 1;
transition: all ease .3s .5s;
-webkit-transition: all ease .3s .5s;
-moz-transition: all ease .3s .5s;
transform: translateY(0px);}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item.active{
transition: all ease .2s;
    -webkit-transition: all ease .2s;flex-basis: 100%;
}
.vertical-slider-title-wrapper{
    flex-basis: 7%;
height: 100%;}
.vertical-slider-title{
    position: absolute;
    height: 99px;
    top: -10px;width: 500px;
    padding-left: 40px;padding-right: 18px;
    text-align: right;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -ms-transform: translateX(-100%) rotate(-90deg);
    -ms-transform-origin: right top;
background-color: #D35A2B;text-align: left;padding-top: 16px;font-family: 'Intro';font-size: 37px;font-family: 'Intro';color: white;margin-bottom: 0px;}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item:nth-child(odd):before{
    content: '';
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
top: 0;left: 0;}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item:nth-child(even):before{
    content: '';
    background-color: #ff621d;
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
top: 0;left: 0;}
.vertical-slider-section .vertical-slider-inner .vertical-slider-item.active:before{
background-color: black;
}
.why-choose-us{

padding: 70px 0px;background: url(../images/bg-square-texture.png) no-repeat 0px 0px;
    background-position: bottom right;}
.why-choose-us .sec-title{

font-size: 40px;color: #D35A2B;font-family: 'Intro';
    text-align: left;line-height: 36px;}
.why-choose-us .why-choose-us-intro{

width: 90%;}
.why-choose-us .why-choose-us-intro p{

color: black;font-weight: 700;line-height: 20px;margin-top: 11px;text-align: left;}
.why-choose-us .why-choose-us-intro .orange_para{

color: #D35A2B;font-size: 20px;font-weight: 700;margin-top: 0px;line-height: 24px;}
.why-choose-us-points{

margin-top: 50px;}
.why-choose-us-points .why-choose-us-box .why-choose-us-box-content{
width: 50%;}
.why-choose-us-points .why-choose-us-box{

display: flex;align-items: center;margin-top: 35px;}
.why-choose-us-points .why-choose-us-box img{

width: 200px;height: 200px;object-fit: contain;margin-right: 15px;}
.why-choose-us-points .why-choose-us-box h3{

font-size: 25px;
    color: #D35A2B;
    font-family: 'Intro';
    text-align: left;margin-left: 0px;line-height: 25px;margin-bottom: 8px;margin-right: 0px;}
.why-choose-us-points .why-choose-us-box p{

color: black;font-weight: 700;text-align: left;line-height: 23px;}
._push_padding_left{
    
margin-left: 50px;}
._push_padding_top{
    
margin-top: 20px;}
.why-choose-us-quote{
    color: #FFB999;
text-align: center;/* font-family: 'Intro'; */font-size: 39px;margin: 50px 0px;font-weight: bold;}
.persevering-section{

position: relative;}
.persevering-section img{

width: 100%;max-height: 570px;object-fit: cover;}
.persevering-section h3{
    
position: absolute;display: flex;align-items: center;justify-content: center;/* height: 100%; */right: 10%;z-index: 9;top: 0;bottom: 0;font-family: 'Intro';color: #D35A2B;font-size: 70px;text-align: right;}
.clients-logo{

background-color: #EEEEEE;padding: 50px 0px;}
.clients-logo h3{

text-align: center;margin: auto;font-family: 'Intro';
    color: #D35A2B;
    font-size: 35px;margin-bottom: 45px;}
.clients-logo .clients-logo-wrapper{

display: flex;align-items: center;justify-content: center;}
.clients-logo .clients-logo-wrapper img{

width: 140px;cursor: pointer;margin: 0px 30px;filter: grayscale(1);transition: all ease .3s;
    -webkit-transition: all ease .3s;}
.clients-logo .clients-logo-wrapper img:hover{

}
.testimonial{

padding: 120px 0px;}
.testimonial h3{

text-align: left;
    margin: auto;
    font-family: 'Intro';
    color: #D35A2B;
    font-size: 35px;
    margin-top: 45px;}
.testimonial #testimonial-slider{

overflow: visible;}
.testimonial #testimonial-slider .testimonial-box{

background-color: #FFDCCC;padding: 30px 55px;position: relative;z-index: 9;}
.testimonial #testimonial-slider .testimonial-box span{

font-size: 50px;font-weight: bold;color: #D35A2B;}
.testimonial #testimonial-slider .testimonial-box p{

text-align: left;font-weight: 600;color: black;line-height: 21px;}
.testimonial #testimonial-slider .testimonial-box .testimonial-name{

text-align: right;color: #D35A2B;font-size: 28px;margin-right: 20%;margin-top: 15px;margin-bottom: 10px;}
.testimonial #testimonial-slider .testimonial-box .testimonial-desi{

text-align: right;margin-right: 20%;font-size: 11px;line-height: 15px;}
.testimonial #testimonial-slider .testimonial-box .quote-left{
width: 38px;margin-left: 0;}
.testimonial #testimonial-slider .testimonial-box .quote-right{
width: 45px;
    margin-right: 0;margin-top: -27px;}
#testimonial-slider .owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
}
#testimonial-slider .owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
}
#testimonial-slider .owl-nav .owl-next, #testimonial-slider .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    margin: 7px;
    padding: 0;
    color: transparent;
    background-size: contain;
    background-position: center!important;
}
#testimonial-slider .owl-nav, #testimonial-slider .owl-nav{
    position: absolute;
    top: -3px;
display: flex;right: 35px;}
.contact-us-now{

}
.contact-us-now .contact-us-wrapper{

margin-bottom: -120px;}
.contact-us-now .contact-us-wrapper h3{

text-align: left;
    margin: auto;
    font-family: 'Intro';
    color: #D35A2B;
    font-size: 35px;
    margin-top: 45px;}
.contact-us-now .contact-us-wrapper p{

color: black;font-size: 20px;font-weight: 500;margin-top: 7px;}
.contact-us-now .contact-us-wrapper a{
     transition: all ease .3s;
    -webkit-transition: all ease .3s;

background-color: #D35A2B;padding: 4px 30px;display: inline-block;font-size: 22px;font-weight: bold;color: white;margin-top: 17px;}
.contact-us-now img{

}
footer{

background-color: #201D1D;padding: 90px 0px;}
footer ul{

}
footer ul li{

}
footer ul li a{

color: white !important;margin-bottom: 5px;display: inline-block;padding: 2px 1px;}
footer .foo-address{

}
footer .foo-address p{

color: #ffffff8a;display: flex;align-items: flex-start;text-align: left;line-height: 18px;}
footer .foo-address a{

display: inline-block;color: #ffffff8a;margin-right: 13px;margin-top: 15px;}
footer .foo-address a i{

margin-right: 10px;}
footer .foo-address p i{

margin-right: 9px;}
footer img{
margin: auto;}
#homepage-hero-slider .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInDown;
    animation-delay: 0.7s;
}
#homepage-hero-slider .owl-item img {
    transition: all ease;
    -webkit-transition: all ease;
transform: translateX(100%);height: 100vh;}
#homepage-hero-slider .owl-item.active img {
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    transform: translateX(0);
}
#homepage-hero-slider .owl-item.active p {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    animation-name: fadeInDown;
    animation-delay: 0.9s;
}
.hompage-intro-para .read-more-btn{
    
background-color: #D35A2B;color: white;display: block;padding: 8px 20px;margin-top: 16px;margin-left: auto;
border: 1px solid #D35A2B;
}
.hompage-intro-para .read-more-btn:hover{
    background-color: #FFDCCC;
    color: #D35A2B;
     transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.contact-us-now .contact-us-wrapper a:hover{
    padding-left: 40px;

}
.clients-logo .clients-logo-wrapper img:hover{
        filter: grayscale(0);
}
.orange_band{
    background-color: #D35A2B;
    height: 40px;
}

/*About US*/
.about-intro{

padding: 90px 0px;background: url(../images/bg-square-texture.png) no-repeat 0px 0px;background-position: right;}
.about-intro h3{

margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;margin-top: 30px;}
.about-intro p{

font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin: 20px 0px;
    color: black;
    font-weight: 600;}
.about-us-intro-1{

margin-bottom: 90px;}
.about-us-intro-2{
    
}
.vision-mission .vm-box:hover p{
    color: white;
}
.vision-mission .vm-box:hover{
    background-color: black;
}
.vision-mission{position: relative;display: flex;align-items: center;justify-content: center;}
.vision-mission img{}
.vision-mission .vm-content{position: absolute;padding: 70px;}
.vision-mission .vm-box{
    cursor: pointer;

border: 3px solid #201D1D;padding: 50px;transition: all ease .2s;
    -webkit-transition: all ease .2s;}
.vision-mission .vm-box h3{

margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;text-align: center;}
.vision-mission .vm-box p{

font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin: 20px 0px;
    color: black;
    font-weight: 600;text-transform: uppercase;text-align: center;}
.our-values{

padding: 70px 0px;}
.our-values h3{

text-align: left;
    margin: auto;
    font-family: 'Intro';
    color: #D35A2B;
    font-size: 35px;
    margin-top: 45px;}
.our-values .our-values-list-box{

}
.our-values .our-values-list-box ul{

background-color: black;padding: 25px 30px;border-top: 8px solid #D35A2B;}
.our-values .our-values-list-box ul li{

color: white;font-size: 20px;margin-bottom: 10px;text-transform: uppercase;}
.our-team{

background-color: #d35a2b;padding: 60px;padding-bottom: 80px;}
.our-team h3.sec-title{

text-align: center;
    margin: auto;
    font-family: 'Intro';
    color: white;
    font-size: 35px;
    margin-top: 0;margin-bottom: 30px;line-height: 32px;}
.our-team .our-team-box{

}
.our-team .our-team-box img{

padding: 15px;border: 2px solid white;}
.our-team .our-team-box .profile-description{

/* transform: translateY(40px); */color: black;background-color: white;padding: 23px;text-align: left;line-height: 20px;transition: all ease .2s;
    -webkit-transition: all ease .2s;position: absolute;top: 0;display: flex;height: 0;opacity: 0;visibility: hidden;align-items: center;justify-content: center;}
.our-team .our-team-box .profile-img{
position: relative;}
.our-team .our-team-box h3{

color: white;margin-left: 0px;font-size: 25px;text-transform: uppercase;font-weight: 600;margin-bottom: 3px;}
.our-team .our-team-box .small-text{

color: black;font-weight: 500;}
.our-team .our-team-box .profile-img:hover .profile-description{
    /*transform: translateY(0px);*/
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.testimonial #testimonial-slider .testimonial-box-border{
    position: relative;
}
.testimonial #testimonial-slider .testimonial-box-border:after{
    content: '';
border: 1px solid #a7a7a7;width: 100%;height: 100%;top: 0;position: absolute;left: 12px;top: 12px;z-index: -1;}
#testimonial-slider .item{

padding: 20px;padding-left: 0;}
.contactpage-wrapper{

padding: 90px 0px;background: url(../images/bg-square-texture.png) no-repeat 0px 0px;
    background-position: bottom right;}
.contactpage-wrapper h3{

margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;}
.contactpage-wrapper p{

font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin: 20px 0px;
    color: black;
    font-weight: 600;}
.contactpage-wrapper .contactpage-form-wrapper{

background-color: #EEEEEE;padding: 40px 75px;/* width: 90%; *//* margin: auto; */}
.contactpage-form-wrapper #contact-form{

}
.contactpage-form-wrapper #contact-form .input-field{display: flex;position: relative;}
.contactpage-form-wrapper #contact-form .input-field input{background-color: transparent;border: 0;border-bottom: 1px solid #c1c1c1;width: 82%;margin-bottom: 34px;margin-left: 10px;padding: 12px 6px;}
.contactpage-form-wrapper #contact-form .input-field textarea{background-color: transparent;border: 1px solid #b1a8a8;margin-left: 10px;border-radius: 0px;margin-bottom: 30px;height: 110px;border: 1px solid #c1c1c1;}
.contactpage-form-wrapper #contact-form .input-field label{

width: 18%;text-align: right;color: black;font-weight: 500;}
.contactpage-form-wrapper #contact-form .input-field input[type='submit']{

width: auto;display: block;margin-left: auto;background-color: #D35A2B;color: white;padding: 22px 35px;line-height: 0px;}
.contactpage-form-border:before{
    content: '';
border: 1px solid #a7a7a7;position: absolute;width: 100%;height: 100%;left: 17px;top: 20px;z-index: -1;}
.contactpage-form-border{
   width: 90%;
    margin: auto;
position: relative;}
.section-scroll{

position: relative;padding: 0;}
.section-scroll .service-section-wrapper{

/* height: 100%; */display: flex;align-items: center;position: relative;width: 100%;top: 20%;}
.service-section-wrapper .service-list-box{

}
.service-section-wrapper .service-list-box h3{

font-size: 40px;
    color: white;
    font-family: 'Intro';
    text-align: left;
    line-height: 36px;margin-left: 0;}
.service-section-wrapper .service-list-box p{

color: white;
    font-weight: 400;
    line-height: 20px;
    margin-top: 11px;
    text-align: left;width: 40%;}
.service-section-wrapper .service-list-box a{

background-color: #D35A2B;
    color: white;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 16px;
    margin-left: auto;
    border: 1px solid #D35A2B;}
.service-list .section-scroll .service-list-box{
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.service-list .section-scroll.current .service-list-box {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}
.single-servicepage{

position: relative;}
.single-servicepage .banner{

position: relative;}
.single-servicepage .banner img{

max-height: 400px;width: 100%;object-fit: cover;}
.single-servicepage .banner .banner-title{

position: absolute;top: 0;bottom: 0;z-index: 1;left: 0;right: 0;display: flex;align-items: center;justify-content: center;}
.single-servicepage .banner .banner-title h1{

margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;font-style: normal;}
.single-servicepage-intro{

padding: 90px 0px;
    background: url(../images/bg-square-texture.png) no-repeat 0px 0px;
    background-position: right;}
.single-servicepage-intro .servicepage-intro-img img{
    
}
.single-servicepage-intro p{
    
font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin-bottom: 12px;
    color: black;
    font-weight: 600;display: flex;align-items: center;justify-content: center;/* height: 100%; */}
.service-who-needs{

background: url(../images/serive-who-needs-bg.jpg) 0% 0% / cover no-repeat fixed;padding: 150px 0px;position: relative;}
.service-who-needs:before{
    content: '';
background-color: black;opacity: .7;width: 100%;height: 100%;position: absolute;top: 0;}
.service-who-needs .service-who-needs-wrapper{
    
width: 50%;margin: auto;text-align: center;position: relative;}
.service-who-needs .service-who-needs-wrapper h3{
    
margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;}
.service-who-needs .service-who-needs-wrapper p{
    
font-size: 15px;
    text-align: center;
    line-height: 21px;
    margin: 20px 0px;
    color: white;
    font-weight: 500;}
.single-servicepage-contact{
    
padding: 90px 0px;}
._pull_right{
    float: right;
}
.header{
    background-color: black;
    /* position: relative; */
}
.service-section-wrapper .service-list-box a:hover{
background-color: #FFDCCC;
    color: #D35A2B;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.toggle_content{
    display: none;
}
.read-more-btn:hover {
    background-color: #FFDCCC;
    color: #D35A2B;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.read-more-btn {
    background-color: #D35A2B;
    color: white;
    display: block;
    padding: 8px 20px;
    margin-top: 16px;
    margin-left: auto;
    border: 1px solid #D35A2B;
}
.gallery-img-wrapper{

display: flex;align-items: stretch;flex-wrap: wrap;/* background-color: #eeeeee; */margin-bottom: 40px;}
.gallerypage-wrapper .sec-title{

margin: 0px;
    color: #D35A2B;
    font-family: 'Intro';
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;text-align: center;}
.gallery-img-wrapper .gallery-img-box{

width: 30%;/* background-color: #eeeeee; */padding: 20px;margin: 10px;}
.gallery-img-wrapper .gallery-img-box img{

border-radius: 10px;box-shadow: 1px 1px 11px #e6e1e1;}
.mfp-image-holder .mfp-close{
    
background-color: transparent;color: white !important;opacity: 1;}
.hidden-xs{
    display: block;
}
.visible-xs{
    display: none;
}
.typage-wrapper{position: relative;}
.typage-wrapper img{width: 100%;height: 100vh;object-fit: cover;}
.typage-wrapper .thankyoupage-content{position: absolute;left: 10%;bottom: 0;color: white;justify-content: center;display: flex;top: 0;align-items: flex-start;flex-direction: column;height: 100%;}
.typage-wrapper .thankyoupage-content p{color: white;font-size: 31px;line-height: 39px;}
.typage-wrapper .thankyoupage-content h3{color: #D35A2B;font-family: 'Intro';margin-left: 0px;font-size: 100px;line-height: 91px;}
.contactpage-form-wrapper #contact-form .input-field label.error{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: red;
    text-align: center;
}
/* Mobile Reponsive */
@media (min-width: 768px) {

}
@media (max-width: 1540px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 1360px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}
@media (max-width: 360px) {

}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
    .hamburger-menu {
        position: relative;
        top: 0rem;
        right: 0rem;
        z-index: 10;
        cursor: pointer;
    width: 42px;float: right;}
    .menu-bar1, .menu-bar2, .menu-bar3 {
        width: 2.7rem;
        height: 0.2rem;
        background-color: black;
        margin: 0.5rem 0;
        transition: 0.4s;
    }
    .menu-bar2 {
        width: 2rem;
        margin-left: auto;
    }
    .header-top .main-menu-nav{
        
    position: fixed;top: 0;display: block;background-color: white;width: 100%;height: 100%;padding-top: 120px;z-index: -1;left: 0;transition: all .35s cubic-bezier(0,0,.16,.96),all .35s cubic-bezier(0,0,.16,.96);right: -100%;}
    .header-top .main-menu-nav li{
        
    display: block;border-bottom: 1px solid #000000;margin-bottom: 10px;}
    .header-top .main-menu-nav li a{
        display: block;
    color: black;/* margin-bottom: 15px; */padding: 20px 16px;font-size: 21px;}
    .header{
        
    position: sticky;z-index: 999;background-color: #ffffffd4;}
    .header .header-top{

    align-items: flex-start;justify-content: flex-start;display: block;}
    .hamburger-menu.active .menu-bar1 {
        /* transform: rotate(-45deg) translate(-7px, 8px); */
        transform: rotate(-45deg) translate(-0.4rem, 0.6rem);
    }
    .hamburger-menu.active .menu-bar2 {
        opacity: 0;
    }
    .hamburger-menu.active .menu-bar3 {
        /* transform: rotate(45deg) translate(-6px, -8px); */
        transform: rotate(45deg) translate(-0.4rem, -0.6rem);
    }
    .main-menu-nav.active {
        right: 0;
    backdrop-filter: blur(18px);background-color: #ffffff66;}
    .hompage-intro-box-wrapper img{

    margin-bottom: 50px;}
    .hompage-intro-para{
        padding-left: 0px;
    }
    .intro-image-scroll-wrapper{
        
    padding-top: 45px;}
    .vertical-slider-section{
        
    flex-direction: column;display: block;}
    .vertical-slider-section .vertical-slider-inner{
        
    flex-direction: column;display: block;height: auto;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item{

    padding: 17px 30px;flex-basis: 100%;}
    .vertical-slider-title{
        
    position: static;width: 100%;transform: revert;}
    .vertical-slider-inner h3{
        position: relative;width: 100%;transform: revert;
    font-size: 23px;height: auto;}
    .why-choose-us .sec-title{
        
    margin-left: 0px;line-height: 42px;}
    .why-choose-us{
        
    padding: 50px 0px;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item:after{
        content: '+';
        position: absolute;
        right: 30px;
        color: white;

    font-size: 40px;top: 10px;font-weight: 100;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item.active:after{
        content: '-';

    }
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item.active h3{
        
    transition: none;
font-size: 25px;margin-top: 0px;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item.active p{
    transition: none;

    height: auto;width: 90%;}
    .vertical-slider-inner p{
        
    height: 0;}
    #homepage-hero-slider .owl-item img{
        object-fit: cover;
    }
    #homepage-hero-slider .homepage-banner-text h3{
        
    font-size: 65px;line-height: 60px;}
    #homepage-hero-slider .homepage-banner-text p{
        
    font-size: 28px;line-height: 29px;}
    .why-choose-us-points .why-choose-us-box{
        
        border: 1px solid #D35A2B;
        border-radius: 20px;
        width: 60%;
        flex-direction: column;
        align-items: center;
    }
    .why-choose-us-points .why-choose-us-box._align_right{

    background-color: #D35A2B;margin: 20px;margin-left: auto;padding: 12px;}
    .why-choose-us-points .why-choose-us-box._align_right p{
        color: white;
    }
    .why-choose-us-points .why-choose-us-box._align_left{

    }
    .why-choose-us-points .why-choose-us-box .why-choose-us-box-content{
        
    width: 90%;text-align: center;padding: 22px;padding-top: 0;}
    .why-choose-us-points .why-choose-us-box-content h3{

    text-align: center;margin-top: 2px;}
    .why-choose-us-points .why-choose-us-box p{
        text-align: center;
    font-size: 20px;}
    .why-choose-us-points ._align_right .why-choose-us-box-content h3{

    color: white;}
    .why-choose-us-quote{
        
    font-size: 30px;margin-bottom: 0px;}
    .persevering-section h3{
        
    font-size: 40px;}
    .clients-logo .clients-logo-wrapper img{
        
    width: 50px;margin: 0px 24px;}
    .clients-logo h3{
        
    font-size: 25px;}
    .testimonial{
        
    padding: 60px 0px;}
    footer{
        
    padding: 40px 0px;}
    footer ul{
        
    margin-bottom: 30px;}
    .about-intro{
        
    padding: 100px 0px;}
    .about-intro h3{
        
    margin-top: 0px;}
    ._pull_right{
        float: none;
    }
    .about-intro h3{
        
    }
    .vision-mission .vm-box{

    margin-bottom: 25px;}
    .vision-mission img{
        display: none;
    }
    .vision-mission .vm-content{
        
    position: relative;left: 0;}
    .vision-mission{
        
    background: url(../images/vm-bg.png);}
    .our-values h3{
        
    margin-top: 0px;margin-bottom: 30px;font-size: 30px;}
    .our-values .our-values-list-box ul li{
        
    font-size: 17px;}
    .our-team .our-team-box img{
        
    margin: auto;width: 90%;}
    .our-team .our-team-box h3{
        
    text-align: center;}
    .our-team .our-team-box .small-text{
        
    text-align: center;margin-bottom: 25px;}
    .award-img{
        
    width: 20%;margin: auto;}
    .contact-us-now .contact-us-wrapper h3{
        
    }
    .service-section-wrapper .service-list-box p{
        
    width: 60%;}
    .gallery-img-wrapper .gallery-img-box{
        width: 50%;
    margin: 0;}
    .header-top .logo{
        float: left;
    }
    .single-servicepage-intro .servicepage-intro-img img{
        
    margin-bottom: 25px;width: 100%;}
    .contact-us-now .contact-us-wrapper{
        margin-bottom: 2px;
    }
    .typage-wrapper .thankyoupage-content h3{font-size: 45px;line-height: 51px;}
    .typage-wrapper .thankyoupage-content p{
        font-size: 19px;
        text-align: left;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */

    
    /* custom codes here */

}

@media only screen and (max-width: 479px){
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    #homepage-hero-slider .owl-item.active h3{
        
    font-size: 36px;
    line-height: 44px;}
    #homepage-hero-slider .homepage-banner-text p{
        
    font-size: 16px;
    text-align: left;line-height: 24px;}
    .hompage-intro-para h3{font-size: 26px;line-height: 26px;}
    .intro-image-scroll-wrapper{
        
    padding: 35px 0px;}
    .vertical-slider-title{height: auto;padding: 10px;text-align: center;font-size: 27px;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item.active h3{
        
    font-size: 20px;line-height: 22px;}
    .hompage-intro-box-wrapper p{
        
    font-size: 14px;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item:after{
        
    top: 15px;font-size: 30px;}
    .vertical-slider-inner h3{
        
    font-size: 18px;margin-left: 0px;padding-left: 0px;margin-top: 10px;line-height: 20px;margin-bottom: 10px;transition: none;}
    .vertical-slider-section .vertical-slider-inner .vertical-slider-item.active p{font-size: 14px;}
    .why-choose-us .sec-title{
        
    font-size: 26px;line-height: 26px;}
    .why-choose-us .why-choose-us-intro .orange_para{
        
    font-size: 17px;line-height: 20px;}
    .why-choose-us-points .why-choose-us-box{
        
    width: 100%;}
    ._push_padding_left{
        
    margin-left: -15px;}
    .persevering-section h3{
        
    font-size: 26px;}
    .clients-logo .clients-logo-wrapper img{
        
    margin: 0px 6px;width: 40px;}
    .clients-logo h3{
        
    font-size: 25px;}
    .testimonial h3{
        
    font-size: 26px;margin-top: 0px;}
    .testimonial #testimonial-slider .testimonial-box{
        
    padding: 30px 20px;}
    .contact-us-now .contact-us-wrapper{
        
    margin-bottom: 2px;}
    .contact-us-now .contact-us-wrapper h3{
        
    font-size: 26px;}
    .contact-us-now .contact-us-wrapper p{
        
    font-size: 14px;}
    footer ul{
        
    margin-bottom: 0px;}
    .why-choose-us-quote{
        
    font-size: 20px;}
    .why-choose-us-points .why-choose-us-box .why-choose-us-box-content{
        
    padding: 13px;}
    .why-choose-us-points .why-choose-us-box p{
        
    font-size: 14px;line-height: 18px;}
    footer .foo-address{
        
    margin: 20px auto;}
    .why-choose-us-points .why-choose-us-box-content h3{
        
    font-size: 18px;}
    p{
        font-size: 14px;
    }
    .about-intro h3{
        
    font-size: 26px;line-height: 26px;}
    .about-intro p{
        
    font-size: 14px;}
    .vision-mission .vm-content{
        
    padding: 40px 10px;}
    .our-values h3{
        
    font-size: 26px;line-height: 26px;}
    .our-team h3.sec-title{
        
    font-size: 26px;}
    .our-team{
        
    padding: 30px 10px;}
    .section-scroll .service-section-wrapper{
        
    top: 17%;}
    .service-section-wrapper .service-list-box p{
        
    width: 100%;}
    .service-section-wrapper .service-list-box h3{
        
    margin-right: 0px;}
    .single-servicepage .banner .banner-title{
        
    }
    .single-servicepage .banner img{
        
    height: 400px;}
    .service-who-needs .service-who-needs-wrapper
    {width: 90%;}
    .service-who-needs{
        
    padding: 80px 0px;}
    .single-servicepage-contact{
        
    padding: 60px 0px;}
    .contactpage-wrapper h3{
        
    font-size: 30px;line-height: 31px;}
    .contactpage-wrapper .contactpage-form-wrapper{
        
    padding: 25px 15px;}
    .contactpage-form-wrapper #contact-form .input-field input[type='submit']{
        
    margin-bottom: 25px;}
    .contactpage-form-border{
        width: 100%;
    }
    .contactpage-form-wrapper #contact-form .input-field label{
        
    font-size: 12px;text-align: left;}
    .testimonial #testimonial-slider .testimonial-box .testimonial-name{
        
    font-size: 23px;margin-right: 10%;}
    .testimonial #testimonial-slider .testimonial-box .testimonial-desi{
        margin-right: 10%;
    }
    .contact-us-now .contact-us-wrapper a{padding: 2px 20px;line-height: 22px;}
    footer ul li a{
        
    margin-bottom: 10px;display: block;}
    .about-us-intro-1{
        
    margin-bottom: 75px;}
    .vision-mission .vm-box h3{
        
    font-size: 26px;}
    .vision-mission .vm-box p{
        
    font-size: 14px;}
    .vision-mission .vm-box{
        
    padding: 40px;}
    .our-values .our-values-list-box ul li{
        
    font-size: 14px;}
    .our-team .our-team-box h3{
        font-size: 18px;
    }
    .gallery-img-wrapper .gallery-img-box{
        width: 100%;
    margin: 0;}
    
    
    
}