@font-face {
    font-family: AvenirLTStd-Book;
    src: url(../fonts/AvenirLTStd-Book.ttf);
}
@font-face {
    font-family: AvenirLTStd-Medium;
    src: url(../fonts/AvenirLTStd-Medium.ttf);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    scroll-behavior: smooth;
}


body {
    font-size: 16px;
    color: #4c4c4c;
    font-family: AvenirLTStd-Book;
    transition: 0.3s;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

li {
    /*display: block;*/
    float: left;
}

li a {
    display: block;
}
.lefttext a {
    color: #FFF;
}
.lefttext a:hover {
    color: #193e80;
    opacity: 0.5;
}
.hed a {
    color: #FFF;
}
.hed a:hover {
    color: #193e80;
    opacity: 0.5;
}

.tophed {
    background-color: #ff9c00;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.hed p {
    color: #193e80 !important;
    font-size: 16px;
    margin: 0px;
    padding-top: 4px;
}
.round {
    background-color: #193e80;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 7px;
}
.lefttext p {
    text-align: right;
    color: #FFF;
    margin: 0;
    padding-top: 5px;
}

.logo {
    padding-top: 14px;
    padding-bottom: 14px;
}


header {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
}


.menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.log-reg {
    display: flex;
    width: 12%;
    bottom: 13px;
    position: relative;
}
.kill {
    padding-right: 22px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-family: AvenirLTStd-Book;
    padding: 44px 15px 44px 15px;
    position: relative;
    overflow: hidden;
}
.nav-link:hover{
    background-color: #030e4e;
    color: #fff; 
    height: auto; 
}
.nav-link:hover::before{
    top: 2%;
    opacity: 1;
    height: 5px;
    background-color: #030e4e;
    color: #fff;  
}
.navbar-dark .navbar-nav .active>.nav-link{
    /*background: linear-gradient(to bottom, #a5d1f0 0%, #c5e3fd 100%);*/
    background-color: #030e4e;
    color: #fff;  
}
.nav-link.active:before{
    top: 0%;
    opacity: 1;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: #31abfc;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
}

 
                
        .sticky{
            position: fixed;
            width: 100%;
            z-index: 9;
            top: 0px;
            background: #f2f2f2;
            height: 106px;
            padding: 5px 0px;
            box-shadow: 0px 0px 5px #ccc;
            z-index: 999;
        } 
        .sticky nav.navbar.navbar-expand-lg.navbar-dark.primary-color {
    padding: 0;
    transition-delay: 0.3s;
}
.sticky .navbar-dark .navbar-nav .nav-link {
    padding: 20px 17px 20px 15px;
}


        #menu-bar{
            transition: 0.3s;
            border-bottom: 1px solid #eff0f0;
        }
        #menu-bar nav {
    transition: 0.3s;
    box-shadow: none;
    z-index: 999;
    padding: 0;
}
        .custom-btn{
            background: #27a6dc;
            color: #fff;
            font-size: 14px;
            padding: 8px 20px;
            margin-right: 10px;
			display:none;          

        }
        .top-scrl{
            position: relative;
        }
        .sticky .menu li a {
    padding: 28px 17px 32px 15px;
    transition-delay: 0.3s;
}
.sticky .logo{
    padding-bottom: 0px;
    padding-top: 0px;

}

/* ===========================start style for slider============================*/
.sliders {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/background.png) no-repeat center 0px;
    height: 562px;
    background-size: cover;
    margin-bottom: 50px;
}
.sliders2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/background.png) no-repeat center -831px;
    height: 360px;
}
.gap8 {
    padding-top: 66px;
}
.gap {
    padding-top: 70px;
}
.sld_hed p {
    font-size: 18px;
    color: #222222;
    margin: 0px;
    padding-bottom: 20px;
}
.sld_hed h4 {
    color: #262566;
    font-size: 55px;
    font-family: AvenirLTStd-Medium;
    padding-bottom: 23px;
    padding-top: 15px;
}

.blubtn {
    display: block;
    background-color: #31abfc;
    color: #fff;
    font-size: 18px;
    padding: 17px 57px;
    border-radius: 6px;
    box-shadow: 2px 3px 6px #b0c1cf;
    transition: 0.3s;
    font-family: AvenirLTStd-Medium;
}
.blubtn:hover {
    display: block;
    background-color: #262566;
    color: #fff;
    font-size: 18px;
    padding: 17px 57px;
    border-radius: 6px;
    box-shadow: 2px 3px 6px #b0c1cf;
    transition: 0.3s;
    font-family: AvenirLTStd-Medium;
}
.deepblubtn{
    background-color: #030e4e;
    color: #f2f2f2;
    font-size: 18px;
    padding: 17px 48px;
    border-radius: 6px;
    transition: 0.3s;
    font-family: AvenirLTStd-Medium;
    border: 1px solid #f3f3f3;

}
.deepblubtn:hover {
    background-color: #ff9c00;
    color: #fff;
    font-size: 18px;
    padding: 17px 48px;
    border-radius: 6px;
    box-shadow: 2px 3px 6px #b0c1cf;
    transition: 0.3s;
    font-family: AvenirLTStd-Medium;

}
.acbtn {
    display: flex;
    justify-content: space-between;
}

.owl-ptnr .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    left: 0;
}

.owl-ptnr .owl-dots {
    display: flex;
    justify-content: left;
    position: relative;
    width: auto;
    margin: 0 auto;
    bottom: 100px;
}

.owl-ptnr .owl-dots button {
      width: 15px;
      height: 15px;
      background: #030e4e !important;
      margin-left: 9px;
  }
.owl-ptnr .owl-dots button.active {
    background: #ff9c00 !important;
}

.owl-ptnr .owl-nav{
    display: none;
}

.footer_down {
    /*background: url(../images/footer.png) no-repeat center -311px;*/
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #030e4e;
    margin-top: 45px;
}
.ftr-link  {
    color: #f2f2f2;
    padding-right: 15px;
}
.ftr-link span {
    padding-right: 15px;
    color: #ff9c00;
}
.social h2 {
    /* margin-top: 100px; */
    font-size: 33px;
    color: #262566;
    padding-bottom: 13px;
}
.top-socil li a {
    background-color: #e8f5fd;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 30px;
    padding-top: 9px;
    color: #000;
}
.top-socil li a:hover {
    background-color: #b5defb;
}
.footsl {
    margin-top: 25px;
    font-weight: bold;
    color:#fff;
}
.sigbox {
    padding-left: 35px;
    position: relative;
}
.sigbox img {
    width: 100%;
    object-fit: cover;
    height: 377px;
    border-top-left-radius: 43px;
    border-bottom-right-radius: 43px;
    margin-top: 13px;
}
.sigbox:before {
    content: "";
    position: absolute;
    width: 84%;
    height: 374px;
    background-color: #60ccf4;
    z-index: -1;
    border-top-left-radius: 43px;
    left: 11px;
}
.why{
    background-color: #eaf2f8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
}

element.style {
}
section.footer_last {
    background-color: #ff9c00;
}
.subbtn {
    color: #ff9c00;
}
.mk {
    width: 50% !important;
}













/* ===========================start style for about us============================*/

.about:before {
    content: "";
    width: 760px;
    height: 961px;
    position: absolute;
    background: url(../images/cross_back.png) no-repeat right 128px;
    right: -90px;
}
.box p {
    margin-bottom: 36px;
    text-align: justify;
}
.box h2 {
    color: #262566;
    font-size: 39px;
    padding-bottom: 20px;
    font-family: AvenirLTStd-Medium;
}
.iconbox {
    background: linear-gradient(to bottom, #031787 0%, #030e4e 100%);
    padding-bottom: 14px;
    box-shadow: 0px 4px 8px 1px #b0c1cf;
    padding-top: 40px;
    margin-bottom: 30px;
}
.icon {
    background-color: #ff9c00;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0px auto;
    border: 5px solid #0321cd;
}
.icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    padding-top: 23px;
}
.iconbox h3 {
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding-top: 26px;
    font-family: AvenirLTStd-Medium;
}
.iconbox p {
    color: #fff;
    text-align: center;
}

.ser li:nth-child(2) {
    margin-top: 58px;
}
.ser li:nth-child(3) {
    margin-top: -58px;
}
.ser li {
    width: 45%;
    margin-left: 27px;
}
.whtbtn {
    background-color: #b4ddfb;
    color: #222;
    font-size: 17px;
    padding: 14px 21px;
    transition: 0.3s;
    font-family: AvenirLTStd-Medium;
    border: 1px solid #fff;
    border-radius: 0px;
    letter-spacing: 3px;
}
.whtbtn:hover {
    background-color: #262566;
    color: #fff;
    border:1px solid #31abfc; 
}
.box {
    padding-top: 170px;
}

.service_hed h2 {
    background: linear-gradient(to left, #fff 0%, #ff9c00 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    width: 30%;
    margin-bottom: 25px;
}
.service_hed p {
    width: 66%;
    margin: 0px;
}
.services_carosell {
    padding-top: 40px;
}

.ibox {
    width: 86px;
    margin: 0px auto;
}
.ser_itm {
    background-color: #e8f5fd;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 42px;
}
.ser_itm h2 {
    color: #262566;
    font-size: 21px;
    text-align: center;
    font-family: AvenirLTStd-Medium;
    margin-bottom: 17px;
}
.ser_itm p {
    text-align: center;
    color: #222;
    margin: 0px;
    font-family: AvenirLTStd-Medium;
    font-size: 14px;
}
.img-responsive2 {
    width: 100%;
}


.ser_itm2 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
    min-height: 321px;
    border-bottom-right-radius: 35px;
    box-shadow: 5px 7px 15px #dfeaf3;
}
.ser_itm2 h2 {
    color: #262566;
    font-size: 21px;
    text-align: center;
    font-family: AvenirLTStd-Medium;
}
.ser_itm2 p {
    text-align: center;
    color: #222;
    margin: 0px;
    font-family: AvenirLTStd-Medium;
    font-size: 14px;
}
.ser_itm2 h2 {
    color: #262566;
    font-size: 21px;
    text-align: center;
    font-family: AvenirLTStd-Medium;
    margin: 0px;
    padding-bottom: 15px;
}
.ibox {
    width: 86px;
    margin: 0px auto;
    padding-top: 36px;
    padding-bottom: 27px;
}
.carosell {
    margin-top: 35px;
}
.product {
    background-color: #eaf2f8;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.product:before {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #262566;
    height: 700px;
    overflow: hidden;
}
.sld_hed2 {
    padding-top: 70px;
}
.sld_hed2:after {
    content: "";
    position: absolute;
    width: 286px;
    background: url(../images/treeback.png) no-repeat right;
    height: 337px;
    overflow: hidden;
    z-index: 9;
    bottom: -19px;
    right: 19px;
}
.sld_hed2 h3 {
    color: #fff;
    font-family: AvenirLTStd-Medium;
    padding-left: 50px;
    position: relative;
    font-size: 35px;
    padding-bottom: 15px;
}
.sld_hed2 h3:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #31abfc;
    top: 19px;
    left: 0;
}
.sld_hed2 p {
    color: #ebebeb;
    font-size: 14px;
    line-height: 2.0;
}
.blue{
    color: #a1e3f2;
    transition-delay: 0.3s;
}
.blue:hover{
    color: #a1e3f2;
    opacity: 0.5;
}

.service_hed2 h2 {
    background: linear-gradient(to left, #eaf2f8 0%, #b5ddfb 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    width: 67%;
    margin-bottom: 65px;
    margin-top: 45px;
}
.service_hed1 h2 {
    background-color: red;
    background-image: linear-gradient(to right, #fff, #ff9c00, #fff);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    width: 50%;
    text-align: center;
    margin: 0px auto;
}
.service_hed3 h2 {
    background: linear-gradient(to left, #eaf2f8 0%, #b5ddfb 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    width: 67%;
    margin-bottom: 20px
}
.service_hed4 h2 {
   background: linear-gradient(to left, #fff 0%, #ff9c00 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    width: 67%;
    margin-bottom: 20px;
    margin-top: 54px;
}
.service_hed5 h2 {
    background: linear-gradient(to left, #eaf2f8 0%, #b5ddfb 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    margin-bottom: 30px;
}
.nopad {
    padding-left: 0;
}

.product2 .owl-dots button {
      width: 50px;
      height: 3px;
      background: #8fcafd !important;
      margin-left: 9px;
  }
.product2 .owl-dots button.active {
    background: #31abfc !important;
}

.product2 .owl-nav{
    display: none;
}

.product2 .owl-dots {
    display: flex;
    position: relative;
    width: auto;
    margin: 0 auto;
    flex-direction: row-reverse;
    padding-bottom: 32px;
}

.fromback{
    padding:15px;
    border: 1px solid #00127b;

}
.bookm {
    width: 100%;
    height: 60px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 18px;
    color:#fff;
}
.bookb {
    border: none;
    height: 90px;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    margin-top: 22px;
    color:#fff;
}

#contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background:url(../images/dottedback.png) center repeat;
}
.contactback {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.contactback h4 {
    font-size: 22px;
    color: #114a82;
    text-align: center;
    font-family: AvenirLTStd-Medium;
}
.contactback p {
    color: #000;
    text-align: center;
    font-size: 15px;
    margin-bottom: 4px;
}
.contactback img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.contactback {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 267px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 11px 18px 20px #f0f0f0;
}
.org {
    color: #ff7430;
}
.po {
    color: #282828;
}
.po:hover {
    color: #ff7430;
}
.mapbox {
    position: absolute;
    width: 100%;
    left: 29%;
    right: 0;
}
.frombox {
    background-color: #114a82;
    padding: 25px;
}
.frombox {
    background-color: #262566;
    padding: 44px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    opacity: 0.9;
    border-bottom-right-radius: 40px;
}
#fromdetails {
    position: relative;
    overflow:hidden;
}
.frombox h4 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    padding-bottom: 10px;
}
.frombox p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.ciz {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ced1d3;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-bottom: 9px;
    padding-left: 29px;
}
.czi {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ced1d3;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-left: 29px;
    width: 100%;
    min-height: 100px;
}
.element {
    padding-top: 20px;
}
.footer {
    background-color: #f2f2f2;
}
.abtcont h3 {
    color: #262566;
    margin-bottom: 17px;
    font-family: AvenirLTStd-Medium;
}

/* ==================end=====================*/

/*=====================carrer page css=========================*/
#carrer {
    position: relative;
    padding-top: 80px;
    
}
.cback h4 {
    font-size: 24px;
     font-family: AvenirLTStd-Medium;
    font-style: italic;
    color: #a5d1f0;
}
.cback {
    background-color: #262566;
    padding: 37px 25px;
    margin-top: 35px;
}
.cback p {
    color: #fff;
}
.rowback:before {
    content: "";
    position: absolute;
    background: url(../images/carrer.png) no-repeat left;
    width: 100%;
    /* z-index: 1; */
    height: 100%;
    left: 0;
    top: 19%;
}
.contback h4 {
    font-family: AvenirLTStd-Medium;
    font-size: 21px;
    color: #114a82;
    margin:0;
    padding-bottom:20px;
}
#carrercont {
    position: relative;
    padding-top: 190px;
}
.contback {
    border: 1px solid #e6e6e6;
    box-shadow: 1px 6px 8px #f2f2f2;
    padding: 25px 20px;
}
.tabbtn ul li {
    list-style: disc;
    color: #ff7430;
    margin-left: 17px;
    padding-bottom: 15px;
}
.header h2 {
    background: linear-gradient(to left, #eaf2f8 0%, #b5ddfb 100%);
    font-size: 18px;
    color: #222;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    padding: 13px 19px;
    margin-top: 55px;
}
.formcontent select {
    border-radius: 0px;
    outline: none;
    height: 60px;
border: 1px solid #d7d7d7;
    color: #888888;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downwhtarrow.png);
    background-repeat: no-repeat;
    background-position: 97% 22px;
}
.em {
    height: 60px;
    border: 1px solid #d7d7d7;
}
label {
    font-family: AvenirLTStd-Medium;
    font-size: 14px;
    color: #000;
}
.rd {
    color: #ff0000;
}
.gap {
    padding: 61px 15px;
}
.gpbotton {
    margin-bottom: 25px;
}
.apply-btn {
    background: #ff7430;
    color: #fff;
    font-size: 17px;
    padding: 16px 46px;
    font-family: AvenirLTStd-Medium;
    text-transform: uppercase;
}
.apply-btn:hover{
    background: #c75116;
}
.tabcontern h6 {
    color: #000;
    font-family: AvenirLTStd-Medium;
    font-size: 21px;
    padding-top: 20px;
}
.tabcontern h4 {
   font-family: AvenirLTStd-Medium;
    font-size: 35px;
    color: #a5d1f0;
}
.tabcontern p {
     font-family: AvenirLTStd-Book;
    color: #000;
    line-height: 1.5;
    /* margin: 0; */
}
.tabbtn ul li a {
     font-family: AvenirLTStd-Book;
    color: #000;
}
.tabbtn ul li a:hover {
    font-family: Roboto-Medium;
    color: #ff7430;
}
.tabbtn ul li a:active{
    font-family: Roboto-Medium;
    color: #ff7430;
}
.cmn-hdn {
    margin-bottom: 78px;
}
.cmn-hdn h4 {
    font-size: 31px;
    color: #262566;
  font-family: AvenirLTStd-Medium;
}

* ==================start blog===================*/



.blogback {
    position: relative;
    border-radius: 10px;
}

.ppty-item-pic2 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.blogback img {
    border-radius: 12px !important;
}
#blog {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blogcont h4 {
    color: #000;
    font-family: AvenirLTStd-Medium;
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}
.blogcont p {
    font-size: 15px;
    color: #585858;
}
.org{
color:#ff9c00;
}
.org:hover{
color:#fff;
}

.blogcont {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    margin-left: 26px;
    margin-right: 26px;
    top: -51px;
    padding: 25px;
    box-shadow: 1px -2px 21px 7px #e6e6e6;
    border: 1px solid #31abfc;
}
.bloghead p {
    margin: 0;
    font-size: 15px;
    color: #959595;
}
.bloghead2 {
    position: relative;
    display: flex;
}
.bloghead2 p {
    margin: 0;
    font-size: 15px;
    color: #959595;
    padding-right: 32px;
}
.bloghead {
    position: relative;
}
.share a {
    position: absolute;
    right: 0;
    top: 0px;
}
.datebox {
    background-color: #31abfc;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-family: AvenirLTStd-Medium;
}
.datebox {
    position: absolute;
    z-index: 1;
    right: 19px;
    top: 30px;
}
.datebox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 17px solid transparent;
    border-top: 28px solid #31abfc;
    top: 47px;
    right: -1px;
}
.tag ul {
    color: #ff7430;
}
.tag ul li a {
    color: #27a6dc;
    padding-right: 6px;
    padding-left: 10px;
}
.tag ul li a:hover {
    color: #282828;
    padding-right: 6px;
    padding-left: 10px;
}
.searchbox input {
    border-radius: 0px;
    outline: none;
    height: 45px;
    border: 1px solid #27a6dc;
    color: #888888;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 94% 13px;
    background-color: #d6ebfe;
    font-family: AvenirLTStd-Book;
    width: 100%;
}
/* ==================end=====================*/
/*=================================================================vboxcollection====================*/

.vxbox_item {
    background-color: #e8f5fd;
    padding: 38px 17px;
}
.vxbox_item {
    background-color: #e8f5fd;
    padding: 38px 17px 38px 30px;
    text-align: right;
    border-bottom-right-radius: 35px;
    position: relative;
    margin-right: 17px;
}

.vxbox_item:before {
    content: "";
    position: absolute;
    background-color: #31abfc;
    border-bottom-right-radius: 35px;
    width: 100%;
    height: 313px;
    z-index: -1;
    top: 17px;
    left: 17px;
}
.vboxno {
    position: absolute;
    font-size: 82px;
    color: #b4ddfb;
    font-family: AvenirLTStd-Medium;
    top: -50px;
}
.vbox {
    padding-top: 65px;
    padding-bottom: 65px;
}
.vxbox_item p {
    color: #222222;
    font-family: AvenirLTStd-Medium;
    font-size: 12px;
}
.vxbox_item h3 {
    color: #262566;
    font-family: AvenirLTStd-Medium;
    font-size: 27px;
    text-transform: uppercase;
    padding-top: 20px;
}
.gt {
    padding-top: 73px;
}
.service_hed1.gap50 {
    margin-bottom: 71px;
}
.ftr-link a {
    color: #fff;
}
.ftr-link a:hover {
    color: #262566;
    opacity: 0.5;
}
.ibox.gm {
    padding-bottom: 41px;
}
.conwhtbtn {
    border: 1px solid #f2f2f2;
    padding: 14px 50px;
    color: #f2f2f2;
    font-size: 20px;
    font-family: AvenirLTStd-Medium;
}
.conwhtbtn:hover {
    border: 1px solid #31abfc;
    padding: 14px 50px;
    color: #f2f2f2;
    font-size: 20px;
    font-family: AvenirLTStd-Medium;
    background-color: #31abfc;
}








/* ==================end=====================*/

.services .owl-nav {
    position: absolute;
    width: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    top: -131px;
    right: 0;
    font-size: 78px !important;
}


.services .owl-nav button {
      border-radius: 50%;
      margin-left: 9px;
  }
.services .owl-nav button.active {
    background: #31abfc !important;
}

::placeholder {
  color: #f3f3f3;
  font-family: AvenirLTStd-Book;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: AvenirLTStd-Book;  
 color:#f3f3f3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: AvenirLTStd-Book;
 color: #f3f3f3;
}


.ciz::placeholder {
  color: #d7d7d7;
  font-family: AvenirLTStd-Book;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btnspl {
    color: gray;
    background-color: white;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: bold;
    background-color: #b5ddfb;
    color: #222;
    font-family: AvenirLTStd-Medium;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.spl{
    height: 60px;
    border: 1px solid #d7d7d7;
    color: #888888;
}

.blo {
    padding-top: 30px;
}
.sticky .blo {
    padding-top: 11px;
} 

.nav-link.blo:hover {
    background-color: transparent;
    color: #fff;
    height: auto;

}


