*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
html{
    scroll-behavior: smooth;
}
 body{
    color: #f5f5f5;
    overflow-x: hidden;
}
 .btp{
     width: 100px;
     height: 100px;
     display: flex;
     text-align: center;
     justify-content: center;
     background-color: rgba(192, 192, 192, 0.753);
     position: fixed;
     /* right: 20px; */
     /* bottom: 20px; */
     /* padding: 5px; */
     z-index: 50;
     padding: 7px;
     text-align: center;
     vertical-align: middle;
 }
 .back-top {
     text-align: center;
    /* color: rgb(255, 255, 255);   */
    /* position: relative; */
    display: block;
    padding: 5px;
 }
/* NAVIGATION BAR  */
   
.backdropnav{
    display:none;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100vh;
    position:fixed;
    z-index:500;
}
.main-nav{
    background-color: rgba(3, 77, 146, 1);
    padding: 0 12px 0px 12px;
    height:65px;
    top:0;
    position:fixed;
    width:100%;
    z-index:11;
}
.brand-title{
    display:inline-block;
    vertical-align: middle;
    height:60px;
    position:relative;
    left:30px; 
}
.brand-title img{
    height:100%;
    vertical-align: middle;
    padding:4px 0;
}
.brand-title a{
    text-decoration: none;
    color:goldenrod;
    font-weight: bold;
    font-size:larger; 
}
.toggle-button {
	width: 2rem;
	background: transparent;
	border: none;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
    margin:0.5rem;
  }
  .toggle-button:focus {
	outline: none;
  }
  .toggle-button__bar {
	width: 100%;
	height: 0.2rem;
	background: #D3D3D3;
	display: block;
	margin: 0.6rem 0;
  }
.main-nav__items{
    text-align: right;
    width:calc(100% - 190px);
    justify-content: right;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    left:45;
}
.main-nav__item{
    display: inline-block;
    margin:6px;
    padding:16px;
    vertical-align: middle;
}
.main-nav__item :hover{
    color:#F5A219;
    border-bottom:3px solid #F5A219;
}
.main-nav__item a{
    font-weight:600;
    text-decoration: none;
    color:white;
    padding-bottom: 4px;
}
.mobile-nav{
    background-color: rgba(3, 77, 146, 1);
    padding: 0 12px 0px 12px;
    margin-bottom: 48px;
    height:90vh;
    top:0;
    right:0;
    position:fixed;
    width:50%;
    z-index:900;
    display:none;
    border-radius:16px;  
    
}
.mobile-nav__items{
    padding-top:100px;
    text-align: center;
    width:100%;
    justify-content: center;
    display: block;
    position:relative;
    list-style: none;
    
}

.mobile-nav__item{
    margin:6px;
    padding:16px;
    vertical-align: middle; 
    font-weight:bold;
}
.mobile-nav__item :hover{
    color:#F5A219;
    border-bottom:3px solid #F5A219;
}
.mobile-nav__item a{
    font-weight:normal;
    text-decoration:none;
    color:white;
    padding-bottom: 4px;
}
/* .main-nav__item--cta{

} */

@media (max-width:750px){
    .main-nav__item{
        display: inline-block;
        margin:4px;
        padding:8px;
    }
}

@media (max-width:432px){
    .main-nav__items{
        display:none;
    }
    .mobile-nav__item{
        display: block;
    }
    .service-icon{
        width:90px;
    }
    .service-icon img{
        width:100%;
    }
}
@media (min-width:540px){
    .toggle-button{
        display: none;
    }
}
@media (max-width:540px){
    .main-nav__items{
        display: none;
    }
    .brand-title{
        margin:auto;
        width:calc(100% - 65px);
        text-align: left;
        left:0;
    }
}

@media (max-width:645px)
{
    .main-nav__items{
        width:calc(100% - 140px);
    }
    .main-nav__item{
        padding:4px;
        margin:6px 2px;
    } 
}
/* NAVIGATION BAR END */



/* home  */
 

/* * {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
  }
   */
  
  :root{
    --radius-a: 70%;
    --radius-b: 30%;
    --radius-c: 30%;
    --radius-d: 70%;
    --radius-e: 60%;
    --radius-f: 40%;
    --radius-g: 60%;
    --radius-h: 40%;
  }
  
  
  
  .blob2{
    width: 200px;
    height: 260px;
    border-radius: var(--radius-a) var(--radius-b) var(--radius-c) var(--radius-d) / var(--radius-e) var(--radius-f) var(--radius-g) var(--radius-h);
    background-image: linear-gradient(19deg, #052ba8 0%, #ffd900 100%);
    opacity: 0.3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    /* position: relative;
    background-color: #fd21c6;
    bottom: 20px; left: 500px; */
    /* z-index:;  */
    transform: rotate(-120deg);
  }
  
  
  :root {
    --background: #005;
    --primary: #88D5BF;
    --secondary: #5D6BF8;
    --third: #e27fcb;
  }
  
  
  
  
  .main-h
    {
        padding: 40px 0px;
      overflow: hidden;
      background: lightgray;
      min-height: 100vh;
      
    }
  
  
  .container {
    align-items: center;
    display: flex;
    /* height: 100vh; */
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .text
    {
      padding-left: 50px;
      font-size: 30px;
      color: #20123a;
      flex: 1;
     
    }
    .text h2
    {
    text-align: start;
    padding-bottom: 20px;
    margin-top: 20px;
    }
    
    
  
    .button-home
      {
  
        font-size: 15px;
        font-weight: bold;
        padding: 10px 5px;
        margin-top: 35px;
        display: block;
        border-radius: 50px;
        width: 150px;
        height: 50px;
        cursor: pointer;
        border: none;
        background-color: darkblue;
        transition: all 0.3s ease;
        color: whitesmoke;
      }
  
  .salamander
    {
      flex: 1;
      width: 100%;
      height: 100vh;
    }
  .shape {
    margin-top: 150px;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    animation: morph 16s ease-in-out infinite;
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    height: 300px;
    width: 98%;
    margin-left: 150px;
    
   /* position: relative; */
    /* left:300px; */
    align-items: flex-end;
    transition: all 1s ease-in-out;
  }
  
  @keyframes morph {
    0% {
      border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
      background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }
    50% {
      border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
      background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
    }
    100% {
      border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
      background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }
  }


      .image img
    { 
      position: relative;
      bottom: 500px;
      left: 5px;   
      height: 50vh;
      border-radius: 10px;
      }
/* home end  */



 /* about  */
 .general
 {
     width: 100%;
     overflow:hidden;
     background-color: whitesmoke;
     
 }
.background-img
 {
     width: 100%;
     background-image:linear-gradient(rgba(50,50,50,0.3),rgba(50,50,50,0.9)) ,url(../../assets/images/offc2.jpg);
     background-color: #0f4359;
     background-blend-mode: multiply;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center;
     background-size: cover;   
 }

.content{
height: auto;
}
.main-heading h1,
.main-heading .h1
{
 font-size: 30px; 
color: black; 
 text-align: center;
 font-weight: 500;
} 
.main-heading .h1 {
    color: white;
    padding-top: 65px;
}
.main-heading h2
{
font-size: 22px;
 color: whitesmoke; 
 text-align: start;
 font-weight: 400;
margin-top: 20px;
font-weight: 500px;
}         
.what-are-we_text{
    font-size: 16px;
    width: 100%;
    color: #eee;
    padding: 20px 90px;
}
        
.what-are-we_text p{
    font-weight: 350;
    
}
.main-patner_client {
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    
}

.main-partner_client--client{
padding-top: 50px ;
padding-bottom: 30px;
} 
.main-partner_client--partner{ 
padding-top: 20px;
padding-bottom: 30px;
}

.client_patner-head{
    width: 100%;
    height: auto;
    text-align: center;

}

.client_patner-head h2{
    font-size: 28px;
    padding-bottom: 10px;
    color: #555;
    text-align: center;
}
/* .our-clients ul {
    padding: 0;
    margin: 0;
} */

.our-clients ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.our-clients ul li {
    list-style: none;
    display: inline-block;
    width: 180px;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    margin: 10px;
    transition: .5s;
    }
/* 
    .our-clients-2 ul li {
        list-style: none;
        display: inline-block;
        width: 180px;
        position: relative;
        overflow: hidden;
        cursor:pointer;
        margin: 10px;
        transition: .5s;
        } */

    .client_patner-head--partner{
    margin-top: 10px;
    }

.our-clients {
width: 100%;
height: auto;

text-align: center;
}


.our-clients ul li img {
    width: 90%;
    object-fit: cover;
} 
.our-clients-2 ul li img {
    width: 60%;
    object-fit: cover;
} 
 
 


.patner-slide{
    margin: 0px 150px;
    overflow: hidden;
    
}
.main-marquee{
    color: #111;
        margin-right: 150px; 
    }


:root{
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    --marquee-elements: 9;
    --marquee-elements-displayed: 4;
    --marquee-elements-width: calc(var(--marquee-width)/var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements)*6s);
    
}

.marquee{
    /* background-color: #111; */
    color: #eee;
    width: var(--marquee-width);
    height: var(--marquee-height);
    overflow: hidden;
    position: relative;
}

.marquee:before, .marquee:after{
    position: absolute;
    top: 0;
    width: 0.5rem;
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee:before{
    left: 0;
}
.marquee::after{
    right: 0;
}
.marquee-content{
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.marquee-content:hover{
    animation-play-state: paused;
} 
@keyframes scrolling{
    0%{transform: translateX(0vw);}
    100%{transform: translateX(calc(-1*var(--marquee-elements-width)*var(--marquee-elements))); }
}
.marquee-content li{
    display: flex;
    width: var(--marquee-elements-width);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: calc(var(--marquee-height)*2/3);
    white-space: nowrap;
    justify-content: space-between;
}
.marquee-content li img{
    width: 50%;
}
.service-view{
    background-size: cover;
    background-repeat: no-repeat;
    height:90vh;
    background:whitesmoke;
    position: sticky;
    overflow-y: scroll;
    border-radius: 8px;
    padding:20px 40px 20px 40px;
}
/* width */
.service-view::-webkit-scrollbar{
    width:5px;
}

.service-view::-webkit-scrollbar-track{
    background:grey;
}

.service-view::-webkit-scrollbar-thumb{
    background: rgba(3, 77, 146, 1);;
}
.service-view::-webkit-scrollbar-thumb:hover{
    background:lightseagreen;
}
#services{
    padding-top: 65px;
    background-color: whitesmoke;
}
.services{
    text-align:left;
    margin:16px 0;
}
.service-icon{
    display: inline-block;
    width: 100px;
    border-right: 3px solid  /*rgba(3, 77, 146, 1)*/#F5A219;
    padding:12px 32px 12px 16px;
    vertical-align: middle;
}
.service-icon img{
    display: inline-block;
    width:100%;
}

.service-description{
    display: inline-block;
    width:calc(100% - 126px);
    padding:16px;
    vertical-align: middle;
}
.service-description h3{
    color:rgba(3, 77, 146, 1);
}

.service-description p{
    font-size: 16px;
    margin-top:4px;
    
}

/* service end */

/* product page */


a{
    text-decoration: none;
    color: inherit;
}

.ulist {
    list-style: none;
    padding: 10px 20px;
}
.ulist li {
    padding-top: 5px ;
    line-height: 30px;
    font-family: inherit;
    color: #202c45;
}
.ulist li .fas {
    padding-right: 5px;
    color: #202c45;
}

#products{
    background-color: #D3D3D3;
    padding-top: 65px;
}
/* .line .horizantal{
        width: 10%;
        height: 3.5px;
        border: none;
       color: #20123a;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    } */

.productssection{
    position: relative;
    width: 100%;
    min-height: 110vh;
    background: #D3D3D3;
    padding: 0px 40px;
}
.tabs {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 95vh;
    overflow: hidden;
    display: flex;
    padding: 0 0px 20px 0px;
}

.tabs .tab-head {
    flex: 1;
    width: 100%;
    background: #D3D3D3;
    text-align: left;
    height: 70vh;
}
.tabs .tab-head > div {
    width: 100%;
    height: calc(100% / 5);
    background: #D3D3D3;
    color: rgb(27, 27, 27);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-left: 5px solid #ddd;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    padding: 30px;
    text-align: left;
}

.tabs .tab-head > div.active {
    border-right: 5px solid rgba(3, 77, 146, 1);
    z-index: 7;
    text-align: left;
    
    background: #D3D3D3;
}
.tab-head div.active p {
    color: rgba(3, 77, 146, 1);;
    
}
.tabs .tab-content {
    width: 100%;
    flex: 5;
    position: relative;
    background: #D3D3D3;
    overflow: hidden;
    
}
.tab-content::-webkit-scrollbar{
    display: none;
}

.tabs .tab-content > div {
    position: absolute;
    top: -20px;
    left: 100px;
    opacity: 0;
    padding: 30px 0px;
    z-index: -10;
    transition: 200ms ease-in-out 0ms,
                left 300ms ease-in-out 0ms,
                top 0ms ease-in-out 3000ms;
}
.tabs .tab-content > div.active{
    top: 20px;
    left: 20px;
    opacity: 1;
    z-index: 0;

   transition: 200ms ease-in-out 0ms,
                left 300ms ease-in-out 0ms,
                top 0ms ease-in-out 0ms;
    }
.Products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    transition: all 0.5s ease;
}
.Products .Products-img-container,
.products .product-description {
    flex: 1;
    padding: 0px 30px;
}

.products .product-description h3 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    padding: 10px 0px;
}

.Products .Products-img-container h3 {
    font-size: 1.3rem;
}

.Products .Products-img-container img {
    width: 100%;
}

.products .product-description {
    text-align: justify;
    text-justify: newspaper;
    position: relative;
    
}
.view-more_btn {
    padding: 30px 30px;
    font-weight: 600;
    background: linear-gradient(to bottom, #D3D3D3bb, #D3D3D3);
    outline: none;
    border: transparent;
    color: gray;
    width: 100%;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid #034d9200;
    position: absolute;
    right: 0;
    left: 0;
    bottom:-50px;
    text-align: center;
    
}

.view-more_btn:hover {
    color: #0359aa;
    font-weight: 600;
}
.products .product-description p{
    margin-bottom: 10px;
    text-align: left;
}

.p-header {
    text-align: center;
    width: 100%;
    font-weight: 600;
    padding: 20px 0px;
    background: #D3D3D3;
    position: sticky;
    font-size: 1.4rem;
    top: 0;
    left: 0;
    z-index: 2;
    
}

.cancel-btn {
    color: rgb(202, 0, 0);
    position: absolute;
    right: 0;
    font-size: 25px;
    top: 10px;
    z-index: 20;
}
.cancel-btn:hover {
    background-color: #ecececdd;
}
.backdrop{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1px);
    z-index: 12;
    display: none;
}
.banking-model, .palladium-modal, .payroll-model, .Flexcubes-model, .complain-model{
    width: 90%;
    height: 88vh;
    background-color: #D3D3D3;
    z-index: 100;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow-y: scroll;
    box-shadow: 2px 2px 10px #4949495e;
    transition: all 0.6s ease-in;
    display: none;
    padding: 0px 5px;
}
.banking-model::-webkit-scrollbar, .palladium-modal::-webkit-scrollbar, .payroll-model::-webkit-scrollbar, .Flexcubes-model::-webkit-scrollbar {
    display: none;
}
.prod-modal{
    margin: 20px 0px;
}
.aprt-icins {
    margin-right: 25px;
    vertical-align: middle;
}

.lst li {
    list-style: square;
    text-align: left;
}

.features-list{
    justify-content: space-between;
}

.features-list div {
    margin: 10px 0px;
    padding: 20px;
}

.features-list div img {
    width: 100%;
    padding: 20px 0px;
}

.prod-description__add {
    padding: px 100px;
}

li .fas{
    color: #888;
    padding-right: 10px;
} 


.fas, .far, .fab {
    /* color: #555; */
    padding-right: 10px;
}
#contact {
    position: relative;
    width: 100%;
    background-color: #D3D3D3;
    padding-top: 65px;
}



.contacts{
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding: 50px 0px;
    background: #e2e2e2;
    color: black ;
}
.treadstone-brand .contact-logo_img{
    padding-top: 4px;
    height: 66px;
}

.social-links a i{
    padding-right: 10px;
    font-size: 30px;
    margin-top: 16px;
}


.contact-lists .contact-list {
    display: flex;
    align-items: center;
    min-height: 70px;
}
.contact-list div i {
    padding-right: 20px;
    font-size: 1.5rem;
    color: inherit;
}

.cont-flexer {
    display: flex;
    margin: 50px 0px;
    justify-content: space-around;
    align-items: center;
    /* background-color: #ddd; */
}

.coment {
    padding: 25px 0px;
    
}
.form {
    width: 400px;
}
::placeholder{
    color: #202c45;
}
input, textarea {
    border: 1px solid #afafaf;
    width: 100%;
    padding: 10px;
    margin: 2.5px 0px;
    background: #fff;
    color: #222222;
    font-weight: 400;
    box-shadow: 1px 1px 5px #00000018, -2px -2px 5px #ffffff1a;
    border-radius: 5px;
 }
 input:focus, textarea:focus{
    outline: transparent;
    box-shadow: 2px 2px 5px #034d9213, -1px -2px 5px #034d9215;
    border: 1px solid #202c45;
 }
 textarea {
     resize: none;
     font-size: 14px;
 }
 input{
     height: 36.5px;
     width: 100%;
 }
 .comment {
     display: flex;
     justify-content: space-around;
     align-items: center;
 }
 .comment-btn {
    margin-top: 10px;
    padding: 10px 40px;
    font-weight: 400;
    background: #034d92;
    outline: none;
    border: 1px solid #095296;
    color: #ececec;
    font-size: 14px;
    width: 100%;
    border-radius: 7px;
    font-family: inherit;
    float: right;
} 
.comment-btn:hover {
    background: #e2e2e2;
    color: #034d92;
    font-weight: 500;
}
.footer-p {
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
    color: #202c45;
    text-align: left;
}
 .footer {
    width: 100%;
    background-color: #e2e2e2;

}
.refer {
    padding: 0px 5px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}
.footer-icon {
    font-size: 3rem;
    color: #141414;
}
.footer-icon:hover{
    color: #034d92;
}
.footer-coment{
    font-size: 10px;
    padding-bottom: 30px;
    color: #202c45;
    text-align: center;
    font-weight: 300;
}
.moble-modal {
    position: absolute;
    right: 30PX;
    vertical-align: middle;
    display: none;
}
.copy{
    padding: 10px 0px;
}


/* footer end  */


@import url('https://fonts.googleapis.com/css?family=Roboto:400');

html {font-size: 100%;} /*16px*/

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  background-color: #D3D3D3;
}

p {margin-bottom: 1rem;}

h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}


h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.6rem;}
