

/*--  start_default  --*/
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{

    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: Roboto,sans-serif;    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input{
outline:none;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}

.fixWidth{
    width:1360px;
    margin:auto;
}


.mainPageWrap .fixWidth{
    width:1680px;
    margin:auto;
}


.menubs{
    display:none;
}


.main_top{
        padding: 40px 0;
    width: 100%;
    display: inline-flex;
}


.logoRow{
    width: 25%;
}

.menu_row{
    width: 64%;
}

.top_right{
    width: 15%;
    display: inline-block;

}

.dskMenu>ul{
    width: 100%;
    display: inline-flex;
}

.dskMenu>ul>li a{
padding: 20px 20px;
    display: block;
    font-size: 19px;
}

.main_wrapper{
        width: 100%;
    display: inline-block;
}


.mainPageWrap{
        width: 100%;
    display: inline-block;
    min-height:950px;
    background:url(../images/wrapper_right.png) no-repeat right top;
}



.searchIcon{
    padding: 25px 30px;
    float: right;
    text-align: right;
}

.top_btn{
        float: right;
}

.top_btn a{
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    display: block;
    margin-top: 10px;
background: #60c1d3; 
background: -moz-linear-gradient(top,  #60c1d3 0%, #29acc3 100%); 
background: -webkit-linear-gradient(top,  #60c1d3 0%,#29acc3 100%); 
background: linear-gradient(to bottom,  #60c1d3 0%,#29acc3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c1d3', endColorstr='#29acc3',GradientType=0 ); 

}

.main_sl{
    width: 100%;
    display: inline-flex;
}

.main_sl_left{
    width: 60%;
    float: left;
}

.sl_box{
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
}

.sl_box h2{
        font-size: 75px;
    text-transform: inherit;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sl_box h2 span{
    font-weight: 200;
}



.sl_box a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 10px;
    background: #60c1d3;
    background: -moz-linear-gradient(top, #60c1d3 0%, #29acc3 100%);
    background: -webkit-linear-gradient(top, #60c1d3 0%,#29acc3 100%);
    background: linear-gradient(to bottom, #60c1d3 0%,#29acc3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c1d3', endColorstr='#29acc3',GradientType=0 );
    
    display: inline-block;
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 30px;

}

.sl_box p{
    color:#999;
}


.main_sl_right img{
        position: relative;
    top: -55px;
}


.main_proccess{
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-bottom:50px;
}

.topHeader{
        width: 100%;
    display: inline-block;
    position: relative;
}

.main_proccess ul{
        width: 100%;
    display: inline-flex;
}

.topHeader h2{
    font-size: 40px;
    color: #2badc3;
    text-transform: capitalize;
    padding: 17px 0px 100px 52px;
    background: url(../images/top_header_bg.png) no-repeat 0px 0px;
}


.main_proccess ul li{
    background: #d4eef3;
    padding: 30px;
    border-radius: 120px 15px 15px 15px;
    width: 37%;
    margin-right: 100px;
}

.procBlock h6{
    padding-left: 50px;
    color: #2badc3;
    font-size: 20px;
    margin-bottom: 50px;
}

.procBlock p{
        color: #26abc2;
    font-size: 19px;
}



.procBlock{
    position:relative;
}

.main_proccess ul li:nth-of-type(1) .procBlock:before{
    content: "";
    background: url(../images/pr1_icon.png) no-repeat 0px 0px;
    width: 90px;
    height: 90px;
    position: absolute;
    left: -44px;
    top: -30px;
}

.main_proccess ul li:nth-of-type(2) .procBlock:before{
    content: "";
    background: url(../images/pr2_icon.png) no-repeat 0px 0px;
    width: 90px;
    height: 90px;
    position: absolute;
    left: -44px;
    top: -30px;
}


.main_proccess ul li:nth-of-type(3) .procBlock:before{
    content: "";
    background: url(../images/pr3_icon.png) no-repeat 0px 0px;
    width: 90px;
    height: 90px;
    position: absolute;
    left: -44px;
    top: -30px;
}




.main_proccess .procBlock:after{
content: "";
    background: url(../images/pr_icon_arrow.png) no-repeat 0px 0px;
    width: 25px;
    height: 35px;
    position: absolute;
    right: -92px;
    top: 45px;

}


.main_proccess ul li:nth-of-type(3) .procBlock:after{
    display:none;
}

.main_services{
    width:100%;
    display:inline-block;
    margin:50px 0;
}

.serviceBox{
      width:100%;
    display:inline-block;
    position:relative;
}

.serviceBox:before{
    content:"";
    background:url(../images/service_bg.jpg) no-repeat 0px 0px;
    width:900px;
    height:550px;
    position:absolute;
    top:0;
    right:0;
}



.serviceHeader{
    width: 50%;
    padding: 40px 0;
        background:url(../images/service_heder.png) no-repeat 0px 0px;
            margin-bottom: 50px;
}


.serviceHeader h3{
        display: inline-block;
    padding: 0px 0px 0px 78px;
    font-size: 35px;
    color: #2badc3;
    text-transform: capitalize;
}

.serviceHeader h3 span{
    position:relative;
    display:block;
}

.serviceHeader h3 span:after{
       content:"";
    background:url(../images/service_header_right.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: -22px;
}

.serviceHeader h3 span:before{
       content:"";
    background:url(../images/service_header_left.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: -22px;
}





.serviceRow ul li{
    background-color: #fff;
    -webkit-box-shadow: 0 6px 18px rgb(2 0 103 / 5%);
    -khtml-box-shadow: 0 6px 18px rgba(2,0,103,5%);
    -moz-box-shadow: 0 6px 18px rgba(2,0,103,5%);
    -ms-box-shadow: 0 6px 18px rgba(2,0,103,5%);
    -o-box-shadow: 0 6px 18px rgba(2,0,103,5%);
    box-shadow: 0 6px 18px rgb(2 0 103 / 5%);
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);

}

.serviceRow ul li{
width: 370px;
    height: 360px;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    padding: 30px;
    box-sizing: border-box;
}


.serviceRow ul li:hover {
    -webkit-transform: translate(0,-22px);
    -khtml-transform: translate(0,-22px);
    -moz-transform: translate(0,-22px);
    -ms-transform: translate(0,-22px);
    -o-transform: translate(0,-22px);
    transform: translate(0,-22px);
    -webkit-box-shadow: 0 30px 25px rgb(2 0 103 / 13%);
    -khtml-box-shadow: 0 30px 25px rgba(2,0,103,.13);
    -moz-box-shadow: 0 30px 25px rgba(2,0,103,.13);
    -ms-box-shadow: 0 30px 25px rgba(2,0,103,.13);
    -o-box-shadow: 0 30px 25px rgba(2,0,103,.13);
    box-shadow: 0 30px 25px rgb(2 0 103 / 13%);
}



.serviceRow ul li:nth-of-type(3),
.serviceRow ul li:nth-of-type(4){
background-color: inherit;
    box-shadow: none;
}


.serviceItemTop{
    margin: 10px 0px 30px 0px;
    padding:12px 0px 0px 55px;
    position: relative;
}



.serviceItemTop:before{
    content:"";
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:100%;
}


.serviceRow ul li:nth-of-type(1) .serviceItemTop:before{
    background:url(../images/icon_1.png) no-repeat 0px 0px;
}

.serviceRow ul li:nth-of-type(2) .serviceItemTop:before{
    background:url(../images/icon_2.png) no-repeat 0px 0px;
}


.serviceRow ul li:nth-of-type(5) .serviceItemTop:before{
    background:url(../images/icon_3.png) no-repeat 0px 0px;
}

.serviceRow ul li:nth-of-type(6) .serviceItemTop:before{
    background:url(../images/icon_4.png) no-repeat 0px 0px;
}

.serviceRow ul li:nth-of-type(7) .serviceItemTop:before{
    background:url(../images/icon_5.png) no-repeat 0px 0px;
}


.serviceRow ul li h2{
        color: #26abc2;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}



.serviceItemFooter .item--button {
    padding: 24px 5px;
    border-top: 1px solid #f2f2f9;
}


.serviceItemFooter .item--button a {
    position: relative;
    padding: 0 32px;
    z-index: 1;
        font-weight: 600;
    color: #232c4e;
}



.serviceItemFooter .item--button a i {
    font-size: 20px;
    position: absolute;
    color: #fbac25;
    top: 60%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: 0px;
    z-index: -1;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.serviceItemFooter .item--button a i.bt-icon-left {
    left: 0;
}


.serviceItemFooter .item--button a i.bt-icon-right {
    right: 0;
    opacity: 0;
    margin-right: 12px;
    visibility: hidden;
}

.serviceItemFooter .item--button a:hover {
    padding-left: 0;
}


.serviceItemFooter .item--button a:hover i.bt-icon-left {
    opacity: 0;
    margin-left: 10px;
    visibility: hidden;
}


.serviceItemFooter .item--button a:hover i.bt-icon-right {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}


.serviceItemFooter{
    padding-top: 50px;
}



.proccessHeader{
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}


.proccessHeader h3{
display: inline-block;
    padding: 45px 160px;
    background: url(../images/step_bg.png) no-repeat center top;
    text-transform: capitalize;
}


.proccessHeader h3 span{
    font-size: 29px;
    color: #2badc3;
    position:relative;
}






.proccessHeader h3 span:after{
       content:"";
    background:url(../images/service_header_right.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: -22px;
}

.proccessHeader h3 span:before{
       content:"";
    background:url(../images/service_header_left.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: -22px;
}


.processRow{
    width: 100%;
    display: inline-flex;
}

.proc_block1{
        width: 45%;
        position:relative;
}

.proc_block1:before{
    content: "";
    width: 400px;
    height: 400px;
    background: #eaf7f9;
    border-radius: 100%;
    position: absolute;
    top: 37%;
    left: -265px;
}

.proc_block2{
    width: 16%;
    position: relative;
}

.proc_block3{
    width: 45%;
}



.bl1{
        margin-bottom: 150px;
    padding: 15px;
    box-sizing: border-box;
        margin-top: 50px;
}

.bl2{
    margin-bottom: 150px;
    width: 100%;
    height: 174px;
    background: #f6f9fb;
    position: relative;
    border-radius: 30px;
}

.bl3, .bl5{
    margin-bottom: 150px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}


.bl2:before{
    content: "";
    background: url(../images/service_2.png) no-repeat 0px 0px;
    width: 111px;
    height: 173px;
    position: absolute;
    top: 0;
    left: -53px;
}





.bl2 h3{
    float: left;
    width: 100%;
    padding: 73px 0px 0px 125px;
    font-size: 33px;
    color: #62c2d4;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.bl2 strong{
font-size: 118px;
    color: #cce9f0;
    position: absolute;
    right: 25px;
    z-index: 1;
    top: 22px;
    font-weight: bold;
}


.bl4{
    margin-bottom: 150px;
    width: 100%;
    height: 174px;
    background: #f6f9fb;
    position: relative;
    border-radius: 30px;
}



.bl4 h3{
float: left;
    width: 100%;
    padding: 72px 0px 0px 125px;
    font-size: 33px;
    color: #62c2d4;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.bl4 strong{
    font-size: 118px;
    color: #cce9f0;
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 22px;
    font-weight: bold;
}



.bl4:before{
    content: "";
    background: url(../images/service_1.png) no-repeat 0px 0px;
    width: 111px;
    height: 173px;
    position: absolute;
    top: 0;
    left: 0;
}




.bl6{
    margin-bottom: 150px;
    width: 100%;
    height: 174px;
    background: #f6f9fb;
    position: relative;
    border-radius: 30px;
}



.bl6 h3{
float: left;
    width: 100%;
    padding: 72px 0px 0px 125px;
    font-size: 33px;
    color: #62c2d4;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.bl6 strong{
    font-size: 118px;
    color: #cce9f0;
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 22px;
    font-weight: bold;
}



.bl6:before{
    content: "";
    background: url(../images/service_3.png) no-repeat 0px 0px;
    width: 111px;
    height: 173px;
    position: absolute;
    top: 0;
    left: 0;
}


.proc_block2{
 position:relative;   
}


.bl7{
    background: url(../images/service_arrow.png) no-repeat 0px 0px;
    width: 38px;
    height: 250px;
    position: absolute;
    left: 65px;
    top: 70px;
}

.bl8{
    background: url(../images/service_arrow.png) no-repeat 0px 0px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 65px;
    top: 350px;
        transform: rotate(180deg);
}


.bl9{
    background: url(../images/service_arrow.png) no-repeat 0px 0px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 65px;
    top: 635px;
}

.bl7:before{
    content: "";
    background: #e7eaec;
    width: 2px;
    height: 195px;
    position: absolute;
    top: 60px;
    left: 18px;
}

.bl8:before{
    content: "";
    background: #e7eaec;
    width: 2px;
    height: 190px;
    position: absolute;
    bottom: 67px;
    left: 16px;
}

.procFooter{
    text-align: center;
}


.procFooter a{
        background: #26abc2;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 21px;
}


.bl3, .bl6{
    margin-bottom:50px;
}


.bl5:before{
    content: "";
    width: 150px;
    height: 150px;
    background: #eaf7f9;
    border-radius: 100%;
    position: absolute;
    top: -135px;
    right: -252px;
}


.about_row{
    width: 1430px;
    margin: 0 auto;
}


.about_data{
    width: 100%;
    display: inline-flex;
}

.ab_content h3{
    font-size: 35px;
    color: #30344e;
    padding: 0px 204px 0px 0px;
    margin-bottom: 50px;
}


.aboutHrf{
        background: #26abc2;
    color: #fff;
    border-radius: 7px;
    padding: 15px;
    display: inline-block;
    margin-top: 50px;
}


.ab_content{
    padding-right: 70px;
}




.collage_row{
    width: 100%;
    display: inline-block;
    margin: 150px 0;
    height: 800px;
}


.collage_box{
    position:relative;
}


.collage_box a:nth-of-type(1){
    position: absolute;
    left: 0;
    top: 0;
}

.collage_box a:nth-of-type(2){
position: absolute;
    left: 340px;
    top: 115px;
    background: #fba717;
    width: 470px;
    height: 260px;
    border-radius: 0px 0px 100px 0px;
    padding: 70px;
}


.collage_box a:nth-of-type(2) p:first-of-type{
    color: #fff;
    font-size: 80px;
}

.collage_box a:nth-of-type(2) p:last-of-type{
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 0px 100px;
    margin-top: -15px;
}

.collage_box a:nth-of-type(2) strong{
    font-weight: bold;
}




.collage_box a:nth-of-type(3){
position: absolute;
    left: 150px;
    top: 330px;
    z-index: 99;
}







.collage_box a:nth-of-type(4){
    position: absolute;
    left: 400px;
    top: 500px;
    background: #3e4a6b;
    width: 510px;
    height: 260px;
    border-radius: 0px 100px 0px 0px;
    padding: 70px;
    z-index: 9;
}


.collage_box a:nth-of-type(4) p:first-of-type{
    color: #fff;
    font-size: 80px;
    text-align:right;
}

.collage_box a:nth-of-type(4) p:last-of-type{
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
    margin-top: -15px;
}

.collage_box a:nth-of-type(4) strong{
    font-weight: bold;
}







.collage_box a:nth-of-type(5){
position: absolute;
    left: 850px;
    top: 200px;
}







.collage_box a:nth-of-type(7){
    position: absolute;
    left: 1500px;
    top: 400px;
    z-index: 99;
}










.collage_box a:nth-of-type(6){
    position: absolute;
    right: 0;
    top: 100px;
    background: #fad313;
    width: 510px;
    height: 260px;
    border-radius: 0px 0px 0px 100px;
    padding: 70px;
    z-index: 9;

}


.collage_box a:nth-of-type(6) p:first-of-type{
color: #fff;
    font-size: 80px;
    padding-left: 70px;
}

.collage_box a:nth-of-type(6) p:last-of-type{
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 0px 100px;
    margin-top: -15px;
}

.collage_box a:nth-of-type(6) strong{
    font-weight: bold;
}






.collage_box a:nth-of-type(8){
    position: absolute;
    left: 1150px;
    top: 560px;
    background: #26abc2;
    width: 510px;
    height: 260px;
    border-radius: 100px 0px 0px 0px;
    padding: 70px;
    z-index: 9;
}


.collage_box a:nth-of-type(8) p:first-of-type{
    color: #fff;
    font-size: 80px;
}

.collage_box a:nth-of-type(8) p:last-of-type{
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
    margin-top: -15px;
}

.collage_box a:nth-of-type(8) strong{
    font-weight: bold;
}

footer{
    width:100%;
    display:inline-block;
}

.subscribeBox{
       background: #f5fafb;
    height: 365px;
}


.subscribeBox form{
    padding-top: 100px;
}

.formPlaceholder{
    float: left;
    font-size: 25px;
    color: #2badc3;
    padding: 10px 50px;
}

.formData{
        float: left;
    width: 69%;
}

.formData input[type="email"]{
    border: 1px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    width: 70%;
    border-radius: 5px 0px 0px 5px;
}

.formData input[type="submit"]{
    width: 28%;
    background: #2badc3;
    border: none;
    outline: none;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
}


.footerBox{
    width: 100%;
    display: inline-block;
}


.footerFrm{
    margin: -120px 0px 0px 0px;
    background: #fff;
    border: 15px solid #f5fafb;
    height: 250px;
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
    width: 100%;
}

.footerFrmItem{
width: 950px;
    margin: 0 auto;
    overflow: hidden;
    height: 160px;
}



.frm1{
    width: 48%;
    float: left;
    margin-right: 10px;
    border-right: 2px solid #e7eaec;
    height: 100%;
    padding: 0px 140px 0px 0px;
}

.frm2{
width: 48%;
    float: right;
    height: 100%;
    padding: 0px 0px 0px 140px;
    position: relative;
    left: -33px;
}


.frm1 a{
        width: 100%;
    background: #fba717;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    font-size: 25px;
    margin-top: 30px;
}


.frm2 a{
        width: 100%;
    background: #2badc3;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    font-size: 25px;
    margin-top: 30px;
}



.frm1 h3{
    color: #fba717;
    font-size: 26px;
    padding-left: 70px;
    position:relative;
}


.frm1 p{
    color: #fba717;
    padding-left: 70px;
}

.frm1 h3:before{
    content:"";
    background:url(../images/footer_1.png) no-repeat 0px 0px;
    width:50px;
    height:51px;
    position:absolute;
    left:0;
    top:0;
}


.frm2 h3{
    color: #2badc3;
    font-size: 26px;
    padding-left: 70px;
    position:relative;
}


.frm2 p{
    color: #2badc3;
    padding-left: 70px;
}

.frm2 h3:before{
    content:"";
    background:url(../images/footer_2.png) no-repeat 0px 0px;
    width:50px;
    height:51px;
    position:absolute;
    left:0;
    top:0;
}


.copyright{
        width: 100%;
    display: inline-block;
    margin-top: 90px;
    padding: 50px 0;
    border-top: 1px solid #ccc;
}

.copy{
    float: left;
    color: #666;
}


.downLinks{
    float: right;
    color: #666;
}


.downLinks a{
    padding: 0px 0px 0px 30px;
}


.footer_middle{
        width: 100%;
    display: inline-flex;
    margin-top: 50px;
}

.footer_logo{
    width: 50%;
}

.footer_menu{
        width: 25%;
}

.footer_social{
        width: 25%;
}


.footer_menu ul li a{
    color: #2badc3;
    font-size: 19px;
    padding-left: 10px;
}


.footer_menu ul li a:hover{
    color:#FBA717;
}


.footer_menu h3{
    color: #2badc3;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}



.footer_social h3{
        color: #2badc3;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_social p a{
        color: #2badc3;
    font-size: 20px;
}

.footer_social ul{
        margin-top: 20px;
    width: 100%;
    display: inline-flex;
}

.footer_social ul li a{
    display: block;
    background: #2badc3;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
    border-radius: 100%;
    margin-right: 10px;
}















.faqHeader{
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}


.faqHeader h3{
display: inline-block;
    padding: 45px 160px;
    background: url(../images/faq.png) no-repeat center top;
    text-transform: capitalize;
}


.faqHeader h3 span{
    font-size: 29px;
    color: #2badc3;
    position:relative;
}






.faqHeader h3 span:after{
       content:"";
    background:url(../images/service_header_right.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: -22px;
}

.faqHeader h3 span:before{
       content:"";
    background:url(../images/service_header_left.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: -22px;
}




.faq_box{
    background: #f5fafb;
    padding: 50px 0;
    width: 100%;
    display: inline-block;
}


.faqRow{
    width: 70%;
    margin: 0 auto;
}

.faq_item{
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.faq_item h4{
    color: #094254;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.answer_row{
        padding: 25px;
    display:none;
}


.faq_item h4 i{
    float: right;
    color: #26abc2;
    font-size: 25px;
}


.openFaq .fa-plus:before {
    content: "\f068";
}












.newsHeader{
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}


.newsHeader h3{
display: inline-block;
    padding: 45px 160px;
    background: url(../images/news.png) no-repeat center top;
    text-transform: capitalize;
}


.newsHeader h3 span{
    font-size: 29px;
    color: #2badc3;
    position:relative;
}






.newsHeader h3 span:after{
       content:"";
    background:url(../images/service_header_right.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: -22px;
}

.newsHeader h3 span:before{
       content:"";
    background:url(../images/service_header_left.png) no-repeat 0px 0px;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: -22px;
}



.news_box{
        padding: 50px 0;
    width: 100%;
    display: inline-block;
}

.newsRow{
    width: 1200px;
    margin: 0 auto;
}

.newsSlide .owl-nav{
  display:none;   
}


.owl-dots{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.owl-dot{
        width: 10px;
    height: 10px;
    background: #cccccc!important;
    border-radius: 100%;
    cursor: pointer!important;
    margin: 0 5px;
}

.owl-dot.active{
    background:#2badc3!important;
}

.news_content{
    width: 90%;
    background: #f7f7f7;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    padding: 15px;
}

.newsPreview{
        border-radius: 10px;
    overflow: hidden;
}

.newsContent{
    display:none;
}

.newsDate{
        color: #999999;
    font-size: 14px;
}

.newsDate{
        margin-bottom: 10px;
}

.news_content h3{
    color: #2badc3;
    font-weight: bold;
}










.newsSlide .item--holder {
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 99;
    padding: 26px 28px 22px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 6%);
    -khtml-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,6%);
    -o-box-shadow: 0 0 32px rgba(0,0,0,6%);
    box-shadow: 0 0 32px rgb(0 0 0 / 6%);
}


.newsSlide .item--meta {
    list-style: none;
    margin-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #67687a;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}



.newsSlide .item--meta li {
    display: flex;
    align-items: center;
    margin-right: 24px;
}



.newsSlide .item--title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #181f44;
}


.newsSlide .item--holder.item--hover {
    padding-top: 36px;
    padding-bottom: 49px;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    background-color: rgba(37,149,168,.9);
}

.newsSlide .item--holder.item--hover .item--title {
    color: #fff;
}


.newsSlide .item--content {
    line-height: 1.5;
    margin-top: 8px;
    color: #fff;
}


.newsSlide .item--readmore {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -50px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    visibility: hidden;
}

.newsSlide .item--readmore .btn {
    background: #2badc3;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    line-height: 50px;
}


.newsSlide .item--readmore i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 40px;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}



.newsSlide .owl-item:hover .item--holder.item--main {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}




.newsSlide .owl-item:hover .item--holder.item--hover {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}






.newsSlide .grid-item-inner {
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 20px;
}


.newsSlide .owl-item:hover .item--readmore {
    opacity: 1;
    visibility: visible;
    bottom: -25px;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
}


.item--readmore .btn {

    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 0 38px;
    line-height: 51px;
    -webkit-transition: all 180ms linear 0ms;
    -khtml-transition: all 180ms linear 0ms;
    -moz-transition: all 180ms linear 0ms;
    -ms-transition: all 180ms linear 0ms;
    -o-transition: all 180ms linear 0ms;
    transition: all 180ms linear 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    z-index: 1;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(90deg,#006cff 0%,#1227b8 50%,#006cff);
    background-image: -moz-linear-gradient(90deg,#006cff 0%,#1227b8 50%,#006cff);
    background-image: -ms-linear-gradient(90deg,#006cff 0%,#1227b8 50%,#006cff);
    background-image: -o-linear-gradient(90deg,#006cff 0%,#1227b8 50%,#006cff);
    background-image: linear-gradient(90deg,#006cff 0%,#1227b8 50%,#006cff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 200%,1px;
    background-position: 0;

}


.item-date i{
    padding-right: 8px;
}





.reg_log_wrapper{
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    margin: 50px 0;
}

.reg_prev{
    float: left;
    width: 65%;
}

.reg_form{
    float: right;
    width: 35%;
}


.reg_form p{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.reg_form p a{
    font-size: 15px;
    color: #777777;
    padding-right: 10px;
}

.rg_active{
    color:#26abc2!important;
    position:relative;
    font-weight:bold;
}

.rg_active:before{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-3px;
    left:0;
    background:#26abc2;
}

.form_rw{
        width: 100%;
    display: inline-block;
    margin-bottom: 25px;
        position:relative;
}

.form_rw input{
width: 100%;
    border: none;
    border-bottom: 2px solid #aaaaaa;
    padding: 5px 5px 5px 35px;
    outline: none;
}



.inp_name:before{
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 7px;
    color: #a5a5a7;

}

.inp_eml:before{
    content: "";
    background:url(../images/eml.png) no-repeat 0 0;
    width:25px;
    height:17px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #a5a5a7;
        background-size: 20px auto;
}


.inp_psw:before{
    content: "";
    background: url(../images/psw.png) no-repeat 0 0;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: 8px;
    color: #a5a5a7;
    background-size: auto 20px;

}


.reg_action input{
        background: #26abc2;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.reg_action a{
        font-size: 13px;
    color: #999999;
    float: right;
    padding: 10px 0;
}



.other_log{
        width: 100%;
    display: inline-block;
    margin: 30px 0;
    text-align: center;
}

.other_log p{
font-size: 14px;
    color: #999999;
    margin: 5px 0;
}

.other_log ul{
    display: inline-flex;
}

.other_log li a{
font-size: 20px;
    color: #4064AC;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}


.other_log li .fa-google:before{
        color: #D53D28;
    font-size: 21px;
}



.form_rw select{
width: 100%;
    border: none;
    border-bottom: 2px solid #aaaaaa;
    padding: 5px 5px 5px 35px;
    outline: none;
    color: #777;

}




.inp_type:before{
    content: "\f2bb";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 7px;
    color: #a5a5a7;

}



.otherPageWrap .top_right {
    width: 22%;
}


.otherPageWrap .menu_row {
    width: 53%;
}



.menuBox .item-121 .mod-menu__sub{
    display:none;
}



















