@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a:hover{
  text-decoration: none !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.irt-header-topped {
    background: #1e1e1e none repeat scroll 0 0;
    /* margin-bottom: 30px; */
}
.irt-welcm-ht {
    position: relative;
}
.irt-welcntxt {
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
}
.text-thm1 {
    color: #00abed !important;
}
/* .irt-welcm-ht::before {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    transform: skewX(45deg);
    width: 4px;
} */
.irt-social-linked {
    /* margin-top: 15px; */
    position: relative;
    height: 54px;
}
.irt-social-linked::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(45deg);
    width: 4px;
    height: 100%;
}
.irt-social-linked::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  left:  0;
  top: 0;
  transform: skewX(45deg);
  width: 4px;
  height: 100%;
}
.irt-linked li {
    padding: 0;
    display: inline-block;
}
.irt-linked
{
    text-align: center ;
}
.irt-linked li a
{
    color: #fff;
    font-size: 14px;
    /* margin: 0 5px; */
    display: block;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.irt-linked li a:hover
{
  background-color: #00abed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);}
    .section-header {
        margin: 30px 0;
      }
      
.irt-footer a {
    color: #00abed !important;
}

#products h2 a,
#products .link-more a {
    color: #00abed !important;
}

      @media (min-width: 1140px) {
       .menu  .dropdown-menu {
          margin-top: 0;
        }
      
     .menu .dropdown.hover:hover .dropdown-menu {
          display: block !important;
        }
      }
    .menu  .nav-link {
        /* border-radius: 5px; */
        margin: 7px 0;
      }

      .menu .get_quote
      {
        margin-right: 40px;
      }
      .menu .get_quote .btn-primary {
        color: #fff;
        background-color: #00abed;
        border-color: #00abed;
        border-radius: inherit;
        padding: 7px 30px;
    }
      
     .menu .menu-item {
        margin-left: 10px;
        margin-right: 10px;
      }
         .menu {
        background: #313131;
        position: relative;
    }   
    
    .menu .navbar-expand-md
    {
      position: relative;
      padding: 5px 20px;
    } 
    .menu  .d-flex {
      display: -ms-flexbox!important;
      display: flex!important;
      position: relative;
      justify-content: space-between;
      align-items: center;
  }
   .menu .d-flex::before {
      background: #fff none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      transform: skewX(40deg);
      width: 4px;
      z-index: 1;
  }
.menu .d-flex::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    right:  0;
    position: absolute;
    transform: skewX(40deg);
    width: 4px;
    z-index: 1;
}
.menu .navbar-light .navbar-nav .nav-link
{
  color: #fff !important;
}
.menu .navbar-light .navbar-nav .nav-link:hover, 
.menu .navbar-light .navbar-nav .nav-link:focus,
.menu .navbar-light .navbar-nav .nav-link:active,
.menu .navbar-light .navbar-nav .current_page_item .nav-link
{
  background-color: inherit;
  color: #00abed !important;
  box-shadow: none;
  border: none;
  /* font-weight: bold; */
  /* transition: 2s; */
}
.menu .dropdown-toggle::after
{
  vertical-align: middle;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}
.btn-rounded {
  border-radius: 70px;
}
.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.carousel-caption {
  position: absolute;
  bottom: auto !important;
  top: 50%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.tt-box01 {
  background-position: center center;
  background-size: cover;
  padding: 96px 0;
  overflow: hidden;
}
.tt-box01 .tt-box01__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutfector .tt-box01__holder
{
  background-color: #f3f3f3;
  padding: 10px 20px 20px 20px;
  border-radius: 6px;
  position: relative;
  left: 0;
  border-bottom: 5px solid #1781fe;
}
.tt-box01__holder::after
{
  position: absolute;
  content: '';
  
}
.tt-box01__holder .tt-block-aside .card {
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 5px;
}
.tt-box01__holder .tt-block-aside .card-header {
  background-color: transparent;
  border-radius: 0 !important;
  border: none;
  padding: 10px;
}
.tt-box01__holder .tt-block-aside .card-header a {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-family: Poppins,sans-serif;
  font-weight: 600;
  transition: .2s;
  color: #000;
}
.tt-box01__holder .tt-block-aside .card .card-body {
  padding: 0 18px;
}
.tt-box01__holder .tt-block-aside .card-body li i {
  margin-right: 4px;
  color: #706767;
}
.tt-box01 .tt-box01__description {
  background-color: #fff;
  display: inline-block;
  padding: 50px;
  max-width: 584px;
}
.tt-box01 .tt-box01__title {
  font-size: 36px;
  line-height: 46px;
  color: #303442;
  font-family: Poppins,sans-serif;
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 23px;
}
.tt-box01 .tt-box01__title:before {
  content: '';
  width: 4px;
  height: calc(100% - 20px);
  background-color: #00abed;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.tt-base-color {
  color: #00abed;
}
.tt-box01 .tt-row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 35px;
}
.slider, .section-indent, .irt-service-two, .latest-things
{
  margin-bottom: 30px;
}
.tt-btn
{
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #00abed;
  border: none;
}
.services-item .btn__color01
{
  background-color: #00abed;
  display: inline-block;
  margin-top: 20px;
  border: none;
  margin-bottom: 10px;
  /* width: 166px; */
}
.btn__color02
{
  background-color: #313131;
}
.section-title {
  text-align: center;
  padding-bottom: 0;
  position: relative;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title .section-title__01 a {
  display: inline-block;
  position: relative;
  color: #00abed;
}
.section-title .section-title__02 {
  font-size: 36px;
  line-height: 46px;
  color: #303442;
  font-weight: bold;
  font-family: Poppins,sans-serif;
  margin: 7px auto 0;
  text-transform: uppercase;
}
.residences 
{
  margin-bottom: 20px;
}
.irt-partner {
  background-color: #2c2c2c;
  border-bottom: 1px solid #00abed;
  padding-bottom: 60px;
  padding-top: 60px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0;
}
.irt-footer-font-icon a {
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.irt-footer {
  background-color: #252525;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.irt-footer-fst-col > p {
  color: #eee;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 20px;
  /* width: 85%; */
  padding-right: 40px;
}
.list-inline li img
{
  width: 58px;
}
.irt-footer-contact h3, .irt-footer-qlink h3, .irt-footer-flickr h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 27px;
  font-size: 20px;
}
.irt-ftr-phone, .irt-ftr-fax, .irt-ftr-mail {
  color: #eee;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.irt-footer-contact > p {
  color: #eee;
  margin-bottom: 20px;
  padding: 10px 0;
}
.irt-footer-qlink .list-unstyled li a {
  color: #eee;
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
}
.irt-copy-right {
  background-color: #00abed;
  color: #fff;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}
.irt-copy-right p
{
  margin: 0;
  padding: 0;
}

.logo_section
{
  padding-bottom: 15px;
  padding-top: 15px;
}
.logo_section img{
  width: 165px;
}
.menu .get_quote .btn-primary:hover
{
  background-color: inherit;
  color: #00abed;
  transition: 0.5s;
}
.slider .carousel-inner .carousel-item h3
{
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}

.logo_section .row
{
  align-items: center;
}
.logo_section .email_box 
{
  text-align: right;
}

.logo_section .email_box a {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 28px;
    color: #00abed;
    font-size: 14px;
    font-weight: bold;
    margin: 4px;
    width: 142px;
    display: inline-block;
    text-align: center;
}
.logo_section .email_box  i
{
  margin-right: 2px;
}
.logo_section .email_box  a:hover
{
  background-color: #00abed;
  color: #fff;
  transition: 1s;
  text-decoration: inherit;
}

.irt-srvc-title {
  position: relative;
  padding-bottom: 70px;
}
.irt-srvc-title h2 {
  color: #2c2c2c;
  margin-top: 0;
}
.text-thm1 {
  color: #00abed !important;
}
.irt-srvc-column .irt-srv-icon {
  color: #fff;
  float: left;
  font-size: 36px;
  margin-top: 9px;
  position: relative;
}
.irt-srv-icon {
  background-color: #00abed;
  padding: 10px;
}
.irt-srvc-column .irt-srv-icon::after {
  background-color: #00abed;
  border-left: 4px solid #505050;
  content: "";
  height: 100%;
  position: absolute;
  right: 11px;
  top: 0;
  transform: skew(13deg);
  width: 100%;
  z-index: -110;
}
.irt-srv-cntnt-details h3 {
  color: #333;
  font-family: Poppins,sans-serif;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.irt-srv-cntnt-details > p {
  color: #333;
  line-height: normal;
  font-size: 14px;
}
.irt-srv-cntnt-details {
  padding-left: 21%;
  padding-top: 0;
  margin-top: 6px;
  margin-bottom: 33px;
}
.text-uppercase
{
  font-weight: bold;
  font-family: Poppins,sans-serif;
}
.latest-things .items {
  width: 100%;
  margin: 0px auto;
  margin-top: 0;
 }

 .latest-things .slick-slide {
     margin: 10px
 }

 .latest-things .media iframe,
 .latest-things .media-content {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     border: 0;
     border-radius: inherit;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-color: rgba(120, 120, 120, .1);
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
 }

 .latest-things  .media-content:before {
     content: '';
     position: absolute;
     height: 10%;
     width: 90%;
     left: 5%;
     bottom: 0;
     background: inherit;
     background-position-y: 100%;
     filter: blur(10px)
 }

 .latest-things .circle .media-content:before {
     width: 40%;
     left: 30%
 }
 
.media.media-2x1.gd-primary {
    height: 170px;
}

 .latest-things .profile-image {
    width: auto;
    height: auto;
    /*border: 1px solid #00abed;*/
    max-height: 150px;
    margin: 0 auto;
    max-width: 100%;
 }
 .latest-things .slick-slide
 {
   height: auto !important;
   border: none;
 }
 .latest-things  .card-body
 {
  z-index: 999;
  background-color: white;
  border: 1px solid #00abed;
  position: relative;
  width: 90%;
  margin: auto;
  top: -49px;
  padding: 18px 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px #00abed;
 }
 .latest-things  .card-body p
 {
  line-height: normal;
  font-size: 11px;
 }
 .latest-things  .card-body h5{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
 }
 .latest-things .slick-dots li button:before
 {
   font-size: 20px;
   color: #00abed;
   opacity: 1;
 }
 .latest-things .slick-dots
 {
   bottom: 0;
 }


 #triangle-topleft {
  width: 0;
  height: 0;
  border-bottom: 205px solid #9020d1bb;
  border-right: 350px solid transparent;
  position: absolute;
}

.residences  {
  position: relative;
}

.residences  #triangle-topleft,
#overlay {
  position: absolute;
  color: white;
  /* left: 0; */
  bottom: 0;
}
.residences h4
{
  font-size: 22px;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* M CSS */
.banner {
  background: url(../image/fence-507126_1920.jpg) no-repeat;
  padding: 50px;
  color: white;
  background-position: center;
  background-size: 100%;
}

.banner .tt_box {
  border-left: 5px solid #00abed;
  padding: 0 20px;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 0.5px solid gray;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;  
}
button.accordion .arrow {
  /*content: '\002B';*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  vertical-align: middle;
}
button:focus
{
  outline: none !important;
}

.accordionActive {
  background-color: #fff; 
  border-bottom: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-color: gray;
}

.accordion:hover {
  background-color: #fff; 
}

.accordion h5{
  font-weight: 700;
  display: inline;
  color: black;
  margin: 0;
 }

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px;
}

.activePanel {
  border: 0.5px solid gray;
  border-radius: 5px;
  border-top: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}


.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrowWhite {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordian_child_list {
  list-style-type:none;
  padding-left: unset;
}

.accordian_child_list li span{
  color: gray;
}

.contactButton {
  padding: 10px 40px;
    border-radius: 50px;
    background: #00abed;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border: 0.1px solid #0000003b;
    box-shadow: 0px 4px black;
}



/* M testimonial slider */

/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 10px 0;
  text-align: center;
}

.subSlide {
  border: 1px solid #00abed;
  Padding: 30px 40px;
  box-shadow:5px 5px #00abed;
  display: inline-block;
  width: 45%;
  margin: 0px 10px;
  position: relative;
  text-align: left;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: transparent;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px solid #00abed;
}

/* Add a background color to the active dot/circle */
.dot-container .active, .dot-container .dot:hover {
  background-color: #00abed;
} 

/* Add an italic font style to all quotes */
q {font-style: normal; font-weight: 600;}

/* Add a blue color to the author */
.author {color: gray;}

.subSlide .fa-quote-left{
  color: #00abed;
    font-size: 50px;
    display: block;
    text-align: left;
}
/*.tt-box01__description p
{
  font-size: 12px;
}*/


/*n*/
.our_project .nav-tabs
{
  border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_project .nav-tabs .menu-item.show .nav-link, 
.our_project .nav-tabs .nav-link.active
{
  color: #00abed !important;
  border: none;
  font-weight: bold;
  background-color: inherit;
}
.our_project .nav-tabs .nav-link
{
  color: #303442;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
}
#triangle-topleft {
  width: 0;
  height: 0;
  border-bottom: 227px solid #00abed5c;
  border-right: 340px solid transparent;
  position: absolute;
}

.our_project  .img-box  {
  position: relative;
  background-color: #00abed;
  padding: 3px;
  border-radius: 9px 9px 0 0;
}

  #triangle-topleft,
.overlay {
 /* position: absolute; */
 /* color: white; */
 /* left: 0; */
 /* bottom: 0; */
 position: relative;
 display: block;
 background: #fff;
 padding: 10px;
 margin-top: 0;
 box-shadow: none;
 /* width: 96%; */
 /* margin-left: auto; */
 /* margin-right: auto; */
 border-radius: 0 0 9px 9px;
}
.our_project  .image .overlay h4
{
  font-size: 17px;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  padding: 4px;
  font-weight: bold;
  line-height: 24px;
  color: #00abed;
}

.our_project  .nav-tabs .nav-link:focus, .our_project  .nav-tabs .nav-link:hover
{
  border: none;
}
.accordian_child_list li{
  color: #706767;
}
.accordian_child_list li i{
  margin-right: 4px;
}

.startwork 
{
  background-image: url(../image/banner-new-3.jpg);
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  background-size: cover;
}
}
.startwork .text{
  text-align: center;
  color: #ffffff;
}
.startwork .text .play-button .inner-bg a{
  font-size: 23px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background-color: #00abed;
  color: #fff;
  padding-left: 3px;
}

.startwork .text .play-button .outer-border
{
  border: 1px solid #00abed;
  width: 68px;
  height: 68px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logos .logo
{
  background-color: #fff;
  box-shadow: 2px 2px 18px #aaaaaa70;
  border-radius: 6px !important;
  position: relative;
  top: -33px;
  z-index: 999;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.contact-box .lazyloaded
{
  background-image: url(../image/contact.jpg);
    color: white;
    padding: 60px 0px;
  
}
.contact-box 
{
  margin-bottom: 0;
}
.tt-block-aside .card-body li i
{
  margin-right: 4px;
  color: #00abed;
}
.tt-block-aside .card-header
{
  background-color: #00abed;
  border-radius: 0 !important;
}
.tt-block-aside .card-header a{
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-family: Poppins,sans-serif;
  font-weight: 600;
  transition: .2s;
  color: #fff;
}
.tt-block-aside .card{
  border: none;
  margin-bottom: 10px;
}
.tt-block-aside .card .card-body
{
  padding: 10px 0;
}
 ul
{
  padding: 0;
}
.tt-block-aside .card .card-body ul li
{
  list-style-type: none;
}
.tt-block-aside .card .card-body ul li a
{
  color: #303442;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: inline-block;
  padding: 0 0 0 18px;
  font-size: 16px;
}
.tt-block-aside .card .card-body ul li a:hover
{
  color: #00abed;
  text-decoration: none;
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow {
  margin-top: 41px;
}
.tt-block-aside.tt-block-aside__shadow {
  padding: 33px 34px 41px;
  -webkit-box-shadow: 0 0 20px rgba(48,52,66,.1);
  box-shadow: 0 0 20px rgba(48,52,66,.1);
}
.tt-block-aside.tt-block-aside__shadow .tt-aside-title {
  padding: 0 0 14px;
}
.tt-block-aside .tt-aside-title {
  font-size: 24px;
  line-height: 34px;
  color: #303442;
  font-family: Poppins,sans-serif;
  font-weight: 600;
  padding: 0 0 17px;
  margin: 0;
}
.box-aside-info li {
    position: relative;
    padding: 0;
    list-style-type: none;
}
.box-aside-info li i {
  color: #00abed;
    margin-right: 8px;
    font-size: 15px;
}
.box-aside-info li a {
  color: #7b7b7b;
}
.btn__color01:hover
{
  color: #ffffff;
    text-decoration: none;
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow .tt-aside-content
{
  line-height: 2;
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow .tt-aside-content i
{
  margin-right: 4px;
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside {
  margin-top: 34px;
}
.tt-block-aside .tt-aside-title {
  font-size: 24px;
  line-height: 34px;
  color: #303442;
  font-family: Poppins,sans-serif;
  font-weight: 600;
  padding: 0 0 17px;
  margin: 0;
}
.form-default .form-group {
  position: relative;
  margin-bottom: 12px;
}
.form-default .form-control {
  background: 0 0;
  font-size: 16px;
  line-height: 25px;
  border: 2px solid #f4f4f4;
  color: #7b7b7b;
  padding: 14px 12px 12px 18px;
  outline: 0;
  font-family: Roboto,sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 2px 4px rgba(171,171,171,.13);
  box-shadow: 0 2px 4px rgba(171,171,171,.13);
  border-radius: 4px;
  height: auto;
}
.services-item__layout {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  position: relative;
  padding: 64px 0 0;
}
.tt-selected-block {
  margin-left: 45px;
  padding-bottom: 56px;
}
.section-title.text-left {
  padding-left: 0;
}
.section-title {
  text-align: center;
  position: relative;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title .section-title__01 {
  font-size: 16px;
  line-height: 26px;
  color: #00abed;
  font-weight: 600;
  font-family: Poppins,sans-serif;
}
.section-title .section-title__02 {
  font-size: 36px;
  line-height: 46px;
  color: #303442;
  font-weight: 600;
  font-family: Poppins,sans-serif;
  margin: 7px auto 0;
}
.blockquote01.blockquote01__max-width01 {
  max-width: 560px;
}
.blockquote01 {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}
.blockquote01:before {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background-color: #00abed;
  position: absolute;
  top: 5px;
  left: 0;
}
.tt-layout-title {
  font-size: 24px;
  line-height: 34px;
  color: #303442;
  font-family: Poppins,sans-serif;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.tt-layout-title {
  font-size: 24px;
  line-height: 34px;
  color: #303442;
  font-family: Poppins,sans-serif;
  padding: 0 0 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.services-item .tt-indent-top ul{
  line-height: 27px;
}
.services-item .tt-indent-top ul li
{
  list-style-type: none;
}
.services-item .tt-indent-top ul i
{
  color: #00abed;
  margin-right: 5px;
}
.tt-layout-title__top {
  margin-top: 32px;
}
.tt-layout-title {
  font-size: 24px;
  line-height: 34px;
  color: #303442;
  font-family: Poppins,sans-serif;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.blockquote02__top {
  margin-top: 43px;
}
.blockquote02 {
  border-top: 1px solid #d3d4d7;
  border-bottom: 1px solid #d3d4d7;
  padding: 34px 20px 33px 26px;
  margin: 0;
  color: #303442;
  position: relative;
  font-weight: 700;
}
.products .image-box {
  border: none;
  border-radius: 0;
  padding: 20px;

  background-color: #f3f3f3;
}
.products-item-grid 
{
  margin-bottom: 20px;
}
.products .image-text a
{
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
.products .image-text 
{
  text-align: left;
  padding: 10px;
}
.products  .image-text h2
{
  margin-bottom: 0;
  font-size: 22px;
}
.products .image-text p
{
  font-size: 13px;
  text-align: left;
  line-height: normal;
  color: black;
}
.products .image-text h1
{
  font-weight: bold;
}
.products .button 
{
  text-align: center;
}
.products .button .btn-primary
{
  width: 100%;
    border-radius: 0;
    margin-top: 10px;
}

.products .color a
{
  display: inline-block !important;
  border: 1px solid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 3px;
}
.products .color 
{
  color: #00abed !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.products .color .black
{
  background-color: #000;
  border-color: #000;
}
.products .color .blue {
  background-color: #1924f1;
  border-color: #1924f1;
}
.products .color .red {
  background-color: rgb(241, 25, 25);
  border-color:  rgb(241, 25, 25);
}
.products .color .green {
  background-color: rgb(28, 173, 28);
  border-color:  rgb(28, 173, 28);
}
.products
{
  padding-bottom: 30px;
}
.more-button 
{
  text-align: center;
  margin: 20px;
}
.wpb_map_wraper iframe
{
  width: 100%;
}
.vc_column-inner .wpb_wrapper h4 {
  display: inline-block;
  font-size: 16px;
}
.vc_column-inner .wpb_wrapper li
{
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.vc_column-inner .wpb_wrapper li p
{
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}
.wrapper .vc_column_container > .vc_column-inner {
  max-width: 100%;
  width: auto;
}
.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.contact-page .wpcf7 label {
  color: #181818;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 400;
}
.main-container label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.page-content .form-group .form-control 
{
  border-radius: 0;
    height: auto;
    padding: 10px;
}
.status-publish
{
  margin-bottom: 40px;
}
.page-content  .send_button .btn-primary {
  color: #fff;
  background-color: #00abed;
  border-color: #00abed;
  border-radius: inherit;
  padding: 5px 20px;
  font-weight: bold;
}
.contactus
{
  padding-bottom: 30px;
}
.our_project
{
  background-image: url(../image/3\ \(1\).jpg);
  padding: 30px 0;
  margin: 0;
}
.logos  .irt-partner-thumb
{
  margin: 10px 20px;
  border: 1px solid #a0a1a5;
  padding: 7px 25px;
  height: 65px;
  display: flex;
  align-items: center;
}
.logos  
{
  flex-wrap: wrap;
  justify-content: center;
}
.irt-srvc-column .irt-srv-icon
{
  transition: all .5s ease;

}
.slick-slide .card-body
{
  transition: all .5s ease;
}
.sli@ck-slide:hover .card-body{
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -ms-transform: scale(1.10);
  -o-transform: scale(1.10);
  transform: scale(1.10);
}
.irt-srvc-column:hover .irt-srv-icon
{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.irt-partner-thumb
{
  transition: all .5s ease;
}
.irt-partner-thumb:hover{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.products-detail-wrapper img, .products img{
  transition: all .5s ease;
  width: 100%;
}
.products-detail-wrapper img:hover, .products img:hover
{
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -ms-transform: scale(1.10);
  -o-transform: scale(1.10);
  transform: scale(1.10);
}
.our_project .img-box img
{
  max-width: 100%;
  /* height: auto; */
  /* box-shadow: -3px 3px 0px #00abed; */
  border-radius: 9px 9px 0 0;
}
.products-detail-wrapper .left-menu h2
{
  margin-bottom: 30px;
}
.products-detail-wrapper .left-menu .text h4
{
  color: #00abed;
  font-weight: bold;
  font-size: 15px;
  margin: 0;  
}
.products-detail-wrapper .left-menu .text span
{
  font-size: 13px;

}
.products-detail-wrapper .left-menu .col-lg-8
{
  padding-left: 0;
}
.products-detail-wrapper .right-sec .image
{
  border: none;
  /* border-radius: 4px; */
  padding: 20px;
  /* background-color: #ffffff; */
  /* min-height: 300px;*/
}
.products-detail-wrapper .right-sec .details p
{
  color: #000;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}
.products-detail-wrapper .right-sec  .btn-primary
{
  border-radius: 3px;
  font-weight: bold;
  padding: 7px 20px;
}
.products-detail-wrapper .right-sec
{
  background-color: #eee;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 20px;
}
.products-detail-wrapper .enquiry 
{
  justify-content: space-between;
  margin-bottom: 30px;
}
.products-detail-wrapper .center-align
{
  justify-content: center;
}
.at-share-btn-elements a
{
  margin: 3px 5px;
  display: inline-block;
}
.products-detail-wrapper .other-details h4 {
  color: #00abed;
  margin: .6em 0;
  font-weight: 700;
  font-size: 1.2em;
}
.products-detail-wrapper .other-details ul li
{
  list-style-type: none;
  font-size: 13px;
}
.products-detail-wrapper .other-details ul li:before, .products-detail-wrapper .other-details ul li:before {
  padding: 0;
  color: #ff9f22;
  font-weight: 700;
  font-size: 1.1em;
  content: "\203A\00a0\00a0\00a0";
}
.at-icon {
  fill: #fff;
  border: 0;
}
.products-detail-wrapper
{
  padding: 40px 0;
}

 

.testimonial  .owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.testimonial  .owl-prev,
.testimonial  .owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial  .owl-next{
    left: auto;
    right: 0;
}
.testimonial  .owl-buttons .owl-prev:before,
.testimonial  .owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.testimonial  .owl-buttons .owl-next:before{
    content: "\f105";
}
.testimonial  .owl-buttons .owl-prev:hover:before,
.testimonial .owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.testimonial  .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.testimonial  .owl-theme .owl-controls{
  margin-top: 15px;
  margin-bottom: 60px;
}
.testimonial  .owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    /*background: url("../image/img-1.jpg") no-repeat;*/
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.testimonial  .owl-theme .owl-controls .owl-page:nth-child(2) span{
    /*background: url("../image/img-2.jpg") no-repeat;*/
    background-size: cover;
}
.testimonial  .owl-theme .owl-controls .owl-page:nth-child(3) span{
    /*background: url("../image/img-3.jpg") no-repeat;*/
    background-size: cover;
}
.testimonial .owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.testimonial  .owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
.testimonial .row
{
  justify-content: center;
  text-align: center;
}

.home_slider img{ width: 100%; }

.products_cat_item_grid img { max-width: 250px; }
.product_dummy_img { height: 250px; }

.product_cat_sub_products li i.fa.fa-caret-right {
    padding-right: 10px;
}
.product_cat_sub_products { list-style: none; }

.product_cat_sub_products li a { font-weight: normal !important; font-size: 18px!important; }

.product_view_all_btn { background-color: #00abed; border-color: #00abed; color: #fff; }

.product_view_all_btn:hover { background-color: #fff; border-color: #00abed; color: #00abed; }

.slider .tt_box a { color: red; }

.cat_products_list td { 
    border: solid 1px #e1e1e1;
    text-align: left;
    vertical-align: top;
    padding: 8px 8px 9px 12px
}
.product_cat_list_wrap{
    background-color: #e9e9e7;
}
.product_loop{
    background-color: #fff;
    margin-bottom: 50px;
    padding: 50px;
}
.read_more_full_text {
    height: 450px;
    overflow: hidden;
}
.read_more_desc_prd {
    bottom: 0px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

.read_more {
    font-weight: 300;
    padding: 0;
    text-align: left;
    width: 98%;
    z-index: 4;
    position: relative;
}

.read_more .span_grd {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAgCAYAAADT5RIaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBRUUwRThDN0E2ODExRTZBRDJDRjk5OUEwNUUwRUY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBRUUwRThEN0E2ODExRTZBRDJDRjk5OUEwNUUwRUY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTBFOEE3QTY4MTFFNkFEMkNGOTk5QTA1RTBFRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTBFOEI3QTY4MTFFNkFEMkNGOTk5QTA1RTBFRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5pFv9yAAAAOUlEQVR42mL4//+/BBMDAwMbiOAEERxwFhcqixtOcKJyubBw0QzgQCXY4VayMgBd8B/EYsBGAAQYALqTCDA0Ns0fAAAAAElFTkSuQmCC) repeat-x left top;
    font-weight: 300;
    height: 0;
    display: block;
    width: 100%;
    height: 32px;
}
.read_more .span_clr {
    background-color: #fff;
    display: block;
}
.read_more_link { cursor: pointer; color: #00abed; font-weight: bold;}










@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}

/*media*/
@media(max-width:1199px)
{
  #triangle-topleft {
    width: 0;
    height: 0;
    border-bottom: 165px solid #00abed5c;
    border-right: 224px solid transparent;
    position: absolute;
}
.client-logos .logo
{
  text-align: center;
}
.client-logos .logo img{
  width: 200px;
}
}

@media(max-width:991px)
{
  .products-detail-wrapper .right-sec .btn-primary
  {
    margin-right: 30px;
  }
  .products-detail-wrapper .enquiry {
    justify-content: inherit;
    margin-bottom: 30px;
}
  .products-detail-wrapper .right-sec .image
  {
    width: 50%;
    margin: 0 auto;
  }
  .products-detail-wrapper .left-menu
  {
    display: none;
  }

  .aboutfector .left-image
  {
    margin-bottom: 10px;
  }
  .aboutfector .mt-5
  {
    margin-top: 10px !important;
  }
  .aboutfector .col-lg-3
  {
    width: 50%;
  }
  .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
.irt-welcntxt {
  color: #fff;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: normal;
  font-size: 12px;
}
.mb-2
{
  margin: 0;
}
.menu .menu-item
{
  margin: 0;
}
#triangle-topleft {
  width: 0;
  height: 0;
  border-bottom: 185px solid #00abed5c;
  border-right: 294px solid transparent;
  position: absolute;
}
.tab-content .image .col-sm-6  
{
  max-width: 50%;
  flex: 0 0 50%;
}
.products .image-text .d-flex
{
  flex-wrap: wrap;
}

}
@media(max-width:767px)
{
  .our_project  .img-box img{
    width: 100%;
  }
  .irt-header-topped .col-md-5
  {
    display: none;
  }
  .irt-header-topped .col-md-4, .irt-header-topped .col-md-3
  {
    width: 50%;
  }
  .logo_section .logo
  {
    text-align: center;
  }
  .logo_section .email_box {
    text-align: center;
    margin-top: 10px;
}
.menu .d-flex::before, .menu .d-flex::after
{
  display: none;
}
.menu .navbar-toggler {
  padding: 2px 10px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
}
.menu .get_quote
{
  display: none;
}
.menu .menu_text
{
  width: 100%;
}
.menu .navbar-expand-md {
  position: relative;
  padding: 10px;
  justify-content: flex-end;
}
.irt-srv-cntnt-details {
  padding-left: 28%;
  padding-top: 0;
  margin-top: 6px;
  margin-bottom: 33px;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-bottom: 127px solid #00abed5c;
  border-right: 195px solid transparent;
  position: absolute;
}
.tab-content .image .col-sm-6
{
  max-width: 100%;
  flex: 0 0 100%;
}
.irt-footer .irt-footer-contact
{
  margin: 20px 0;
}
.irt-footer-contact h3, .irt-footer-qlink h3, .irt-footer-flickr h3{
  margin-bottom: 10px !important;
}
.irt-footer-contact > p
{
  padding: 0;
}
}

@media(max-width:640px)
{
  .slider .carousel-inner .carousel-item h3
  {
    font-size: 36px;
  }
  
}
@media(max-width:575px)
{
  .irt-service-two .row
  {
    margin: 0;
  }
  .latest-things
  {
    padding: 10px;
  }
  .irt-srv-cntnt-details {
    padding-left: 15%;
    padding-top: 0;
    margin-top: 6px;
    margin-bottom: 33px;
}
.tt-col-img__top img{
  width: 100%;
  margin-bottom: 10px;
}
}
@media(max-width:535px)
{
  .slider .carousel-inner .carousel-item h3 {
    font-size: 28px;
}
.tab-content .image .col-sm-6  
{
  max-width: 100%;
  flex: 0 0 100%;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-bottom: 206px solid #00abed5c;
  border-right: 280px solid transparent;
  position: absolute;
}
.subSlide {
  border: 1px solid #00abed;
  Padding: 30px 40px;
  box-shadow: 5px 5px #00abed;
  display: inline-block;
  width: auto;
  margin: 10px;
  position: relative;
  text-align: left;
}

.tt-selected-block
{
  margin-left: 0;
}
.section-title .section-title__02
{
  font-size: 28px;
  line-height: 34px;
}
.services-item__layout
{
  width: 100% !important;
  margin-top: 0 !important;
}
}
@media(max-width:425px)
{
  .irt-srv-cntnt-details
  {
    padding-left: 26%;
  }

}
@media(max-width:416px)
{
  .irt-header-topped .col-md-4, .irt-header-topped .col-md-3 {
    width: 100%;
    text-align: center;
}
.slider .carousel-inner .carousel-item h3 {
  font-size: 21px;
}
.tt-btn {
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #00abed;
  border: none;
  margin-bottom: 9px;
}
.tt-box01 .tt-box01__title {
  font-size: 25px;
  line-height: 33px;
  color: #303442;
  font-family: Poppins,sans-serif;
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 23px;
}
.tt-box01 .tt-box01__description {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  max-width: 584px;
}
}
@media(max-width:363px)
{
  #triangle-topleft {
    width: 0;
    height: 0;
    border-bottom: 161px solid #00abed5c;
    border-right: 236px solid transparent;
    position: absolute;
}
.text-thm1 {
  color: #00abed !important;
  display: block;
}
}