
nt-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-Italic.woff2') format('woff2'),
        url('../fonts/AkkuratPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-Light.woff2') format('woff2'),
        url('../fonts/AkkuratPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-Regular.woff2') format('woff2'),
        url('../fonts/AkkuratPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-LightItalic.woff2') format('woff2'),
        url('../fonts/AkkuratPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-Bold.woff2') format('woff2'),
        url('../fonts/AkkuratPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts/AkkuratPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/AkkuratPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


*{
    margin:0;
    padding:0;
    text-decoration:none;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Akkurat Pro';
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.btn-main{
    border: none;
    padding: 10px 40px;
    background: #20468E;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    color: #fff;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.btn-main:focus,
.btn-main:hover{
    background: #333;
}

/* Navigation Section */ 
.navbar-default{
    background:#fff;
    position: fixed;
    width: 100%;
    border: none;
    margin:0;
    border-radius: 0;
    z-index: 120;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.nav-shap{
    position: relative;
    padding:25px 0 15px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.nav-shap:after{
    position: absolute;
    content: '';
    width: 300px;
    height: 100%;
    background: url(../images/navbar-shap.png) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    z-index:121;
}
.navbar-brand{
    padding: 0;
    height: auto;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin: 0;}
.navbar-collapse.collapse{padding: 0;}
.navbar-default .navbar-nav{float: right; margin: 8px 0 0;position: relative;z-index: 122;}
.navbar-default .navbar-nav>li{
    margin-right:5px;
}
.navbar-default .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 8px 15px;
    color: #22488c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.navbar-default .navbar-nav>li a.active,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover{
    color: #22488c;
    background: #fff;
    border: 1px solid #35b7e5;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #22488c;
    background: #fff;
    border: 1px solid #35b7e5;
}

/* Toggle */
.navbar-toggle .icon-bar { background: #fff;transition: .5s ease;}
.navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}
.navbar-toggle.collapsed .icon-bar:nth-child(3){opacity:1}
.navbar-toggle.collapsed .icon-bar:nth-child(4){transform:rotate(0)translateY(0)translateX(0);}
.navbar-toggle .icon-bar:nth-child(2){transform: rotate(-45deg)translateY(5px)translateX(-5px);}
.navbar-toggle .icon-bar:nth-child(3){opacity: 0}
.navbar-toggle .icon-bar:nth-child(4){transform:rotate(45deg)translateY(-4px)translateX(-3px);}
.navbar-default .navbar-toggle{
    border-color: #000;
    border-radius: 0;
    transition: all 0.3s ease;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #35b7e5;
    border-color: #35b7e5;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
    background: #fff;
}
/* End Navigation CSS */

/* **** Corona **** */
.corona-wrp{
    padding: 40px 0;
    width: 100%;
    background-color: #1b3668;
}
.corona-wrp .row{
    display: flex;
    align-items: center;
}
.corona-wrp h2{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
}
.corona-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 25px;
    margin: 0;
}
.corona-wrp .btn-main{
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1b3668;
    display: table;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;    
}
.corona-wrp .btn-main:focus,
.corona-wrp .btn-main:hover{
    background-color: #33acde;
    color: #fff;
}
/* **** End Corona **** */

/* *** **** Video Banner **** *** */
.video-banner{
    width: 100%;
    height:90vh;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-top: 85px;
}
video{

}
.video-banner:before{
    position: absolute;
    content: '';
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}
.vid-banner-data{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.vid-banner-data h1{
    font-size:40px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.vid-banner-data p{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}
/* *** **** End Video Banner **** *** */

/* *** **** Demo Section *** **** */
.demo-wrpper{
    border-top:4px solid #fff;
    padding: 60px 0 80px;
    width: 100%;
    position: relative;
}
/*.demo-wrpper:before{
 *     position: absolute;
 *         content: '';
 *             width: 73%;
 *                 height: 100%;
 *                     background: url(../images/demo-shap.png) 0 0 no-repeat;
 *                         background-size: 100% 100%;
 *                             top:4px;
 *                                 left: 0;
 *                                 }*/
.demo-infor{
    position: relative;
    width: 100%;
    z-index: 6;
}
.titlebar{
    text-align: center;
    margin: 0 0 30px;
}
.titlebar h2{
    font-size:32px;
    font-weight: bold;
    color: #1b1c60;
    margin: 0;
    text-transform: uppercase;
}
.video-box{
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    width: 85%;
    margin: 0 auto 20px;
}
.video-freame{
    height: 500px;
    border:12px solid #fff;
}
.vid-soncers{
    width: 100%;
    margin: 75px 0px 0px 0px;
}
.vid-soncers ul{
    width: 100%;
    overflow: hidden;
}
.vid-soncers li{
    display: inline-block;
    float: left;
    width: 10%;
    padding: 10px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;    
}
.vid-soncers li img{
    margin: 0 auto;
    width: 100%;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;  
}
.vid-soncers li:hover img{
    transform: translateY(-10px);
}
/* *** **** End Demo Section *** **** */

/* *** **** Application *** **** */
.application-wrp{
    width: 100%;
    padding: 60px 0 60px;
    background: #e1e1e1;
}
.application-wrp .titlebar{margin: 0 0 40px;}
.application-box {margin: 0 0 30px;}
.application-box img{
    margin: 0 auto;
}
/* *** **** End Application *** **** */

/* **** Application Popup **** */
.aplic-pg-wrp{padding: 80px 0 40px;}
.modal-dialog{width: 60%;margin: 40px auto;}
.modal{background: rgba(0,0,0,0.90);}
.modal-content{
    background: #1b3668;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding:0 20px 20px;
    overflow: hidden;
}
.pop-wrpper h3{
    padding: 25px 0 10px;
    border-bottom: 1px solid #2b4b86;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.app-data {
    width: 100%;
    height:600px;
    overflow: auto;
    padding: 0 15px;
}
.app-data h4{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.app-data p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    margin: 0 0 20px;
}
.video-boxss{
    margin: 0 auto;
    width: 100%;
}
.video-boxss ul{margin: 0 0 15px;}
.video-boxss li{
    position: relative;
    display: block;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    font-weight:400;
    color: #666;
}
.video-boxss li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #111;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.video-boxss p a{
    color: #33acde;
}
.cornoadt{height: auto;padding: 0;}
.cornoadt .btn-main{
    padding: 10px 30px;
    background-color: #11244a;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: table;
    margin: 30px auto 0;
}
.cornoadt .btn-main:hover{
    background-color: #33acde;
    color: #fff;
}
button.close{
    border: none;
    background: #11244a;
    width: 45px;
    height:40px;
    position:absolute;
    top: 0;
    right: 0;
    opacity: 1;
    outline: none;
}
button.close img{margin: 0 auto;}
/* **** End Application Popup **** */

/* *** **** About ***** *** */
.about-wrpper{
    padding: 60px 30px 120px;
    width: 100%;
    background: #1b3668;
}
.about-wrpper .titlebar{margin: 0 0 50px;}
.about-wrpper .titlebar h2{
    color: #33acde;
}
.about-block{
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.about-block img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.hover-show{
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.6);
    left: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    overflow: hidden;
}
.inner-center{
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.inner-center h3{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}
.inner-center p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
.inner-center a i{
    text-align: center;
    font-size:26px;
    color: #fff;
    margin: 0 auto;
    display: table;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.inner-center a i:focus,
.inner-center a i:hover{
    color: #29ABE0;
}
.about-block:hover .hover-show{
    height: 100%;
}

.about-wrpper .owl-nav{
    width: 100px;
    position: absolute;
    bottom:-80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-wrpper .owl-prev, .about-wrpper .owl-next{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -17px;
}
.about-wrpper .owl-next{
    left: auto;
    right: 0px;
}
.about-wrpper .owl-prev:before,.about-wrpper .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size:22px;
    color: #fff;
    top: 50%;
    width:40px;
    height:40px;
    line-height:35px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: -17px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-wrpper .owl-prev:hover:before,.about-wrpper .owl-next:hover:before{
    color: #fff;
    border-color: transparent;
    background: #33acde;
}
.about-wrpper .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}
/* *** **** End About ***** *** */

/* *** **** Current Jobs **** *** */
.curent-job-wrp{
    padding: 60px 0;
    width: 100%;
}
.curent-job-wrp .titlebar h2{
    margin: 20px 0 20px 0;
}
.curent-job-wrp .titlebar p{
    font-size: 18px;
    font-weight: normal;
    color: #111;
    text-align: center;
    line-height: 26px;
}
/*.current-box img{
 *     width: 100%;
 *     }*/
.carrer-box-left {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.carrer-box-right {
    width: 50%;
    float: right;
    padding: 0 20px;
    
}
.carrer-box-left h3,
.carrer-box-right h3,
.aboutnb h3 {
    font-size: 17px;
    font-weight: bold;
    color: #33acdf;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 5px;

}
.carrer-box-left h6,
.carrer-box-right h6 {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    margin: 0 0 20px;
    text-align: left;
}
.carrer-box-left p,
.carrer-box-right p {
    font-size: 14px;
    font-weight: normal;
    color: #2d2d2d;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.carrer-box-left li,
.carrer-box-right li {
    list-style: initial;
}
.primary-btn {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #337ab7;
    display: inline-block;
}
.aboutnb h3 {
    text-align: center;
    margin: 20px 0 20px 0;
}
.btn-align {
    text-align: center !important;
}
@media screen and (max-width: 767px) {
    .carrer-box-left,
    .carrer-box-right {
        width: 100%;
    }
}

/* *** **** End Current Jobs **** *** */

/* **** News Page **** */
#news{
    padding: 60px 0;
}
.news-wrp{
    padding:60px 0;
}
.news-wrp .titlebar{
    margin: 0 0 60px;
}
.blog-box h3{
    font-size: 17px;
    font-weight: bold;
    color: #33acdf;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 5px;
}
.blog-box h6{
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    margin: 0 0 20px;
}
.blog-box p{
    font-size: 14px;
    font-weight: normal;
    color: #2d2d2d;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.btn-read{
    padding: 10px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #515151;
    display: table;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    -webkit-transition:.4s linear;
    -moz-transition:.4s linear;
    -ms-transition:.4s linear;
    transition:.4s linear;
}
.btn-read-bx{
    position: relative;
    margin: 0 0 10px;
}
.btn-read-bx:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    top: 50%;
    left: 0;
}
.btn-read:focus,
.btn-read:hover{
    color: #33acdf;
}

.media-partner{
    background: #1a598f;
}
.media-partner h4{
    padding: 15px 15px;
    background: #0c4371;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.part-slider{
    padding: 15px 0 0;
}
.part-imgs {padding: 10px 15px;}
.part-imgs img{width: 100%;}
.part-slider .slick-prev, .part-slider .slick-next{
    top: -42px;
    left: auto;
    right: 15px;
}
.part-slider .slick-next{
    right: 35px;
}
.part-slider .slick-prev:before, .part-slider .slick-next:before{
    font-size: 28px;
    color: #33acdf;
    width: 35px;
    height: 35px;
    content:"\f107";
    font-family: 'FontAwesome';
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.part-slider .slick-prev:hover:before, .part-slider .slick-next:hover:before{
    color: #fff;
}
.part-slider .slick-next:before{
    content:"\f106";
}
/* **** End News Page **** */

/* **** *** Contact Us *** **** */
.cnt-wrpper{
    padding: 100px 0;
    width: 100%;
    position: relative;
    background: #1c3766;
}
.cnt-wrpper:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 390px;
    background: url(../images/cnt-shap1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
}
.cnt-wrpper:before{
    position: absolute;
    content: '';
    width: 50%;
    height:120px;
    background: url(../images/cnt-shap2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    left:  0;
    bottom: 0;
}
.cnt-wrpper .titlebar{margin: 0 0 60px;}
.cnt-wrpper .titlebar h2{
    color: #fff;
    margin: 0 0 15px;
}
.cnt-wrpper .titlebar p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.cnt-pertone{
    padding: 40px 0;
    width: 100%;
    border-bottom: 1px solid #2ebdce;
}
.cnt-lisitng{width:100%; margin: 0 auto;}
.cnt-block h4{
    font-size: 16px;
    font-weight: bold;
    color: #33acdf;
    margin: 0 0 15px;
}
.cnt-block p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    line-height: 20px;
}
.contact-forms{
    padding: 40px 0;
    width: 100%;
}
.contact-forms .form-group {margin: 0 0 20px;}
.contact-forms .form-group label{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 0 10px;
}
.contact-forms .form-control{
    padding: 8px 10px;
    border: 1px solid #2ebdcf;
    border-radius: 0;
    box-shadow: none;
    background: #1e5a8d;
    color: #fff;
    font-size: 14px;
    height: auto;
    resize: none;
}
.contact-forms .btn-main{
    margin: 0;
}

.cornoa-block,
.grit-block,
.client-section,
.para-image-section,
.videometric-para {
    padding: 60px 0;
    width: 100%;
}
.cornoa-block h3 {
    font-size: 26px;
    font-weight: bold;
    color: #111;
    margin: 0 0 30px;
}
.cornoadt h4{
    color: #333;
}
.cornoadt p{
    color: #666;
}
/* **** *** End Contact Us *** **** */

/* Back To Top Button */
#myBtn {
    display: none;
    position: fixed;
    width: 46px;
    height: 46px;
    background-color: rgba(0,0,0,0.8);
    right:20px;
    bottom: 20px;
    z-index: 99;
    border: none;
    outline: none;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    border-radius: 3px;
    line-height:46px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
#myBtn:hover {
    background-color: #1b1c60;  
    color: #fff;      
} 

.nav-new{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;ease;
    transition:all 0.3s ease;
    padding:0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.nav-new .nav-shap{
    padding: 15px 0 10px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
 /* grit page */
 .banner-width {
     width: -webkit-fill-available;
 }
 .grit-para p {
    font-size: 20px;
    font-weight: normal;
    color: #010101;
    text-align: center;
    line-height: 27px;
 }
 .grit-para {
     padding: 6px; 
 }
 .client-section h3{
    font-size: 26px;
    font-weight: bold;
    color: #010101;
    margin: 0 0 30px;
    text-align: center;
}
.para-image-section {
    position: relative;
}
.para-image-section h2 {
    font-size: 48px;
    font-weight: bold;
    color: #1B1C60;
    margin: 0 0 30px;
    text-align: center;
}
.name-text {
    font-size: 22px;
    font-weight: bold;
    color: #010101;
}
.desc-text {
    font-size: 12px;
    color:#8B8B8B;
    display: block;
}
.crousal-body p {
    font-size: 14px;
    color: #010101;
}
.slick-dots li.slick-active button:before {
    color: #1C3766;
    font-size: 20px;
    
}
.slick-dots li button:before {
    font-size: 14px;
}
.text-positioning {
   display: inline-block;
   text-align: left;
   padding: 20px 0;
}
.text-positioning p {
    color: #010101;
    font-size: 18px;
}
.tick-color {
    color: #29ABE1;
    padding-right: 10px;
}
.videometric-para {
    text-align: center;
}
.videometric-para h2 {
    font-size: 20px;
    color: #1B1C60;
    font-weight: bold;
}
.para-image-section:after{
    position: absolute;
    content: '';
    width: 362px;
    height: 100px;
    background: url(../images/navbar-shap.png) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    z-index:121;
}
.crousal .crousal-body {
    border: 1px solid #fff;
    background-color: white;
    border-radius: 25px;
    width: 360px;
    margin-right: 10px;
    position: relative;
    padding:20px 15px 60px 20px;
    margin: 0 auto;
    height: 560px;
}
.d-flex,
.display-flex {
    display: flex;
    align-items: center;
}
.display-flex {
    padding: 60px 0;
}
.display-flex p {
    font-size: 18px;
    color: #010101;
}
.image-size {
    width: 66px;
    height: 66px;
}
.p-left {
    padding-left: 20px;
}
.crousal .crousal-body:after,
.crousal .crousal-body:before {
    content:"";
     position:absolute;
     max-width: 100%;
     background-size: cover;
    }
    .crousal .crousal-body:before{
        top:-33px;
     right:0;
     width:76px;
     height:67px;
     background: url(../images/quote-1.png) 0 0 no-repeat;
    }
    .crousal .crousal-body:after{
    bottom:0;
    left:0;
    width:285px;
    height:40px;
    background: url(../images/quote-2.png) 0 0 no-repeat;
}
.padding-top {
    padding-top: 30px;
}
.img-responsive {
    max-width: 100%;
}
.grit-para .contact-us-btn {
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 60px;
    background:#1C3766;
    color: #fff;
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    .flex-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-column {
        flex-direction: column;
    }
    .grit-para p {
        font-size: 14px;
        line-height: 21px;
    }
    .grit-block,
    .videometric-para {
        padding: 40px 0;
    }
    .client-section h3 {
        font-size: 15px;
    }
    .para-image-section h2 {
        font-size: 21px;
        padding-top: 20px;
    }
    .display-flex {
        padding: 20px 0;
    } 
    .para-padding-t {
        padding-top: 30px;
    }
    .videometric-para h2 {
        font-size: 17px;
    }
    .text-positioning p {
        font-size: 14px;
    }
    .name-text {
        font-size: 15px;
    }
    .desc-text {
        font-size: 9px;
    }
    .crousal-body p {
        font-size: 14px;
    }
    .grit-para .contact-us-btn {
        font-size: 15px;
    }
}
@media screen and (max-width: 400px) {
  .crousal .crousal-body {
      width: auto;
      margin: 0 auto;
  }
}
li::marker {
    font-size: 25px;
  }
.title{
    text-align: left !important;
    margin-left: 7px;    
    font-size: 16px !important;
    margin-bottom: 0px;
    font-weight: 600 !important;

}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  height: 53px;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.file-input-label {
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input[type=file]::file-selector-button {
    border: 2px solid #6c5ce7;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #a29bfe;
    transition: 1s;
    display: none;
  }
  
  input[type=file]::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
  }
  .upload-btn-wrapper{
      color: #1c3766 !important;
    background-color: #cedcfd !important;
    border-color: #cedcfd !important;
  }
  .career-btn{
    border: none;
    padding: 10px 40px;
    background: #20468E;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    color: #fff;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    box-shadow: 3px 3px 8px 1px #a1abbfde;
    border-radius: 5px;
    width: 38%;
  }
.box-sm{
    padding: 12px;
    border-radius: 3px;
    box-shadow: 4px 5px 9px #ddd;
    margin-top: 15px;
    height: 100px;
    
}
.title-carrie{
    display: flex;
}
.box-sm h4{
    font-size: 16px;
}
