*{
  margin: 0px;
  padding: 0px;
}
html,body{
  height: 100%;
  scroll-behavior: smooth;
}






h1{
 
  
}
h2,h4,h3,h5,h6
 {
font-family: 'Rubik', sans-serif;
  color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
}

h5,h6{
 font-family: 'Rubik', sans-serif;
}
a{
  text-decoration: none !important;

}
p{
  color: #757575 !important;
  font-family: 'Rubik', sans-serif;
}
li{
  list-style: none;
}
.mt-100{
  margin-top: 100px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #00000014;
  padding: 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: white;
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #235ee7;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
ul li.active{
  border-bottom: solid 1px black;
  
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */


/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}



/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
color: #101010;
    font-weight: 700;
    font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 16px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #235ee7;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: black;
  font-weight: 900;
}

@media (max-width: 800px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  margin-right: 150px;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul  {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul . {
  color: #235ee7;
}

#mobile-nav ul li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #235ee7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}






.mainlogo{
  height: 50px;
}

/*======================================
     BANNER SECTION AREA
=====================================*/
.mt-50{
  margin-top: 200px;
}


.banner-section-area{
  background-image: url(../img/banner-main.jpg);
    height: 100%;
  background-position: center;
  background-size: cover;
}
.banner-head h1{
  font-size: 60px;
  font-weight: 700;
}

/*-- banner button  --*/


.btn1 {
  color: red;
    position: relative;
    display: inline-block;
    width: 238px;
    padding: 13px!important;
    text-align: center;
    cursor: pointer;
    transform: translate(0);
    background: black;
    color: white;
    border: none;
    outline: 0px!important;
    font-size: 14px!important;
}
.btn1::before {
    position: absolute;
    content: "";
    transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffff;
    transform: scaleX(0);
    transform-origin: 100%;
}
.btn1:hover {  
    color: black
}
.btn1:hover::before {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    transform-origin: 0%;
}

/*-- banner button  --*/


.freeimg img{
  width: 100%;
}

/*======================================
     ABOUT SECTION
=====================================*/

.about h2{
     color: #212121;
    font-size: 40px;
    font-weight: bold;

}
.about p{
  color: #504f4f;
  margin-top: 30px;
  line-height: 30px;
}

.about h6{
    color: #6f6e6e;
    letter-spacing: 1px;
    margin-left: 40px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.about img{
  width: 100%;
}

/*======================================
     WHY US SECTION
=====================================*/

.why_us{
  background-color: #e6e6e6;
 height: 100%;
    margin-top: 100px;
    padding: 15px;
}
.why_us h2{
    color: #212121;
    font-size: 40px;

    font-weight: bold;
    padding-top: 50px;
}
.why_us p{
  color: #353434;
  font-size: 15px;
 
}

 


.ic {
  color: #1b1919;
  font-size: 45px;
  margin-top: 15%;
}
.why_content h4 {
  font-size: 17px;
  margin: 15px 0px 0px 0px;
}

.why_content p {
  color: #1b1919;
  letter-spacing: .018em;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
}
.why_content {

  margin-top: 40px;
  width: 100%;

  margin-left: 10px;


      padding: 40px;

}



/*======================================
     SERVICES SECTION
=====================================*/





/*======================================
     TESTIMONIAL SECTION
=====================================*/


.testimoni_img{
  width: 80px;
  border-radius: 50%!important;
}

.testimonial-sec{
  background-color: #edf3f8;
  padding: 50px;
}


.stars {
    padding: 15px;
}

.testi-description span{
  color: #FEC931;
}
.testi-description{
    background-color: #fff;
      padding: 15px 30px;
    margin: 20px 0px;

}
.testi-description p{
    padding: 50px 0px;
    font-size: 15px;
    line-height: 2;
    text-align: center;
}







.carousel-item{
    height: 100%!important;
    background: #fec931;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    padding: 25px;
    z-index: 1;
    position: relative;
    /* background-color: #fff; */
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;


}
.carousel-item span{
  color: gray;
}
.carousel-item p{
  color: black!important;
}
/*======================================
     GETIN TOUCH SECTION
=====================================*/

.contact-sec {
  display: block;
  overflow: hidden;
  background: #f1f1f1;
  padding: 20px;
}



.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}



.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}


.plc{
  font-size: 14px;
}





.getin_touch {
    background: #f1f1f1;
 
    width: 100%;
    margin-top: 100px;
    height: 100%;
}
}
.getin_touch h2{
  font-size: 50px;
}
.get_title p{
  font-size: 15px;


}
.get_title{
 padding: 40px;
}

.nam{

    width: 100%!important;
    height: 40px;
    font-size: calc(1rem + 4px);
    color: #374c86;
    letter-spacing: .035em;
    outline: 0;
    border-radius: 0px!important;
    padding: 0 25px;
    -webkit-appearance: none;
    border: solid 1px #a09a9a59;
    font-weight: 500;
    font-size: 14px;
}


.numb{

    overflow: visible;

    width: 100%;
    height: 40px;
    font-size: calc(1rem + 4px);
    color: #374c86;
    letter-spacing: .035em;
    outline: 0;
    border-radius: 0px!important;
    padding: 0 25px;
    -webkit-appearance: none;
    border: solid 1px #a09a9a59;
    font-weight: 500;
    font-size: 14px;

}

.mess{
  height: 120px;
  width: 100%!important;
  border-radius: 0px!important;
}

.form_sec{





  padding-top: 20px;
}

.form_button{
  background-color: #FEC931;
  width: 200px;
  height: 50px;
  color: #212121;
  border-radius: 50px;
  margin: 5px;
  border: solid 3px #FEC931;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  transition: 1s;
  outline: 0px!important;
}
.form_button:hover {
    background-color: transparent;
    color: #212121;
    border: solid 2px #FEC931;
}
.client_say {
    margin-top: 0px !important;
}
.client_say h2{
  font-size: 40px;
}
.client_say p{
    font-size: 14px;

    font-weight: 600;
    padding-left: 30px;
}





















.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}







/*======================================
     FOOTER SECTION
=====================================*/


.footer{
  background-image: url(../img/footer.jpg);
  width: 100% !important;

  background-repeat: no-repeat;
  background-size: cover;
}
.footer h2{
  font-size: 40px;
  color: white;
  padding-top: 80px;
  letter-spacing: 2px;
}
.footer h5{
  color: #d4d4d4;
  font-size: 17px;
  padding-top: 25px;
  line-height: 21px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;

}

.footer ul {


  padding-top: 36px;
}
.foot_nav{
  color: white !important;
  float: left;
  list-style: none;
  padding-left: 10px;
}
.foot_ic{
  color: #ffc107;
  font-size: 40px;
  padding: 8px;

}
.fcb-ic{
  color: #d4d4d4;
  font-size: 30px;
  padding: 8px;

}
.instag-ic{
  color: #d4d4d4;
    font-size: 30px;
  padding: 8px;
}
.twitr-ic{
  color: #d4d4d4;
  font-size: 30px;
  padding: 8px;
}
.ft-ic {
  color: #ffc107;
  padding: 7px;
  font-size: 20px;
}
.wtsp_ic{
    color: #d4d4d4;
    font-size: 30px;
    padding: 8px;

}
.social_ic {
  
    padding-top: 28px;
}
.foot_end h6{
  color: white;
  padding-top: 80px;
 
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}
.design h6{
  color: white;
  padding-top: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}
.foot_spn{
  color: #ffc107!important;
}

.nav-item a{
  color: #d4d4d4;
}


/************************animation***************************************/
#amintion {
  width: 100%;
  padding: 50px 0;
}
.text {
  margin-top: 8%;
  text-align: center;
  display: block;
  overflow: hidden;
}
.text h1 {
  color: white;
  font-size: 69px;
  margin-bottom: 2%;
  font-weight: 600;
}
.text h2 {
  color: white;
  font-size: 37px;
  word-spacing: 11px;
  margin-bottom: 10px;
}
.text a {
  background: red;
  color: white;
  font-size: 16px;
  padding: 12px 43px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 400;
}
/************************box-section***************************************/
#box {

  display: block;
  overflow: hidden;
}
.box-1 {
  overflow: hidden;
  display: block;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.6);
  text-align: center;
  margin-top: 100px;
  height: 600px;
}
.box-1 h4 {
  margin-top: 21px;
  font-size: 22px;
  word-spacing: 8px;
}
.Read.more {
  background: red;
  padding: 13px 0px;
  color: white !important;
  margin-top: 20px;
  display: block;
  font-size: 20px;
  cursor: pointer;
}
/*************************************SECTION-NAME*******************************************/
#name {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}
#name h1 {
  color: red;
  font-size: 48px;
  font-weight: 600;
}

























.client_min{
    background: #FF4328;
    height: 220px;
    margin-top: 150px;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.slick-slide:hover{
  color: white;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-top: 100px;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}








/*======================================
    WHATWE OFFER
=====================================*/

.whatwe_offer{

  margin-top: 100px;
}
.whatwe_offer h2{
 
    font-size: 40px;
}
.offer_img{
  width: 100%;
  height: 500px;
  margin-top: 30px;
  
}
.offer_cont i{
    background-color: #ffc107;
    border-radius: 10%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 22px;
    float: left;
    transition: 1s;
}
.offer_cont:hover i{
    background-color: #ffc107;
    border-radius: 50%;
}
.offer_cont {
    padding: 35px 0px;
}
.offer_cont h6{
  float: left;
  padding-left: 15px;
  margin-top: 10px;
}
.offertwo{
  background-color: #e6e7e8;


}


.over-lay{
  position: absolute;
  background: black;
  opacity: 0.3;
}

/*======================================
     CONTACT PAGE
=====================================*/
.contact h2{
    font-size: 40px;
    margin-top: 60px;
}
input[type=email], input[type=file], input[type=tel], input[type=text], textarea {
    border: 1px solid #e9e9e9;
    width: 80%;
    height: 60px;
    font-size: calc(1rem + 4px);
    color: #374c86;
    letter-spacing: .035em;
    outline: 0;
    border-radius: 30px;
    padding: 0 25px;
    -webkit-appearance: none;
    border: solid 1px #a09a9a59;
    font-weight: 500;
    font-size: 14px;
}
.contact_sec{
  margin-top: 20px;
}
textarea{
  padding: 15px;
  height: 200px;

}
.contact_left h6{
  margin-top: 40px;
}
.contact_left{
  border: solid 2px #8080803b;
  height: 600px;
  width: 100%;
}
.fb_ic{
  background: #2884C6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-top: 20px;
  transition: 1s;
  padding: 15px;
}
.insta_ic{
  background: #dc3545;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-top: 20px;
  transition: 1s;
  padding: 15px;
}
.whatsp{
  background: #00e676;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-top: 20px;
  transition: 1s;
  padding: 15px;
}
.cnt-ic{
  color: #FEC931;
  padding: 8px;
  font-size: 30px;
}
.social i:hover{
  border-radius: 10%;
}
.ask_button {
    background-color: #FEC931;
    width: 200px;
    height: 50px;
    color: #212121;
    border-radius: 50px;
    margin: 5px;
    border: solid 3px #FEC931;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    transition: 1s;
    outline: 0px!important;
}
.ask_button:hover {
    background-color: transparent;
    color: #212121;
    border: solid 2px #FEC931;
}

.banner_sec{
  position: relative;
  background-image: url(../img/banner3.jpg);
  width: 100%;
  padding: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}
.banner_sec h2{
    font-size: 50px;
    padding-top: 70px;
}
.banner_sec h6{
  
    
}

/*======================================
     GALLERY PAGE
=====================================*/

.gallery{
  margin-top: 100px;
}
.portfolio-menu{
  text-align:center;
}
.portfolio-item .item{
  float:left;
  margin-bottom:10px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }


.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; 
}


img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}


.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}





.ban_button {
    background-color: black;
    width: 200px;
    height: 50px;
    color: white;
    border: none;
    margin: 5px;
    float: left;
    position: absolute;
    top: 53%;
    left: 44%;
}
.ban_button2{
    background-color: black;
    width: 200px;
    height: 50px;
    color: white;
    border: none;
    margin: 5px;
    float: left;
    position: absolute;
    top: 53%;
    left: 60%;
}

/*top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 45px;
  border: none;
  outline: none;
  background: none !important;
      color: #ffc107 !important;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
   -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
     transition: all 0.5s linear;
}

#myBtn:hover {
    color: #e45222 !important;
    background: none;
   transition: all 0.5s linear;
}



/*======================================
     RESPONSIVE
=====================================*/



@media  (max-width: 768px) { 
  .banner_sec h2 {
    font-size: 60px;
    padding-top: 70px;

}
.banner-head h1 {
    font-size: 37px;
    font-weight: 700;
}


.testimonial-block .inner-box {
    padding: 0px 0px !important;
    width: 100%!important;
    padding-left: -17px!important;
    height: 298px!important;
    /* margin-left: 20px !important; */
    box-shadow: 0 0 50px rgba(210, 207, 207, 0.75);
    border-radius: 8px;
}
.testimonial-block {
    position: relative;
    padding: 0px; 
}
.inner-box p {
    text-align: center;
    padding-top: 36px!important;
font-size: 15px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}
.testimonial-carousel .owl-nav {
    right: 20px;
    bottom: 40px;
}

.foot_end h6 {
     padding-top: 50px; 
    margin-left: 0px; 
  
}
.foot_spn {

    letter-spacing: 0;
}
.design h6 {
 
    padding-top: 50px;
    letter-spacing: 0;
}
.about_area h4 {
    font-size: 18px;
    text-align: center;
}
.about_area p {
    font-weight: 500;
    text-align: center;
}
.about_section h3 {
    margin-top: 35px;
}
.right_bg {
    display: none;
}

.divider {
    display: none !important;
}
.divider_two{
  display: none !important;
}
.wht_text.hvr-box-to-bottom {
    padding: 30px;
    text-align: center;
    margin-left: 30%;
}
.client_min {

    margin-top: 0px; 
}
.accordion {
  margin-left: 0px;
}
.sub_hd {
    margin-left: 0px;
    margin-top: 90px;
}
.left_content {
    background: transparent;
    width: 100%;
    height: 622px;
    padding: 0px; 
    margin-top: 0px;
    padding-top: 130px;
}

input[type=email], input[type=file], input[type=tel], input[type=text], textarea {
 
    width: 100%;
  
}
.offer_cont h6 {
    float: inherit;
    padding-left: 0px;
}
.offer_cont i {
    float: inherit;
}
.testimonial-sec {
   
    padding: 15px; 
}
}




@media (max-width: 576px){ 
.banner_sec h2 {
    font-size: 60px;
    padding-top: 70px;

}
.banner-head h1 {
    font-size: 33px;
    font-weight: 700;
}
h2{
    font-size: 27px!important;
    line-height: 30px!important;
}
.why_us h2{
  text-align: center;
}
.why_content{
  width: 94% !important;
}
.why_content:hover{
  width: 94% !important;
}
.testimonial-block .inner-box{
  padding: 0px 0px !important;
  width: 100%!important;
  padding-left: 41px!important;
  height: 230px!important;
  box-shadow: 0 0 50px rgba(230, 227, 227, 0.75);

}
.testimonial-sec {
   
    padding: 0px; 
}
.client_say {
    margin-top: 5px !important;
}
.inner-box p {
    text-align: center;
    padding-top: 36px!important;
    font-size: 13px;
    font-weight: 500;
}
.testimonial-carousel .owl-nav {
    right: 5px !important;
    bottom: 0px !important;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
  height: 34px;
  width: 75px;
  line-height: 30px;
}

.foot_end h6 {
     padding-top: 0px; 
    margin-left: 0px; 
}
.design h6 {

    padding-top: 0px; 
}
.about_area h4 {
    font-size: 18px;
    text-align: center;
}
.about_area p {
    font-weight: 500;
    text-align: center;
}
.about_section h3 {
    margin-top: 35px;
}
.shape4 {
    display: none;
}
.accordion{
  margin-left: 0px;
  margin-top: 23px;
}
.sub_hd{
  margin-left: 0px;
  text-align: left;
}
.right_bg {
    display: none;
}
.divider {
    display: none;
}
.divider_two{
  display: none;
}
.left_content h5 {
    text-align: center;
    margin-left: 0px;
   
}
.wht_text.hvr-box-to-bottom {
     padding: 30px;
    margin-left: 70px;
}
.hvr-box-to-bottom {
    padding: 37px;
}
.client_min{
  margin-top: 120px;
}
.left_content {
    background: transparent;
    width: 100%;
    height: 622px;
    padding: 30px;
    margin-top: 0px;
    padding-top: 0px;
}
.foot_nav {
    color: white !important;
    float: left;
    list-style: none;
    padding-left: 0px;
    padding: 0px;

}
.foot_ic {
    color: #ffc107;
    font-size: 35px;
    padding: 8px;
}

.foot_end h6 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px!important;
}
.design h6 {
    letter-spacing: 0px;
    text-align: center!important;
    font-size: 13px!important;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-left: 60px;
}
.tab-content>.tab-pane {
    text-align: center;
    padding: 25px;
}
.future_content h5 {
    font-size: 15px;
    text-align: center;
    margin-left: 0px;
}
.client_srvc{
  margin-top: 120px;
}
.price_sec {
    background: #f3f3f3;
    height: 1413px;
}

input[type=email], input[type=file], input[type=tel], input[type=text], textarea {
 
    width: 100%;
  
}
}






