@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0
}
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Montserrat';
    background: #3f6a74;
}
.seperate-part{
/*    display: none;*/
    
    
    position: fixed;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0 ;
    border-bottom: 25px solid #fff;
    z-index: 9999
    

/*
    overflow-y: hidden;
    overflow-x: hidden;
    height: 560px;
    left: -795px;
    margin-top: 6%;
*/
    
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background:#ebedef;
  margin-top: 150px;
}

.wrap-contact100 {
  width: 1163px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 110px 130px 157px 148px;
}
.js-tilt h2{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize
}
/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 310px;
  padding-top: 5px;
}

.contact100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 390px;
}

.contact100-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 36px;
}

input.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 50px;
}

input.input100[name="email"] {
  padding: 0 30px 0 54px;
}

textarea.input100 {
  min-height: 150px;
  border-radius: 25px;
  padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(132,106,221, 0.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #3f6a74;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background:#3f6a74;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact100-pic {
    width: 33.5%;
  }

  .contact100-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 110px 80px 157px 90px;
  }

  .contact100-pic {
    width: 35%;
  }

  .contact100-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 110px 80px 157px 80px;
  }

  .contact100-pic {
    display: none;
  }

  .contact100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 110px 15px 157px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.oveflow-ctrl{
    overflow: hidden !important;
}
.oveflow-ctrl img{
    transform: scale(1.0);
    transition:0.3s
}
.oveflow-ctrl img:hover{
    transform: scale(1.1);
    transition:0.3s
}
/*
.videoWrapper {
    position: relative;
    padding-bottom: 42.25%;  16:9 
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.videoWrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.videoWrapper video{
  min-height:100%;
  min-width:100%;
}
.v-header{
  height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
}

.header-overlay{
  height:100vh;
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  z-index:1;
  background:#222;
  opacity:0.40;
}

.header-content{
  z-index:2;
}

.header-content h1{
    font-size:50px;
    text-align: center !important;
    margin-bottom:0;
    margin-top: 290px;
}
.v-header.container{
  max-width:960px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
}
.image-rounds.left-big{
    overflow: hidden;
    height: 487px;
    border-radius: 5px;
    transition:0.3s;
/*    border-collapse: separate; */
    
/*    border-radius: 30px;*/
}
/*
#big-pic img{
     border-radius: 10px !important;
    height: 488px !important 
}
#big-pic img:hover{
    border-radius: 10px !important;
    height: 488px !important 
}
*/
/*
.image-rounds.left-big img{

}
*/
.lt-round-shape img{
    border-radius: 15px;
}
.image-rounds.right-rect{
    height: 233px;
    overflow: hidden;
/*    border-radius: 30px;*/
}
.image-rounds.right-rect img{
    border-radius: 10px;
}
.round-div-corner{
/*
    border-radius: 15px !important;
    height: 487px;
    background: #222;
    padding: 10px
*/
    border-radius: 12px;
    overflow: hidden;
    position: relative;
/*
    width: 96%;
    height: 100%;
*/
    position: absolute;
    top: 0;
    right: 15px;
/*     left: 15px;*/
    background-color: rgba(0,0,0,.1);
}
.round-div-part-three{
    
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 92.2%;
    position: relative;
    top: 0;
    /* right: 15px; */
    /* left: 15px; */
    background-color: rgba(0,0,0,.1);
}
.second-layer{
    margin-top: 30px;
}
.tl-four .action-btn{
    margin-top: 10px;
    margin-bottom: 10px;
}
.tl-four .action-btn a{
    color: #fff;
    background: #3f6a74;
    box-shadow: 0 1px 3px #222;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}
.fixed-Section{
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 0;
    overflow: hidden;
    width: 95%;
    transition:0.3s;
    z-index: 999
}
.fixed-Section img{
    width: 100px;
}
.fixed-Section p{
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition:0.3s;
    display:none;
    
}
/*#short-video-title{
    padding-right: 7px;
}
/*#short-video-two{
   padding-right: 3px;
   padding-left: 3px;
}*/
/*#short-video-three{
   padding-right: 0px;
}*/
.fixed-Section .action-btn{
    margin-top: 25px;
    margin-bottom: 10px;
    transition:0.3s;
    display:none;
    
}
#four-nine-image img{
  border-radius: 15px;
}
.fixed-Section .action-btn a{
    padding: 10px 45px;
    color:#fff;
    background: #259fbb;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    transition:0.3s;
}

.fixed-Section:hover > .fixed-Section .action-btn,
.fixed-Section:hover > .fixed-Section p{
    display: block;
    transition:0.3s;
    border-radius: 10px !important;
}

.image-rounds.left-big:hover{
    filter: brightness(0.7);

}
.image-rounds.left-big:hover .fixed-Section .action-btn,
.image-rounds.left-big:hover .fixed-Section p

{
    display: block;
    transition:0.3s;
    border-radius: 10px !important;
}
#home-bannar-video{
    padding-right: 10px;
  /*  padding-left: 0px;*/
}
#short-video{
    margin-top: 20px;
    margin-bottom: 20px;
}
#video-title p{
    position: absolute;
    margin-top: -80px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    z-index: 999;
}

#home-bannar-pict{
    padding-left: 10px;
}
div#four-nine-image {
    margin-top: -30px;
    margin-bottom: -30px;
}
#imae-two{
  margin-top:22px;
}
#homevideo{
    /*border-radius: 10px;*/
       padding-right: 0px;
   padding-left: 0px;
}
#bannar-video{
   padding-right: 0px;
   padding-left: 0px;
}
#qtrr{
    padding-right: 10px;
/*    padding-left: 10px;*/
}
#qtrr:hover{
/*
     -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
*/
}
#qtr{
     padding-right: 10px;
}
#qtr:hover{
/*     border-radius: 6%;*/
}
#qtrrr
{
/*    padding-left: 10px;*/
}
.do-what-list{
    padding-top: 35px;
}
.do-what-list ul{
    margin: 0;
    padding: 0;
    list-style: none
}
.do-what-list ul li{
    float: left;
    margin-left: 24px;
}
.do-what-list ul li img{
    width: 65px;
}

.do-what-list ul li p{
    font-size: 13px;
    font-weight: 600;
    margin-top: 25px
}
.do-what-list ul li div{
    width: 100%;
    float: left
}

.do-best-list ul{
    margin: 0;
    padding: 0;
    list-style: none
}

.do-best-list ul li{
    float: left;
    margin-left: 45px;
}

/*Gallery*/
.gallery-margin{
    margin-top: 130px;
    margin-bottom: 50px
}
.gal {
	
	
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}

/*Gallery*/
.do-best-list ul li .image-contain-inner{
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.do-best-list ul li .image-contain-inner img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.black-tint{
    position: absolute;
    z-index: 999;
    background: rgba(0,0,0,0.80);
    width: 100%;
    height: 89vh;
}
.black-tint .bannar-text{
    position: relative;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding-top: 300px;
/*    background-color: rgba(38,37,34,.8);*/

}
#bannar-video iframe{
    background-color: rgba(38,37,34,.8);
}
.absolute-caption{
    position: absolute;
    bottom: 5px;
    left: 35px;
    overflow: hidden;
    width: 95%;
    transition:0.3s;
    z-index: 999
}
.absolute-caption.qtr{
    bottom: 28px;
}
.absolute-caption p{
    color: #fff;
    font-weight: 600;
    line-height: 15px;
    font-size: 18px;
}


.image-rounds{
    overflow: hidden
}

.image-rounds img{
    transform:scale(1);
    transition: 0.3s
}
.image-rounds img:hover{
    transform:scale(0.98);
    transition: 0.3s;
/*    border-radius: 10px !important;*/
}

.qtr-image{
    overflow: hidden;
    transition: 0.3s;
}

.qtr-image img{
    transform:scale(1);
    transition: 0.3s;
    border-radius: 10px;
}
.qtr-image img:hover{
    transform:scale(0.98);
    transition: 0.3s;
    border-radius: 10px !important;
}

.first-about-section{
    margin-top: 180px;
    margin-bottom: 150px
}

.first-about-section h1{
    font-size: 40px;
    font-weight:900
}
.first-about-section h2{
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}
.first-about-section h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}
.first-about-section p{
    color: #222;
    font-size: 16px;
    font-weight: 600;
/*    letter-spacing: 2px;*/
    margin-top: 20px;
    text-align: justify
}
.container-custom-sr{
    padding-left: 50px;
    padding-right: 50px;
}
.container-custom-ab{
/*
    padding-left: 80px;
    padding-right: 80px;
*/
    padding: 80px 50px;
    background: #f3f6f6
}
.imgs-ab-two{
/*    background-image: url(../img/About-Us/elan-intelligent-touch-panel.jpg);*/
    background-size: cover;
/*    height: 100vh;*/
}
.imgs-ab-three{
/*    background-image: url(../img/About-Us/personalized-smart-home-control.jpg);*/
    background-size: cover;
/*    height: 100vh;   */
}
.formal-ab-two h2{
    margin-top: 25px;
    text-align: justify;
    font-size: 27px;
    font-weight: 700
}
.formal-ab-two p{
    color: #222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 25px;
}
.formal-ab-two .action-buton{
    margin-top: 50px;
/*    text-align: center*/
}
.formal-ab-two .action-buton a{
    color: #3f6a74;
    background: transparent;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #3f6a74;
    transition: 0.3s
}



.formal-ab-two .action-buton a:hover{
    color: #fff;
    background: #3f6a74;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none
}
/*
.formal-ab-two.plus-three{
    background: #f3f6f6
}
*/



  @media(max-width:960px){
    .container{
      padding-right:1rem;
      padding-left:1rem;
    }
  }


#svList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#svList li{
    float: left;
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    vertical-align:middle;
    box-sizing:border-box;
/*    margin:40px 10px 0 35px;*/
    width: 20%;
    margin: 20px 30px;
    padding:0;
    transform: scale(1.15);
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden
    
}
#svList li img{
    border-radius: 7px;

}
#svList li:hover{
    transform: scale(1.25);
}
.meuVideo {
    position: relative;
    padding-bottom: 53.25%; 
    padding-top: 25px;
    height: 0;
/*    margin-top: 30px*/
}
.meuVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sv-text{
    position: absolute;
    margin-top: -27px;
     margin-left: 7px; 
    color: #fff;
/*    background: #3f6a74;*/
    padding: 1px 10px;
    font-size: 13px !important;
    border-radius: 3px;
    z-index: 99;
    letter-spacing: 1px
    
}
.sv-overlay{
    background: rgba(0,0,0,0.45);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
}
.img-content-wrap .sv-overlay {
    background: rgba(0,0,0,0.7) url("../img/youtube.png") no-repeat center 45%;
	background-size: 64px auto;
    
}

/*NEW PLUg*/
.top-gaap{
    margin-top: 130px;
}
.img-content-wrap {
    position: relative;
    transform: scale(1.02);
    transition: 0.3s;
    border-radius: 7px;
}
.img-content-wrap:hover {
    position: relative;
    transform: scale(1.1);
}
.img-content-wrap img{
    width: 340px;border-radius: 10px;
}
.bg-color-text{
    background: #f3f6f6;
    padding: 25px;
    border-radius: 8px;;
}

.sec-service-section{
    margin: 50px auto;
}

.top-p{
    margin-top: 150px;
}
.sec-service-section h2{
    font-size: 26px;
    font-weight: 700;
    /* margin-top: 15px;*/
}
.sec-service-section img.img-fluid{
    border-radius: 10px;
    box-shadow: 0 0 10px #222;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
@keyframes float{
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}
@-webkit-keyframes float{
     0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }   
}
.sec-about-section{
    margin: 25px auto;
}
.sec-service-section p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 23px;
    text-align: left;
    line-height: 33px;
}
.sec-service-section.left {
    text-align: left
}
.sec-service-section.right{
    text-align: right
}

.only-mob{
    display: none !important    
}
.cat-plus-two {
/*    margin-bottom: 20px;*/
    margin-top: -30px 
} 
.cat-plus-two img{
    border-radius: 12px;
}
/*MOBILE VIEW*/
@media only screen and (min-width:300px) and (max-width:500px) {
    .header-content h1 {
        font-size: 30px;
        margin-top: 0px;
        font-weight: 400;
    }
    .round-div-corner {
        border-radius: 12px;
        width:100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0px;
        /* left: 15px; */
        background-color: rgba(0,0,0,.1);
    }
    .fixed-Section p{
        display: none !important
    }
    .fixed-Section {
        position: absolute;
        bottom: 45px;
        left: 25px;
        right: 0;
        overflow: visible; 
        width: 100%;
        transition: 0.3s;
        z-index: 999;
        display: block !important
    }
    .image-rounds.left-big {
        height: 228px;
        margin-bottom: 0;
    }
    .image-rounds.right-rect {
        height: 121px;
        overflow: hidden;
        /* border-radius: 30px; */
    }
    .cat-plus-one{
        display: none
    }
    .cat-plus-two {
        margin-bottom: 0px;
        margin-left: 0  !important 
    }    
    .cat-plus-two img{
        height: 140px;
        border-radius: 15px;
        width: 100%
    }
    .only-mob{
        display: block !important   
    }
    .only-laptop{
        display: none !important    
    }
    .absolute-caption .action-btn{
        display: none
    }
    .tl-four .container-fluid, #tri-firmat .container-fluid{
        padding-left: 0px   ;
        padding-right: 0px;
    }

    .do-what-list ul li {
        width:48%;
        margin-left: 5px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 25px !important;
    }
    .do-best-list ul li .image-contain-inner {
        position: relative;
        width: 280px;
        height: 180px;
        overflow: hidden;
    }
    .footer-menu ul li {
        margin-bottom: 12px;
        float: left;
        margin-right: 23px;
    }
    .footer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }
    .img-content-preload img {

        top: 32% !important;
        left: 23% !important;

    }
    .container-custom-sr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .first-about-section h1 {
        font-size: 31px;
        font-weight: 600;
    }
    .first-about-section h2 {
        font-size: 21px !important;
        font-weight: 500;
        margin-top: 35px;
    }
    .container-custom-ab {
        padding-left: 15px;
        padding-right: 15px;
        padding: 10px 15px;
        margin-top: 25px;
        margin-bottom: 25px;
        
    }
    .formal-ab-two h2 {
        margin-top: 10px;

    }
    .num-2{
        order:2
    }
    .num-1{
        order:1
    }
    .sec-service-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-service-section p {
        font-size: 16px;
        font-weight: 500;
        margin-top: 40px;
        text-align: left;
        line-height: 27px;
    }
    .sv-text {
        margin-top: -47px;
    }
    .js-tilt h2 {
        font-size: 19px !important;
        font-weight: 500;
        text-transform: capitalize;
        
    }
    .absolute-caption {
        bottom: 18px;
        left: 35px;
    }
    #imae-two {
        margin-top: 0;
    }
}

@media (max-width: 768px){
    .contact100-pic {
        display:block;
        padding-top: 100px;
    }
}
@media (max-width: 992px){
    .contact100-pic {
        width: 100%;
        order: 2
    }
}
/*SUPR BIG SCREEN*/
@media only screen and (min-width:2300) and (max-width:2800) {
    body{
        background-color: red
    }
}