body{
    font-family: "Roboto", sans-serif;
}

/* ============================================== */

.img-gallery{
            width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}

    .grs{
        -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    }

    .grs:hover{
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        
    }

.project{
    
        width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    
}

.img-project{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important; 
}


.btn-8 {
  background: #3E347C;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #ffff;
  text-decoration: none;
  padding: 0px 20px;
  border-radius: 10px;
}

.btn-8:hover{
  background: #000;
}

.it-about-3-icon-box {
  padding: 10px 17px;
  border-radius: 10px;
  background: #E7F8FE;
  border: 1px solid rgba(31, 144, 162, 0.3);
}
 
/* ============================================== */

.bg-foot{
    background-color: #00112C;
}
.Anil{font-size: 12px;
    padding: 13px 22px;
    margin-top: 4px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    font-weight: 600;}

.fs-12{
    font-size: 15px !important;
}

.fs-14{
    font-size: 14px;
}
.fs-14 a{
  color: #fff;
}

.logo {width: 30%;}
.logo img{width: 30%;}

.text-color3{
  color: #3E347C;
}
.merger{
    margin-left: 10px !important;
}
.navbar-nav i{
  display: block;
  text-align: center;
}

.active{
    color: #FF6B00 !important;
}

.btn-orange{
    background-color: #3E347C;
    padding: 10px 60px !important ;
}

.bg-slider{
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
   background-size: cover;
   height: 500px;
}
.bg-slider1 h1{padding-top: 150px;}

.bg-slider1{
  background-image: url("..assests/images/banner.jpg");
  background-repeat: no-repeat;
 background-size: cover;
height: 400px;
}

.heighter h1 {width: 100%;}
.heighter p {width: 80%; font-size: 25px;}
.heighter{
  padding-top: 90px;
}
.heighter span{color: #2056ad;}
.fs-60{font-size: 60px;}
.fs-40{
    font-size: 43px !important;
}

.btn-out-light{
    padding: 10px 60px !important;
    border: 1px #fff solid;
}


.hvr:hover{
    background-color: orange !important;
    border: none !important;
    color: #fff !important;
   
}
.text-color1{
  color: #fff !important;
}
.hvr-2:hover{
    border: 1px #000 solid !important;
    color: #000 !important;

}




.hvr-3:hover{
   border: 1px #000 solid !important;
    color: #000 !important;
}

.text-blue{
    color: #1D42D9 !important;
}

.text-nav{
    color: #293A5C !important;
}

.text-grey{

    color: #7A7E9A !important;
}


.btn-nrml{
    background: #fff;
}

.bg-bluish{
    background-color: #F5FAFF !important;
}

.fs-15{
    font-size: 15px !important;
}

.bg-nav{
    background-color: orange !important;
}


.plus{
    position: relative;
}

.minus{
 position: absolute;
 top: 15px;
 left: 70%;
}


.bg-grey{
    background-color: #E9ECF3;
}

.bg-sky{
    background-color: #F4F6FE;
}

.text-black{
    color: #212529;
}

.text-hb{
    color: #1C1C1C;
}


.hbrbb{
    border-bottom: 1px solid #1C1C1C ;
    opacity: 20%;
    width: 100%;
}

.hbrb{
    border-bottom: 1px solid #1C1C1C ;
    opacity: 20%;
    width: 80%;
}

.text-db{
    color: #1351D8;
}

.text-nf{
    color: #1A2C6E;
}

.breaker{
    width: 95%;
}

.proco{
position: relative;
}

.procon{
    position: absolute;
    bottom: 7px;
}

.fs-18{
    font-size: 18px;
}

.shifter{
    position: absolute;
    top: -15%;
    left: 45%;
    
}

.shift{
    position: relative;
}

.ln{
    text-decoration: none;
}

.ls{
    list-style: none;
}
.bg-dark1{
  background: #3E347C !important;
}

/* .bg-cr{
    background:#383831 url("../Images/bg-cr.png");
    background-repeat: no-repeat;
background-size: cover;
    width: 100%;
    background-position: center bottom;
} */

.dbrh{

    border-bottom: 2px solid #1C1C1C ;
    opacity: 20%;
    width: 60%;
   
}

.tab_div {
    width: 100%;
    transform: translateZ(0);
  }
  
  .tabs_menu {
    /*   background-color:blue; */
    padding-top: 1%;
   
    float: left;
  }
  
  ul.tabs {
    padding: 0;
  }

  
  ul.tabs li {
    list-style-type: none;
  
    font-size: 18px;
    color: white;
    /*   transition: background-color 0.2s ease; */
  }
  
  
  /* ul.tabs li:hover {
    border-right: 2px solid #e1386c;
    background-color: rgba( 255, 155, 180, .9);
    font-weight: bold;
  } */
  
  #tab1_content,
  #tab2_content,
  #tab3_content,
  #tab4_content,
  #tab5_content,
  #tab6_content,
  #tab_content{
    
    float: right;
  
  }
  

  
  
  /* hover effect */
  
  ul.tabs li {
  
    position: relative;
    padding: 20px 20px ;
    cursor: pointer;
   
    color: white;
    z-index: 0;
  }
  
  /* ul.tabs li:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  border: solid 2px #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .5s ease-out;
  }
  
  ul.tabs li:hover:before {
    transform: scaleX(1);
  } */


  .owl-nav{
    display: none;
  }

  .owl-dots{
    text-align: center;
  }

  .owl-dots span{
   
    background-color: #D0D0D0 !important;
    padding: 0px 9px;
    border-radius: 50px;
    margin-left: 5px;
    
  }


.br-hf{
    border: 1px solid rgb(192, 192, 192, 0.3);
}

.br-yf{
    color: #FFD600 !important;
    border: 1px solid #78797D !important;
    background: rgb(255, 255, 255, 0.1);

}


#two_tone_border{
    background-color:#3a3a3a; 
    width: 100%;
    position: relative;
  }
  
  #two_tone_border:after{
    content: "";
    position: absolute;
    left: 0px;
    right:0px;
    bottom: 0px;
    height: 2px;
    
    /* liniar gradient for all browsers */
    background-image: -webkit-linear-gradient(0deg, #E6335A 15%,#2D3D5F 15%);
       background-image:-moz-linear-gradient(0deg, #E6335A 15%,#2D3D5F 15%);
      background-image: -o-linear-gradient(0deg,#E6335A 15%,#2D3D5F 15%);
      
  /*end liniar gradient for all browsers */
    
    background-size: 100%;
  }

  .text-lh{
    color: #F5FAFF;
  }

  .hvr-foot:hover{
    color: #FF6B00;
  }

  .hvr-head:hover{
    color: #FF6B00 !important;
  }
 


  


/* =================================jaswant=css==================================== */
.bg-img2{background-image: url(../assets/images/about-bg-img.jpg);
     width: 100%;
     background-repeat: no-repeat;
     height: 500px;
     background-size: cover;
     
}
.bg-img2 h1{padding-top: 200px; }

.text-color1{color: #0F4469 !important;}
.text-color2{color: #5F666D !important;}

.i-icon{width: 40px; height: 40px; border: solid 1px #CACACA; border-radius: 50%; text-align: center; color: #0F4469; font-family: Georgia, 'Times New Roman', Times, serif;}

.i-icon2{width: 40px; height: 40px; border: solid 1px #CACACA; border-radius: 50%; text-align: center;  font-size: 22px !important; padding-top: 3px;}
.i-icon2 i{ color: #5F666D !important;}

.owl-carousel .owl-stage-outer {padding-top: 50px;}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px;
  
    border-radius: 30px;
}

.font11 h3{font-size: 25px !important;}
.font11 p{font-size: 17px !important; color:#5F666D !important; line-height: 30px;}
.font11 i{color: #1D42D9 !important;}
.tabs_menu{width: 90%;}





.toward1{width: 50%; margin: auto;}
.portfolio-box{overflow: hidden;}
.portfolio-box .top1{top: -100px; transition: 1s; text-align: center; z-index: 1000;}
.portfolio-box::after{content: " "; transition: 1s; opacity: 0; display:block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #000;}
.portfolio-box:hover::after{opacity: 0.7;}
.portfolio-box:hover .top1{top: 40px;}
.bg-color1{background-color: #FF6B00;}

.bg-img5{background-image: url(../Images/bg-img2.jpg);
  width: 100%;
  background-position: bottom center;
    
    
}
.bg-img2 h1{padding-top: 200px; }








.tab_div{white-space: nowrap;
    display: inline-block;
    overflow: auto;
    width: 100%;
   
 
}
.jas{
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #000;
}

::-webkit-scrollbar-thumb {
background: #393812;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
background: #000;
}
}




.feature-bullet {
    display: flex;
  }
  
  
  .tab-cont{
   
    top:16px;
    flex: 1;
    
    background-color: #FFFFFF;
    height: 100%;
    border: 2px solid #F0F0F0;
    outline:0;
    z-index: 1;
  }
  
  .tab-cont button{
    display:flex;
  
    background-color: #FFFFFF;
    padding: 15px;
    color: #303132;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    border-color: transparent;
    border-bottom: 2px solid #F0F0F0;
    outline:0;
  }
  
  .tab-cont button:hover{
    background-color: #F8F9FA;
    cursor: pointer;
  }
  
  .tab-content{
    flex: 9;
    height: 100%;
    padding-left: 32px;
    animation: anime 1.5s;
    text-align:left;
    display:none;
    font-family: sans-serif;
  }
  
  .tab-content.active{
    display:block;
  }
  
  .tab-cont .but.active{
    background-color: #FFFFFF;
    color: #3A62CA;
    border-left: 3px solid #3A62CA;
    text-decoration: none;
    outline:0;
    font-weight: 500;
  }
  
  @keyframes anime {
    from{opacity: 0}
    to{opacity: 1}
  }
  
  .tab-cont {
      display: flex;
      flex-direction: row;
      border: none;
      width: 43%;
      margin: auto;
     
    }
  
    .tab-cont .but.active{
      border-left: none;
      border-bottom: 4px solid #3A62CA;
  
    }
  
    .selector {
      flex-direction:column;
    }
  
    .tab-content {
      padding-left: 0;
    }
  
    
    /* Popup Styling */
    .img-popup {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
     
      display: flex;
      justify-content: center;
      align-items: center;
      display: none;
    }
    
    .img-popup img {
      max-width: 600px;
      
      width: 100%;
      opacity: 7;
      transform: translateY(-100px);
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
    }
    
    
    
    .close-btn .bar:nth-child(1) {
      transform: rotate(45deg);
    }
    
    .close-btn .bar:nth-child(2) {
      transform: translateY(-4px) rotate(-45deg);
    }
    .fs-60 {
      font-size: 50px;
  }
    .opened {
      display: flex;
    }
    
    .opened img {
      animation: animatepopup 1s ease-in-out .8s;
      -webkit-animation: animatepopup .3s ease-in-out forwards;
    }
    
    @keyframes animatepopup {
    
      to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
      }
    
    }
    
    

    
    
    









@media (max-width:768px) {
  .tab-cont {width: 67%;}
    .hifer4{display: none;}

    .hifer4{display: none;}
    .br-hf{border: none;}
    .br-yf{border: none !important; background: none !important;}
    .tabs{display: flex;}

    
        .br-hf{background-color: #FF6B00; margin-left: 30px;}
        .br-yf{background-color: #FF6B00 !important;  color: #fff !important;}
        .bg-slider {height: 500px !important;}
        .heighter h1 {width: 100%;}
        .heighter p {width: 100%;}
    .tabs li{padding: 10px 20px !important;}

   

}

@media (max-width:425px) {
  .heighter{
    padding-top: 0px !important;
  }
  .tab-cont {width: 100%;}
    .bg-img2{height: 200px;}
    .bg-img2 h1{padding-top: 60px; }
    .hifer3{display: none ;}
    .bg-slider{height: 472px;}
    .hifer4{display: none;}
    .card-body h5{font-size: 13px !important;}
    .heighter h1 {width: 100%; font-size: 40px !important;}
        .heighter p {width: 100%;}
        
        .bg-slider {height: 300px !important;}
        .logo {width: 70%;}
}

@media (max-width:375px) {
    .bg-slider {height: 350px !important;}

    .card-body h5{font-size: 13px !important;}
    
}

@media (max-width:320px) {
    .bg-slider {height: 280px !important;}
    .bg-slider h1{font-size: 30px !important;}
    
}