@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Italic.woff2') format('woff2'),
        url('Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri.woff2') format('woff2'),
        url('Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Bold.woff2') format('woff2'),
        url('Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Light.woff2') format('woff2'),
        url('Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-LightItalic.woff2') format('woff2'),
        url('Calibri-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri-BoldItalic.woff2') format('woff2'),
        url('Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



body, html {
    color: #000;
    margin: 0;
     text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-tap-highlight-color: transparent;
        position: initial;
        font-family: 'Calibri';
    }
    a {
        text-decoration: none;
        -webkit-transition: .6s;
        transition: .6s;
        color: #222;
        display: inline-block;
    }
    a:hover{text-decoration:none;}
    a:focus{text-decoration:none;}
    a:focus{outline:none;}
    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none;
    }
    p{/* font-family: 'Poppins', sans-serif; */}
    input, button, a{outline:none;}
    
        textarea,
        select,
    input[type="text"],
    input[type="button"],
    input[type="submit"] {
         -webkit-appearance: none;
          
    }
    ::placeholder {  
      color: #000;
      opacity: 1;  
    }
    
    :-ms-input-placeholder {  
      color: #000;
    }
    
    
    ::-ms-input-placeholder {  
      color: #000;
    }
    
    p, pre {
        margin: .6em 0;
    }
    a {
        color: #333;
        
    } 
    .mar0{margin:0;}
    .padd0{padding:0;}
    #scroll-progress {
        position: fixed;
        top: 0;
        width: 0%;
        height: 4px;
        background: #486eb1;
        z-index: 10000;
      
      }
    /* Header */
    header{
        box-shadow: 1px -1rem 8rem rgba(0,0,0,.15);
        position: sticky;
        top: 0;
        z-index: 99;
        background: #fff;
    } 
    header .leftpanel{
        padding-top: 15px;
    } 
    header .leftpanel img{width: 100%;/* display: none; */} 
    header .rightpanel{
    position: relative;
} 
    header .rightpanel > ul{
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 0;
    } 
    header .rightpanel > ul > li{
        display: inline-block;
        position: relative;
    } 
    
    header .rightpanel > ul > li > ul{
        position: absolute;
        background: #8faad7;
        padding: 26px 0;
        top: 100%;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 230px;
        z-index: 99;
        visibility: hidden;
        padding-left: 0;
        opacity: 0;
        list-style: none;
        /* -webkit-box-shadow: 0 8px 63px rgb(58 66 104 / 14%); */
        -khtml-box-shadow: 0 8px 63px rgba(58,66,104,.14);
        -moz-box-shadow: 0 8px 63px rgba(58,66,104,.14);
        -ms-box-shadow: 0 8px 63px rgba(58,66,104,.14);
        -o-box-shadow: 0 8px 63px rgba(58,66,104,.14);
        box-shadow: 0 8px 8px rgb(58 66 104 / 6%);
        -webkit-transition: all 220ms linear 0ms;
        -khtml-transition: all 220ms linear 0ms;
        -moz-transition: all 220ms linear 0ms;
        -ms-transition: all 220ms linear 0ms;
        -o-transition: all 220ms linear 0ms;
        transition: all 220ms linear 0ms;
        /* -webkit-border-radius: 0 0 5px 5px; */
        -khtml-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        /* border-radius: 0 0 5px 5px; */
        clip: rect(1px,1px,1px,1px);
        -webkit-transform: scaleY(0);
        -khtml-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        }
    header .rightpanel > ul > li:hover > ul{visibility: visible;
        opacity: 1;
        clip: inherit;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);}
    header .rightpanel > ul > li >a{
        padding: 40px 15px;
        font-size: 18px;
        color: #000000;
        /* text-transform: uppercase; */
        position:relative;
        letter-spacing: 1;
        font-family: Calibri;
        position: relative;
        z-index: 2;
    } 
    header .rightpanel > ul > li >a > i{font-size: 14px;}
    header .rightpanel > ul > li:hover:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: #8faad730;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
        top: 39px;
        border-radius: 15px;
    }
    
    header .rightpanel > ul > li > ul > li{padding: 0 32px;
        white-space: nowrap; position:relative;}
        
        
     header .rightpanel > ul > li > ul > li:hover{background: #295197;}   
        
        
    header .rightpanel > ul > li > ul > li > a{
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        padding: 5px 0;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        
        display: block;
        text-decoration: none;
        color: #fff;
       }
      header .rightpanel > ul > li > ul > li > ul{
    top: 0;
    width: 200px;
    position: absolute;
    left: 100%;
    background: #295197;
    padding: 15px;

    list-style: none;
    display: none;
} 
      header .rightpanel > ul > li > ul > li > ul > li{
    border-bottom: 1px solid #4672ab;
} 
      header .rightpanel > ul > li > ul > li > ul > li > a{
    display: block;
    padding: 5px 2px;
    color: #fff;
} 
     header .rightpanel > ul > li > ul > li:hover > ul{
    display: block;
}  
    /* widget-slider */
    
    .widget-slider{
    background: #0a2148;
}
    .widget-slider .detbox{
    padding: 5% 0;
}
    .widget-slider .detbox h3{
     
    position: relative;
    padding-left: 0;
    font-size: 48px;
    color: #fff;
}
.widget-slider .detbox p{
    font-size: 22px;
    /* font-size: 18px; */
    color: #fff;
    margin-bottom: 15px;
}
.widget-slider .detbox ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.widget-slider .detbox ul li{
    font-size: 18px;
    color: #fff;
}

    .widget-slider .detbox a.reqdemo{
    display: inline-block;
    padding: 10px 13px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 7px;
    font-size: 21px;
}
    .widget-slider .detbox a.freetrial{
    display: inline-block;
    padding: 10px 13px;
    border: 1px solid #fff;
    color: #486eb1;
    background: #fff;
    font-size: 21px;
}
    .widget-slider img{padding-top: 16%;width:100%;}
    
    /* widget-about */
    .widget-about{padding: 80px 0;background: #f5f8fd;background-position: 77% 0px;background-repeat: no-repeat;}
    .widget-about .leftpanel{}
    .widget-about .leftpanel figure{
        margin-top: -45%;
    }
    .widget-about .leftpanel figure img{width:100%;}
    
    .widget-about .centerpanel{}
    .widget-about .centerpanel h3{
   
        font-size: 36px;
        color: #4a72b6;
    }
    .widget-about .centerpanel p{
        
        font-size: 16px;
       
        color: #4a72b6;
    }
    .widget-about .rightpanel{}
    .widget-about .rightpanel ul{
        padding: 0;
        list-style: none;
    }
    .widget-about .rightpanel ul li{
        padding-left: 60px;
        position: relative;
        margin-bottom: 20px;
    }
    .widget-about .rightpanel ul li .icon-box{
        position: absolute;
        left: 0;
    }
    .widget-about .rightpanel ul li .icon-box i{font-size: 3.8em;color: #2f4d81;}
    .widget-about .rightpanel ul li .detail-box{}
    .widget-about .rightpanel ul li .detail-box h3{
        margin: 0;
       
        font-size: 20px;
        color: #4a72b6;
    }
    .widget-about .rightpanel ul li .detail-box span{
        
        color: #2f4d81;
    }
    
    /* widget-services */
    .widget-services{/* background: #8faad730; */padding: 50px 0;/* padding-top: 0; */PADDING-BOTTOM: 0;}
    
    .widget-services .leftpanel{
    MARGIN-BOTTOM: 0%;
}
    .widget-services .leftpanel .innerbox{
    /* position: absolute; */
    /* top: 25%; */
    background: #ffffffed;
    padding: 5%;
    padding-top: 5%;
    /* left: 25%; */
}
    .widget-services .leftpanel img{width: 100%;margin-bottom: 5%;}
    .widget-services .leftpanel .innerbox span.subhead{ display:block;font-style: italic;font-size: 18px;position: relative;padding-left: 53px;color: #224885;}
    .widget-services .leftpanel .innerbox span.subhead:before{content:"";position:absolute;width: 40px;height: 0.5px;background: #224885;left: 0;top: 13px;}
    .widget-services .leftpanel .innerbox h3{
        font-size: 28px;
        color: #000000;
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .widget-services .leftpanel .innerbox p{
        color: #000;
        font-size: 22px;
        padding: 0 0;
        margin: 0;
        padding-bottom: 10px;
        text-align: left;
    }
	.widget-services .leftpanel .innerbox a{
        
        font-size: 18px;
        font-weight:bold;
        color: #1d417e;
        }
    .widget-services .leftpanel figure{}
    .widget-services .leftpanel figure img{width:100%;border-radius: 0;}
    .widget-services .rightpanel{}
    .widget-services .rightpanel ul{
        list-style: none;
    }
    .widget-services .rightpanel ul li{
        padding: 40px 0;
        
        font-size: 27px;
        /* border-bottom: 1px solid #000; */
        border-top: 1px solid #224885;
        color: #4a72b7;
    }
    
    
    /* footer */
    footer{padding:40px 0;background: #143772;}
    footer .footerlogo{
        text-align: center;
        padding-bottom: 40px;
    }
    footer .footerlogo img{width:250px;}
    footer .gridbox{}
    footer .gridbox .innerbox{
        padding-left: 50px;
        position: relative;
    }
    footer .gridbox .innerbox .icon{
        position: absolute;
        left: 0;
    }
    footer .gridbox .innerbox .icon i{
        font-size: 40px;
        color: #2d5cac;
    }
    footer .gridbox .innerbox .detbox{}
    footer .gridbox .innerbox .detbox .head{
        display: block;
        
        font-size: 18px;
        color: #4a72b7;
        font-weight: 600;
    }
    footer .gridbox .innerbox .detbox .subhead{
        display: block;
        
        font-size: 14px;
        color: #fff;
    }
    footer .gridbox .innerbox .detbox a{ color:#fff;}
    footer .copyright{
        padding: 14px 0px;
        padding-bottom: 0;
        border-top: 1px solid #eee;
        margin-top: 50px;
    }
    footer .copyright p{color:#fff;text-align: center;}
    
    .widget-testimonial{
        padding: 6em 0;
    }
    .widget-testimonial .head{}
    .widget-testimonial .head span{display:block;t;text-align: center;text-align: center;font-style: italic;color: #143772;font-size: 20px;}
    .widget-testimonial .head h3{margin: 0;text-align: CENTER;font-size: 3em;color: #4a72b6;margin-bottom: 30px;}
    
    .widget-testimonial .itembox{
        padding: 0 25%;
    }
    .widget-testimonial .itembox span.iconbox{
        display: block;
        text-align: CENTER;
    }
    .widget-testimonial .itembox span.iconbox i{font-size: 3em;color: #143772;}
    .widget-testimonial .itembox p{
        
        text-align: center;
        font-size: 18px;
    }
    .widget-testimonial .itembox .subhead{
        display: block;
        text-align: center;
        font-size: 18px;
        
        font-weight: 700;
        color: #143772;
    }
    
    .widget-blog{    padding: 80px 0;
        background: #f5f8fd;}
        
    .widget-blog .head{}
    .widget-blog .head span{display:block;t;text-align: center;text-align: center;font-style: italic;color: #143772;font-size: 20px;}
    .widget-blog .head h3{margin: 0;text-align: CENTER;font-size: 3em;color: #4a72b6;margin-bottom: 30px;}
    
    .widget-blog .gridbox{}
    .widget-blog .gridbox .innerbox{}
    .widget-blog .gridbox .innerbox a{}
    .widget-blog .gridbox .innerbox a figure{
    max-height: 200px;
    overflow: hidden;
}
    .widget-blog .gridbox .innerbox a figure img{width:100%;}
    .widget-blog .gridbox .innerbox a .detbox{
        padding: 25px;
        background: #fff;
        min-height: 145px;
        margin-bottom: 30px;
    }
    .widget-blog .gridbox .innerbox a .detbox h3{font-size: 18px;margin: 0;font-weight: 400;line-height: normal;color: #224885;}
    .widget-blog .gridbox .innerbox a .detbox p{
        color: #224885;
        
    }
    
    .widget-practice{ padding: 80px 0;}
    .widget-practice .head{
        padding-bottom: 30px;
    }
    .widget-practice .head span{
        display: block;
        font-style: italic;
        font-size: 18px;
        position: relative;
        padding-left: 53px;
        color: #224885;}
    .widget-practice .head span:before{content: "";
        position: absolute;
        width: 40px;
        height: 0.5px;
        background: #224885;
        left: 0;
        top: 13px;}
    .widget-practice .head h3{
        
        font-size: 3em;
        color: #4a72b6;
        margin: 0;
        }
        
    .widget-practice .gridbox{}
    .widget-practice .gridbox .innerbox{
        padding: 25px;
        background: #fff;
        box-shadow: #4a72b61a 0px 4px 9px 0;
        min-height: 170px;
        margin-bottom: 27px;
    }
    .widget-practice .gridbox .innerbox h3{
        margin: 0;
        
        font-size: 24px;
        color: #4a72b6;
    }
    .widget-practice .gridbox .innerbox p{
        color: #4a72b6;
        
        font-size: 16px;
    }
    
    
    /* Articles Area section style start */
    
    .blog-thumb-img {
        margin-bottom: 20px;
    }
    .blog-single-content img {
        border-radius: 10px;
    }
    .blog-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .blog-info .blog-info-left ul {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .blog-info i {
        margin-right: 5px;
        color: #0098da;
        font-size: 20px;
    }
    .blog-info span {
        color: #66788a;
        cursor: pointer;
        font-size: 20px;
    }
    .blog-info span:hover {
        color: #0098da;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .blog-single-wrapper h1 {
        padding: 10px 0px 20px;
    }
    .pt-40 {
        padding-top: 40px;
    }
    .pb-40 {
        padding-bottom: 40px;
    }
    
    .blog-single-area img {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-left: 50%;
        border-radius: 20px;
    }

    .blog-details h2 {
        padding: 20px 0px 10px!important;
        font-size: 35px !important;
        font-family: 'Open Sans', sans-serif!important;
    }

    .blog-single-area h2 {
        font-size: 27px;
        font-family: 'Open Sans', sans-serif!important;
        /* font-size: 18px; */
        padding: 0px 0px 10px 0;
        color: #224885;
    }
    
    /* Articles Area section style end */

    /* breadcrumb area section style start */

.site-breadcrumb {
    /* background-size: cover!important; */
    /* background-repeat: no-repeat!important; */
    /* background-position: center center!important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 1;
    /* margin-top: 2px; */
}
.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgb(20 55 114);
    content: '';
}
.site-breadcrumb .breadcrumb-title {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    
    letter-spacing: 1px;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
    padding: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li i {
    position: absolute;
    right: -17px;
    top: 8px;
    text-align: center;
    font-size: 8px;
    color: #fff;
}
.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #ffffff;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #0098da;
}

section.services.blog-single-area p {
    font-size: 16px!important;
    text-align: left;
    padding: 0px 0px 10px!important;
}






/* MENU */ 
.menupanel{
    position: fixed;
   
    left: -100%;
    background: #ffffff;
    top: 0;
    padding: 3% 0;
    padding-left: 0;
    width: 80%;
    height: 100%;
    transition: .5s ease;
    z-index: 99;
    box-shadow: 7px 1px 7px #00000029;
}
.menupanel .innerbox{
    overflow: auto;
    max-height: 90%;
    scrollbar-width: 1px;
}
.menupanel .innerbox > ul{
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.menupanel .innerbox > ul > li{
    position: relative;
}
.menupanel .innerbox > ul > li > a{
    font-size: 16px;
    color: #122244;
    padding: 7px 15px;
    font-weight: 600;
    letter-spacing: 1;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.menupanel .innerbox > ul > li > a > i{
    position: absolute;
    right: 12px;
    top: 12px;
    
}
.menupanel .innerbox > ul > li:focus > a{background: #122244;color: #fff;}
.menupanel .innerbox > ul > li > .dropdownmenu{
    position: static;
    top: 0;
    background: #486eb121;
    list-style: none;
    padding: 10px;
    display:none;
}
 .menupanel .innerbox > ul > li > .dropdownmenu > ul{
    padding: 0;
    list-style: none;
}
 .menupanel .innerbox > ul > li > .dropdownmenu > ul > li{}
.menupanel .innerbox > ul > li > .dropdownmenu > ul > li > a{
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1;
    color: #000;
}
.menupanel .innerbox > ul > li > .dropdownmenu > ul > li > ul{
    background: #486eb10f;
    padding: 10px;
    list-style: none;
}
.menupanel .innerbox > ul > li > .dropdownmenu > ul > li > ul > li{}
.menupanel .innerbox > ul > li > .dropdownmenu > ul > li > ul > li > a{
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}


.menupanel .innerbox > ul > li:hover > .dropdownmenu{display:block}

.menupanel .logomenu{
    padding-left: 15px;
}
.menupanel .logomenu img{width: 70%;}
.menupanel .closebtn{
    position: absolute;
    right: 5%;
    top: 3%;
    background: #122244;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    z-index: 1;
}
.menupanel.showmenu{left:0;}


.widget-page{
    padding: 3% 0;
}
.widget-page h2{}
.widget-page p{
    font-size: 17px;
    color: #000;
    text-align: justify;
    }
.widget-page ul{
    padding: 0;
    padding-left: 20px;
}
.widget-page ul li{
    font-size: 17px;
    color: #000000;
    padding: 5px 0;
    text-align: justify;
}
.widget-page a{}
.widget-page h3{
   color: #000000;
   font-weight: bold;
}
.widget-page h4{
    
    color: #4a72b6;
}

.blogcontent{}
.blogcontent p{    font-size: 16px;
    
    color: #4a72b6;
    text-align: justify;
}


/* breascrumb area section style end */
header .rightpanel .togglebtn{
      display: none;  
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    background: none;
    border: none;
}
header .rightpanel .togglebtn span{
    display: block;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}

.contactpage{
    padding: 25px 0;
}
.contactpage h3{}
.contactpage h3 a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    ont-size: 16px;
    
    color: #4a72b6;
    text-align: justify;
}
.contactpage p{
    
    color: #4a72b6;
}
.contactpage p a{}


.widget-box-one{padding: 30px 0;}
.widget-box-one .head h3{position:relative;padding-left: 25px;font-size: 38px;color: #000000;}
.widget-box-one .head h3::before{content: "";position: absolute;width: 5px;height: 90px;background: #4870b5;left: 0;top: -5px;}
.widget-box-one .head p{
    font-size: 22px;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}
.pad-top-10-per{padding-top: 0;}
.jumbotron {
    background-color: #fff;
    padding: 0 !important;
    padding-top: 30px !important;
    margin-bottom: 0;
    border-radius: 10px;
  }
  .jumbotron h1 {
    color: #000000;
    margin: 0;
    font-size: 28px;
    font-weight: 800;
  }
  .jumbotron h2 {
    color: #000000;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
  }

  .jumbotron p {
    font-size: 17px;
    /* line-height: 1.6; */
    font-weight: normal;
    text-align: justify;
  }

  .service-item {
    margin-bottom: 30px;
  }

  .service-item h3 {
    color: #007bff;
  }

  .service-item p {
    font-size: 16px;
  }

.abt-box{
    padding-bottom: 6%;
}  
.teambox{}  
.teambox .head{}  
.teambox .head h3{
    margin: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 3em;
    margin-bottom: 30px;
}  
.teambox .gridbox{}  
.teambox .gridbox .innerbox{
    padding: 10%;
    text-align: center;
    background: #143772;
    min-height: 795px;
}  

.teambox .gridbox .innerbox figure{}
.teambox .gridbox .innerbox figure img{width:100%;margin-bottom: 15px;border-radius: 50%;border: 15px solid #f3f3f312;}
.teambox .gridbox .innerbox h3{
    margin: 0;
    font-weight: 600;
    color: #fff;
}  
.teambox .gridbox .innerbox p{
    color: #fff;
}  

.servicebox-one{
    padding: 0;
    /* background: #133671; */
}
.servicebox-one .innerbox{
    background: #fff;
    padding: 0;
    padding-bottom: 0;
}
.servicebox-one .innerbox span{
    font-weight: 400;
    display: block;
    color: #000;
}
.servicebox-one .innerbox h3{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.servicebox-one .innerbox p{}

.servicebox-two{
    padding: 20px 0;
}
.servicebox-two h3{
    font-size: 2.5em;
}
.servicebox-two p{}

.servicebox-three{
    padding: 0 12px;
}
.servicebox-three .innerbox{
    padding: 15%;
    background: #133671;
    text-align: center;
    min-height: 570px;
    box-shadow: #6681bb2e 1px 2px 3px;
    margin-bottom: 40px;
}
.servicebox-three .innerbox h3{
    margin: 0;
    color: #fff;
}
.servicebox-three .innerbox p{
    text-align: CENTER;
    color: #fff;
}

.servicebox-four{
    padding: 0 0;
}  
.servicebox-four h3{}  
.servicebox-four ul{}  
.servicebox-four ul li{
    text-align: justify;
}  
.servicebox-five{}  
.servicebox-five .ser-box{
    width: 20%;
    padding: 0 8px;
}  

.servicebox-five .ser-box .innerbox h3{
    font-size: 16px;
    text-align: CENTER;
    padding: 15px;
    /* background: #eee; */
    margin: 0;
    color: #fff;
}  
.servicebox-five .ser-box .innerbox{
    padding: 30px;
    background: #133671;
    min-height: 318px;
}  
.servicebox-five .ser-box .innerbox p{
    text-align: center;
    color: #fff;
}  
  .servicebox-six{
    padding: 3% 0px;
}
  .servicebox-six h3{
    font-weight: 300;
    font-size: 3em;
    text-align: center;
}
.servicedata{}
.servicedata span{}
.servicedata h4{
    margin: 0;
    font-size: 3em;
    font-weight: 500;
}
.servicedata p{
    margin-bottom: 58px;
}

.servicebox-compiliance{
    padding: 45px 0;
}
.servicebox-compiliance h3{
    font-size: 24px;
    font-weight: 400;
}
.servicebox-compiliance p{}

.onetrust-box{
    text-align: center;
    text-align: center;
    padding-top: 0;
}
.onetrust-box figure{}
.onetrust-box figure img{
    width: 200px;
}
.onetrust-box p{
    text-align: center;
}
  /* widget-content */
.widget-content{padding:30px 0; background:#fff;}
.widget-content .form-box{
    padding: 3%;
    background: #fff;
    border-radius: 10px;
    /* background: #fff; */
    /* box-shadow: #00000014 2px 12px 20px 0; */
}
.widget-content .form-box form .innerbox{}
.widget-content .form-box form .innerbox label{
    width: 100%;
    position: relative;
}
.widget-content .form-box form .innerbox label span{
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
    background: #13346d;
    left: 20px;
    top: -13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 3px 4px 5px 0px rgb(86 90 207 / 30%);
}
.widget-content .form-box form .innerbox label input[type='text'], .widget-content .form-box form .innerbox label input[type='email'],.widget-content .form-box form .innerbox label textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 37px;
    border: 1px solid #29477b;
    min-height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 15px;
    outline:none;
}
.widget-content .form-box .formhead{
    padding-bottom: 30px;
}
.widget-content .form-box .formhead span{
    letter-spacing: 2px;
    color: #1e2175;
}
.widget-content .form-box .formhead h3{
    margin: 0;
    font-weight: 700;
    color: #1e2176;
}

.widget-content .contactbox .innerbox{
	background:url(../../image/contact.jpg);
	border-radius: 8px;
	color: #fff;
	/* display: flex; */
	/* flex-direction: column; */
	/* height: 100%; */
	/* justify-content: center; */
	margin-left: 0;
	/* overflow: hidden; */
	padding: 50px 50px 30px;
	position: relative;
	}
	.widget-content .contactbox .innerbox:before{
    content: "";
    height: 100%;
    left: 0;
    background: #13356f;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .9;
    z-index: 0;
    }
		.widget-content .contactbox .innerbox h3{
    position: relative;
    font-size: 29px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 27px;
    /* margin: 0; */
}
		.widget-content .contactbox .innerbox ul{
    position: relative;
    padding: 0;
    list-style: none;
    width: 75%;
}
		.widget-content .contactbox .innerbox ul li{
    padding-bottom: 25px;
}
		.widget-content .contactbox .innerbox ul li span.icn{
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee52;
    margin-bottom: 9px;
}
		.widget-content .contactbox .innerbox ul li span.icn i{}
		.widget-content .contactbox .innerbox ul li span.cont-text{}
		.widget-content .contactbox .innerbox ul li span.cont-text a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    fill: white;
}
.widget-content .contactbox .innerbox ul li span.cont-text a i{padding: 7px;background: #fff;color: #565acf;width: 35px;height: 35px;text-align: CENTER;border-radius: 4px;font-size: 21px;}

	.widget-content .form-box button{
    color: #fff;
    border-radius: 8px;
    background-color: #143772;
    box-shadow: 0 5px 20px 0 rgb(20 55 114 / 32%);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 19px 30px;
    border: none;
    width: 100%;
    }
.auditpage .innerbox figure img{width:100%;}
@media only screen and (max-width: 48em) {
  header .rightpanel > ul{display:none !important;}
  header .leftpanel{padding-top:5px;}
  header{padding:10px 0;}
  header .rightpanel .togglebtn{display:block;}
  .widget-about .leftpanel figure{margin:0}
  .widget-slider .detbox{padding:10% 10%;}
  .servicebox-three .innerbox{min-height:auto}
  .widget-services .leftpanel .innerbox{position:relative;left: 0;padding: 0 0;}
  .widget-services .leftpanel img{width:100%;margin-bottom: 15px;}
  footer .gridbox .innerbox{padding-bottom:15px;}
}
