

  .navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
  }

.colors{
  color: #ae9d78;
}

.dark-violet{
  color: #003D66;
}

.gold{
  color: #00F3FF;
}

body, html {
  height: 100%;
 background-attachment: fixed;
 font-family: 'Poppins', sans-serif;
 font-size: 15px;
 font-size: 400;
}

.sm-txt{
  font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

p{
  color: #626b73;
  line-height: 1.8;
}

a{
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
}

li{
    list-style: none;
}

.no-pad-rf {
    padding-right: 0px;
    padding-left: 0px;
}

.no-pad-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}


.no-pad-man {
    padding:0px
}

.pt-120{
    padding-top: 120px;
}

.pt-90{
    padding-top: 90px;
}

.pt-60{
    padding-top: 60px;
}


.pb-120{
    padding-bottom: 120px;
}

.pb-90{
    padding-bottom: 90px;
}

.pb-60{
    padding-bottom: 60px;
}

.ptb-120{
    padding: 120px 0px;
}

.ptb-90{
    padding: 90px 0px;
}


.ptb-60{
    padding: 60px 0px;
}

@media (max-width: 768px) {
  .pt-120{
    padding-top: 60px;
}

.pt-90{
    padding-top: 60px;
}

.pt-60{
    padding-top: 60px;
}


.pb-120{
    padding-bottom: 60px;
}

.pb-90{
    padding-bottom: 60px;
}

.pb-60{
    padding-bottom: 60px;
}

.ptb-120{
    padding: 60px 30px;
}

.ptb-90{
    padding: 60px 30px;
}


.ptb-60{
    padding: 60px 30px;
}
}

h1 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 0px;
}

h1,h2,h3,h4, h5{
  font-family: 'Poppins', sans-serif;
  color: #0A2A4F;
  font-weight: 600;
}


h2, h5{
  font-weight: 500;
}

.view-all{
  padding: 10px 15px;
  background: #003D66;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 60px;
}

.view-all:hover{
  padding: 10px 30px;
  color: #fff;
}

.theme-btn{
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.theme-btn:hover{
    padding: 10px 40px;
    background-color: #fff;
    color: #000;
    letter-spacing: 0px;
}

.theme-btn-red{
    color: #000;
    padding: 10px 20px;
    border: 1px solid #003D66;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.theme-btn-red:hover{
    padding: 10px 40px;
    background-color: #003D66;
    color: #fff;
    letter-spacing: 0px;
}

.elem{
    width: 160px;
    height: 5px;
    background-color: #dda72b;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

@keyframes animName {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

.elem {
  animation: animName 2s infinite;
}

.c-profile{
  padding: 10px 15px;
  border-radius: 3px;
  background: rgb(10,121,144);
background: linear-gradient(324deg, rgba(10,121,144,1) 0%, rgba(97,198,196,1) 46%, rgba(186,186,186,1) 100%);
color: #fff;
}

.c-profile:hover{
  padding: 10px 20px;
color: #fff;
}



.heading-title h1{
    font-size: 48px;
    color: #000;
    font-weight:700;
    letter-spacing: 0px;
}

.heading-title h2{
  font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0px;
    color: #0A2A4F;
}

.heading-title h4{
  margin-bottom: 30px;
   font-size: 20px;
   font-weight: 400;
  margin-bottom: 20px;
}

.heading-title-thin-w{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}

.heading-title-bold-w{
    font-weight: 600;
    margin-bottom: 10px;
    color: #dda72b;
}

.heading-title-thin-b{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #505962 ;
}

.sp-txt{
  color: #d1c0a1;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* ------------------------------------------------ navbar */

.top-info{
  background: #003D66;
  padding: 7px 0px;
}

.top-info a{
  color: #fff;
  margin-right: 10px;
  font-weight: 500;
}

.top-info a i{
  margin-right:7px;
  color: #dda72b;
}

.navbar-brand{
    padding: 10px 16px;
    max-width: 270px;
  }

.navbar{
  padding: 1em 1em;
}

.navbar-light .navbar-nav .nav-link{
  color: #003D66;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #dda72b;
}

.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: #dda72b;
}
.bg-light{
  background-color: #fff !important;
}

.nav-link{
  
}
.nav-item{
  margin-left: 20px;
}

.nav-underline{
  background: #fff url(../img/pattern.png); 
  height: 15px; 
  width: 100%; 
  margin-top: 83px;
}

.social-btm a{
  margin-left: 10px;
  margin-right: 0px;
}

.social-btm a i{
  font-size: 22px;
}


/* menu toggle button -------------------- */

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(-1px);
  width: 20px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(-3px);
  width: 22px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
  background: #003D66;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 35px;
  height: 3px;
  transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  background: #003D66;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 35px;
  height: 3px;
  transition-delay: .1s;
}

.navbar-light .navbar-toggler{
  border-color: transparent; 
}

.navbar-toggler{
  border: none;
  padding: 15px 5px;
}

#search-icon{
  margin-top: 13px;
  color: #dda72b;
}

/* ------------------------------------------------ header */
.home-header {
  background:transparent;
  color: #fff;
}


.header-2{
  margin-top: 135px;
    background-size: cover;
}

.header-2 h2, .header-2 p{
  color: #fff;
}

.hero-slider {
  background: rgb(147,38,106);
background: linear-gradient(90deg, rgba(147,38,106,1) 17%, rgba(253,225,208,1) 17%, rgba(253,226,194,1) 35%, rgba(250,236,51,1) 35%, rgba(244,228,50,1) 50%, rgba(150,95,38,1) 50%, rgba(131,67,35,1) 69%, rgba(251,186,106,1) 69%, rgba(232,158,106,1) 88%, rgba(147,38,106,1) 88%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}





/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn-s2{
    background-color: #ffffff;
    font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#000;
    padding: 5px 20px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
    background-color:#000 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-left: 30px;
}

.theme-btn-s3:hover{
  color: rgba(255, 255, 255, 0.7);
}

i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



/* ----------------------------------------------- home flash */

.flash{
  background-color: #003D66;
  min-height: 150px;
}

.flash h2{
  color: #dda72b;
}

/* ----------------------------------------------- home about */

.home-about{
background: url(../img/about-right-img.png) no-repeat;
background-position: bottom right;
background-size: 650px 434px;
}

.minor-content{
  padding-right: 60px;
}

.big-h-f{
  font-size: 74px !important;
}

.turning{
  font-size: 48px;
}
/* service home */

.services-home{
/*  background: rgba(255, 255, 255, 1) url(../img/service-bg.png) no-repeat;*/
background: #def3ff;
  background-size: cover;
  background-attachment: fixed;
}


.serv-sub{
  overflow: hidden;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  transform: scale(1.0);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
}

.serv-sub:hover{
transform: scale(1.04);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.serv-sub img{
  
}

.overlay{
  position: absolute;
  content: "";
  background: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay-2{
 background-color: #360729;
}

.overlay-odd{
  position: absolute;
  content: "";
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.5) 100%);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}



.serv-sub h4{
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.serv-sub p{
  color: #808b94;
}

.arrow-btn{
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 10;
    z-index: 11;
}

.arrow-btn:hover{
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

.under-line{
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #bfbda9;
  display: block;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 20px;
}

.under-line:after{
  position: absolute;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #dda72b;
  display: block;
  left: 40%;
  bottom: -1px;
  
}

/*------------------- Process  --*/

.working-process-left{
  background: url(../img/process-bg.png) no-repeat;
  background-size: cover;
  padding: 156px 70px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.working-process-left p{
  color: #ffc221;
}

 .working-process-left h2{
  color: #fff;
  font-weight: 500;
}

.process-list{
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  background: #f8f7ee;
  margin-bottom: 30px;
}

.process-list p{
  line-height: 1.5;
}

.process-list h2{
  padding: 10px;
  border-radius: 50%;
  background: #360729;
  width: 50px;
  height: 50px;
  color: #dda72b;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

/*----------------- fun-facts --*/


.fun-facts {
    
    background: #000 url(../img/fun-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    color: #fff;
    background-attachment: fixed;
}


.fun-fact-inner {
    padding: 50px 2px;
}

.fun-facts h1 {
    font-size: 3em;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}


.fun-facts h6 {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
}

.fun-fact-list {
    margin-bottom: 0px;
}

.fun-fact-list li {
    list-style: none;
}

.fun-circle-left {
    margin-left: 30px;
}

.fun-circle-right {
    margin-right: 30px;
}



/*-- Main Footer ----------------------*/

.main-footer {
    background: #003D66;
    color: #fff;
    padding-top: 20px;
}

.get-in-touch {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
}

.get-in-touch:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #dda72b;
}

.main-footer h3 {
    font-weight: 700;
    margin-bottom: 90px;
}

.main-footer p {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.main-footer h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}

.main-footer i {
    font-size: 1.6em;
    padding-right: 15px;
    transition: all 0.2s ease;
    color: #fff;
}

.f-address {
    margin-top: 30px;
    font-weight: 200;
}

.f-footer {
    margin-top: 20px;
    border-top: 1px solid gray;
    font-size: 14px;
    letter-spacing: 1px;
    color: #dda72b;
    padding: 30px;
}

.main-footer a:last-child i {
    padding-right: 0px;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-whatsapp {
    color: #128c7e !important;
}

.fa-whatsapp:hover {
    color: #25d366 !important;
}

.fa-instagram:hover {
    color: #ea4c89;
}


.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer-cta p{
  margin-bottom: 0px;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #dda72b;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
      margin-top: 20px;
}

.footer-social-icon{

}


.footer-social-icon a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.footer-social-icon i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100px;
  background: #fff;
}

.footer-widget{
  margin-bottom: 30px;
}
.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget ul li a:hover{
  color: #dda72b;
}
.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget ul li {
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget h3 {
  color: #dda72b;
}

.f-link li a{
  transition: 0.3s all ease;
  color: #fff;
}


.f-link li a:hover{
  color: #dda72b !important;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 13px 10px;
    border: 1px solid #fff;
    top: 0;
}
.subscribe-form button i {
  color: #003D66;
  font-size: 22px;
  transform: rotate(-6deg);
  margin-left: 10px;
}
.copyright-area{
  background: #000;
  padding: 15px 0 10px 0;
  margin-top: 15px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #fff;
}

.footer-menu ul {
  margin-bottom: 5px;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fff;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-text p{
  font-size: 12px;
}





/* ------------------------------------------------ about vision mission */

.vision-mission{
  background: url(../img/vision-bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.vision-mission img{
  margin-bottom: 10px;
  margin-top: 30px;
}

.vision-mission p{
   color: #000 !important;
}

.mission, .vision, .values{
  background: rgb(59,0,37);
background: linear-gradient(324deg, rgba(10,121,144,1) 0%, rgba(97,198,196,0.8) 100%);
  padding: 30px 30px 60px 30px;
  border-radius: 15px;
}


.vision-mission h2{
color: #fff !important;
}

.vision-mission p{
color: #fff !important;
opacity: 0.7;
}

/* ---- team */


.home-team{
  background-color: #fff;
}

.team-head{
  margin-bottom: 60px;
}

.home-team h5{
  color: #003D66;
  margin-top: 20px;
  margin-bottom: 0px;
}

.team-head p{
  padding-right: 60px;
}
.my-team{
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative;

}


.my-team img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transform: scale(1.0);
    transition: 0.3s all Ease;
}

.my-team img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1.1);
}

.team-overlay{
  position: absolute;
  content: "";
  background-color: #003D66;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 10px;
  margin-top: 270px;
  opacity: 0;
}

.my-team:hover .team-overlay{
 opacity: 1;
  margin-top: 210px;
}

.flex-center i{
  font-size: 20px;
  margin: 0px 7px;
}
.icon-s{
  color: #fff;
}




/* ------------------------------------------------ gallery */

.gallery a{
  margin-bottom: 30px;
}



/* Contact us----------------------------------------------- */

.c-design{
    background: #003D66;
    padding: 46px 40px;
    margin-bottom: 90px;
    border-radius: 20px;
}

.c-design h5{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.c-design h3{
  color: #fff;
}

.c-icon{
    background: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    display:inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #003D66;
    text-align: center;
    margin-top: 10px;

}


/* Contact us----------------------------------------------- */

.contact-form{
  background-color: #fff;
}

.quote-img{
  overflow: hidden;
  height: 90%;
  border-radius: 20px;
}

.form-ui{
  padding: 30px 60px 60px 60px;
  border: 1px solid gray;
  border-radius: 20px;
}


.form-decoration input,
.form-decoration textarea {
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: #003D66;
    background-color: rgba(0, 0, 0, 0);
}

.form-decoration form{
  margin-bottom: 60px;
}

.form-decoration form select{
  background-color: #003D66;
  padding: 7px;
  outline: none;
  border: none;
  color: #000;
}

.form-decoration form select option {
  margin: 40px;
  background: rgba(0, 0, 0, 1);
  color: gray;
}

.form-decoration form select option:hover{
  background: #003D66 !important;
}

.form-decoration a{
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #003D66;
  color: #000;
  transition: 0.3s all ease;
  margin-top: 60px;
}

.form-decoration a:hover{
    color: #003D66;
}

.contact-info-inner ul li{
  border-top: 1px solid #003D66;
  padding: 10px 0px;
}

.contact-info-inner ul li a{
  color: #003D66;
}

.sel-pro{
  width: 100%;
}


.photo-gallery a{
  transform: scale(1.0);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.photo-gallery a:hover{
  transform: scale(1.1);
}

/* ------------------ Curtain -----------------*/

.curtain{
  background: #0d0d0d;
}

.service-all{
  border-radius: 20px;
  padding: 40px 80px;
  height: 70vh;
  position: relative;
  width: 100%;
  margin-bottom: 30px;

}

.service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8{
  position: absolute;
  left: 15%;
  bottom: 10%;
    padding-right: 60px;
}

.overlay-mode{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(54,7,41,0.7371323529411764) 53%, rgba(54,7,41,1) 99%);
}

.service-all h2{
  background-color: #dda72b;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-all p{
  color: rgba(255, 255, 255, 0.85);
}
.serv-bg1{
 background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.serv-bg2{
 background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: right;
}

.service-all .theme-btn{
  border-color: #dda72b;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.service-all .theme-btn:hover{
  background: #dda72b;
  color: #fff;
}

/*----testimonials -----*/

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(../img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}


.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}


.testimonial {
    min-height: 375px;
    position: relative;
    background: #360729 url(../img/testi.png) no-repeat;
    background-position: center;
        background-size: cover;
}
.testi-size{
  max-width: 700px;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    opacity: 0.8;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-next{
  right: 10%;
}

.carousel-control-prev{
  left: 10%;
}


.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: auto;
  max-width: 800px !important;
  animation-duration:0.6s;
  height: 500px !important;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}


.modal {
    overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
  }




  .modal-body{
    background-color: #fff;
  }

.modal-full.modal-dialog {
    min-width: 100%;
    margin: 0px;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.ti-rating, .nowrap, .nowrap strong{
  color: #fff !important;
}

.l-map{
  margin-bottom: -10px;
}



/*-----------------services----------*/

.section-services {
  padding-top: 110px;
  padding-bottom: 120px;
  font-family: "Poppins", sans-serif;
  background-color: #211f24;
  color: #fff;
}

.section-services .header-section {
  margin-bottom: 35px;
}

.section-services .header-section .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #dda72b;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #dda72b;
}

.section-services .header-section .title span {
  color: #dda72b;
}

.section-services .header-section .description {
  color: #6f6f71;
}

.section-services .single-service {
  margin-top: 40px;
  background-color: #003D66;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  border-radius: 15px;
}

.section-services .single-service .part-1 {
  padding: 40px 40px 25px;
  border-bottom: 2px solid #dda72b;
}

.section-services .single-service .part-1 i {
  margin-bottom: 25px;
  font-size: 50px;
  color: #dda72b;
}

.section-services .single-service .part-1 .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #fff;
}

.section-services .single-service .part-2 {
  padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
  margin-bottom: 22px;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1.8em;
}

.section-services .single-service .part-2 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.section-services .single-service .part-2 a i {
  margin-right: 10px;
  color: #dda72b;
}

.part-1 img{
  margin-bottom: 20px;
}
