@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

*,
*:before,
*:after{
    padding: 0; 
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

html{
    overflow-x:hidden;
    max-width:  100%;
    font-size: 100%;
}

body{
    max-width:  100%;
    overflow-x:hidden;
    background:white;
    font-family:'Roboto', sans-serif;
    color:#424A66;
    position:relative;
    font-size:14px;
    line-height:26px
}

:focus{
    outline:0
}

ol, ul{
    list-style:none
}

input[type=text]::-ms-clear{    display:none}

.pt{
   padding-top: 50px; 
}

.pt70{
    padding-top: 70px;
}

.pb{
    padding-bottom: 50px;
}

.pb70{
    padding-bottom: 70px;
}

.mt{
    margin-top: 50px;
}

.mb{
    margin-bottom: 50px;
}

.mt30{
    margin-top: 30px;
}

.mt70{
    margin-top: 70px;
}

mb70{
    margin-bottom: 70px;
}

.mbnone{
    margin-bottom: 0;
}

.color-h3{
    color: #0d2366;
}

.color-heading-p{
    color: #515978;
}

.cl-navtop{
    padding-top: 10px;
    padding-bottom: 15px;
    transition:500ms ease;
}

nav.cl-navtop.scrolled{
    padding-top: 10px;
    padding-bottom: 4px;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
}

nav.cl-navtop.scrolled .navbar-brand{
    padding: 4px 15px;
}

nav.cl-navtop.scrolled .custom-navigation >li >a{
    color: #004290;
}

nav.cl-navtop.scrolled .custom-navigation>li>a:focus, .nav>li>a:hover{
    border-bottom: 2px solid transparent;
}

nav.cl-navtop.scrolled .custom-navigation >li:last-child a:hover{
    color: #12164a;
}

nav.cl-navtop.scrolled .navbar-brand.colored-logo{
    display: block;
}

nav.cl-navtop.scrolled .navbar-brand.white-logo{
    display: none;
}

nav.cl-navtop.scrolled .navbar-brand.colored-logo>img{
    width: 91%;
}

.navbar-brand{
    padding: 2px 15px 7px;
}

.navbar-brand >img{
/*    width: 96%;*/
}

.navbar-brand.colored-logo{
    display: none;
}

.container-fluid{
    padding: 0;
}

.custom-navigation >li{
    padding-right: 10px;
/*    border-bottom: 1px solid #1D87DB;*/
}

.custom-navigation >li >a{
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.03rem;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    
}

.custom-navigation>li>a:focus, .nav>li>a:hover{
    background-color: unset;
    color: #57ffff;
/*    border-bottom: 2px solid #fff;*/
}

.custom-navigation >li:last-child{
    padding-right: 0;
    margin-top: 5px;
    
}

.custom-navigation >li:last-child a{
    border: 1px solid #57ffff;
    color: #57ffff;
    border-radius: 100px;
    padding: 8px 36px;
    transition: all 0.4s ease-in-out;
}

.custom-navigation >li:last-child a:hover{
    background-color: #57ffff;
    color: #3d2f84;
    box-shadow: 0px 1px 4px rgba(5, 88, 85, 0.44);
}

.navbar-toggle{
    background-color: #0198ea;
    border: 1px solid #018279;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
}

.header-wrap{
    background-color: #F1F3F7;
}


.header-banner .header-img{
    width: 100%;
}

/*
.owl-carousel {
background-image: url(../images/lazy-loader.gif);
background-repeat: no-repeat;
background-size: 3%;
background-position: center center;
}
*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/lazy-loader.gif') 50% 50% no-repeat rgb(249,249,249);
/*    opacity: .9;*/
}

.owl-theme figure {
  line-height: 0;
  margin: 0;
  position: relative;
}

.owl-theme .header-content {
    position: absolute;
    right: unset;
    left: 20%;
    top: 26%;
    z-index: 10;
    color: #fff;
    width: 45%;
}

.header-title-bold{
    font-size: 42px;
    font-weight: 600;
    color: #57FFFF;
}

.header-title{
    line-height: 1.2;
    font-size: 40px;
}

.header-caption{
    color: #deedfb;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 300;
    line-height: 30px;
}

.knowmore{
    margin-top: 30px;
    position: relative;
    
}


.knowmore a{
    color: #212A4A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    padding: 9px 35px;
    background: #57FFFF;
    border-radius: 100px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.knowmore a:hover{
     box-shadow: unset;
    background: #ffabc7;
    text-decoration: none;
    color: #252b4f;
}

.knowmore a:focus{
     box-shadow: unset;
    text-decoration: none;
}






.cl-link{
     position: absolute;
    right: unset;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -10%);;
    z-index: 10;
}




.cl-link >a{
    color: #333;
    font-size: 19px;
    list-style: none;
    border: 1px solid #f7f7f7;
    padding: 8px 20px;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in;
    
}

.cl-link >a:hover{
    text-decoration: none;
    color: #266eb9;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.cl-link >a::before {
    font-family: FontAwesome;
    content: "\f175";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    animation: jump 3s infinite;
    transition: all 0.3s ease-in;
/*    border: 1px solid #333;*/
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

@keyframes jump {
  0% {
    top: 20px;
  }
  50% {
    top: 28px;
  }
  100% {
    top: 20px;
  }
}

.cl-link >a:hover::before{
/*    animation: jump 3s none;*/
    
}

.about{
    padding-top: 80px;
    background: #f1f3f7;
    border-bottom: 1px solid #e0e0e0;
}

.about-heading h1{
    color: #252525;
    padding-bottom: 20px;
}

.about-heading p{
    text-align: justify;
}

.about-heading p span{
    font-weight: 500;
}


.services{
    background-color: #ECEFF5;
    position: relative;
}



.services::after{
    width: 14%;
    content: " ";
    background-image: url(../images/fingerprint.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 79%;
    top: 0;
    right: -75px;
    height: 274px;
    opacity: 0.7;
}

.services-heading{
    width: 80%;
    margin:  0 auto;
}

.services-heading h3{
    color: #0d2366;
}

.services-heading p{
    color: #515978;
}

.sertype-1 ul li{
    padding-left: 100px;
    background: url(../images/vapt-icon1.png) no-repeat 0px 0px;
    width: auto;
    height: 103px;
    list-style: none;
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.sertype-1 ul li:nth-child(2){
    background: url(../images/consul-icon1.png) no-repeat 0px 0px;
}

.sertype-1 ul li:nth-child(3){
    background: url(../images/secureweb-icon.png) no-repeat 0px 0px;
}

.sertype-1 ul li:nth-child(4){
    background: url(../images/training-icon-1.png) no-repeat 0px 0px;
}

.sertype-1 ul li h4{
    padding-top: 10px;
}

.sertype-1 ul li p{
    font-size: 15px;
}


.s-box{
    height: 326px;
    background-color: #FFFFFF;
    padding: 20px 15px 20px;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=98, Color=#062842)";/*IE 8*/
    box-shadow: 0px 3px 14px rgba(6, 40, 66, 0.08);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#062842); /*IE 5.5-7*/
    transition: all 0.3s ease-in;
}

.s-box:hover{
/*    background-color: #F7FEFF;*/
        transform: scale(1.08,1.08);
        box-shadow: 0px 7px 26px rgba(6, 40, 66, 0.18);
}


.s-box1{
    border-bottom: 3px solid #6c7af5;
}

.s-box2{
    border-bottom: 3px solid #6c7af5;
}

.s-box3{
    border-bottom: 3px solid #6c7af5;
}

.s-box4{
    border-bottom: 3px solid #6c7af5;
}

.s-box-content{
    padding-top: 14px;
}

.s-box-content-h{
    padding-bottom: 3px;
    color: #072654;
}

.s-box-content-h >h4{
    line-height: 28px;
}

.s-box-content p{
    color: #515978;
}

.s-box-link a{
    color: #1d88db;
    font-weight: 500;
}


.training{
    position: relative;
    background-image: url(../images/fingerprint-icon1.png);
    background-repeat: no-repeat;
    background-position: 15% bottom;
}

.training::before{
    content: '';
    background-color: #F4F6F9;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    left: 60%;
    top: -4%;
}




.training::before{
    
}

.training-heading{
    position: relative;
}





.training-heading::before{
    content: '';
    background-color: #F4F6F9;
    width: 155px;
    height: 155px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    left: 36%;
    top: -60%;
}

.training-heading >p{
    margin-top: 20px;
}


.nav-tabs { 
/*    border-bottom: 2px solid #DDD; */
}

.nav-tabs.traning-navtab{
    width: 100%;
/*    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);*/
    border-bottom: 2px solid #d4d4d4;
    background-color: rgb(244, 246, 249);
    border-radius: 100px;
    border: 2px solid #d5eef9;
    
}

.nav-tabs.traning-navtab>li{
/*    float: none;*/
    display: inline-block;
    width: 20%;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.nav-tabs.traning-navtab>li>a{
    padding: 18px 0;
    font-weight: 500;
}

.nav-tabs.traning-navtab>li::before{
    content: '';
    position: absolute;
    border-right: 1px solid #d8d3e6;
    left: 100%;
    top: 13%;
    height: 44px;
    vertical-align: middle;
}

.nav-tabs.traning-navtab>li:last-child::before{
    content: '';
    border-right: unset;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
    border-width: 0;
    border: 1px solid #7cd0f5;
}

.nav-tabs > li > a { 
    border: none; 
    color: #414141;
    font-size: 15px;
    margin-left: 3px;
    border: 1px solid #f4f6f9;
    border-radius: unset;
    transition: all 0.3s ease-in;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
    color: #1d88db  !important; 
    background: #fff;
/*    box-shadow: 3px 0px 5px rgba(0, 0, 1, 0.19);*/
    border-radius: unset;
    border-bottom: unset;
    border: 1px solid #7cd0f5;
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
/*    background: #e5dff7;*/
}



.nav-tabs > li:first-child.active > a, .nav-tabs > li:first-child > a:hover{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.nav-tabs > li:last-child.active > a, .nav-tabs > li:last-child > a:hover{
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.nav-tabs > li > a::after { 
    content: ""; 
    background: transparent; 
    height: 2px; 
    position: absolute; 
    width: 100%;
    left: 0;
    bottom: 0; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}
    
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}

.tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; color: #fff; 
}

.tab-pane { 
    padding: 15px 0; 
}

.card {
    background: transparent;
/*    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
    margin-bottom: 30px; 
/*    border: 1px solid #d8d8d8;*/
}

.tab-content{
    padding: 10px 5px 25px 15px;
}

.card-tab .tab-contentinnerbox{
    background: #fff;
    box-shadow: -1px 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #cecece;
    padding: 20px 0px 20px 10px;
    margin-top: 20px;
    border-radius: 20px;
}

.card-tab .tab-content{
    /*    max-height: 512px;*/
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}




/* ########### training module ################### */

.moduletitle-icon{
/*    text-align: center;*/
}

.moduletitle-icon img{
    float: left;
    margin-right: 10px;
}

.modules-col1{
    padding-left: 0;
}

.moduletitle-icon h3{
    display: inline-block;
}

.moduletitle-icon h3 span{
    display: block;
    font-weight: 300;
}

.course-duration>ul>li{
    display: inline-block;
    line-height: 15px;
}

.course-duration>ul>li:first-child{
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 7px;
}

.course-duration>ul>li span{
    color: #26b3ef;
    margin-right: 5px;
    font-weight: 500;
    letter-spacing: 0.03rem;
}

.pad-l{
    padding-left: 20px;
}

.modules h4{
    font-weight: 400;
    font-size: 16px;
}


/* #### Accordian #### */

.accordian-wrap a:hover,.accordian-wrap a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    box-shadow: 0px 3px 6px rgba(95, 95, 95, 0.15);
    border-bottom: none;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 70px 10px 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #e6720d;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    transition: all 0.3s ease-in;
}
#accordion .panel-title a.collapsed{ color: #1d2e3b; }
#accordion .panel-title a.collapsed:hover{ 
    color: #e6720d; 
    background: #EFEFEF;
}
#accordion .panel-title a:before,
#accordion .panel-title a:after{
    content: "";
    width: 2px;
    height: 10px;
    background: #e6720d;
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 35px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a:after{
    right: 29px;
    transform: rotate(-45deg);
}
#accordion .panel-title a.collapsed:before{
    transform: rotate(-45deg);
    background: #1d2e3b;
}
#accordion .panel-title a.collapsed:after{
    transform: rotate(45deg);
    background: #1d2e3b;
}
#accordion .panel-title a.collapsed:hover:before,
#accordion .panel-title a.collapsed:hover:after{ background: #e6720d; }
#accordion .panel-body{
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-top: none;
    font-size: 15px;
    text-align: justify;
    color: #515978;
    line-height: 25px;
    box-shadow: 0px 3px 8px rgb(222, 222, 222);
}

.width48{
    width: 48%;
}

/*  module accordian end */

.content-discripbox{
    width: 95%;
}

.border-box-disc {
    border: 4px solid #d9e8f5;
    margin: 0 0 0;
    padding: 30px 25px;
    position: relative;
}

.borderbox-title {
    margin-bottom: 20px;
}

.borderbox-title  img{
    float: left;
    display: inline-block;
    width: 4%;
}

.borderbox-title h4{
    display: inline-block;
    font-weight: 400;
    margin-left: 20px;
    font-size: 20px;
}

.req-ul>li span{
    font-weight: 500;
    color: #26B3F2;
}

.who-join{
    padding: 30px 0;
    border-top: 1px solid #949494;
    margin-top: 20px;
}

.designfor{
    padding-left: 30px;
    padding-right: 30px;
}

.designfor h4{
    font-weight: 400;
}

.designfor ul li {
    text-align: justify;
    list-style: none;
    background: url(../images/list-xs-icon.png)no-repeat left 8px;
    padding: 2px 0 2px 19px;
    font-size: 14px;
    color: #304269;
    font-weight: 400;
    background-size: 12px;
    margin-bottom: 2px;
}

.you-be-ablebox{
    padding: 30px;
    background: #d9e8f5;
    border-radius: 20px;
}

.designfor .you-be-ablebox h4{
    font-weight: 500;
}

.border-box-disc::before{
    content: "";
    position: absolute;
/*    background: url(../images/certificate-bg.png)no-repeat;*/
    width: 84px;
    height: 82px;
    right: -8px;
    top: -7px;
}

.designfor p{
    text-align: justify;
}

.borderbox-title.mbnone{
    margin-bottom: 0;
}

#hiddentext,
#hiddentext2,
#hiddentext3,
#hiddentext4,
#hiddentext5{
    display: none;
}

.view-moreless{
    padding-right: 15px;
    margin: 0 auto;
    cursor: pointer;
    text-align: right;
    font-size: 16px;
    color: #1d88db;
    font-weight: 500;
    margin-top: 10px;
}

.view-moreless:hover{
    text-decoration: underline;
}










.consultancy{
    background-color: #261752;
    position: relative;
    background-image: url(../images/backgrouund-security-icon.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-position: right bottom;
    padding-bottom: 70px;
    background: -moz-linear-gradient(1deg, #4C28A1 0, #46A2F6 92%);/* FF3.6+ */
background: -webkit-gradient(linear, 1deg, color-stop(0, 4C28A1), color-stop(92%, 46A2F6));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(1deg, #4C28A1 0, #46A2F6 92%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(1deg, #4C28A1 0, #46A2F6 92%);/* Opera 11.10+ */
background: -ms-linear-gradient(1deg, #4C28A1 0, #46A2F6 92%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(1deg, #4C28A1 0, #46A2F6 92%);/* W3C */
}

/*
.consultancy{
    background-color: #0071F4;
    position: relative;
    background-image: url(../images/vapt-back3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 140px;
    background-attachment: fixed;
    background-size: cover;
}
*/


.consultancy::before{
    content: '';
/*    background-image: url(../images/security-icon-3.png);*/
/*    background-image: url(../images/secure-pc-icon-a1.png);*/
    background-repeat: no-repeat;
    width: 100%;
    height: 566px;
    position: absolute;
    left: 0;
    bottom: -34px;
    background-position: left bottom;
}

/*
.consultancy::after{
    content: '';
    background-image: url(../images/icon-consultancy-2.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 5%;
    bottom: 0%;
}
*/

.consult-leftimg{
    max-width: 80%;
}

.consult-leftimg img{
    width: 100%;
}

.consult-righthead{
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.consult-righthead h3{
    color: #fff;
    position: relative;
    letter-spacing: 0.04rem;
    text-align: left;
}

.consult-right-content {
    color: #fff;
/*    border: 1px solid #0e65cc;*/
    padding: 1px 28px 10px;
/*    background: #0b78f7;*/
    text-align: left;
}

.consult-right-content h3{
    padding-bottom: 20px;
}

.consult-right-content p{
    text-align: justify;
}

.consult-right-content p span{
    font-weight: 500;
    font-size: 15px;
}

.consult-right-content h4{
    font-weight: 400;
    font-size: 18px;
    margin-top: 25px;
    padding-bottom: 15px;
}

.consult-right-content ul li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 16px;
}

.consult-right-content ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color: #a7d9ff;
}



.left-vaptwrap{
    color: #fff;
}

.vaptleftbox h3{
    font-size: 26px;
}

.vaptleftbox h4{
    text-align: center;
    font-size: 18px;
    margin-top: 55px;
}

.vaptleftbox p{
    text-align: justify;
}



.vaptleftbox ul li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 16px;
}

.vaptleftbox ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color: #a7d9ff;
}

.left-whatvapt{
    background: #2d365a;
    padding: 21px 45px;
    margin-top: 35px;
    border-radius: 15px;
}


.left-whatvapt h3{
    font-size: 22px;
    font-weight: 400;
}

.left-whatvapt ul{
    margin-top: 30px;
}

.left-whatvapt ul li{
    padding-bottom: 15px;
    position: relative;
    padding-left: 28px;
}

.left-whatvapt ul li h4{
    font-weight: 400;
    font-size: 16px;
    color: #40ffff;
}

.left-whatvapt ul li p{
    text-align: justify;
}

.left-whatvapt ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: -4px;
    color: #57ffff;
    font-size: 18px;
}


.pro-ser ul{
    display: flex;
}

.vaptnote{
    background: #262f52;
    padding: 10px 25px;
    border-radius: 10px;
}

.vaptnote p{
    margin-bottom: 0;
}

.vaptnote p span{
    font-weight: 500;
}

.morevapt{
    margin-top: 60px;
}

/*
.morevapt a{
    color: #fff;
    background: -moz-linear-gradient(1deg, #04448C 0, #055AB9 92%);
    background: -webkit-gradient(linear, 1deg, color-stop(0, 04448C), color-stop(92%, 055AB9));
    background: -webkit-linear-gradient(1deg, #04448C 0, #055AB9 92%);
    background: -o-linear-gradient(1deg, #04448C 0, #055AB9 92%);
    background: -ms-linear-gradient(1deg, #04448C 0, #055AB9 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(90deg, #04448C 0, #055AB9 92%);
    padding: 10px 25px;
    border-radius: 35px;
}
*/

.morevapt a{
    color: #222a4a;
    background: #57FFFF;
    padding: 10px 25px;
    border-radius: 35px;
    font-weight: 500;
    box-shadow: 1px 5px 11px rgba(32, 38, 64, 0.22);
    transition: all 0.3s ease-in;
}

.morevapt a:hover{
    color: #222a4a;
    text-decoration: none;
    background: #24dada;
}

.morevapt a:focus{
    text-decoration: none;
}

.vaptmodal p,
.vaptmodal a,
.vaptmodal ul li{
    color: #fff;
}

.vaptmodal p{
    text-align: center;
}

.vaptmodal h5{
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    width: 39%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.vaptmodal .modal-title{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.vapt-modalbody form label{
    color: #fff;
    font-weight: 400;
    padding-left: 10px;
}

.vaptmodal.fade{
    background: rgba(212, 237, 255, 0.8196078431372549);
}

.modal-body.vapt-modalbody{
    padding: 25px 70px 20px;
}

.modal-content.vapt-modalcontent{
    background: #1988E9;
    -webkit-box-shadow: 0 5px 21px rgba(10, 73, 128, 0.29);
    box-shadow: 0 5px 21px rgba(10, 73, 128, 0.29);
    border-radius: unset;
}

.vapt-modalcontent .modal-header{
    border-bottom: 1px solid #0b6abd;
    background: #167AD1;
    padding: 10px 15px;
}

.vpbutton{
    background: #FFD74F;
    margin-top: 30px;
    border-radius: 100px;
    color: #4c3e0e;
    font-weight: 500;
    box-shadow: 0px 7px 14px rgba(9, 95, 171, 0.42);
    transition: all 0.2s ease-in;
}

.vpbutton:hover{
    background: #ffcd22;
    color: #000;
    box-shadow: unset;
}


.vapt-modalbody form input[type=text], .vapt-modalbody form input[type=email], .vapt-modalbody form input[type=tel], .vapt-modalbody form select, .vapt-modalbody form textarea{
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.modal-content.vapt-modalcontent .close{
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-in;
}

.modal-content.vapt-modalcontent .close:hover{
    color: #ffd74f;
}




.consult-lefthead h3{
    color: #fff;
    position: relative;
    letter-spacing: 0.04rem;
}


.consult-left-content{
    color: #fff;
}

.consult-left-content ul li {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.03rem;
    background: url(../images/sector-tick.png) left top no-repeat scroll rgba(0, 0, 0, 0);
    padding: 0px 14px 0px 42px;
    background-size: 21px !important;
    min-height: 46px;
}

/*
.consultancy h3::before{
    content: '';
    position: absolute;
    background-image: url(../images/double-quotes.png);
    background-repeat: no-repeat;
    background-size: 85%;
    width: 39px;
    height: 35px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
*/

.vapt-blue{
    color: #fff;
    letter-spacing: 0.02rem;
}

.vapt-blue h3{
    padding-bottom: 25px;
}

.vapt-blue p span{
    font-weight: 500;
}



.testi-carosal .carousel-inner{
    width: 70%;
    margin: 0 auto;
}

.testi-carosal .carousel-control.left,
.testi-carosal .carousel-control.right{
    background-image: unset;
}

.testi-carosal .carousel-indicators{
    top: 120%;
}

.testi-carosal{
    margin-top: 50px;
    margin-bottom: 40px;
}

.testi-content p{
    color: #fff;
    font-size: 16px;
}

.testi-content h4, .testi-content h5{
    color: #f0ff02;
}

.testi-content h4{
    margin-top: 35px;
    letter-spacing: 0.04rem;
}

.testi-content h5{
    letter-spacing: 0.04rem;
    font-weight: 300;
}

.testi-carosal .carousel-control{
    width: 10px;
    top: 10%;
}





.roadmap-sectiom{
    position: relative;
    padding-top: 100px;
}

/*
.roadmap-sectiom::before{
    content: '';
    position: absolute;
   background-image: url(../images/secure-icon-mobile-bs1.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-position: right bottom;
    width: 100%;
    height: 400px;
}
*/

.roadmap-heading{
    position: relative;
}

.roadmap-heading h3{
    
}

.roadmap-heading::after{
    content: '';
    width: 145px;
    height: 145px;
    position: absolute;
    background-color: #F2F4F8;
    border-radius: 50%;
    top: -252%;
    z-index: -1;
}

.roadmap-img{
    margin-top: 40px;
    position: relative;
    
}

.roadmapline{
    width: 100%;
    height: 220px;
    background-image: url(../images/vapt-roadmap-diagramline.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.preaudit,
.audit,
.postaudit{
    text-align: center;
    display: inline-block;
    width: 33%;
    margin-top: 5.5%;
    position: relative;
}

.preaudit img,
.audit img,
.postaudit img{
    cursor: pointer;
}

.tooltiphov1, .tooltiphov2, .tooltiphov3 {
    position: absolute;
    width: 210px;
    background: rgba(236, 239, 245, 0.89);
    color: #8290B0;
    z-index: 1000;
    border-radius: 6px;
    padding: 13px 5px 10px 15px;
    left: 33%;
    top: 36px;
    font-size: 0.916em;
    line-height: 1.272em;
    border: 1px solid #d6d6d6;
    text-align: left;
    box-shadow: -1px 6px 8px rgba(74, 73, 73, 0.11);
}

.tooltiphov1:before,
.tooltiphov2:before,
.tooltiphov3:before{
    position: absolute;
    top: -8px;
    left: 27%;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #f3f5f7;
    border-top-width: 0;
    z-index: 999;
}

.tooltiphov1 h4,
.tooltiphov2 h4,
.tooltiphov3 h4{
    color: #626f8e;
}

.tooltiphov1 ul,
.tooltiphov2 ul,
.tooltiphov3 ul{
    padding-left: 15px;
}

.tooltiphov1 ul li,
.tooltiphov2 ul li,
.tooltiphov3 ul li{
    list-style: disc;
    padding-bottom: 5px;
    transition: all 0.3s ease-in;
}
.tooltiphov1 ul li:hover,
.tooltiphov2 ul li:hover,
.tooltiphov3 ul li:hover{
    color: #333;
}




/* ############ client logo slider ######## */

.client-wrp2 h3{
    position: relative;
    padding-bottom: 12px;
}

.client-wrp2 h3::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #ababab;
    position: absolute;
    bottom: 0;
    left: 0;
}


.font12 p{
    font-size: 12px;
}

.sec-client{
    padding-top: 50px;
    padding-bottom: 30px;
}

.clientlogo-up{
    margin-top: 50px;
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 69px;
    margin: 0 auto;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
/*    pointer-events: none;*/
}
.slick-initialized .slick-slide
{
    display: block;
    text-align: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.clientlogo-up .slick-slide{
    cursor: pointer;
    border: 1px solid #efefef;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.clientlogo-up .slick-slide:hover{
    border: 1px solid #bbbbbb;
}



/*
.clientlogo-up .slick-slide:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
*/



.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #ffffff;
    border: 1px solid transparent;
    outline: 0;
    background: 0 0;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}

.slick-next:hover, .slick-prev:hover{
    border: 1px solid #0071f4;
}

.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}

.slick-prev::before{
    content: "\f104";
}

.slick-next::before{
    content: "\f105";
}



.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    opacity: .75;
    color: #0071f4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* ############  End client logo slider ######## */





.contact{
    background-color: #0071F4;
    color: #fff;
    position: relative;
    background-image: url(../images/world-map.png);
    background-repeat: no-repeat;
    background-position: 50% 44%;
    background-size: contain;
    background: -moz-linear-gradient(1deg, #46A2F6 0, #4C28A1 92%);/* FF3.6+ */
background: -webkit-gradient(linear, 1deg, color-stop(0, 46A2F6), color-stop(92%, 4C28A1));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(1deg, #46A2F6 0, #4C28A1 92%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(1deg, #46A2F6 0, #4C28A1 92%);/* Opera 11.10+ */
background: -ms-linear-gradient(1deg, #46A2F6 0, #4C28A1 92%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(1deg, #46A2F6 0, #4C28A1 92%);/* W3C */
}

.contact a{
    color: #fff;
}


/*
.contact::before{
    content: '';
    background-image: url(../images/world-map.png), url(../images/contact-person.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 82% 45%, 0% 100%;
    background-size: auto, 14%;
    width: 100%;
    height: 640px;
    position: absolute;
}
*/

.contact::before{
    content: '';
/*    background-image: url(../images/contact-person.png);*/
    background-repeat:no-repeat;
    bottom: -4px;
    left: -71px;
    background-position:0% 100%;
    width: 100%;
    height: 242px;
    position: absolute;
}


.contact p{
    letter-spacing: 0.5px;
}

.contact-left{
    max-width: 100%;
    position: relative;
    margin-top: -3%;
    border: 1px solid #808fd8;
    width: 85%;
    padding: 15px 25px;
}

.color-ofiice{
/*    color: #81c8ff;*/
    color: #faff2e;
}

.sa-office p,
.in-office p{
    font-size: 15px;
}

p.office-p{
    font-size: 18px;
    font-weight: 500;
}

.sa-office{
    padding-top: 20px;
    padding-bottom: 30px;
}

p.mobile-iconspan,
p.email-iconspan{
    font-size: 14px;
}

p.mobile-iconspan.fax-icon{
    margin-top: 15px;
}

p.mobile-iconspan.fax-icon span{
    padding-right: 5px;
}

.mobile-iconspan span img{
    margin-top: -10px;
}

.email-iconspan span img{
    margin-top: -3px;
}

.mobile-iconspan span,
.email-iconspan span{
    padding-right: 8px;
}

.mobile-iconspan{
    margin-top: 25px;
}

.sa-office{
/*    border-bottom: 2px solid #0463d0;*/
}

.line-blue{
    height: 2px;
    width: 70%;
    background-color: #6773ca;
}


.contact-right{
    position: relative;
}

.contact-right::before{
        content: '';
    background-image: url(../images/world-map1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    position: absolute;
    right: -10%;
    top: 12%;
    width: 83%;
    height: 300px;
}

.contact-right >p{
    margin-top: 25px;
    color: #e1e1e1;
    font-size: 16px;
    font-weight: 300;
    width: 70%;
}

.contact-form{
    margin-top: 25px;
    width: 70%;
}

.contact-form label{
    color: #e1e1e1;
    font-weight: 400;
    letter-spacing: 0.03rem;
    width: 100%;
    margin-top: 10px;
}

.contact-form input{
    height: 40px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], select, textarea{
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #05366f;
    background-color: #003F87;
    border-radius: 100px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], select{
    border-radius: 100px;
}

textarea{
    border-radius: 25px;
    padding-left: 20px;
    height: 7.2rem;
}

.submitbtn{
    padding-left: 0;
    margin-top: 25px;
}

.sendbtn-contact{
    background-color: #57FFFF;
    color: #050F53;
    border-radius: 100px;
    padding: 6px 32px;
    font-weight: 500;
    font-size: 18px;
    border: unset;
    letter-spacing: 0.08rem;
    box-shadow: 0px 7px 12px rgba(31, 95, 146, 0.45);
    transition: all 0.3s ease-in-out;
}


input[type=submit]{
    height: auto;
}

.sendbtn-contact:hover{
    box-shadow: unset;
    background-color: #16e0e0;
    color: #fff;
}

.sendbtn-contac:focus{
    outline: none;
}
























.asso-box{
    display: none;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    margin-top: 50px;
    position: relative;
    box-shadow: -1px 4px 18px rgba(0, 0, 1, 0.12);
}

.asso-box::after{
    content: '';
    background-image: url(../images/security-lock-gray.png);
    background-repeat: no-repeat;
    width: 10%;
    height: 125px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.asso-box h3{
    color: #5f6980;
    letter-spacing: 0.02rem;
    position: relative;
    margin-bottom: 50px;
}

.asso-box h3::before{
    content: '';
    position: absolute;
    width: 69px;
    height: 2px;
    background-color: #1d88db;
    top: 140%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.asso-box p{
    color: #727c94;
    font-size: 16px;
/*    margin-top: 48px;*/
    margin-bottom: 20px;
    text-align: justify;
}

.asso-box p span{
    font-weight: 500;
}

.asso-inner-box{
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
}

.asso-button{
    margin-top: 30px;
    background-color: #1D88DB;
    padding: 8px 22px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 45px;
    box-shadow: 0px 4px 12px rgba(121, 121, 121, 0.55);
    transition: all 0.3s ease-in;
}

.asso-button:hover{
    box-shadow: unset;
    background-color: #1380d4;
}

.asso-button a{
    color: #fff;
}

.asso-button a:hover{
    text-decoration: none;
}


.asso-inner-box h4{
    color: #727c94;
}

.asso-inner-box ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #e9ebef;
    padding: 11px 15px;
    border-radius: 3px;
    border: 1px solid #dde0e4;
}

.asso-inner-box ul li{
    position: relative;
    padding-left: 20px;
    color: #5f6980;
    font-size: 15px;
}

.asso-inner-box ul li::before{
    content: "\f192";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
    color: #0071f4;
}
























/* ##### Scroll Top ###### */

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 30px;
    background-color: #1d88db;
    box-shadow: 0px 3px 11px rgba(24, 127, 208, 0.34);
    width: 50px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
}

.scrollTop a {
    color: #fff;
    vertical-align: text-top;
}

.scrollTop a i.fa{
    font-size: 35px;
    vertical-align: inherit;
    transition: all 0.3s ease-in;
}

.scrollTop:hover a i.fa{
    margin-top: -8px;
}

.scrollTop::before {
	content:'';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(255,255,255,0.3);
	border-radius: 0;
	transition: all 500ms ease;
}

.scrollTop:hover::before {
	height: 100%;
}





/* ##### Footer ##### */

footer{
    padding-top: 20px;
    padding-bottom: 10px;
    background: #102033;
}



.footer-logo{
    text-align: center;
}

.footer-logo >img{
    width: 90%;
}

.footer-link{
    text-align: center;
}

.footer-link>ul{
    margin-top: 25px;
}

.footer-link>ul>li{
    display: inline-block;
    border-left: 1px solid #868686;
    line-height: 15px;
}

.footer-link>ul>li:first-child{
    border-left: unset;
}

.footer-link>ul>li>a{
    font-size: 16px;
    padding: 0 15px;
    color: #d4d4d4;
    transition: all 0.3s ease-in-out;
}

.footer-link>ul>li>a:hover{
    text-decoration: none;
    color: #fff;
}

.smedia-icon-wrap{
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.smedia-icon-wrap >ul>li{
    display: inline-block;
    margin-right: 10px;
}

.smedia-icon-wrap ul li a{
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smedia-icon-wrap ul li a:hover{
    border: 2px solid #3A559F;
    background-color: #3A559F;
    text-decoration: none;
}

.smedia-icon-wrap ul li:nth-child(2) a:hover{
    border: 2px solid #2DAAE1;
    background-color: #2DAAE1;
}

.smedia-icon-wrap ul li:nth-child(3) a:hover{
    border: 2px solid #007BB5;
    background-color: #007BB5;
}

.smedia-icon-wrap ul li:nth-child(4) a:hover{
    border: 2px solid #D74237;
    background-color: #D74237;
}

.smedia-icon-wrap ul li a i.fa{
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease-in;
}

.smedia-icon-wrap ul li a:hover i.fa{
    color: #fff;
}

.footer-fullline{
    height: 1px;
    width: 100%;
    background-color: #565f69;
    margin-top: 20px;
}

.copywrite{
    padding-top: 10px;
    color: #949494;
}

@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: #003F87;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


/* form validation error message color */

.has-error .help-block{
    color: #ffbb3c;
}





/* ################

Privacy policy page

 #################### */

.privacy-sec{
    margin-top: 130px;
}

.custom-navigation.privacy-navli >li >a{
/*    color: #333;*/
}

.cl-navtop.privacy-navtop{
    background: #019fe8;
}

.privacy-heading h1{
    font-size: 28px;
}


    





/* ##################
    
  *** media query ***

#################### */

@media (max-width: 1440px){
    .owl-theme .header-content{
        left: 10%;
    }
    .nav-tabs.traning-navtab>li>a{
        padding: 14px 0;
    }
}

@media (max-width: 1366px){
    .consultancy::before{
        left: 0%;
        bottom: -21px;
        background-size: 19%;
    }
}

@media (max-width: 1349px){
    .owl-theme .header-content {
        left: 8%;
    }
    .header-title{
        font-size: 38px;
    }
    .header-title-bold{
        font-size: 40px;
    }
    .header-caption{
        margin-top: 24px;
    }
    .knowmore{
        margin-top: 15px;
    }
    .services::before{
        width: 25%;
        bottom: -31%;
        background-position: 37% 33%;
        background-size: 70%;
    }
    
    .consultancy::before{
        left: -14px;
        bottom: -19px;
        background-size: 18%;
    }
    .training{
        background-position: 0% bottom;
    }
}


@media (max-width: 1024px){
    .owl-theme .header-content{
        left: 5%;
    }
    .header-title {
        line-height: 1.3;
        font-size: 26px;
    }
    .header-caption{
        color: #deedfb;
        font-size: 15px;
        margin-top: 14px;
        font-weight: 300;
        line-height: 24px;
    }
    .header-title-bold{
        font-size: 35px;
    }
    .knowmore{
        padding: 6px 24px;
        margin-top: 10px
    }
    .knowmore a{
        font-size: 14px;
    }
    .tooltiphov1:before,
    .tooltiphov2:before,
    .tooltiphov3:before{
        position: absolute;
        top: -8px;
        left: 21%;
        content: '';
        border: 8px solid transparent;
        border-bottom-color: #f3f5f7;
        border-top-width: 0;
        z-index: 999;
    }
    
    .footer-link>ul{
        margin-top: 4px;
    }
    .footer-link>ul>li>a{
        font-size: 14px;
    }
    .smedia-icon-wrap ul li img {
        width: 80%;
    }
    footer{
        padding-bottom: 0;
    }
    .scrollTop{
        right: 12%;
        bottom: 15px;
        width: 44px;
        height: 44px;
    }
    .scrollTop a i.fa{
        vertical-align: baseline;
    }
    .contact::before{
        background-position: 100% 45%, 1% 100%;
        background-size: 34%, 16%;
        height: 683px;
    }
}


@media (max-width: 768px){
    
    .modal-content.vapt-modalcontent{
        background: #1988E9;
        -webkit-box-shadow: 0 5px 21px rgba(10, 73, 128, 0.29);
        box-shadow: 0 5px 21px rgba(10, 73, 128, 0.29);
    }
    
    .mt70 {
        margin-top: 20px;
    }
    .custom-navigation >li{
        padding-right: 0px;
    }
    .custom-navigation >li >a{
        font-size: 15px;
    }
    
    .header-title{
        font-size: 22px;
        line-height: 27px;
    }
    .header-title-bold {
        font-size: 26px;
    }
    .header-caption{
        font-size: 13px;
        line-height: 17px;
    }
    .knowmore {
        padding: 3px 0;
        margin-top: 5px;
    }
    .knowmore a {
        font-size: 12px;
    }
    
    .width48 {
        width: 94%;
    }
    .s-box{
        margin-bottom: 15px;
    }
    .services::before{
        bottom: -15%;
    }
    .services::after{
        background-size: 104%;
        top: 0;
        right: -16px;
    }
    .nav-tabs.traning-navtab>li>a{
        font-size: 12px;
        padding: 20px 0;
    }
    .preaudit, .audit, .postaudit{
        margin-top: 5.1%;
    }
    .circle-postaudit img{
        margin-left: 15px
    }
    
    .consult-leftimg{
        max-width: 100%;
        padding-top: 28px;
    }
    .consult-righthead h2{
        margin-top: 0;
    }
    .consultancy{
        min-height: 470px;
    }
    .roadmapline{
        height: 140px;
    }
    
    .about-heading{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .servise-sec.pt{
        padding-top: 0;
    }
    
    .asso-inner-box{
        width: 90%;
    }
    .asso-box::after{
        width: 17%;
        right: -22px;
    }
    .training::before{
        width: 35%;
        left: 5%;
    }
    
    
    .row.contactrow{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-form{
        margin: 25px auto 0;
    }
    
    .contact-right > h3,
    .contact-right > p{
        text-align: center;
    }
    .contact-right > p{
        margin: 25px auto 0;
    }
    .contact-left{
        margin-top: 45px;
        padding-top: 20px;
        border: unset;
        border-top: 1px solid #2b8dff;
        max-width: 100%;
        width: 100%;
    }
    
 
    .contact-left>h3{
        text-align: center;
/*        margin-left: -75px;*/
    }
    .sa-office{
        width: 100%;
/*        float: left;*/
        padding-top: 30px;
        margin: 0 auto;
/*        padding-left: 20px;*/
/*        border-right: 1px solid #1c7eef;*/
        text-align: center;
    }
    .line-blue{
        display: none;
    }
    
    .in-office.pt{
        padding-top: 25px;
    }
    .in-office{
        width: 49%;
        float: right;
    }
    .contact.pb70{
        padding-bottom: 20px;
    }
    .contact input[type=submit]{
        display: block;
        margin: 0 auto;
    }
    
    
    .footer-logo img{
        margin: 0 auto;
        width: 12%;
    }
    .footer-link{
        margin-top: 18px;
    }
    .smedia-icon-wrap{
        text-align: center;
        margin-top: 18px;
    }
    .smedia-icon-wrap ul li a i.fa{
        font-size: 14px;
    }
    .smedia-icon-wrap ul li a{
        padding: 5px 10px;
    }
    .smedia-icon-wrap ul li:nth-child(2) a {
        padding: 0.35rem 0.5rem;
    }
    .smedia-icon-wrap ul li:nth-child(3) a {
        padding: 0.36rem 0.58rem;
    }
    .smedia-icon-wrap ul li:nth-child(4) a {
        padding: 0.356rem 0.436rem;
    }
    .footer-fullline{
        margin-top: 12px;
    }
    
    
}


@media (max-width: 600px){
    nav.cl-navtop.scrolled .navbar-brand.colored-logo>img{
/*        width: 72%;*/
    }
    .navbar-brand >img {
/*        width: 72%;*/
    }
    .navbar-collapse{
        background-color: rgba(1, 154, 233, 0.93);
        width: 48%;
        float: right;
    }
    .custom-navigation >li{
        padding-left: 20px;
        border-bottom: 1px solid #0086cc;
    }
    .custom-navigation >li:last-child{
        border-bottom: unset;
    }
    .custom-navigation >li:last-child a{
        background-color: transparent;
        color: #fff;
        border-radius: unset; 
        padding: 0 14px;
        -ms-filter: unset;
        box-shadow: unset;
    }
    .custom-navigation>li>a:focus, .nav>li>a:hover{
        color: #001d3e;
    }
    .custom-navigation >li:last-child a:hover{
        background-color: unset;
        color: #001d3e;
        box-shadow: unset;
    }
    .navbar-header{
        background-color: #019fe8;
        margin-top: -20px;
        padding-top: 10px;
    }
    nav.cl-navtop.scrolled{
        background: unset;
        border-bottom: unset;
        padding-top: 15px;
    }
    
    nav.cl-navtop.scrolled .custom-navigation >li >a{
        color: #fff;
    }
    nav.cl-navtop.scrolled .custom-navigation >li >a:hover,
    nav.cl-navtop.scrolled .custom-navigation >li:last-child >a:hover{
        color: #001d3e;
    }
    .navbar-toggle {
        background-color: #019ce8;
        border: 1px solid #0078af;
    }
    
    .custom-navigation >li:last-child a{
        border: unset;
    }
    
    .header-title-bold {
        font-size: 21px;
        letter-spacing: 0.05rem;
    }
    .header-title {
        font-size: 19px;
        line-height: 24px;
    }
    .preaudit, .audit, .postaudit{
        width: 32%;
        margin-top: 4.1%;
    }
    .roadmapline {
        height: 120px;
    }
    .circle-preaudit img{
        width: 30px;
    }
    .circle-audit img{
        width: 30px;
        margin-left: 9px;
    }
    .circle-postaudit img{
        width: 30px;
        margin-left: 32px;
    }
    .services::before {
        bottom: -10%;
    }
    
    .nav-tabs.traning-navtab>li>a{
        padding: 18px 0px 0;
    }
    
    .nav-tabs.traning-navtab>li>a:focus{
        outline: none;
    }
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover{
        background: transparent;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        background: transparent;
    }
    .roadmap-sectiom.pb70{
        padding-bottom: 25px;
    }
    .asso-box.pt{
        padding-top: 25px;
    }
    .asso-box::after{
        right: 0px;
    }
    .about-heading h1{
        font-size: 25px;
    }
    .about-heading h4{
        font-size: 15px;
    }
    .about-heading  p{
        font-size: 14px;
    }
    .privacy-sec {
        margin-top: 80px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover{
        border: unset;
    }
    
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
        border: unset;
    }
    
    .cl-navtop.privacy-navtop{
        background: #019fe8;
        background: no-repeat;
    }
}

@media (max-width: 414px){
    .owl-theme .header-content{
        left: 8%;
        top: 23%;
        width: 55%;
    }
    .header-title {
        font-size: 16px;
        line-height: 20px;
    }
    .header-title-bold{
        font-size: 18px;
    }
    .cl-link{
        top: 92%;
        display: none;
    }
    .cl-link >a{
        padding: 5px 17px;
    }
    .cl-link >a::before{
        font-size: 14px;
    }
    .about.pb{
        padding-bottom: 25px;
    }
    .about-heading {
        padding-left: 25px;
        padding-right: 25px;
    }
    .about-heading h1 {
        font-size: 20px;
    }
    .about-heading h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .about-heading p {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
    }
    .services-heading{
        width: 92%;
    }
    .services.pt{
        padding-top: 25px;
    }
    .services-heading h3{
        font-size: 18px;
    }
    .services-heading>p{
        text-align: justify;
        font-size: 13px;
        line-height: 23px;
    }
    .services-box.pt{
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .services.pb70{
        padding-bottom: 35px;
    }
    .services::before{
        width: 35%;
        bottom: -11%;
        left: -7%;
    }
    .training-heading h3{
        font-size: 18px;
    }
    .training-heading >p{
        font-size: 13px;
    }
    .training.pt70{
        padding-top: 35px;
    }
    .training-heading::before{
        width: 130px;
        height: 130px;
        left: 46%;
        top: -55%;
    }
    .row.pt{
        padding-top: 25px;
    }
    .nav-tabs.traning-navtab>li>a{
        line-height: 14px;
        padding: 10px 0px 5px;
    }
    .tab-pane{
        padding: 0 0 15px;
    }
    .moduletitle-icon img{
        width: 70px;
    }
    .moduletitle-icon h3{
        font-size: 18px;
    }
    .course-duration>ul>li{
        font-size: 12px;
    }
    .pad-l.mt30{
        margin-top: 10px;
    }
    .modules h4{
        font-size: 14px;
    }
    #accordion .panel-title a{
        font-size: 13px;
    }
    .panel-body p{
        font-size: 13px;
        line-height: 22px;
    }
    .tab-content {
        padding: 10px 5px 0px 15px;
    }
    .training.pb70{
        padding-bottom: 25px;
    }
    .training::before {
        width: 55%;
        left: 5%;
        background-size: 143px;
        bottom: -18%;
    }
    .borderbox-title img{
        width: 10%;
    }
    .borderbox-title h4{
        font-size: 16px;
        margin-left: 10px;
    }
    .borderbox-title {
        margin-bottom: 10px;
    }
    .designfor {
        padding-left: 0px;
        padding-right: 20px;
    }
    .designfor h4 {
        font-weight: 500;
        font-size: 15px;
        margin-top: 15px;
    }
    .designfor h4.mt30{
        margin-top: 15px;
    }
    .designfor ul li{
        line-height: 22px;
        font-size: 12px;
        padding: 2px 0 6px 19px;
    }
    .designfor p {
        font-size: 12px;
        line-height: 24px;
    }
    .designfor h4{
        margin-top: 8px;
    }
    .view-moreless{
        font-size: 14px;
    }

    
    
    .consultancy{
        padding-left: 20px;
    }
    
    .consultancy.pt70{
        padding-top: 50px;
       
    }
    
    .consultancy.pb70{
         padding-bottom: 25px;
        min-height: 410px;
    }
    .consult-righthead h2{
        font-size: 18px;
    }
    .consult-right-content ul li{
        font-size: 14px;
        background-size: 16px !important;
        background-position-y: 4px;
        padding: 0px 0px 15px 16px;
    }
    .consultancy::before{
        width: 95%;
        height: 233px;
        background-position: -75px 3px;
    }
    
    .asso-box{
        margin-top: 25px;
    }
    
    .asso-box h3{
        font-size: 18px;
    }
    .asso-box p{
        font-size: 14px;
        text-align: justify;
    }
    .asso-box::after{
        width: 25%;
    }
    
    .roadmap-heading h3 {
        font-size: 18px;
    }
    .roadmap-heading::after{
        width: 110px;
        height: 110px;
    }
    .roadmapline {
        height: 90px;
    }
    .circle-preaudit img {
        width: 20px;
    }
    .circle-audit img{
        width: 20px;
    }
    .circle-postaudit img{
        width: 20px;
    }
    
    .contact.pt70{
        padding-top: 25px;
    }
    .contact-right > p{
        font-size: 13px;
        line-height: 20px;
    }
    .sendbtn-contact{
        font-size: 16px;
        padding: 4px 28px;
    }
    .contact-left>h3{
        margin-left: 0;
        font-size: 18px;
        letter-spacing: 0.05rem;
    }
    .sa-office{
        width: 100%;
        border-right: unset;
        float: none;
    }
    .line-blue{
        display: block;
        width: 100%;
    }
    .in-office {
        width: 100%;
        float: none;
        padding-left: 20px;
    }
    .contact::before{
        background-size: 75%, 28%;
    }
    
    
    p.mobile-iconspan, p.email-iconspan {
        font-size: 12px;
    }
    .sa-office p, .in-office p {
        font-size: 13px;
    }
    p.office-p{
        font-size: 15px;
    }
    .contact-right > h3{
        font-size: 20px;
    }
    .clientele.pt70{
        padding-top: 50px;
    }
    .client-boxinner{
        width: 100%;
    }
    .client-boxinner p{
        font-size: 12px;
    }
    .client-boxinner >img{
        width: 60%;
    }
    .view-allbtn{
        font-size: 14px;
        padding: 5px 25px;
    }
    .clientele.pb70{
        padding-bottom: 25px;
    }
    .footer-logo img{
        width: 19%;
    }
    
    .contact::before,
    .consultancy::before{
        background-image: unset;
    }
    
    .asso-inner-box h4{
        font-size: 15px;
    }
    
    .contact{
        background-position: 77% 21%;
    }
    
    .consult-righthead h3{
        font-size: 18px;
        line-height: 28px;
    }
    
    .header-wrap{
        background: #F1F3F7;
    }
    
    .sertype-1 ul li{
        height: unset;
    }
    
    .about{
        padding-top: 41px;
        padding-bottom: 35px;
    }
    
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover{
        border: unset;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
        border: unset;
    }
    
    .moduletitle-icon img{
        margin-right: 0;
    }
    .slick-prev{
        left: -7px;
    }
    
    .slick-next{
        right: -7px;
    }
    .contact-left{
         padding-left:10px;
         padding-right:10px;
    }
}

@media (max-width: 375px){
    .header-title{
        margin-top: 10px;
    }
    .knowmore a {
        font-size: 11px;
    }
    .about-heading h1{
        padding-bottom: 10px;
    }
    #accordion .panel-title a {
        font-size: 12px;
    }
    .contact-form{
        width: 90%;
    }
    .sendbtn-contact {
        font-size: 14px;
        padding: 3px 28px;
    }
    .asso-button a{
        font-size: 12px;
    }
    .asso-button{
        padding: 5px 19px;
    }
    .asso-box h3 {
        font-size: 16px;
        line-height: 22px;
    }
    
    
}

@media (max-width: 320px){
    .moduletitle-icon img {
        width: 54px;
    }
    .moduletitle-icon h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .course-duration>ul>li{
        display: block;
        padding-bottom: 5px;
    }
    .course-duration>ul>li:first-child{
        border-right: unset;
    }
    .tab-content {
        padding: 10px 4px 0px 0px;
    }
    #accordion .panel-title a{
        padding: 10px 45px 10px 9px;
        font-size: 0.73rem;
    }
    .designfor h4 {
        margin-top: 0px;
    }
    .card-tab .tab-contentinnerbox{
        padding-bottom: 5px;
    }
}



























