
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');
body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #282929;
}


/* ------------------------
    Typography
------------------------*/
@font-face {
    font-family: AvenirNextLTPro;
    src: url(../images/thumbnail/AvenirNextLTPro-Medium.otf)
      format('opentype');
      ;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    text-transform: capitalize;
    color: #f9a305;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 500;
    color: #23244a;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #23244a;
}

h5 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #23244a;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
}


/* ------------------------
    Helper class
------------------------*/

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}
section {
    padding: 80px 0;
}


.theme-bg .section-title p,
.dark-bg .section-title p {
    color: rgba(255, 255, 255, 0.8)
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/

.text-theme {
    color: #f9a305;
}

.text-black {
    color: #23244a !important;
}

.text-grey {
    color: #aaaaaa;
}

.text-yellow {
    color: #f9a305;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/

.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #121628;
}

.grey-bg {
    background-color: #f8f8f8;
}

.theme-bg {
    background-color: #f9a305;
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Pattern
------------------------*/

.pattern {
    width: 100%;
    background-size: inherit !important;
    background-position: 0px 0px;
    background-repeat: repeat !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}


/* ------------------------
    Banner
------------------------*/

.fullscreen-banner {
    position: relative;
    min-height: 800px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .btn {
    color: #ffffff;
}

.banner-1::before {
    border: 10px solid rgba(255, 255, 255, 0.1);
    content: "";
    height: 120%;
    left: 50%;
    position: absolute;
    top: -10%;
    width: 80%;
    z-index: -1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}


/* ------------------------
    Countdown
------------------------*/

.countdown {
    text-align: center;
    width: 100%
}

.countdown>li {
    margin-bottom: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    list-style-type: none;
}

.countdown>li:last-child {
    margin-bottom: 0;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #f9a305;
}

.dark-bg .countdown>li {
    border-color: rgba(255, 255, 255, 0.2)
}


/* ------------------------
    Terms and Conditions
------------------------*/

.terms-and-conditions .title {
    margin-bottom: 10px;
}

.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/

.privacy-policy .title {
    margin-bottom: 10px;
}

.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Contact
------------------------*/

.contact-main {
    /*background: #fff; padding: 30px;*/
    border-bottom: 2px solid #f9a305;
}

.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #f9a305;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: #23244a;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #555;
}

.dark-bg .contact-info li a {
    color: #ffffff;
}

.contact-info li a:hover {
    color: #f9a305;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
    color: #ffffff
}

.theme-bg .contact-info li i {
    color: #ffffff;
}

.theme-bg .contact-info li a {
    color: #ffffff;
}

.theme-bg .contact-info li a:hover {
    color: #23244a;
}

.contact-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    background: none;
    border: none;
  border-bottom: 2px solid #e9e9e9;
    box-shadow: none;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #f9a305;
}

select.form-control {
    /*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 900px !important;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 0;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-moz-placeholder {
    color: #555
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: -39px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
}

.contact-bg {
    background: #ffffff;
    color: #f9a305;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 500;
    z-index: 10;
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover .contact-bg {
    background: #f9a305;
    color: #ffffff
}

.contact-form {
    background: #ffffff;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 80px 30px 30px;
    width: 450px;
    position: fixed;
    right: -600px;
    top: 0;
    z-index: 2000;
}

.close-btn {
    background: #f9a305;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.header-3 .contact-btn {
    position: inherit;
    transform: inherit;
    top: inherit;
    right: inherit;
}

.header-3 .contact-bg {
    background: #f9a305;
    box-shadow: none;
    color: #fff;
    padding: 25px 40px;
}


/* ------------------------
    About Us
------------------------*/

.about-img {
    position: relative;
}

.about-img::before {
    border: 5px solid rgba(255, 255, 255, 0.2);
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
}


/* ------------------------
    Video
------------------------*/

.video-btn {
    display: inline-block;
}

.video-btn-pos {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -50px;
}

.video-btn .btn-play {
    background: #f9a305;
    color: #fff;
    height: 45px;
    width: 100px;
    line-height: 45px;
    -webkit-border-radius: 50px;
    border-radius: 5px;
    text-align: left;
    font-size: 26px;
    cursor: pointer;
    display: inline-block;
}

.video-btn .btn-play i {
    line-height: inherit;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ffffff;
    color: #f9a305;
}

.vide h2 {
    text-align: left;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}


/* ------------------------
    Side Background
------------------------*/

.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute!important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.img-side .owl-carousel,
.img-side .owl-stage-outer,
.img-side .owl-stage,
.img-side .owl-stage,
.img-side .owl-item,
.img-side .owl-item .item {
    height: 100%
}
.vide {
    position: relative;
}

.vide video {
    width: 100%;
    display: block;
}

.vide::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.team img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: 50% 50%;
}

.text {
    margin-top: 61px;
}

.p1 {
    margin-top: 31px;
}

.space1 {
    margin-left: 57%;
}

.inc img {
    height: 266px;
}



.services img {
    max-width: 74%;
}

.services .col-md-2 {
    /* margin-left: 23px; */
    font-weight: 600;
    text-align: center;
}

.services p {
    margin-top: 12px;
}

.team-images img {
    height: 520px;
    width: 100%;
}
.portfolio-filter button+button {
    /* margin-left: 20px; */
    background-color: #f9b231;
    color: #fff;
    margin: 10px;
    border-radius: 50px;
}
.portfolio-filter button+button:hover{
    color: #000;
}

li a.nav-link:hover {
    color: #f9a305!important;
}
        .client1,
        .client-logo img {
            width: 100%;
            height: 100px;
            object-fit: revert;
            padding: 10px;
            display: flex;
            justify-content: center;
        }
        .service-images img {
            height: 266px;
            width: 100%;
        }
        .sidebarmenu li {
            background-color: #f8f8f8;
            color: #23244a;
            display: block;
            font-size: 15px;
            padding: 15px 20px;
            font-weight: 500;
            position: relative;
            text-transform: uppercase;
            border-left: 3px solid #f9a305;
        }
        a.navbar-brand.logo {
            background: #fff;
            padding: 0px;
            border-radius: 5%;
        }
        #header-wrap1{
          background: #f9a305;
        }


        .heading {
            text-align: center;
            font-size: 2.0em;
            letter-spacing: 1px;
            padding: 40px;
            color: white;
        }
        
        .gallery-image {
          padding: 20px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }
        
        .gallery-image img {
          height: 250px;
          width: 350px;
          transform: scale(1.0);
          transition: transform 0.4s ease;
        }
        
        .img-box {
          box-sizing: content-box;
          margin: 10px;
          height: 250px;
          width: 350px;
          overflow: hidden;
          display: inline-block;
          color: white;
          position: relative;
          background-color: white;
        }
        
        .caption {
          position: absolute;
          bottom: 5px;
          left: 20px;
          opacity: 0.0;
          transition: transform 0.3s ease, opacity 0.3s ease;
        }
        
        .transparent-box {
          height: 250px;
          width: 350px;
          background-color:rgba(0, 0, 0, 0);
          position: absolute;
          top: 0;
          left: 0;
          transition: background-color 0.3s ease;
        }
        
        .img-box:hover img { 
          transform: scale(1.1);
        }
        
        .img-box:hover .transparent-box {
          background-color:rgba(0, 0, 0, 0.5);
        }
        
        .img-box:hover .caption {
          transform: translateY(-20px);
          opacity: 1.0;
        }
        
        .img-box:hover {
          cursor: pointer;
        }
        
        .caption > p:nth-child(2) {
          font-size: 0.8em;
        }
        
        .opacity-low {
          opacity: 0.5;
        }
   
   
   

.client_logo .owl-item img {
    height: 86px;
    object-fit: fill;
    object-position: center;
    margin: 0 auto;
}
.videocontainer{
    position: absolute;
     /* idth: 65%;w */
     text-align: left;
     left:2%;
     
}
.team-description.textedit {
    font-size: 13px;
}



/* .slider-small {
    background: none repeat scroll 0 0 #f9a305;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    padding: 2px 5px;
    text-transform: uppercase;
}
.slider-link {
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	color:#fff;
	display: inline-block;
	font-family: montserrat;
	margin-top: 20px;
	padding: 7px 30px;
	text-transform: uppercase;
}
.slider-link:hover{border-color:#fff;color:#fff;}
.slider-link i {
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.slider-link:hover i{color:#fff;} */
.headingset{
    margin-top: 55px;
}
.seth5 {
    font-size: 59px;
    line-height: 55px;
    width: 60%;
    font-weight: 900;
    z-index: 999;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -2px;
    color: #323232;
    max-width: 680px;
}
.seth2 {
    font-size: 61px;
    line-height: 55px;
    width: 60%;
    font-weight: 900;
    z-index: 999;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -2px;
    color: #323232;
    max-width: 680px;
}




.seth3 {
    font-size: 61px;
    line-height: 55px;
    width: 40%;
    font-weight: 900;
    z-index: 999;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -2px;
    color: #323232;
    max-width: 680px;
}

.nerds{
color:#ff9800;
}


.aboutset9 {
    font-size: 102px;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -17px;
    position: absolute;
    margin-left: 32%;
    color: gray;
}


.aboutset15 {
   font-size: 102px;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -17px;
    position: absolute;
    margin-left: 26%;
    color: gray;
}


.aboutset5 {
    font-size: 84px;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -14px;
    position: absolute;
    margin-left: 8%;
    color: gray;
}


.aboutset19 {
    font-size: 102px;
    letter-spacing: -7px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -23px;
    position: absolute;
    margin-left: 22%;
    color: gray;
} 


.aboutset {
    font-size: 102px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: 2px;
    position: absolute;
    margin-left: 30%;
    color: gray;
}


.aboutset23 {
     font-size: 102px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -12px;
    position: absolute;
    margin-left: 32%;
    color: gray;
}


.imageajust{
    object-position: top;
    object-fit: cover;
}

.aboutset1 {
    font-size: 102px;
    letter-spacing: -7px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -7px;
    position: absolute;
    margin-left: 20%;
    color: gray;
}
.aboutset7 {
    font-size: 102px;
    letter-spacing: -7px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -16px;
    position: absolute;
    margin-left: 20%;
    color: gray;
}
.service-icon{
    display: flex;
     justify-content: center;
}
.modal-content{
    background-color: transparent;
    border: 0px !important;
}
.service-icon i{
    text-align: center;
}

.navmenu li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
  }
  .imgprofile{
      object-fit: contain!important;
      
  }

  #home{background:#000;}
  .owl-carousel {display:block;}
  .owl-carousel  .slide{display:none;}
  .owl-carousel .slide:first-child{display:block;}
  .slider-caption {
      left: 0;
      padding: 15% 0;
      position: relative;
      width: 100%;
      z-index: 3;
  }
  .para-opacity .owl-item{overflow:hidden;}
  .slider-big {

      color: #fff;
    font-size: 80px;
    letter-spacing: -5px;
    line-height: 1;
    font-family: 'Raleway', sans-serif!important;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .servicedesign{
    font-family: poppins,sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 2em;
    margin: 6px;
    padding: 3px 22px;
  }

  .slider-small {
    background: none repeat scroll 0 0 #ff9800;
          color: #fff;
      display: inline-block;
font-family: AvenirNextLTPro;
      font-size: 30px;
      letter-spacing: 0px;
      line-height: 1;
    font-weight:400;
      margin: 0; 
      padding: 2px 5px;
      text-transform: uppercase;
  }

  .slider-link {
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50px;
      color:#fff;
      display: inline-block;
      font-family: montserrat;
      margin-top: 20px;
      padding: 7px 30px;
      text-transform: uppercase;
  }
  .slider-link:hover{border-color:#fff;color:#fff;}
  .slider-link i {
      color: rgba(255, 255, 255, 0.3);
      display: inline-block;
      font-size: 15px;
      margin-right: 5px;
      transition: ease .3s;
      -webkit-transition: ease .3s;
      -moz-transition: ease .3s;
      -o-transition: ease .3s;
      -ms-transition: ease .3s;
  }
  .slider-link:hover i{color:#fff;}
  .owl-pagination {
      position: absolute;
      right: 30px;
      top: 50%;
  }
  .owl-page {
      border: 2px solid #FFFFFF;
      border-radius: 2px;
      display: block;
      height: 20px;
      margin: 4px 0;
      -webkit-transition: ease .3s;
      -moz-transition: ease .3s;
      -o-transition: ease .3s;
      -ms-transition: ease .3s;
      vertical-align: middle;
      width: 8px;
      opacity:0.3;
  }
  
  .owl-page:hover{
      background: none repeat scroll 0 0 #FFFFFF;
  }
  .owl-page.active{
      background: #fff;
      opacity:1   
  }


  #slideset1{
      display:none;
      width: 70%;
      margin-left: 2%;
  }

  #slideset1 { position: relative;  }
  #slideset1 > * {  visibility: hidden; position: absolute; top: 0; left: 0; animation: 28s autoplay1 infinite; margin-top:30%; }
  @keyframes autoplay1 {
    0% {
      transform: scale(1, 1);
      visibility: visible;
    }
    14% {
      opacity: 1;
    }
    14.23% {
      transform: scale(1.15, 1.15);
      visibility: hidden;
      opacity: 0;
    }
  }

  #slideset1 > *:nth-child(1) { animation-delay: 0s; -webkit-animation-delay: 0s }
  #slideset1 > *:nth-child(2) { animation-delay: 4s; -webkit-animation-delay: 4s }
  #slideset1 > *:nth-child(3) { animation-delay: 8s; -webkit-animation-delay: 8s }
  #slideset1 > *:nth-child(4) { animation-delay: 12s; -webkit-animation-delay: 12s }
  #slideset1 > *:nth-child(5) { animation-delay: 16s; -webkit-animation-delay: 16s }
  #slideset1 > *:nth-child(6) { animation-delay: 20s; -webkit-animation-delay: 20s }
  #slideset1 > *:nth-child(7) { animation-delay: 24s; -webkit-animation-delay: 24s }




.slider-big{
    letter-spacing: 1px;
}
.nav-item.dropdown .dropdown-menu a{
    font-size: 11px;
}

   span.para1 {
            display: block;
            width: 89%;
            text-align: justify;
            font-size: 18px;
    margin-top: 7%;
         
        }

.logostyle{
    height: 81px!important; 
    background: white; 
}
    .lead {
            font-weight: normal;
            font-size: 16px;
            line-height: 27px;
            margin-bottom: -2px;
            text-align: justify;
        }



@media only screen and (min-width: 700px) and (max-width: 1025px) {
      .portfolio-filter button{
  font-size:12px!important;
     padding: 5px 8px!important;
  }
  .colorsqure {
  font-size:12px!important;
  }
  
  h5.card-title {
    font-size: 20px!important;
}
  
  h5.title {
    font-size: 31px;
}
  
  .aboutset9 {
    font-size: 62px;

    }
    .slider-small{
        font-size: 13px;
        letter-spacing: 1px;
      padding-top:3px;
    }
  
  .card-body.heightbody {
    height: 204px!important;
    position: relative;
}
  
  .aboutset15 {
    font-size: 68px;}
  
  .aboutset23 {
    font-size: 71px;}
.seth2 {
  font-size: 32px!important;
  line-height:31px!important;
}
  
  .aboutset {
    font-size: 80px;}

     .aboutset7 {
    font-size: 65px;
}
 
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
  .modal.show .modal-dialog {
    margin-top: 20%;
}
    .cardmargin{
  margin:8px!important;
  }
   .imgcover {
     height: 62vh!important;
  }
  
}


@media only screen and (min-width: 425px) and (max-width: 700px) {
  .section-title.mb-5.headingset {
    margin: 27px 0px;
}
.nav-link.active{
background: #ff9800!important;
}
  .navbar-nav .nav-item{
padding:0px;
}
.navbar-nav .nav-link:hover{
background: #f9a305!important;
}
    .portfolio-filter button{
  font-size:14px!important;
     padding: 1px 3px!important;
  }
  .colorsqure {
  font-size:8px!important;
  }
  
    .card.mspace {
    margin: 10px 0px;
}
  div#staticBackdrop1 {
    margin-top: 31%!important;
}
  .mspace1 {
    margin: 10px 0px!important;
}

   .imgcover {
  height: 31vh!important;
  }
    .cardmargin{
  margin:8px!important;
  }
  
   .seth5 {
    font-size: 17px;
    line-height: 19px;
  margin-top:0px;
        letter-spacing: 0px;
  }
  
  #header-wrap.fixed-header{
    height: 54px;
  }
  
  .heightdivtop{
  margin-top:20px;
  }

  .navbaronmob {
    margin-top: 6px!important;
}
  #header-wrap {
    padding: 0!important;
}
  .team-images img {
    height: 402px;
    width: 100%;
}
  
  section.page-title.overflow-hidden.text-center.parallaxie {
    background-size:contain!important;
    height: 180px;
}
  
  #header-wrap{
  background:transparent;
  }
  
.navbaronmob {
    margin-top: -37px;
}
  .page-title h1 {
    font-size: 11px!important;
    margin-top: 53px;
    line-height: 30px;
}
  
  
  
  
  
  
  
  
   button.owl-dot{
  margin-top:10px;
  }
	.slider-big{
        font-size: 20px;
    }
  section {
    padding: 0px 0px!important;
}
  
    .slider-small{
        font-size: 10px;
        letter-spacing: 1px;
    }
    .logostyle{
        height: 40px!important;
        
    }
.aboutset1 {
    font-size: 41px;
    letter-spacing: -3px;
    margin-top: -12px;
    margin-left: 120px;
}
.aboutset5 {
    font-size: 29px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -18px;
    position: absolute;
    margin-left: 13%;
    color: gray;
}
    .seth3 {
        font-size: 29px;
        line-height: 28px;}

   .aboutset7 {
    font-size: 29px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    float: right;
    margin-top: -14px;
    position: absolute;
    margin-left: 38%;
    color: gray;
}
    .aboutset {
        font-size: 46px;
        letter-spacing: -3px;
        margin-top: 16px;
    margin-left: 41%;
    }
  
.aboutset9 {
    font-size: 51px;
    letter-spacing: -3px;
    margin-top: -14px;
    margin-left: 43%;
}
        .seth2 {
            font-size: 26px;
            line-height: 24px;}
  .servicedesign {
    font-family: poppins,sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 16px;
    /* display: block; */
    line-height: 2em;
    /* margin: 6px; */
    padding: 1px 2px;
}
  .aboutset15 {
    font-size: 44px;}
      .aboutset23 {
        font-size: 44px;}
  .seth2{
  font-size: 18px;
  }
  .aboutset7 {
    font-size: 29px;
    letter-spacing: -2px;}
  .aboutset9 {
    font-size: 35px;
    letter-spacing: -2px;}
  
  
  
}


.imgheightsize{
    height: 200px;
    object-fit: cover;
    object-position: 0ch;
}

.client_logo .owl-item img {
    height: 86px;
    filter: grayscale(1);
    width: 150px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.client_logo .owl-item img:hover {
    filter:none;
}
.service-description h4{
    font-size: 16px;
    font-weight: 700;
}
.nav-link.dropdown-toggle::after{
    display: none;
}
.navbar-nav .nav-item{
    padding: 0px 10px;
    margin: 0px;
}
a.nav-link.active{
  padding: 0px 10px!important;
}
.navmenu li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
  }

.mfp-counter{
display:none;
}


      img.mfp-img{
      height: 700px;
   
      }
      
      .mfp-figure {
    height: 600px;
    
}
      
      .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
      cursor: pointer;
      }

  .service-images img{
                              object-fit:cover;
                              object-position:left bottom;
                              }
  .mfp-wrap {
          z-index: 9999999999999999999999999!important;
      }
.page-content{
margin:40px 0px;
}

.page-title{
padding-bottom: 130px;
    padding-top: 250px
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 28px;
    height: 29px;
    line-height: 4px;
    top: -84px;
}
#ourclient1 .owl-nav {
      top: 130px!important;
  }
  #ourclient1 .owl-nav .owl-prev{
    left:0px;
  }
  #ourclient1 .owl-nav .owl-next{
    right:0px;
  }
  
  .owl-carousel .owl-nav button.owl-prev{
  left:14px;
  }
  .owl-carousel .owl-nav button.owl-next{
  right:14px;
  }
  
  
  .section-title.mb-5.headingset {
    margin: 27px 0px;
}
  .owl-prev{ margin-left:-20px}
   .owl-next{ margin-right:-20px}
  .nav-link.active{
background: #ff9800!important;
}
  .navbar-toggler-icon::before {
    color: #ff9800 !important;
}
  .navbar-nav .nav-item{
padding:0px;
}
.navbar-nav .nav-link:hover{
background: #f9a305!important;
}
  a.nav-link.active{
  padding: 10px!important;
}
.seth2 {
    line-height: 22px;
    font-size: 22px;
    letter-spacing: 0px;
    width: 80%;
}
  .page-content {
  margin:0px!important;
  }
  .lead {
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: -2px;
    text-align: justify;
}
  .portfolio-filter button{
  font-size:10px!important;
     padding: 1px 3px!important;
  }
  .colorsqure {
  font-size:5px!important;
  }
  .title.titleline{
      margin-bottom: 10px! important;
    padding-top: 10px! important;
  }
  
  .owl-carousel .owl-stage-outer{
  padding-bottom:0px;
  }
  .card.mspace {
    margin: 10px 0px;
}
  .mspace1 {
    margin: 10px 0px!important;
}
  .imgcover {
  height: 31vh!important;
  }
  
  .topmodal {
    margin-top: 50%!important;}
 
  .headingset {
    margin-top: 0px;
    margin-bottom:0px!important;
}
  
  .cardmargin{
  margin:5px!important;
  }
  
  #header-wrap.fixed-header{
    height: 50px;
  }
  .navbaronmob {
    margin-top: 5px!important;
}
  .portfolio-hover h4 {
    margin-top: 20px!important;
    margin-left: 31px!important;
    font-size:13px;
}
  .seth5 {
    font-size: 17px;
    line-height: 19px;
  margin-top:0px;
        letter-spacing: 0px;
  }
  
  .heightdivtop{
  margin-top:20px;
  }

  #header-wrap {
    padding:  0!important;
     background:transparent;
}
  .team-images img {
    height: 402px;
    width: 100%;
}
  
  section.page-title.overflow-hidden.text-center.parallaxie {
 background-size:contain!important;
        height: 154px;
}
  


  .page-title h1 {
    font-size: 30px!important;
    margin-top: 53px;
    line-height: 30px;
}
  
  span.para1{
    line-height: 11px;
    font-size: 10px;
    margin-top:3%;
  }
  .owl-dots {
    display:none! important;
  }
  
  button.owl-dot{
  margin-top:10px;
  }
	.slider-big{
        font-size: 20px;
    }
  section {
    padding: 0px 0px!important;
}
  
    .slider-small{
        font-size: 7px;
        letter-spacing: 1px;
    }
  
    .logostyle{
        height: 40px!important;
        
    }
 .aboutset1 {
    font-size: 35px;
    letter-spacing: -3px;
    margin-top: -12px;
    margin-left: 73px;
}
    .aboutset5 {
         font-size: 20px;
    letter-spacing: 0px;
        text-transform: uppercase;
        font-weight: 700;
        opacity: 0.2;
        float: right;
        margin-top: -18px;
        position: absolute;
        margin-left: 10%;
        color: gray;
    }
    .seth3 {
        font-size: 29px;
        line-height: 28px;}


.aboutset {
    font-size: 42px;
    letter-spacing: 0px;
    margin-top: 6px;
    margin-left: 27%;
}
       
  .servicedesign {
    font-family: poppins,sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 16px;
    /* display: block; */
    line-height: 2em;
    /* margin: 6px; */
    padding: 1px 2px;
}
  .aboutset15 {
    font-size: 37px;
      letter-spacing: 0px;
        margin-left: 10%;
        margin-top: -26px;
  }
      .aboutset23 {
        font-size: 35px;}
  	

  
.aboutset7 {
font-size: 30px;
    letter-spacing: 0px;
    margin-top: -26px;
    margin-left: 11%;
}
  
 .aboutset9 {
    font-size: 30px;
    letter-spacing: 0px;
   margin-top: -26px;
}
  h5.title {
    font-size: 18px;
}
}
.social-icons.social-colored {
    float: left;
    margin-left: 33px;
}
i.fab.fa-facebook-f:hover {
    color: #4267B2;
}
i.fab.fa-twitter:hover{
color:#00acee;
}
i.fab.fa-linkedin-in:hover{
  color:#0A66C2;
}
i.fab.fa-instagram:hover{
color:#f501cb;
}
i.fab.fa-pinterest-p:hover{
  color:#E60023;
}