
@font-face {
    font-family: 'Berlin Sans FB';
    src: url('../fonts/BerlinSansFB-Reg.eot');
    src: url('../fonts/BerlinSansFB-Reg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BerlinSansFB-Reg.woff2') format('woff2'),
        url('../fonts/BerlinSansFB-Reg.woff') format('woff'),
        url('../fonts/BerlinSansFB-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Berlin Sans FB Demi';
    src: url('../fonts/BerlinSansFBDemi-Bold.eot');
    src: url('../fonts/BerlinSansFBDemi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BerlinSansFBDemi-Bold.woff2') format('woff2'),
        url('../fonts/BerlinSansFBDemi-Bold.woff') format('woff'),
        url('../fonts/BerlinSansFBDemi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BlackSemiCn.eot');
    src: url('../fonts/MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-BlackSemiCn.woff2') format('woff2'),
        url('../fonts/MyriadPro-BlackSemiCn.woff') format('woff'),
        url('../fonts/MyriadPro-BlackSemiCn.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}








*{
    margin: 0;
    padding: 0;
}
a{
    color: #898989;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
i{
    color: #555555;
}
li a:hover{
    color: #ff7f00;
}

html {
  scroll-behavior: smooth;
}
select {
    word-wrap: normal;
    background-color: transparent;
    border: none;
    color: #898989;
    margin-top: 15px;
}
.container {
    margin-right: auto !important;
    margin-left: auto !important;
    }
    
.vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important; 
}
.top-bar{
    background-color: #363636;
    padding-bottom: 15px;
}
.sign-in{
    margin-top: 15px;
}
.sign-in a:hover{
    color: #ff7f00;
}
.social-icons ul li a i:hover{
    background-color: #ff7f00;
    color: #363636;
}
.contact-detail ul, 
.social-icons ul{
    list-style: none;
}
.contact-detail ul li{
    float: left;
    margin: 0 10px;
    color: #898989;
}
.contact-detail ul li i{
    margin-right: 5px;
}
.social-icons ul li {
    float: left;
    border: 1px solid;
    border-radius: 5px;
    padding: 0;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #555555;
}
.social-icons ul li:hover {
    background:  #ff7f00;
}
.social-icons ul li a i{
    color: #363636;
}
#menuSide .nav-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#menuSide .nav-grid .grid-box a.set1.flip {border:0}
#menuSide .nav-grid .grid-box {
    position: relative;
    overflow: hidden;
    width: 33.33333333%;
    height: 86px;
    float: left;
    border-width: 1px 1px 0 0;
    border-style: solid;
     border-color: #5c6669; 
}
#menuSide .nav-grid.removeborder .grid-box:nth-child(3){  border-width: 0px 0px 0 0;}
#menuSide .nav-grid.removeborder .grid-box:nth-child(2){  border-width: 0px 0px 0 0;}
#menuSide .nav-grid a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #ff8000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#menuSide .nav-grid a.flip {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border: 0;
}
#menuSide .nav-grid a.set1 .sprite, #menuSide .nav-grid a.toggle-gridbox .sprite {
    margin-top: 3px;
    height: 34px;
}
#menuSide .nav-grid a .sprite {
    display: block;
    height: 37px;
    margin: 0 auto;
}
.sprite.icon-breached {
    width: 36px;
    height: 32px;
    background-position: 0 -50px;
}
.sprite.icon-contact-sales {
    width: 32px;
    height: 27px;
    background-position: -300px -50px;
}
.sprite.icon-contact-support {
    width: 39px;
    height: 32px;
    background-position: -350px -50px;
}
.sprite.icon-demo {
    width: 38px;
    height: 28px;
    background-position: -150px -50px;
}
.sprite.icon-call {
    width: 29px;
    height: 29px;
    background-position: -200px -50px;
}
.sprite.icon-follow {
    width: 38px;
    height: 29px;
    background-position: -250px -50px;
}
.sprite.icon-linkedin {
    width: 37px;
    height: 37px;
    background-position: -50px -100px;
    position: relative;
    top: 15px;
}
.sprite.icon-twitter {
    width: 37px;
    height: 37px;
    background-position: -150px -100px;
    position: relative;
    top: 15px;
}
.sprite.icon-youtube {
    width: 37px;
    height: 37px;
    background-position: -200px -100px;
    position: relative;
    top: 15px;
}
.sprite.icon-chat-sales {
    width: 33px;
    height: 30px;
    background-position: -50px -50px;
}
.sprite {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 0 0;
}
#menuSide .nav-grid a .table-wrap {
    min-height: 28px;
}
.table-wrap {
    display: table;
    width: 100%;
}
.table-wrap .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*nav li a {
    border-right: 1px solid #fff;
}*/
.navbar-brand {
    /* width: 30%; */
}
.navbar-brand img {
    width: 67%;
    margin: 4px 0px;
}
a.nav-link.quote {
    background: #ff7f00;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 5px;
    margin-top: -3px;
}
a.nav-link {
    margin: 0 10px;
    padding: 0;
    line-height: 1.3;
    color: #000;
    font-family: 'Berlin Sans FB';
    font-weight: 400;
    font-size: 16px;
}

.navbar-nav li {
    /*border-right: 1px solid #fff;*/
    /*height: 20px;*/
    padding-top: 0px;
}
.navbar-nav li:nth-child(n+4) {
    border: none; 
}

.slider{
    background: url('../images/header-bg.png');
    width: 100%;
    height: 100%;
    background-position: center;
}
.main-slide .slider-content{
    text-align: center;
    padding: 270px 0;
}
.main-slide h4{
    color: #fff;
    font-size: 64px;
}
.main-slide h1{
    color: #ff7f00;
    font-size: 90px;
}
.main-slide p {
    color: #fff;
    font-size: 17px;
    width: 700px;
    margin: 0 auto;
}
.main-slide .slick-arrow {
    display: none!important;
}
.slick-dots {
    transform: rotate(90deg);
    width: auto!important;
    top: 50px;
    text-align: right!important;
    margin-bottom: 0px!important;
    right: 400px;
}
.slick-dots li button:before {
    color: #fff!important;
    opacity: 1!important;
}
.slick-active {
  color: #ff7f00;
}
.hme-about-content{
    padding-top: 180px;
}
.hme-about-content h1{
    font-size: 54px;
    margin-bottom: 30px;
}
.hme-about-content p {
    font-size: 16px;
    width: 565px;
}

.hme-about-img{
    position: absolute;
    top: -30%;
    margin-left: 50px;
}
.hme-about-img:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    background-color: #ff7f00;
    width: 60px;
    height: 60px;
    background-size: 100%;
    z-index: -1;
}
.hme-about .slick-prev {
    left: 50%!important;
    bottom: -30%!important;
    color: #000!important;
}
.hme-two {
    margin: 100px 0;
    position: relative;
}
.hme-two-img img{
    width: 100%;
}
.hme-two-img:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #ff7f00;
    width: 60px;
    height: 60px;
    background-size: 100%;
    z-index: -1;
}
.hme-two-content h1{
    font-size: 54px;
    margin: 30px 0;
}
.hme-two-content p {
    font-size: 15px;
    width: 600px;
}
.img-content img{
    width: 100%;
}
.sec-two-slider .slick-arrow {
    display: none!important;
    width: 100%;
}
.left {
    width: 50px;
    float: left;
    font-size: 50px;
    margin-left: 30%;
}
.right {
    width: 50px;
    float: left;
    font-size: 50px;
    margin-left: 0%;
}
.sec-two-slider .fa-angle-left:before {
    content: "\f104";
    width: 50px;
    color: #000;
}
.fa-angle-right:before {
    content: "\f105";
    font-size: 20px;
    color: #000;
    font-size: 50px;
}
.sec-two-slider {
    top: 250px;
    left: 100px;
    position: absolute;
    z-index: 999999;
}
.sec-two-slide img{
    width: 90%;
}
.sec-two-slide h6 {
    position: absolute;
    z-index: 99999;
    bottom: -6px;
    background-color: #4d4d4e;
    width: 247px;
    text-align: center;
    padding: 15px 0;
    opacity: 0.9;
}

.hme-three {
    background-color: #e1e2e4;
    color: #fff;
    padding: 64px 0 96px 0;
}
.hme-three .content {
    margin-bottom: 50px;
}
.hme-three h1{
    text-align: center;
    color: #464646;
      font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
}
.left-comma {
    margin-left: 102px;
}
.hme-three p {
    font-size: 16px;
    width: 700px;
    text-align: center;
    margin: 0 auto;
        color: #fff;
}

/*.clientSay {
    background: url(../images/clientSay.jpg) no-repeat;
    padding: 7% 0;
    background-position: center center;
    background-size: cover;
}*/
/*.clientSay h1 {
    margin: 0px 0;
    text-align: center;
    font-size: 25px;
    color: #fff;
}*/
.clientSay h2 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
    font-weight: 600;
}
.clientSay .carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -18px 26px!important;
    text-indent: 0;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    border: 0;
    filter: grayscale(1);
}
.clientSay .carousel-indicators li img {
    width: 100%
}
.clientSay .carousel-indicators .active {
    width: 139px!important;
    height: 139px!important;
    margin: -47px 0!important;
    background-color: transparent!important;
    border: 0;
    filter: grayscale(0);
}
.clientSay .carousel-indicators {
    bottom: 0;
    position: static;
    margin: 70px auto 0;
    display: table;
}
.clientSay p {
    margin: 0px auto;
     font-family: 'Myriad Pro';
        font-size: 16px;
        font-weight: 400;
    color: #000;
    text-align: center;
    width: 70%;
    line-height: 30px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.right-comma {
    margin-right: 100px;
    float: right;
}
.hme-four {
    padding: 66px 0;
}
.hme-four h1{
    text-align: center;
    font-size: 60px;
     font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
}
.reviews .image{
    margin: 0 auto;
    display: table;
        color: #fff;
}
.hme-three .slick-arrow {
    display: none!important;
}
.blog-content{
    margin-top: 50px;
    border: 2px solid #e1e1e1;
    -webkit-box-shadow: 0px 0px 32px 9px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 32px 9px rgba(204,204,204,1);
    background: #eeefea;
    box-shadow: 0px 0px 32px 9px rgba(204,204,204,1);
}
.blog-content:hover {
  transform: translate(0, -5px);
}
.blog-content h4{
    font-size: 24px;
      font-family: 'Berlin Sans FB';
    font-size: 24px;
    font-weight: 400;

}
.blog-content p{
    font-size: 14px;
    font-family: 'Myriad Pro';
        font-size: 14px;
        font-weight: 400;
}
.blog-content img{
    width: 100%;
}
.blog-content .content{
    padding: 50px 30px;
}
.blog-content .content ul{
    list-style: none;
}
.blog-content .content ul li i{
    margin: 5px;
    color: #a2a2a2;
}
.blog-content .content ul li{
    float: left;
    margin-right:20px; 
    color: #a2a2a2;
    font-family: 'Myriad Pro';
        font-size: 14px;
        font-weight: 400;
}
footer{
    background-image: url('../images/footer-bg.png');
    color: #fff;
    padding: 50px 0 10px;
}
.footer-contact-no a,
.footer-contact-no a i{
    color: #fff;
    margin-right: 5px;
}
.footer-social-icon i{
color: #fff;
}
.footer-social-icon a{
    margin: 0 10px;
}
.useful-links{
    margin-top: 50px;
}
.useful-links a{
    color: #fff;
}
.useful-links a:hover,
.footer-contact-no a:hover
{
    text-decoration: none;
}
footer ul{
    list-style: none;
}
footer ul li{
    color: #fff;
}
/*form{
    background-color: #fff;
    color: #000;
    padding: 20px;
}*/
.form-group input,#Textarea1{
    background-color: #ebebeb;
    /* border: none; */
}
form .submit{
    margin: 20px 0;
}
/*form a{
    background-color: #ff7f00;
    padding: 10px 40px;
    color: #fff;
}*/
/*form a:hover{
    text-decoration: none;
    color: #fff;
}*/

.bottom-bar{
    margin-top: 50px;
}
.main_back_banner {
    background-image: url("../images/main_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 80vh;
    width: 100%;
}
.overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.63);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome_risk h2 {
    color: #000;
    font-family: 'Berlin Sans FB Demi';
    font-weight: bold;
    font-size: 40px;
}
.welcome_risk h1 {
    color: #2a3680;
    padding-bottom: 26px;
    font-family: 'Berlin Sans FB Demi';
    font-weight: bold;
    font-size: 60px;
    /* color: black; */
    text-transform: uppercase;
}
.welcome_risk span {

    color: #ff8000;
}
.welcome_risk a {
border: 1px solid #000;
    padding: 13px 31px;
text-decoration: none;
outline: none;
font-family: 'Berlin Sans FB Demi';
font-weight: 400;
font-size: 16px;
/*background: -webkit-linear-gradient(#09134d, #be6314);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/*/

}
.black_color {
    border: none!important;
    padding: 0!important;
}
.black_color img {
    margin-top: -4px;
}
.black_color i {
    border: none;
    display: none!important;
}
.blue_back {

    background-image: linear-gradient(to left, #2a3680, #37428e, #434e9c, #4f5aaa, #5b67b8, #5b67b8, #5b67b8, #5b67b8, #4f5aaa, #434e9c, #37428e, #2a3680);
    border: 0;
    color: #fff;
}
.blue_back:hover {

    color: #fff;
}
.black_color {

    color: #000;
}
.black_color:hover {
color: #000;

}
.welcome_risk {
    padding: 16% 0 35% 0;
}
.welcome_risk i {
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    padding: 5px 8px;
    font-size: 14px;
    margin-right: 6px;
}
.back_grad {
    background: linear-gradient(105deg, rgba(9,19,77,1) 43%, rgba(255,128,0,1) 73%);
}

.social_list {
    padding-top: 15px;
}
.social_list ul {
    list-style: none;
    margin-left: 34px;
}
.social_list ul a {
color: #fff;
text-decoration: none;
}
.social_list ul li {
display: inline;
background-color: #fff;
border-radius: 50%;
    padding: 5px 1px;
}

.social_list i {
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #2a3680 40%, #ff8000 60%);
    -webkit-background-clip: text;
}
.inner_text h3,
.inner_text p{
    color: #000;
}
.clientSay .carousel-indicators .active .inner_text {
    display: block;
    color: #000;
    z-index: 9;
    visibility: visible;

}

.clientSay .carousel-indicators li .inner_text {

    display: none;
}

.contact_list {
    padding-top: 15px;
}
.contact_list ul {
    list-style: none;
    display: table;
    margin: 0 auto;
}
.contact_list ul li {
    display: inline;
    color: #fff;
    padding: 0 17px;
        font-family: 'Myriad Pro';
        font-size: 16px;
        font-weight: 400;
}
.contact_list i {
padding-right: 8px;
color:#fff;
}
.tech_ser h2 {
    color: #464646;
    text-align: center;
    font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
}
.technical_sec {

/* height: 383px; */

transition: 0.9s all ease-in-out;

background: #fff;

padding: 17px;

border: 1px solid #b5b5b5;
}
.technical_sec:hover {
    background: #fff;
    box-shadow: 0px -2px 16px 9px #8080801c;
    cursor: pointer;
    transform: scale(1.1);
}
.technical_sec img {
    display: table;
    margin: 0 auto;
}
.technical_sec h3 {
    text-align: center;
    padding: 11px 0;
    font-family: 'Berlin Sans FB';
    font-size: 24px;
    font-weight: 400;
    height: 70px;
}
.technical_sec p {
text-align: center;
 font-family: 'Myriad Pro';
 font-weight: 400;
 font-size: 17px;
height: 100px;
}
.technical_sec a {
    border: 0;
    width: 35px height: 36px;
    padding: 7px 18px;
   background-image: linear-gradient(to left, #2a3680, #37428e, #434e9c, #4f5aaa, #5b67b8, #5b67b8, #5b67b8, #5b67b8, #4f5aaa, #434e9c, #37428e, #2a3680);
    color: #fff;
    font-family: 'Myriad Pro';
 font-weight: 400;
 font-size: 17px;
    display: table;
    margin: 19px auto;
}
.main1 {
    padding: 55px 0 25px 0;
}
.main_paddi {
    padding: 42px 0;
}
.about_banner {
    background-image: url(../images/about_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 171px 0 90px 0;
    background-position: center;
}
.about_img img {
    width: 95%;
    margin-top: -86px;
}

.about_cyber h2 {
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
}
.about_cyber p {
    color: #fff;
    padding-bottom: 16px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    font-size: 15px;
    width: 78%;
    line-height: 29px;
}
.about_cyber a.link {
    background-color:transparent;
    border: none;
    padding: 0;
    color: #fff;
    text-decoration: underline;
}
.about_cyber a {
    color: #000;
    border: 1px solid #fff;
    padding: 11px 25px;
    background-color: #fff;
    text-decoration: none;
     font-family: 'Berlin Sans FB';
    font-size: 16px;
    font-weight: 400;
}
.requestDemoPg h3{
    text-align: center;
}
.requestDemo{
    margin: 0 auto;
    display: table;
    width: 70%
}
.requestDemo .form-control{
    width: 100%;
}
.footer_back {
    background-image: url(../images/footer-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 0 0;
}


.footer_sect img {
    width: 90%;
}
.footer_sect p {
    padding: 32px 20px 97px 20px;
    line-height: 27px;
    font-family: 'Myriad Pro';
    font-size: 15px;
    font-weight: 400;
}
.quick_links h4 {
 font-family: 'Berlin Sans FB Demi';
    font-size: 22px;
    font-weight: 700;
}
.quick_links ul li a {
    font-size: 16px;
    color: #fff;
}
.quick_links ul {
    padding: 17px 0;
}
.quick_links ul li {
    padding: 5px 10px;
    font-family: 'Myriad Pro';
    font-size: 15px;
    font-weight: 400;
    float: none;
}
.quick_links {
    margin: 0 auto;
    display: table;
}
.new_sec h4 {
    padding-bottom: 21px;
    font-family: 'Berlin Sans FB Demi';
    font-size: 22px;
    font-weight: 700;
}
.new_sec input {
    background-color: #151515;
    border-color: #151515;
    width: 80%;
    padding: 4px 21px;
    font-size: 15px;
    color: #fff;
    outline: none;
    margin-bottom: 10px;
}
.new_sec a {
    border: 0;
    padding: 7px 63px;
    background-color: #fff!important;
    color: #000;
    outline: none;
    text-decoration: none;
    font-family: 'Myriad Pro';
    font-weight: 400;
    font-size: 16px;
}
/*.subscibrbtn a{
    background: linear-gradient(to right, #ff8000 0%, #2a3680 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.follow_us h4 {
    padding-top: 22px;
    font-family: 'Berlin Sans FB Demi';
    font-size: 20px;
    font-weight: 700;
}
.follow_us ul {
list-style: none;

}
.follow_us ul a {

    text-decoration: none;
    color: #fff;
}
.follow_us ul li {
display: inline;

}
.follow_us i {
    color: #fff;
    padding: 8px 15px 0 0;
    font-size: 17px;
}
.cyber_sec p {
    color: #bcbcbc;
    font-family: 'Myriad Pro';
    font-size: 15px;
    font-weight: 400;
}
.privacy_term {
    margin-top: -13px;
}
.privacy_term ul {
    list-style: none;
    text-align: center;
    margin-left: 149px;
}
.privacy_term ul li {
      color: #bcbcbc;
    display: inline;
    padding: 0 15px;
    font-family: 'Myriad Pro';
        font-size: 15px;
        font-weight: 400;
}
.privacy_term ul li:first-child {
    border-right: 1px solid #fff;
}
.top_padd {
    padding-top: 18px;
    border-top: 1px solid #ffffff14;
}


/*
background: -webkit-linear-gradient(#09134d, #be6314);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/


a:hover{
    text-decoration: none;
}
ul{
  list-style: none;
  padding: 0;
}
ul li{
  /*padding-right: 20px;*/
  /*float: left;*/
}
#header-container {
    height: auto;
}
.header {
    background: #000;
}
.contact_list i{
  margin-right: 20px;
}
.contact_list li{
    color: #fff;
}
.contact_list li:hover{
  color: #ff7f00;
}
.hover-contact-us{
  margin: 0 auto;
  display: block;
  background-color: #111;
  padding: 20px;
  /*opacity: 0;*/
}
.social_list {
    margin-top: 10px;
    float: right;
}
.social_list i{
  color: #fff;
  font-size: 20px;
}
.social_list i:hover{
  color: #ff7f00;
}
.navbar-nav a {
    font-size: 16px!important;
    color: #464646!important;
}
.header:hover .hover-navbar{
  opacity: 1;
}
.navbar-brand{
  float: left;
}
.navbar-nav {
    float: right;
  }
.header-navbar {
    float: right;
    margin-top: 5px;
}
.hover-navbar {
    margin: 10px 0;
    margin-left: 100px;
    display: inline-block;
}
#mySidenav li {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: table;
    padding: 5px 0;
}
#mySidenav li a:hover {
    color: #ff8000!important;
}
#mySidenav ul {
    margin-top: 30px;
}
.hover-navbar ul{
  list-style: none;
  padding: 0;
}
.hover-navbar ul li{
  float: left;
  padding-right: 30px; 
}
.hover-navbar ul li a{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.hover-navbar ul li a:hover{
  color: #ff7f00;
}
.phone-number {
    margin-top: 15px;
    margin-right: 10px;
}
.phone-number i{
    color: #ff7f00!important;
}
.phone-number a {
    font-size: 20px!important;
    color: #ff7f00!important;
    font-weight: 700;
}
.quotebtn {
    margin-top: 10px;
    float: left;
    width: 150px;
    position: fixed;
    right: 100px;
}
.quotebtn a{
    background: #ff7f00;
    color: #fff!important;
    border: none;
    font-weight: bold;
    padding: 5px;
    border: 2px solid #ff7f00;
}
.quotebtn a:hover{
  text-decoration: none;
  border: 2px solid #ff7f00;
  background-color: transparent;
  color: #ff7f00!important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
      background-image: linear-gradient(to left, #2a3680, #37428e, #434e9c, #4f5aaa, #5b67b8, #5b67b8, #5b67b8, #5b67b8, #4f5aaa, #434e9c, #37428e, #2a3680);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff!important;
  display: block;
  transition: 0.3s;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: transparent!important;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff!important;
    /* border-color: #080808!important; */
    box-shadow: 0 0 5px rgba(0,0,0,.10)!important;
    margin: 0!important;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: rgba(255, 255, 255, 0.3);
}.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
    /* border-color: #080808; */
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
#header {
    padding: 0;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #ff7f00!important;
}

#main {
    transition: margin-left .5s;
    padding: 10px;
    float: right;
    margin-top: 0px;
}
#main span {
    color: #000;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.navbar {
  overflow: hidden;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  margin: 0;
  position: fixed;
  z-index: 9999;
  /* box-shadow: 2px 2px 2px #dadada; */
}
#brand {
    /* margin-top: 5px; */
    /* height: 100%; */
    /* background: #fff; */
    border-radius: 0 0 0;
    padding: 0;
}
.navbar a {
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
}
.navbar-fixed-top #navbar{
    display: none!important;
}
.fixed-theme #navbar{
    display: block!important;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff7f00!important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.socialicons{
    display: none;
}
.socialicons ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.socialicons ul li{
    float: left!important;
    margin: 0 !important;
}
.socialicons ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff!important;
    padding-top: 10px;
    text-align: center;
}
.socialicons ul li i:hover {
    color: #ff8000!important;
    /*background-color:#fff;*/
    border: 2px solid #ff8000;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}



/* BEGIN: GET IN TOUCH SEC CSS */
.getintouchSec {
    position: relative;
    background: url(../images/hcontact-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 0;
    background-attachment: fixed;
    padding:50px 0;

}

.getintouchSec h1 {
      text-align: center;
    color: #464646;
    font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
}
.getintouchSec p {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    color: #336;
    text-align: center;
}

.centerCol {
    float: none;
    margin: 0 auto;
    display: table;
}

.formSec {
    padding: 5px;
    overflow: hidden;
}

.formSec .form-group {
    background: #FFF;
    border-radius: 3px;
    line-height: 47px;
    width: 100%;
    color: #787878;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    display: inline-block;
}

.formSec .form-control {
    border: 1px solid #ccc;
    height: 46px;
    line-height: 46px;
    width: 100%;
    text-align: left;
    color: #787878;
    font-size: 14px;
    background: none;
    box-shadow: none;
    float: left;
}

.formSec .form-group i {
    position: absolute;
    right: 30px;
    top: 15px;
}

.formSec textarea {
    border: 1px solid #ccc;
    outline: none;
    height: 131px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    color: #787878;
    resize: none;
    padding-top: 10px;
}

.formSec input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 38px;
    text-decoration: none;
    padding: 0 35px;
    color: #fff;
    border: 0;
    background: #333333;
    margin-top: 25px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
}
/* END: GET IN TOUCH SEC CSS */




@media only screen and (min-width:320px) and (max-width:420px) and (orientation:portrait){}
@media only screen and (min-width:320px) and (max-width:420px) and (orientation:landscape){}
@media only screen and (min-width:421px) and (max-width:575px) and (orientation:portrait){}
@media only screen and (min-width:421px) and (max-width:575px) and (orientation:landscape){}
@media only screen and (min-width:578px) and (max-width:767px) and (orientation:portrait){}
@media only screen and (min-width:578px) and (max-width:767px) and (orientation:landscape){}
@media only screen and (min-width:768px) and (max-width:991px) and (orientation:portrait){}
@media only screen and (min-width:768px) and (max-width:991px) and (orientation:landscape){}
@media only screen and (min-width:992px) and (max-width:1199px) and (orientation:portrait){}
@media only screen and (min-width:992px) and (max-width:1199px) and (orientation:landscape){}

.motl{ background-color:#ffffff66;}

.sidenavbtns{
    position: absolute;
    bottom: 0;
}
.sidenavbtns .col{
    padding: 0;
}
.sidenavbtns h6{
    font-size: 14px;
    margin-bottom: 5px;
}
.sidenavbtns a{
    padding: 0;
    border: 1px solid #000;
    border-bottom: none;
}
.sidenavbtns:nth-child(even) a {
    border-left: none;
}
.sidebottomrow {
    padding: 0px 15px;
    border-left: 1px solid #000;
    border-bottom: none;
}
.navbtn {
    background: #ff8000;
    padding: 10px 10px 5px;
}
.navbtn:hover {
    background-color: rgba(255, 128, 0, 0.65);
}
.navbtn i{
    color: #fff;
    font-size: 30px;
}
.about {
    background-image: url(../images/about_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
}
.about h1 {
    color: #fff!important;
    height: 300px;
    font-size: 50px;
        font-family: 'Berlin Sans FB Demi';
        font-weight: 700;
    align-content: center;
    justify-content: center;
    display: grid;
    width: 100%;
}

 @media only screen and (min-width: 1200px) and (max-width: 1365px){
.navbar-brand img {
width: 90%;
margin: 4px 0px;
}
.phone-number {
margin-top: 15px;
margin-right: 50px;
}
.hover-navbar {
margin: 12px 0;
margin-left: 0px; 
display: inline-block;
}
}
@media only screen and (min-width: 1450px) and (max-width: 1920px){
.navbar-brand img {
width: 56%;
margin: 4px 0px;
}
.hover-navbar {
margin: 12px 0 10px;
margin-left: 100px;
display: inline-block;
}
}


/*about page start*/
.innerPg {
    background-image: url(../images/inner_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 45vh;
    width: 100%;
}
.innerPg .welcome_risk {
    padding: 10% 0 0;
}
.aboutPg {
    margin: 100px 0;
}
.aboutImg img {
    width: 100%;
}
.aboutCntnt h3 {
    font-family: 'Berlin Sans FB';
    font-size: 50px;
    font-weight: 700;
    color: #464646;
    margin-top: 0;
    margin-bottom: 30px;
}
.aboutCntnt p {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 20px;
}
.aboutCntnt {
    margin-top: 30px;
    padding: 0 5%;
}
.italic{
    font-style: italic;
}
/*about page end*/

/*service page start*/
.servicePg{
    margin: 100px 0 50px;
}
.servicePg .technical_sec {
    transition: 0.9s all ease-in-out;
    background: #fff;
    padding: 17px;
     border: none; 
}
.servicePg p{
    text-align: center;
}
.servicePg p a:hover{
    color: #ff7f00;
}
/*service page end*/

/*serviceDetailPage start*/
.innerPg .welcome_risk {
    padding: 10% 0 0;
}
.serDetPg {
    margin: 100px 0;
}
.serDetImg img {
    width: 100%;
}
.serDetCntnt h3 {
    font-family: 'Berlin Sans FB';
    font-size: 50px;
    font-weight: 700;
    color: #464646;
    margin-top: 0;
    margin-bottom: 30px;
}
.serDetCntnt p {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 20px;
}
.serDetCntnt {
    margin-top: 70px;
    padding: 0 5%;
}
/*serviceDetailPage end*/

.contactPg{
    margin: 100px 0;
}
.contactPg h3 {
    font-family: 'Berlin Sans FB Demi';
    font-size: 50px;
    font-weight: 700;
    color: #464646;
    margin-top: 0;
    margin-bottom: 30px;
}
.contactPg label{
    font-family: 'Berlin Sans FB Demi';
    font-size: 15px;
    color: #666666;
}
.contactUsForm .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}
.contactUsForm input {
    background: transparent;
    height: 40px;
}
.contactUsForm button, .contactUsForm input[type="submit"] {
    background: #2a3680;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    border: none;
    font-family: 'Berlin Sans FB Demi';
    margin-top: 50px;
}
.contactUsInfo p {
    margin-bottom: 30px;
}
.contactUsInfo ul {
    display: inline-block;
    margin-bottom: 30px;
}
.contactUsInfo ul li {
    margin-bottom: 15px;
}
.contactUsInfo ul li b {
    color: #000;
}


@media only screen and (min-width: 967px) and (max-width: 1200px) {


.welcome_risk {
    padding: 10% 0 10% 0!important;
}
.contactPg {
    margin: 50px 0 30px;
}
.tech_ser {
    margin: 40px 0 0;
}
.welcome_risk h2 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}
.welcome_risk h1 {
    padding-bottom: 0;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0 30px;
}
.main_back_banner {
    height: auto;
    width: 100%;
}
.tech_ser h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}
.technical_sec p {
    font-size: 15px;
    height: auto;
    padding: 20px 0 10px;
    margin: 0;
    width: 100%;
}
.technical_sec {
    padding: 10px 8px;
}
.about_img img {
    width: 100%;
    margin-top: 0;
}
.about_cyber h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 10px;
}
.about_cyber p {
    padding-bottom: 10px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
}
.about_banner {
    padding: 50px 0 30px 0;
}
.new_sec input {
    width: 100%;
    padding: 4px 21px;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer_sect p {
    padding: 15px 0px 45px 0px;
    line-height: 27px;
    font-size: 15px;
}
.new_sec h4 {
    font-size: 20px;
    margin: 0;
}
.quick_links h4 {
    font-size: 20px;
    margin: 0;
    line-height: 25px;
}
.cyber_sec p {
    font-size: 14px;
}
.footer_back {
    padding: 40px 0 0 0;
}
.privacy_term {
    margin-top: 0;
}
.privacy_term ul li {
    padding: 0 10px;
    font-size: 14px;
}
footer ul li {
    float: none;
}
.privacy_term ul {
    text-align: right;
    margin-left: 0;
}
#header-container {
    height: auto;
    display: none;
}
.mobmenu-content li {
    display: block;
    float: none;
}
.mobmenu-content li a {
    font-size: 20px!important;
    color: #000!important;
}
.aboutCntnt h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
.aboutCntnt p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
}
.aboutPg {
    margin: 40px 0;
}
.technical_sec h3 {
    padding: 0 0 0;
    font-size: 18px;
    height: auto;
    margin: 20px 0 0;
}
.main_paddi {
    padding: 0;
}
.servicePg {
    margin: 50px 0 0px;
}
.contactPg h3 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 40px;
}    
    
    
    
}
@media only screen and (min-width: 768px) and (max-width: 966px) {
    
.welcome_risk {
    padding: 10% 0 10% 0!important;
}
.contactPg {
    margin: 50px 0 30px;
}
.tech_ser {
    margin: 40px 0 0;
}
.welcome_risk h2 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}
.welcome_risk h1 {
    padding-bottom: 0;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0 30px;
}
.main_back_banner {
    height: auto;
    width: 100%;
}
.tech_ser h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}
.technical_sec p {
    font-size: 15px;
    height: auto;
    padding: 20px 0 10px;
    margin: 0;
    width: 100%;
}
.technical_sec {
    padding: 10px 8px;
}
.about_img img {
    width: 100%;
    margin-top: 0;
}
.about_cyber h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 10px;
}
.about_cyber p {
    padding-bottom: 10px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
}
.about_banner {
    padding: 50px 0 30px 0;
}
.new_sec input {
    width: 100%;
    padding: 4px 21px;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer_sect p {
    padding: 15px 0px 45px 0px;
    line-height: 27px;
    font-size: 15px;
}
.new_sec h4 {
    font-size: 20px;
    margin: 0;
}
.quick_links h4 {
    font-size: 20px;
    margin: 0;
    line-height: 25px;
}
.cyber_sec p {
    font-size: 14px;
}
.footer_back {
    padding: 40px 0 0 0;
}
.privacy_term {
    margin-top: 0;
}
.privacy_term ul li {
    padding: 0 10px;
    font-size: 14px;
}
footer ul li {
    float: none;
}
.privacy_term ul {
    text-align: right;
    margin-left: 0;
}
#header-container {
    height: auto;
    display: none;
}
.mobmenu-content li {
    display: block;
    float: none;
}
.mobmenu-content li a {
    font-size: 20px!important;
    color: #000!important;
}
.aboutCntnt h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
.aboutCntnt p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
}
.aboutPg {
    margin: 40px 0;
}
.technical_sec h3 {
    padding: 0 0 0;
    font-size: 18px;
    height: auto;
    margin: 20px 0 0;
}
.main_paddi {
    padding: 0;
}
.servicePg {
    margin: 50px 0 0px;
}
.contactPg h3 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 40px;
}
    
    
    
    
    
    
    
    
    
    




}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
.navbar-brand img {
    width: 100%;
}  
.aboutPg {
    margin: 30px 0;
}
.contactUsForm input[type="submit"] {
    height: 50px;
}
.contactPg {
    margin: 30px 0;
}
.contactPg .vc_column-inner {
    padding: 0!important;
}
.contactPg .wpb_button, .wpb_content_element {
    margin: 0;
}
.privacy_term ul li {
    padding: 0 8px;
    font-size: 14px;
}
.new_sec input {
    width: 100%;
    border: 0;
}
.contactUsForm button, .contactUsForm input[type="submit"] {
    padding: 10px;
    font-size: 20px;
    margin-top: 30px;
}
.servicePg .col-xs-12.technical_sec.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
    margin-right: 10px;
}
.servicePg {
    margin: 0px 0 0px;
}
.contactPg h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.welcome_risk {
    padding: 10% 0 10% 0;
}
.innerPg .welcome_risk {
    padding: 10% 0 5%;
}
.aboutCntnt h3 {
    font-family: 'Berlin Sans FB';
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}
.aboutCntnt p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 21px;
}
.navbar {
    background-color: #fff!important;
    position: relative;
}        
.main_back_banner {
    height: auto;
}
.welcome_risk h2 {
font-size: 20px;
line-height: 25px;
margin: 0 0 0;
}
.welcome_risk h1 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}
.welcome_risk a {
    padding: 8px 20px;
    font-size: 13px;
}
.tech_ser h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0;
}
.main1 {
    padding: 20px 0 25px 0;
}
.technical_sec {
    height: auto;
    margin: 0 0 20px;
}
.technical_sec h3 {
    padding: 20px 0 5px;
    font-size: 16px;
    height: auto;
    line-height: 21px;
    margin: 0;
}
.main_paddi {
    padding: 42px 0 0;
}
.about_cyber p {
    padding-bottom: 16px;
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    margin: 0;
}
.about_cyber h2 {
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
}
.about_img img {
    width: 100%;
    margin-top: 0;
}
.about_banner {
    padding: 40px 0 20px 0;
}
.footer_sect p {
    padding: 20px 0px 10px 0px;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
.quick_links {
    display: block;
}
.quick_links h4 {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 23px;
}
.quick_links ul li {
    padding: 5px 0px;
    font-size: 13px;
}
.quick_links ul li a {
    font-size: 13px;
}
.new_sec h4 {
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0 0 0;
    line-height: 23px;
}
.new_sec input {
    font-size: 13px!important;
}
.follow_us h4 {
    padding-top: 0px;
    font-size: 18px;
    margin: 10px 0 10px;
    line-height: 23px;
}
.follow_us ul {
    margin: 0 0 20px;
    display: inline-block;
}
.cyber_sec p {
    line-height: 23px;
    font-size: 13px;
    margin: 0 0 10px;
}
.privacy_term {
    margin-top: 0;
    margin: 0 auto 0 16px;
}
.privacy_term ul {
    margin-left: 0;
    margin: 0;
}
.technical_sec p {
    font-size: 13px;
    height: auto;
    line-height: 20px;
}
.technical_sec a {
    padding: 4px 12px;
    font-size: 13px;
    margin: 9px auto 0;
}
.top_padd {
    text-align: center;
    padding: 15px 0;
}
.fixed-theme {
    display: none;
}
.header-navbar {
    float: left;
}    
    
    
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  
.navbar-brand img {
    width: 100%;
}  
.aboutPg {
    margin: 30px 0;
}
.contactUsForm input[type="submit"] {
    height: 50px;
}
.contactPg {
    margin: 30px 0;
}
.contactPg .vc_column-inner {
    padding: 0!important;
}
.contactPg .wpb_button, .wpb_content_element {
    margin: 0;
}
.privacy_term ul li {
    padding: 0 8px;
    font-size: 14px;
}
.new_sec input {
    width: 100%;
    border: 0;
}
.contactUsForm button, .contactUsForm input[type="submit"] {
    padding: 10px;
    font-size: 20px;
    margin-top: 30px;
}
.servicePg .col-xs-12.technical_sec.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
    margin-right: 10px;
}
.servicePg {
    margin: 0px 0 0px;
}
.contactPg h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.welcome_risk {
    padding: 10% 0 10% 0;
}
.innerPg .welcome_risk {
    padding: 10% 0 5%;
}
.aboutCntnt h3 {
    font-family: 'Berlin Sans FB';
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}
.aboutCntnt p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 21px;
}
.navbar {
    background-color: #fff!important;
    position: relative;
}        
.main_back_banner {
    height: auto;
}
.welcome_risk h2 {
font-size: 20px;
line-height: 25px;
margin: 0 0 0;
}
.welcome_risk h1 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}
.welcome_risk a {
    padding: 8px 20px;
    font-size: 13px;
}
.tech_ser h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0;
}
.main1 {
    padding: 20px 0 25px 0;
}
.technical_sec {
    height: auto;
    margin: 0 0 20px;
}
.technical_sec h3 {
    padding: 20px 0 5px;
    font-size: 16px;
    height: auto;
    line-height: 21px;
    margin: 0;
}
.main_paddi {
    padding: 42px 0 0;
}
.about_cyber p {
    padding-bottom: 16px;
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    margin: 0;
}
.about_cyber h2 {
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
}
.about_img img {
    width: 100%;
    margin-top: 0;
}
.about_banner {
    padding: 40px 0 20px 0;
}
.footer_sect p {
    padding: 20px 0px 10px 0px;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
.quick_links {
    display: block;
}
.quick_links h4 {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 23px;
}
.quick_links ul li {
    padding: 5px 0px;
    font-size: 13px;
}
.quick_links ul li a {
    font-size: 13px;
}
.new_sec h4 {
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0 0 0;
    line-height: 23px;
}
.new_sec input {
    font-size: 13px!important;
}
.follow_us h4 {
    padding-top: 0px;
    font-size: 18px;
    margin: 10px 0 10px;
    line-height: 23px;
}
.follow_us ul {
    margin: 0 0 20px;
    display: inline-block;
}
.cyber_sec p {
    line-height: 23px;
    font-size: 13px;
    margin: 0 0 10px;
}
.privacy_term {
    margin-top: 0;
    margin: 0 auto 0 16px;
}
.privacy_term ul {
    margin-left: 0;
    margin: 0;
}
.technical_sec p {
    font-size: 13px;
    height: auto;
    line-height: 20px;
}
.technical_sec a {
    padding: 4px 12px;
    font-size: 13px;
    margin: 9px auto 0;
}
.top_padd {
    text-align: center;
    padding: 15px 0;
}
.fixed-theme {
    display: none;
}
.header-navbar {
    float: left;
}
    
    
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        }


















.welcome_risk {
    padding: 16% 0 16% 0 !important;
}