
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
body{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    color: #818181;
    line-height: 1.5;
}
img{
    max-width: 100%;
    height: auto;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: text-top;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
h1{
    color: #fff;
    font-size: 70px;
    line-height: 1.3;
    padding-bottom: 50px;
    font-weight: 600;
}
h2{
    font-size: 40px;
    line-height: 1.3;
    padding-bottom: 50px;
    color: #39393B;
     font-weight: 700;
}
h2 span{
    display: block;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #5162D1;
     font-weight: 500;
     text-transform: uppercase;
     padding-left: 30px;
     position: relative;
}
h2 span:before{
    background: #5162D1;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    width: 12px;
    height: 20px;
}
h3{
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 24px;
    color: #39393B;
     font-weight: 700;
}
h4{

}
h5{
}
p{
    padding-bottom: 30px;
    margin: 0;
}
a, a:hover{
 text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active{
    height: 60px;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
    line-height: 60px;
    background: transparent linear-gradient(78deg, #39393B 0%, #39393E 0%, #2D3EAF 100%) 0% 0% no-repeat padding-box;
    border: transparent 1px solid;
    width: 200px;
    text-align: center;
    border: 0;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.btn:hover{
   letter-spacing: 3px;
   color: #fff;
}
/*header start here
--------------------------------------*/
#header{
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 0 10px;
    z-index: 9999;
    width: 100%;
}
.headerInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 270px;
}
.logo img{
    width: 100%;
    height: auto;
}
.navbar-nav {
    justify-content: end;
    margin: 0 -20px;
}
.navbar-nav li {
    text-align: left;
    letter-spacing: 0.8px;
    color: #39393B;
    text-transform: uppercase;
    opacity: 1;
    padding: 0 5px;
}
.navbar-nav li a {
   color: #39393B;
   letter-spacing: 0.8px;
   display: block;
   font-weight: 500 !important;
   padding: 0 25px !important;
   line-height: 50px;
    border: 1px solid transparent;
}

.navbar-nav li a:hover, .navbar-nav li a.active {
    border: 1px solid #2D3EAF;
    border-radius: 29px; 
    color: #5162D1;
    font-weight: 700;
}


 

/*banner start here
--------------------------------------*/
#banner {
    position: relative;
    margin-bottom: 100px;
}
.bannerInner{
    background: transparent linear-gradient(63deg, #2396DE 0%, #8F5FD5 51%, #E393D5 100%) 0% 0% no-repeat padding-box;
    position: relative;
    height: calc(100vh - 108px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0;
    overflow: hidden;
}
.bannerInner:before {
    position: absolute;
    background: url(../images/waves.png) center 70% no-repeat;
    background-size: cover;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: 0.2;
    scale: 1.5;
    z-index: 1;
}
.bannerInner .container{
     position: relative;
      z-index: 2;
}
.bannerImg {
    position: absolute;
    right: 0;
    top: 80px;
    width: 42%;
    height: auto;
    z-index: 3;
}
.banner-cont span {
    letter-spacing: 3.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.aboutUs{
    position: relative;
    overflow: hidden;
}
.aboutUs:before {
    position: absolute;
    background: url(../images/waves02.png) center bottom no-repeat;
    background-size: cover;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}
.resource{
    position: relative;
    overflow: hidden;
}
.resource:before {
    position: absolute;
    background: url(../images/waves03.png) center 0 no-repeat;
    background-size: cover;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

/*content start here
--------------------------------------*/
#wrapper{
    padding-top: 108px;
}
.contentBlock{
    padding: 100px 0;
}
.greyCont{
   background: #F5F5F5 ;
}
.radious50{
    border-radius: 30px;
}
.aboutImgOut{
    position: relative;
    padding-right: 50px;
}
.aboutDots{
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 200px;
    z-index: 1;
}
.abtImg{
    position: relative;
    z-index: 2;
   
}
.aboutTxt{
    height: 310px;
    overflow: auto;
    margin-bottom:100px;
}
.aboutTxt::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.aboutTxt::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.aboutTxt::-webkit-scrollbar-thumb {
  background: #39393B; 
  border-radius: 3px;
}
.aboutTxt::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.services{
    position: relative;
}
.serImg{
    position: relative;
    z-index: 2;
    border-radius: 30px 0 0 30px;
}
.serImgOut{
    position: absolute;
    right: 0;
    bottom:100px ;
    width: 32%;
}
.serDots{
    position: absolute;
    right: 50%;
    margin-right: -100px;
    bottom: -50px;
    width: 200px;
    z-index: 1;
}
.serBox{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 25px;
    margin-right: 30px;
    min-height: 430px;
}
.serviceSlider{
    z-index: 3;
    padding-bottom: 80px;
}
.serviceSlider p{
    padding-bottom: 0;
}
.serviceSlider .slick-arrow {
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow.svg) center center no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: -26px;
    border-radius: 50%;
    transform: rotate(-180deg);
    border:#5162D1 1px solid;
    cursor: pointer;
}
.serviceSlider .slick-next {
    transform: rotate(0deg);
    left:62px ;
}
.serviceSlider .slick-arrow:focus{
    outline: 0;
}
.serIco{
    background: #5BB4EB;
    border-radius: 25px;
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.slick-track .slick-slide:nth-child(2n + 3) .serIco{
    background: #EFC2E7;
}
.slick-track .slick-slide:nth-child(3n + 3) .serIco{
    background: #CDB3F2;
}
.keyImgOut{
    position: relative;
    padding-right: 50px;
}
.keyImg{
    position: relative;
    z-index: 2;
    border-radius: 30px;
}
.keyDots{
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
    margin-top: -100px;
    z-index: 1;
}
.kryTxt{
    padding:36px 50px 0 0;
    font-size: 20px;
    line-height: 1.2;
    color: #5162D1;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}
.accordion li {
    margin-bottom: 20px; 
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    background: #FFFFFF;
}
.accordion li.active {
    border: 1px solid transparent;
    box-shadow: 0px 3px 20px #0000001A;
}
.accordion li a{
    padding: 18px 50px 18px 25px;
    color: #818181;
    display: block;
    position: relative;
}
.accordion li a:after{
    background: url(../images/acc.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 25px;
    top:24px;
    content: '';
    width: 20px;
    height: 20px;
}
.accordion li.active a{
    color: #39393B;
    font-weight: 700;
}
.accCont{
    display: none;
    font-size: 15px;
    padding: 0 25px 25px;
}
.accordion li.active .accCont{
    display: block;
}
.whatWeDo{
    position: relative;
}
.whatWeDo:before{
    background: url(../images/who.svg) center 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: -500px;
    z-index: -1;
}
.whoIco{
    background: #5BB4EB;
    box-shadow: 0px 3px 50px #0000001A;
    border-radius: 25px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px;
}
.whoIco02{
    background: #EFC2E7;
}

.whoIco03{
    background: #CDB3F2;
}

.whoIco04{
    background: #5162D1;
}
.whoBox01{
    padding-top: 70px;
}
.whoBox02{
    padding-top: 0;
}
.whoBox03{
    padding-top: 120px;
}
.whoBox04{
    padding-top: 140px;
}
.contact{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 50px;
}
.contactForm li{
    position: relative;
    margin-bottom: 20px;
}
.inputImg{
    position: absolute;
    left: 20px;
    top: 16px;
}
.contactForm li input[type="text"], .contactForm li textarea{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #999999CC;
    border-radius: 10px;
    height: 60px;
    padding: 0 64px;
    width: 100%;
}
.contactForm li textarea{
    resize: none;
    padding: 20px;
    height: 140px;
}



/*footer start here
--------------------------------------*/
#footer{
    background: url(../images/footer.svg) right bottom no-repeat, linear-gradient(76deg, #2396DE 0%, #8F5FD5 51%, #E393D5 100%) 0% 0%;
    color: #fff;
}
.fooLogo{
    padding-bottom: 40px;
}
#footer p{
    padding-bottom: 30px;
}
#footer p a{
    color: #fff;
}
#footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#footer li{
    padding: 0 15px;
}
#footer li a{
    color: #fff;
}


@media only screen and (max-width: 1199px){
    #banner, .aboutTxt {
        margin-bottom: 0;
    }
    .navbar-nav li a {
        padding: 0 13px !important;
    }
    .bannerImg, .whatWeDo:before{
        display: none;
    }
    .aboutImgOut, .keyImgOut {
        padding-right: 50px;
        width: 70%;
        margin: 0 auto 90px;
    }
    .serviceSlider {
        padding: 40px 0 80px;
    }
    h2 {
        padding-bottom: 30px;
    }
    .kryTxt {
        padding: 0;
        text-align: center;
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .whoBox01, .whoBox02, .whoBox03, .whoBox04{
        padding:0 0 50px ;
    }
}
@media only screen and (max-width: 1023px){
    .serImgOut{
        display: none;
    }
    .serBox{
        text-align: center;
        min-height: unset;
    }
    .serIco, .whoIco{
        margin: 0 auto 20px;
    }
    .serviceSlider .slick-arrow {
        left: calc(50% - 68px);
        margin-right: 0;
    }
    .serviceSlider .slick-next{
        left: calc(50% + 26px);
    }
    .whoBox01, .whoBox02, .whoBox03, .whoBox04{
        text-align: center;
    }

}
@media only screen and (max-width: 991px){
    #wrapper {
        padding-top: 100px;
    }
    .navbar-toggler{
        background:#5bb4eb url(../images/toggle.png) center center no-repeat;
        background-size: 24px auto;
    }
     .navbar-toggler:focus{
        outline: none;
    }
    .navbar-collapse{
        position: absolute;
        right: 14px;
        top: 100%;
        background: #fff;
        padding: 20px 30px;
        width: 220px;
        text-align: center;
        box-shadow: rgba(0,0,0,0.2) 0 0 10px;
        border-radius: 5px;
    }
    .navbar-nav li a:hover, .navbar-nav li a.active{
        border-color: transparent;
    }
}
@media only screen and (max-width: 767px){
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    h2 br{
        display: none;
    }
    .bannerInner {
        height: calc(100vh - 92px);
    }
    .contact {
        border-radius: 20px;
        padding: 20px;
    }
    .contentBlock {
        padding: 50px 0;
    }
}