

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Poppins-Black.ttf");
    src: url("../fonts/Poppins.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.logo {
    width: 20%;
}
.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.header_bg{
    background-color: #eef6e7;
}
.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 35px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eec53d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d;
}

.call_section {
    float: left;
}

.call_section ul {
    margin: 0px;
    padding: 0px;
}

.call_section li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #000;
}

.call_section li a {
    color: #000;
}

.padding_left_15 {
    padding-left: 10px;
}

.donate_bt {
    width: 50px;
    float: left;
    font-size: 18px;
    padding: 5px 0px;
    color: #fff;
    text-align: right;
}

.donate_bt a {
    color: #fff;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
}

.banner_taital_main {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #f7f7fd;
    font-weight: bold;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7fd;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 170px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #030101;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.about_bt a:hover {
    color: #000;
    background-color: #fcce2d;
}
.about_bt.active a {
    color: #000;
    background-color: #fcce2d;
}

.quote_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191919;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.quote_bt a:hover {
    color: #030101;
    background-color: #fcce2d;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 20%;
    background-color: #fff;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 20%;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000;
}


/* banner section end */



/* services section start */

button {
    padding: 0.6rem 1.2rem;
    background-color: #888;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    opacity: 0.9;
    font-size: 1rem;
  }
  
  #open-modal {
    background-color: #007bff;
  }
  
  button:hover {
    opacity: 1;
  }
  
  #fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade,
  #modal {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body p {
    margin-bottom: 1rem;
  }
  
  #modal.hide,
  #fade.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal.hide {
    top: 0;
  }

/* modal-2 a partir daqui */

  #open-modal-2 {
    background-color: #007bff;
  }
  
  
  #fade-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-2 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-2,
  #modal-2 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-2 p {
    margin-bottom: 1rem;
  }
  
  #modal-2.hide,
  #fade-2.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-2.hide {
    top: 0;
  }
/* encerramento modal-2 */

/* modal-3 a partir daqui */


  
  #open-modal-3 {
    background-color: #007bff;
  }
  
  
  #fade-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-3 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-3,
  #modal-3 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-3-body p {
    margin-bottom: 1rem;
  }
  
  #modal-3.hide,
  #fade-3.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-3.hide {
    top: 0;
  }

  /*encerramento modal-3 */

  /* modal-4 a partir daqui */

  #open-modal-4 {
    background-color: #007bff;
  }
  
  
  #fade-4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-4 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-4,
  #modal-4 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-4 p {
    margin-bottom: 1rem;
  }
  
  #modal-4.hide,
  #fade-4.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-4.hide {
    top: 0;
  }

  /* encerramento modal-4 */

  /* modal-5 a partir daqui */

  #open-modal-5 {
    background-color: #007bff;
  }
  
  
  #fade-5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-5 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-5,
  #modal-5 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-5-body p {
    margin-bottom: 1rem;
  }
  
  #modal-5.hide,
  #fade-5.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-5.hide {
    top: 0;
  }

  /* encerramento modal-5 */

  /* modal-6 a partir daqui */

  #open-modal-6 {
    background-color: #007bff;
  }
  
  
  #fade-6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-6 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-6,
  #modal-6 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-6 p {
    margin-bottom: 1rem;
  }
  
  #modal-6.hide,
  #fade-6.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-6.hide {
    top: 0;
  }

  /* encerramento modal-6 */

  /* modal-7 a partir daqui */

  #open-modal-7 {
    background-color: #007bff;
  }
  
  
  #fade-7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-7 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-7,
  #modal-7 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-7-body p {
    margin-bottom: 1rem;
  }
  
  #modal-7.hide,
  #fade-7.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-7.hide {
    top: 0;
  }

  /* encerramento modal-7 */

  /* modal-8 a partir daqui */

  #open-modal-8 {
    background-color: #007bff;
  }
  
  
  #fade-8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-8 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-8,
  #modal-8 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-8 p {
    margin-bottom: 1rem;
  }
  
  #modal-8.hide,
  #fade-8.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-8.hide {
    top: 0;
  }

  /* encerramento modal-8 */

  /* modal-9 a partir daqui */

  #open-modal-9 {
    background-color: #007bff;
  }
  
  
  #fade-9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-9 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-9,
  #modal-9 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-9-body p {
    margin-bottom: 1rem;
  }
  
  #modal-9.hide,
  #fade-9.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-9.hide {
    top: 0;
  }

  /* encerramento modal-9 */

  /* modal-10 a partir daqui */

  #open-modal-10 {
    background-color: #007bff;
  }
  
  
  #fade-10 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-10 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-10,
  #modal-10 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-10 p {
    margin-bottom: 1rem;
  }
  
  #modal-10.hide,
  #fade-10.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-10.hide {
    top: 0;
  }

  /* encerramento modal-10 */

  /* modal-11 a partir daqui */

  #open-modal-11 {
    background-color: #007bff;
  }
  
  
  #fade-11 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-11 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-11,
  #modal-11 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-11-body p {
    margin-bottom: 1rem;
  }
  
  #modal-11.hide,
  #fade-11.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-11.hide {
    top: 0;
  }

  /* encerramento modal-11 */

  /* modal-12 a partir daqui */

  #open-modal-12 {
    background-color: #007bff;
  }
  
  
  #fade-12 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-12 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-12,
  #modal-12 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-12 p {
    margin-bottom: 1rem;
  }
  
  #modal-12.hide,
  #fade-12.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-12.hide {
    top: 0;
  }

  /* encerramento modal-12 */

  /* modais da pagina de serviços */

  /* modal-0 a partir daqui */


  
  #open-modal-0 {
    background-color: #007bff;
  }
  
  
  #fade-0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-0 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-0,
  #modal-0 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-0-body p {
    margin-bottom: 1rem;
  }
  
  #modal-0.hide,
  #fade-0.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-0.hide {
    top: 0;
  }

  /*encerramento modal-0 */

  /* modal-20 a partir daqui */

  #open-modal-20 {
    background-color: #007bff;
  }
  
  
  #fade-20 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-20 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-20,
  #modal-20 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-20 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-20 p {
    margin-bottom: 1rem;
  }
  
  #modal-20.hide,
  #fade-20.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-20.hide {
    top: 0;
  }
/* encerramento modal-20 */

/* modal-30 a partir daqui */


  
  #open-modal-30 {
    background-color: #007bff;
  }
  
  
  #fade-30 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-30 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-30,
  #modal-30 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-30 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-30-body p {
    margin-bottom: 1rem;
  }
  
  #modal-30.hide,
  #fade-30.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-30.hide {
    top: 0;
  }

  /*encerramento modal-30 */

  /* modal-40 a partir daqui */

  #open-modal-40 {
    background-color: #007bff;
  }
  
  
  #fade-40 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-40 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-40,
  #modal-40 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-40 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-40 p {
    margin-bottom: 1rem;
  }
  
  #modal-40.hide,
  #fade-40.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-40.hide {
    top: 0;
  }

  /* encerramento modal-40 */

  /* modal-50 a partir daqui */

  #open-modal-50 {
    background-color: #007bff;
  }
  
  
  #fade-50 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-50 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-50,
  #modal-50 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-50-body p {
    margin-bottom: 1rem;
  }
  
  #modal-50.hide,
  #fade-50.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-50.hide {
    top: 0;
  }

  /* encerramento modal-50 */

  /* modal-60 a partir daqui */

  #open-modal-60 {
    background-color: #007bff;
  }
  
  
  #fade-60 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-60 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-60,
  #modal-60 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-60 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-60 p {
    margin-bottom: 1rem;
  }
  
  #modal-60.hide,
  #fade-60.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-60.hide {
    top: 0;
  }

  /* encerramento modal-60 */

  /* modal-70 a partir daqui */

  #open-modal-70 {
    background-color: #007bff;
  }
  
  
  #fade-70 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-70 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-70,
  #modal-70 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-70 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-70-body p {
    margin-bottom: 1rem;
  }
  
  #modal-70.hide,
  #fade-70.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-70.hide {
    top: 0;
  }

  /* encerramento modal-70 */

  /* modal-80 a partir daqui */

  #open-modal-80 {
    background-color: #007bff;
  }
  
  
  #fade-80 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-80 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-80,
  #modal-80 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-80 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-80 p {
    margin-bottom: 1rem;
  }
  
  #modal-80.hide,
  #fade-80.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-80.hide {
    top: 0;
  }

  /* encerramento modal-80 */

  /* modal-90 a partir daqui */

  #open-modal-90 {
    background-color: #007bff;
  }
  
  
  #fade-90 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-90 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-90,
  #modal-90 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-90 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-90-body p {
    margin-bottom: 1rem;
  }
  
  #modal-90.hide,
  #fade-90.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-90.hide {
    top: 0;
  }

  /* encerramento modal-90 */

  /* modal-100 a partir daqui */

  #open-modal-100 {
    background-color: #007bff;
  }
  
  
  #fade-100 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-100 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-100,
  #modal-100 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-100 p {
    margin-bottom: 1rem;
  }
  
  #modal-100.hide,
  #fade-100.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-100.hide {
    top: 0;
  }

  /* encerramento modal-100 */

  /* modal-110 a partir daqui */

  #open-modal-110 {
    background-color: #007bff;
  }
  
  
  #fade-110 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-110 {
    position: fixed;
    left: 20%;
    top:0%;
    transform: translate(-0%, -0%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-110,
  #modal-110 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-110 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-110-body p {
    margin-bottom: 1rem;
  }
  
  #modal-110.hide,
  #fade-110.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-110.hide {
    top: 0;
  }

  /* encerramento modal-110 */

  /* modal-120 a partir daqui */

  #open-modal-120 {
    background-color: #007bff;
  }
  
  
  #fade-120 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-120 {
    position: fixed;
    left: 100%;
    top:100%;
    transform: translate(-110%, -30%);
    width: 700px;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    
  }
  
  #fade-120,
  #modal-120 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }
  
  .modal-header-120 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body-120 p {
    margin-bottom: 1rem;
  }
  
  #modal-120.hide,
  #fade-120.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-120.hide {
    top: 0;
  }

  /* encerramento modal-120 */


.services_section {
    width: 100%;
    float: left;
}
.services_section_2 {
    width: 100%;
    float: left;
}
.services_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
}
.services_taital::after {
    content: '';
    position: relative;
    width: 40px;
    height: 17px;
    background-color: #fcce2d;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}


.gallery_main {
    width: 100%;
    float: left;
}

.image_main {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.image_8 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text_main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

.image_main:hover .image_8 {
    opacity: 80%;
}

.image_main:hover .text_main {
    opacity: 5;
}
.image_main:hover .seemore_text {
    color: #ffffff;
}

.seemore_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.image_main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: none;
}

.image_main:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: block;
}

/* services section end */

/* news section start */

.news_section{
    width: 100%;
    float: left;
}

.news_taital{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1d1d1d;
}
.news_text{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0e0e0e;
    font-family: 'Open Sans', sans-serif;
}

.news_section_2{
    width: 100%;
    float: left;
    padding-top: 90px;
}

.news_taital_box {
    width: 100%;
    border: 2px solid #9a9a9a;
    padding: 50px;
    margin-top: 23px;
}

.date_text{
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    margin: 0px;
}

.make_text {
    width: 100%;
    font-size: 22px;
    color: #131313;
    padding-top: 10px;
    font-weight: 600;
}

.lorem_text{
    width: 100%;
    font-size: 16px;
    color: #7d7d7d;
    margin: 0px;
}

.post_text {
    width: 100%;
    font-size: 14px;
    color: #b4b4b4;
    margin: 0px;
    padding-top: 15px;
    position: relative;
}
.plus_text {
    width: 50px;
    height: 50px;
    background-color: #fcce2d;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    padding: 28px;
    position: absolute;
    bottom: 150px;
    left: -10px;
}


.image_6{
    width: 100%;
    float: left;
}

/* news section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.blog_section_2{
    width: 100%;
    border: 4px solid #000;
    padding: 20px;
    margin-top: 50px;
}

.classes_text {
    width: 100%;
    font-size: 30px;
    color: #111111;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 0px;
    text-align: center;
}

.ipsum_text{
    width: 100%;
    font-size: 16px;
    color: #111111;
    margin: 0px;
}

.image_7{
    width: 100%;
    height: 100%;
}

.read_bt{
    width: 170px;
    float: left;
    margin-top: 30px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fcce2d;
    text-align: center;
    padding: 14px;
    border-radius: 40px;
}
.read_bt a:hover{
    color: #ffffff;
    background-color: #000;
}

/* client section start */

.client_section{
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
    padding: 90px;
}

.client_taital{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.client_taital::after {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    background-color: #f7f6f6;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.client_section_2 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
    display: flex;
}

.client_left{
    width: 30%;
    padding: 50px 0px 0px 40px;
}

.client_right {
    width: 70%;
    padding: 110px 0px 0px 40px;
}

.client_img {
    width: 100%;
}
.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.client_name {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding-top: 20px;
}











#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 60%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #fcce2d;
    color: #fff;
}

/* client section end */


/* newsletter section start */

.newsletter_section{
    width: 100%;
    float: left;
}

.newsletter_main{
    width: 100%;
    display: flex;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111111;
    font-weight: bold;
    padding: 0px;
}

.get_quote_bt {
    width: 370px;
    float: right;
    margin-top: 30px;
}
.get_quote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #111111;
    text-align: center;
    padding: 14px;
    border-radius: 40px;
}
.get_quote_bt a:hover {
    color: #ffffff;
    background-color: #fcce2d;
}
.dolor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* newsletter section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_img {
    width: 100%;
    float: left;
    background-image: url(../images/img-8.png);
    height: 490px;
    background-size: 100%;
    padding: 100px 100px;
}

.padding_left0{
    padding-left: 0px;
}

.contact_taital {
    width: 37%;
    float: right;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 60px;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #688ef9;
    height: auto;
    padding-bottom: 60px;
}

.mail_section {
    width: 100%;
    float: left;
}

.email_text {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px;
    margin-top: 0px;
}

.name {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px;
    margin-top: 15px;
}

.phone_number {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px;
    margin-top: 15px;
}

.message_box {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #ffffff !important;
    border: 0px;
    padding: 16px 20px 150px 30px;
    height: auto;
    border-radius: 40px;
    margin-top: 15px;
}


.subscribe_bt {
    width: 350px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #151515;
    text-align: center;
    background-color: #fcce2d;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}
.subscribe_bt a:hover {
    color: #000;
    background-color: #ffffff;
}


.margin_top{
    margin-top: 60px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ffffff;
    padding-top: 20px;
    
}

.call_text a {
    color: #ffffff;
}
.call_text a:hover {
    color: #fcce2d;
}


.footer_section_2 {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.footer_logo {
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0px;
}

.footer_menu li a{
    color: #ffffff;
}
.footer_menu li a:hover{
    color: #fcce2d;
}

.information_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
}

.many_text {
    width: 87%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    line-height: 40px;
    margin-top: 0px;
}

.information_main {
    width: 100%;
    float: left;
    border-left: 2px solid #ffffff;
    padding-left: 10px;
}

.sustlogo {
  float: right;
  width: 530px;
  height: auto;
  
  
  padding-left: 400px;
}
/* footer section end */


.copyright_section {
    width: 100%;
    float: left;
    background-color: #f7f6f6;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #131313;
    text-align: center;
}

.copyright_text a {
    color: #131313;
}

.copyright_text a:hover {
    color: #fcce2d;
}

.margin_top_90 {
    margin-top: 90px;
}

