@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
#slider-2-slide-2-layer-1, #slider-2-slide-8-layer-1, #slider-2-slide-9-layer-1{
    font-size:50px !important;
}
body,p,a,li
{
    font-family: "Rajdhani" !important;
}
h1,h2,h3,h4,h5,h6,span{
font-family: 'Josefin Sans', sans-serif !important;
}
p{
    font-weight: 500 !important;
}
.sec-title h2{
    font-family: 'Josefin Sans', sans-serif !important;
}
.text, p
{
    opacity: 1 !important;
}
.home-banner
{
    margin-top: 85px;
}
rs-slides
{
    height: 950px !important;
    margin-top: 4.5%;
}
.xis-it-slider-section
{
    height: 1060px !important;
}
.brand-logo img
{
    width: 220px;
}
.xis-it-header-top-content
{
    padding: 5px 0;
}
#about{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}
#pic{
    display: flex;
}
#pic img{
    width: 100%;
    height: auto;
    text-align: left;
}
#intro{
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 20px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

#intro ul li{
    font-size:18px;
}
#intro  p{
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
    color: #0e0d0d;
}
.img.inner-column.image{
  
    text-align: right;
    margin: 10px;
    padding-top: 100%;
}
.about1 h4{
    font-size: x-large;
    color: #0e0d0d;
}
.about1 p {
    font-size: 14pt;
    color: black;
    text-align: left;
   
}
#intro ul li {
    list-style: disc;
}

.partner-section.style-two .inner-container{
    background-color: rgb(21 180 237) !important;
}
.sec-title .title {
    color: rgb(8 175 236);
    border-bottom: 2px solid rgb(153 153 153);
}
.big-letter{
    display: none;
}
.sintro1{
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 55px;
    text-align: left;
    margin-bottom: 60px;
}
.sintro1  p{
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
    color: #0e0d0d;
}
.sintro1 h5{
    text-align: center;
}
/* services page */
.image{
    text-align: right;
    padding-top: 1%;
}
/* client page  */
.client1{
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 55px;
    text-align: left;
    margin-bottom: 60px;
}
.client1 p{
    font-size: 12pt;
}
#client-image{
    display: flex;
}
#client-image img{
    width: 575px;
    height: 400px;
    text-align: left;
}
.list-style-one li {
    position: relative;
    color: var(--text-color);
    font-size: var(--font-22);
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: var(--margin-bottom-20);
     padding-left: 0; 
}
.main-header .outer-box{
    display: none;
}
.main-menu-content {
    background: #12121240;
    padding: 10px;
}
ul.clients-list li {
    list-style-type: disclosure-closed;
    font-size: 18px;
    padding-top: 11px;
    font-weight: 500;
}
a.call-top-action {
    background: red;
    padding: 14px 47px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    border-radius: 18px;
}
.xis-it-footer-newslatter-form {
    width: 100%;
    max-width: 590px;
    position: relative;
    text-align: center !important;
}
.inner-contact-action {
    color: #000;
    font-size: 24px;
    background: #ffff;
    padding: 11px 20px;
    font-weight: 600;
    border-radius: 16px;
}
.call-action {
    text-align: center;
}
.carousel-caption.d-none.d-md-block {
    background: #a1a1a19e;
    font-size: 39px;
}
.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 0% !important;
    width: 50% !important;
    color: #fff;
    text-align: center;
}
.about-top-ul li {
    list-style-type: disclosure-closed;
    font-size: 30px;
    padding-bottom: 23px;
    font-weight: 700;
}
.about-top-ul{
    margin-top: 48px;
}



.slick-slide {
    margin: 0px 20px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  

  .call-home h2{
    color: #00cffb !important;
    text-shadow: 1px 2px 5px black !important;
  }
 .ams{
    padding-top: 0px !important;
 }
.contact-bg-right
{
    background: #ddf6ff;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    position: relative;
}
.contact-bg-left {
    background: #05aeeb;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    position: relative;
}
.contact-info img
{
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 180px;
    display: flex;
}
.cont-info {
    font-size: 20px;
    
    color: #fff;
}
.cont-info h5,.cont-info p{

    color: #fff;
}

.contact-form p{
    color: #000;
}

.contact-form {
    font-size: 20px;
    color: #000;
}

.btn-style-two {
    background-color: #5751dd !important;
}
.equal-height-inner
{
    display: flex;
}
.equal-height-col
{
    flex: 1;
}

.contact-popup input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 7px;
}
.contact-popup textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 7px;
}

.modal-content {
    background-color: #006f7a !important;
}

@media screen and (max-width: 1600px) and (min-width: 1441px) 
{
rs-slides
    {
        height: 685px !important;
        margin-top: 5.5%;
    }
    .xis-it-slider-section
    {
        height: 765px !important;
    }
    #rev_slider_2_1_wrapper .zeus.tparrows {
        top: 40% !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1367px) 
{
rs-slides {
        height: 950px !important;
        margin-top: 6%;
    }
.xis-it-slider-section
    {
        height: 750px !important;
    }
#rev_slider_2_1_wrapper .zeus.tparrows {
        top: 40% !important;
    }
}
@media screen and (max-width: 1366px) and (min-width: 1025px) 
{
rs-slides {
        height: 550px !important;
        margin-top: 6.1%;
    }
    .slider-2-slide-2-layer-1
    {
        top: 250px;
    }
    .slider-2-slide-2-layer-2
    {
        top: 350px !important;
    }    
.xis-it-slider-section
    {
        height: 650px !important;
    }
#rev_slider_2_1_wrapper .zeus.tparrows {
        top: 35% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) 
{
#rev_slider_2_1_wrapper .zeus.tparrows {
        top: 45% !important;
    }
    rs-slides
    {
        height: 650px !important;
    }
.xis-it-slider-section
    {
        height: 650px !important;
    }
    .contact-info img {
        width: 150px;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px) 
{
.contact-info img {
    width: 150px;
}
}
@media screen and (max-width: 425px) and (min-width: 320px) 
{
    .xis-it-header-main-menu-wrap {
        padding-top: 0px;
    }
    .xis-it-header-section .mobile_menu_button {
        top: -59px;
        border: 1px solid #646464;
        padding: 0px 8px;
        color: #646464;
    }
    .xis-it-about-section {
        padding: 0px 0px;
    }

    .main-menu-content{
        background-color: transparent;
    }
    .brand-logo img
    {
        width: 180px;
    }
    rs-slides {
        height: 380px !important;
        margin-top: 0;
    }
    .xis-it-slider-section {
        height: 400px !important;
    }
    .rs_splitted_words
    {
        font-size: 20px !important;
    }
    #slider-2-slide-2-layer-2
    {
        width: 300px;
    }
    .contact-info img {
        position: relative;
        right: 5px;
        bottom: -20px;
        width: 125px;
    }
    .contact-bg-left {
        margin-bottom: 25px;
    }
}


