



.loader-1 {
    z-index: 99;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
            
      }
      .loader-1::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix 2s linear infinite ;
      }
      .loader-1::after{
        inset: 8px;
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #FF3D00;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }


      
      .loader-2 {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader-2::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix 2s linear infinite ;
      }
      .loader-2::after{
        border-color: #FF3D00;
        animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
        inset: 6px;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
          75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
          100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
      }
      
  

.media-image-ai {
      position: relative;
      overflow: hidden;
      perspective: 1000px;
    }

    .media-image-ai img {
      display: block;
      transition: transform 1s ease-in-out;
      border-radius: 14px;
      transform-style: preserve-3d;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      cursor: pointer;
    }




   .single-right-long-media-object {
      display: flex;
      flex-wrap: nowrap;
    }

    .single-right-long-media-object img {
      width: 30%;
      object-fit: cover;
      max-height: 100%;
    }

    .single-right-long-media-object-content {
      width: 70%;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .single-right-long-media-object-content h1 {
      margin-bottom: 1rem;
    }

    .single-right-long-media-object-content p {
      margin-bottom: 1rem;
    }




   .single-long-media-object {
      display: flex;
      flex-wrap: nowrap;
    }

    .single-long-media-object img {
      width: 30%;
      object-fit: cover;
      max-height: 100%;
    }

    .single-long-media-object-content {
      width: 70%;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .single-long-media-object-content h1 {
      margin-bottom: 1rem;
    }

    .single-long-media-object-content p {
      margin-bottom: 1rem;
    }

html{
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizeLegibility;

  min-height: 100vh;
  font-size: 18px;
}

body {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizeLegibility;
}

article, aside, audio, 
header, nav, section, video {
	display: block; 
	}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px; /* Set your desired footer height here */
 
}
        
        
        
::-moz-selection {
  background: #b3d4fc;
  
}

::selection {
  background: #b3d4fc;
  
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
svg,
video {
  display: flex;
	align-items: center;
	justify-content: center;
 
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}



fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

header{
  margin:0px;
}

nav{
  margin:0px;
}
.invisible {
  visibility: hidden;
  display:none;
}

.hide-mobile{
display:none;
visibility: hidden;
}

.hide-desktop{
display:none;
visibility: hidden;
}


.mt-5{
margin-top:20px;
}
.mt-4{	
	margin-top:15px;
}

.mt-3{
	margin-top:10px;

}

.mt-2{
	margin-top:5px;
}

.mt-1{
	margin-top:3px;
}


.mb-5{
margin-bottom:20px;
}
.mb-4{	
	margin-bottom:15px;
}

.mb-3{
	margin-bottom:10px;

}

.mb-2{
	margin-bottom:5px;
}

.mb-1{
	position: relative;
	margin-bottom:3px;
}




.mr-5{
margin-right:20px;
}
.mr-4{	
	margin-right:15px;
}

.mr-3{
	margin-right:10px;

}

.mr-2{
	margin-right:5px;
}

.mr-1{
	margin-right:3px;
}



.ml-5{
margin-right:20px;
}
.ml-4{	
	margin-right:15px;
}

.ml-3{
	margin-right:10px;

}

.ml-2{
	margin-right:5px;
}

.ml-1{
	margin-right:3px;
}

.responsive{
	 width: 50%;
  height: auto;
  margin: 0 auto;
}

.right { 
 float: right;
 text-align: center;
 margin-left: 35px;  
		
}
.left { 
 float: left;
 text-align: center;
 margin-right: 35px;	
}

.center {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.fixed{
  position:fixed;
  width: 100%;
  margin: 0px;
  z-index:99999;

}


.vcenter{
	display: flex;
	align-items: center;
	justify-content: center;
}


.vcenter *{
	margin: auto;
}

li{
	list-style-type: none;
	flex-basis: 33.33%;
}

.img-fluid{
	display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0px;
}
.left-img-adjust{
    margin-left: -1px;
}

.media-object{
	display: flex;
	flex-flow: row wrap;
	
}
.image-figure{
	flex:10 1 1 5%;
	align-self: flex-start;/* flex-start is best */
	order: 0; /* 0=left 1= right */
}

.media-body{
	flex: 1 1 60%;
}

p{
	margin:  10px 10px 20px 10px;
}


.btn {
  font-size:15px;
  font-family:Arial;
  width:160px;
  height:45px;
  padding-top:12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom:12px;   
  font-weight:bold;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px; 
  
  cursor: pointer;
  text-decoration: none; 
}

.btn-primary{
background:#142FF8;
color:white;

}

.btn-secondary{
background:#6C7B8B;
color:white;

}

.btn-success{
background:#177245;
color:white;

}

.btn-danger{
background:red;
color:white;

}

.btn-warning{
background:#f1c232;
color:black;

}

.btn-info{
background:#2986cc;
color:white;

}

.btn-light{
background:#ccc;
color:black;

}

.btn-dark{
background:#222;
color:white;

}


* {
 
  box-sizing: border-box;
  font-family: Ubuntu, sans-serif;
}
.container-fluid{
    padding-top: 0px;
	padding-bottom:0px;	
    margin:0px;
    margin-right: 0px;
      margin-left: 0px;
	display: flex;
	width:100%;
	flex-direction: row; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: wrap;
	align-content: center;	
}


.container{

	margin:0px;
	
	display: flex;
	width:100%;
	flex-direction: row; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: wrap;
	align-content: center;
}


.row{
	margin: 0 auto;
	display: flex;
	width:63%;
	flex-direction: row; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: wrap;
	
}
.row > * {
  color: #222;
  /* background-color: rgba(255, 255, 255, 0.15); */
  border: 0px solid #fff;
  border-radius: 2px;
  padding: 10px;
  margin: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}





.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.33%;
          flex: 0 1 8.33%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.66%;
          flex: 0 1 16.66%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.99%;
          flex: 0 1 24.99%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.32%;
          flex: 0 1 33.32%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.65%;
          flex: 0 1 41.65%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.98%;
          flex: 0 1 49.98%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58.31%;
          flex: 0 1 58.31%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.64%;
          flex: 0 1 66.64%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74.97%;
          flex: 0 1 74.97%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 83.3%;
          flex: 0 1 83.3%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 91.63%;
          flex: 0 1 91.63%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}




/*/////////////////////*/
.col-1-md {
  -webkit-box-flex: 1;
      -ms-flex: 10 1 5.83%;
          flex: 10 1 5.83%;
          margin: 10px;
}

.col-2-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 14.16%;
          flex: 10 1 14.16%;
          margin: 10px;
}

.col-3-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 22.49%;
          flex: 10 1 22.49%;
            margin: 10px;
}

.col-4-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 30.82%;
          flex: 10 1 30.82%;
            margin: 10px;
}

.col-5-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 39.15%;
          flex: 10 1 39.15%;
            margin: 10px;
}

.col-6-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 47.49%;
          flex: 10 1 47.49%;
            margin: 10px;
}
.col-7-md {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.81%;
          flex: 0 1 55.81%;
          margin: 10px;
}

.col-8-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 64.14%;
          flex: 10 1 64.14%;
            margin: 10px;
}

.col-9-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 72.47%;
          flex: 10 1 72.47%;
            margin: 10px;
}

.col-10-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 80.8%;
          flex: 10 1 80.8%;
            margin: 10px;
}
.col-11-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 89.13%;
          flex: 10 1 89.13%;
            margin: 10px;
}
.col-12-md {
  -webkit-box-flex: 0;
      -ms-flex: 10 1 97.5%;
          flex: 10 1 97.5%;
           margin: 10px;
}





@media all and  (min-width: 0px) and (max-width:499px){

    .single-right-long-media-object img {
        width: 40%;
      }
    
    .left-img-adjust{
    margin-left:0px;
}
    
    img {
  display: block;
  margin: 0 auto;
  max-width: 40%;
  height: auto;
}
    
    
.row{
	margin: 0 auto;
	display: flex;
	width:100%;
	flex-direction: column; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: nowrap;
	align-content: center;
}


.row > * {
   

  padding: 5px;
  margin: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}


.right { 
 float:none;
 text-align: center;
 margin-left: 0px;  
    
}
.left { 
 float: none;
 text-align: center;
 margin-right: 0px;  
}

.responsive{
   width: 95%;
  height: auto;
  margin: 0 auto;
}

}
@media all and  (min-width: 500px) and (max-width:687px){

.row{
	margin: 0 auto;
	display: flex;
	width:95%;
	flex-direction: column; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: nowrap;
	align-content: center;
}


.row > * {
  
  /* background-color: rgba(255, 255, 255, 0.15);*/
 
  
  padding: 1px;
  margin: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}


.right { 
 float:none;
 text-align: center;
 margin-left: 0px;  
    
}
.left { 
 float: none;
 text-align: center;
 margin-right: 0px;  
}

.responsive{
   width: 95%;
  height: auto;
  margin: 0 auto;
}

}

@media all and  (min-width: 688px) and (max-width:987px){

    .single-right-long-media-object img {
    width: 40%; /* Decrease the image width to 40% (60% smaller than the original 100% width) */
  }
    
    
.row{
	margin: 0 auto;
	display: flex;
	width:100%;
	flex-direction: column; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: nowrap;
	align-content: center;
}


.row > * {
 
 
 
  padding: 1px;
  margin: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.right { 
 float:none;
 text-align: center;
 margin-left: 0px;  
    
}
.left { 
 float: none;
 text-align: center;
 margin-right: 0px;  
}

.responsive{
   width: 95%;
  height: auto;
  margin: 0 auto;
}

}
@media all and  (min-width: 988px) and (max-width:1077px){

  
    
    
.row{
	margin: 0 auto;
	display: flex;
	width:90%;
	flex-direction: column; 
	/*flex-direction: column; ascending order displays them from top to bottom */
	/*flex-direction: column-reverse; displays in descending order */
	flex-wrap: nowrap;
	align-content: center;
}


.row > * {
 
  
  
  padding: 10px;
  margin: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}






}
@media all and  (min-width: 1078px) and (max-width:1264px){



.center {
  width: 97.5% 
}


}


@media all and  (min-width: 1263px) and (max-width:1500px){


.center {
  width: 99.5% 
}


}


@media all and  (min-width: 1499px){

.center {
  width: 99.5% 
}

}



    .container-media-object {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .row-media-object-ai {
      display: flex;
      flex-wrap: wrap;
      margin: -10px;
    }

    .media-object-ai {
      display: flex;
      align-items: center;
      padding: 10px;
      flex: 1;
      min-width: 300px;
    }

    .media-image-ai {
      flex-shrink: 0;
      width: 250px;
      height: 120px;
      background-size: cover;
      background-position: center;
      max-width: 100%; /* added max-width property */
    }

    .media-content-ai {
      margin-left: 10px;
    }

    .media-title-ai {
      font-size: 24px;
      margin: 0 0 10px;
    }

    .media-text-ai {
      margin: 0;
      font-size: 14px;
    }

    /* Media queries for responsiveness */
    /* Media queries for responsiveness */
@media (max-width: 967px) {
  .media-object-ai {
    flex-direction: column;
  }

  .media-image-ai {
    display: block; /* added display property */
    width: 100%;
    height: auto;
  }

  .media-content-ai {
    margin-left: 0;
    margin-top: 10px;
  }
}