/*Header Section Start*/

body {
    font-family: 'Lato', sans-serif;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding-left: 0;
}


.custom-videos video {
    width: 100%
}

.custom-header {
    width: 100%;
    position: relative;
}

.navbar-custom {
    background-color: transparent;
    border: none;
    margin: 0;
}

.custom-header li {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-header li:before {
    display: none;
}

.custom-header .navbar-custom .navbar-toggle {
    background: #28a6ec;
}

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

.custom-header .navbar-custom .navbar-brand img {
    max-width: 100%;
    width: 80px;
}

.custom-header.headerfixed {
    position: fixed;
    top: 0px;
    background: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    z-index: 1030;
    -webkit-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    max-height: 70px;
}

.custom-header .navbar-custom.navbar-default .navbar-nav>.active>a,
.custom-header .navbar-custom.navbar-default .navbar-nav>.active>a:hover,
.custom-header .navbar-custom.navbar-default .navbar-nav>.active>a:focus {
    color: #28a6ec;
    background-color: #fff;
}

.custom-header .navbar-custom.navbar-default .navbar-nav>li>a:hover,
.custom-header .navbar-custom.navbar-default .navbar-nav>li>a:focus {
    color: #28a6ec;
    background-color: transparent;
}

.custom-header .navbar-custom .navbar-nav>li>a {
    font-size: 18px;
}

.dropdown-menu-custom li a {
    width: 100%;
    display: block;
    padding: 11px 15px;
    font-size: 15px;
    text-align: left;
    line-height: 16px;
    color: #2b2f6f;
}

.dropdown-menu-custom li:hover,
.dropdown-menu-custom li.active {
    background: #28a6ec;
    color: #fff;
}

.dropdown-menu-custom li {
    border-bottom: 1px solid #e2e2e2;
}

.dropdown-menu-custom li:last-child {
    border: none;
}

.navbar-collapse.collapse.in {
    background-color: #fff;
}

.navbar-custom .fa-times {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
}

.navbar-custom .navbar-toggle[aria-expanded="true"] {
    padding: 0px 13px
}

.navbar-custom .navbar-toggle.collapsed .fa-times {
    display: none;
}

.navbar-custom .navbar-toggle.collapsed span {
    display: block;
}

.navbar-custom .navbar-toggle span {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    color: #2b2f6f !important;
}


/*Customer page start*/

.breadcrumbs h1,
.breadcrumbs h2,
.breadcrumbs h3,
.breadcrumbs h4,
.breadcrumbs h5,
.breadcrumbs h6,
.breadcrumbs p {
    color: #fff;
}

.breadcrumbs .breadcrumbs-item a {
    color: #eee;
}

.breadcrumbs {
    min-height: 300px;
}

.d-flex {
    display: flex;
}

.page-section {
    padding: 70px 0 90px 0;
}

.case-studies-sec .blog-box.blog-item .blog-item-data .blog-title,
.case-studies-sec .blog-box.blog-item .blog-item-data .divider,
.case-studies-sec .blog-box.blog-item .blog-item-data .post-info {
    margin-left: 0px;
}

.case-studies-sec .blog-box.blog-item .blog-item-body {
    padding-left: 0px;
}

.case-studies-sec {
    background-color: rgb(241, 243, 246);
}

.case-studies-sec .blog-item.blog-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.service-center-icon.features-box {
    padding: 40px 20px 35px 20px;
}

.features-box img {
    max-width: 90px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.light-gray {
    background-color: #f9f9f9;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.download-link {
    text-decoration: none;
    color: #0e71eb;
}

.no-before:before {
    display: none;
}

.text-left-impr {
    text-align: left !important;
}

.sub-custom-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.show-in-sm {}

/*Customer page end*/

/*pertner page Start*/

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.widget-categories ul.partner-select-box li {
    line-height: 0 !important;
}

.widget-categories ul.partner-select-box li .form-group {
    cursor: pointer;
}

.widget-categories ul.partner-select-box li input[type="checkbox"]+label {
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.widget-categories ul.partner-select-box li::before {
    display: none;
}

/*pertner page End*/

/*careers page Start*/

.careers-box {
    color: #fff;
}

.careers-box .content-title.active h3 {
    font-size: 22px;
}

.careers-box .content-title.active h3,
.careers-box .content h4 {
    color: #fff;
}

.careers-box .row+.row {
    margin-top: 20px;
}

.careers-box ul.style-4 li::before {
    color: #fff;
}

.cws-button.color-white {
    border-color: #fff;
    color: #fff;
}

.cws-button.color-white:hover {
    background: #F56363;
    color: #ffffff;
    border-color: #F56363;
}

.accordion.style-2.careers-box .content+.content-title {
    margin-top: 30px;
}

.accordion.style-2.careers-box .content-title.active {
    padding-bottom: 15px;
}

/*careers page End*/

/*Pricing page End*/
.m-0 {
    margin: 0 !important;
}

.pricing-tables-box .pricing-tables .pricing-list li {
    padding: 6px 15px;
}

.pricing-tables-box .pricing-tables .pricing-list li .fa-info-circle {
    cursor: pointer;
}

.ml-3 {
    margin-left: 1rem !important;
}

.pricing-tables-box .pricing-tables .pricing-list li .popover {
    font-weight: lighter;
    font-size: 12px;
}

.pricing-tables-box .toggleinLI {
    padding: 0 !important;
}

.pricing-tables-box .toggleinLI .toggle .content-title {
    padding: 6px 15px;
    border: 0;
    line-height: 28px;
    border-radius: 0 !important
}

.pricing-tables-box .toggleinLI .toggle .content-title .toggle-icon {
    right: inherit;
    left: 10px;
}

.pricing-tables-box .toggleinLI .toggle .content-title.active .toggle-icon {
    transform: translateY(-50%) rotate(0deg);
}

.pricing-tables-box .toggleinLI .toggle .content-title.active .toggle-icon.fa-plus::before {
    content: "\f068";
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pricing-tables-box .small-size {
    font-size: 12px;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    color: #747487;
}

.white-box-price {
    width: 100%;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px;
}

.title2>span {
    font-size: 20px;
}

.learnmore {
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 12px;
}

.learnmore a {
    color: #0E71EB;
    text-decoration: none;
}

.text-left {
    text-align: left !important;
}

.learnmorenormal a {
    color: #0E71EB;
    text-decoration: none;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.faq-pricing .toggle.style-2 .content-title.active h4 {}
.faq-pricing .toggle.style-2 .content-title.active h5 {
    color: #ffffff;
}

.faq-pricing .toggle.style-2 .content-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.min-height-280 .flaticon-portfolio2::before, .min-height-280 .flaticon-social-network156::before  {
    font-size: 40px;
}


.faq-pricing .toggle .content-title+.content {
    margin: 0;
    padding: 15px;
    border: 1px solid #28a6ec;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*Pricing page End*/



/*About-us page End*/

.aboutus-forbox i {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.aboutus-forbox .gray i {
    color: #333;
}

.aboutus-forbox .service-center-icon.features-box {
    min-height: 290px;
}

.bt-gray.case-studies-sec .small-font {
    font-size: 12px;
}

.bt-gray.case-studies-sec .partner-item {
    min-height: 250px;
}



/*About-us page End*/

/*privacy and security page End*/

.font-mediam {
    font-size: 18px;
}

.privacy-and-security-turms .service-bg-icon {}

.privacy-and-security-turms .owl-wrapper-outer .owl-wrapper {
    display: flex !important;
}

.privacy-and-security-turms .blog-box.blog-item,
.privacy-and-security-turms .service-bg-icon {
    height: 100%;
}

.privacy-and-security-turms .carousel-hover:hover .owl-item {
  opacity: 1;
}
.privacy-and-security-turms .service-bg-icon {
  border-radius: 5px;
}

.privacy-and-security-turms .event-list .event-list-item {
  padding: 22px 0;
  border-bottom: 1px solid #868686;
  display: block;
}

.privacy-and-security-turms .event-list {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}
.privacy-and-security-turms .small-font {
  font-size: 16px;
}

.privacy-and-security-turms .event-list .event-list-item:last-child {
  border: none;
}

.privacy-and-security-turms .event-list-item p a {
  color: #333;
}

.min-height-280 {
    min-height: 280px;
}

/*privacy and security page End*/

.popular-resources .toggle .content-title {
    position: relative;
    display: flex;
    align-items: center;
}

.popular-resources .fa-file-pdf-o {
    padding-right: 15px;
}

.text-center {
    text-align: center !important;
}

.quickstart-guide .min-height-280 .flaticon-social-network156::before {
    top: -10px;
    position: relative;
}

.popular-resources.quickstart-guide .cws-button.with-icon {
    width: 100%;
    text-align: left;
    padding: 8px 70px 8px 20px;
}


.additional-resources .service-bg-icon, .service-center-icon {
    padding: 30px;
    padding-left: 15px;
}

.additional-resources .service-bg-icon .title-section, .additional-resources  .service-center-icon .title-section {
    font-size: 28px;
    font-weight: 400;
}
.pb-40 {
    padding-bottom: 40px !important
}





@media screen and (min-width: 992px) {
    .custom-header .navbar-custom .navbar-nav {
        height: 100px;
        padding-top: 35px;
    }

    .custom-header.headerfixed .navbar-custom .navbar-nav {
        padding-top: 0px;
    }

    .custom-header .navbar-custom .navbar-nav>li>a {
        height: auto;
        line-height: 26px;
        padding-top: 0;
        font-size: 18px;
        color: #2b2f6f;
    }

    .privacy-and-security-turms .service-bg-icon {
        padding: 30px;
    }

    .custom-header.headerfixed .navbar-custom .navbar-nav>li>a {
        height: 70px;
        line-height: 70px;
    }

    .custom-header.headerfixed .navbar-custom .navbar-brand img {
        max-width: 100%;
        width: 50px;
    }

    .dropdown-menu-custom {
        background: #fff;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        opacity: 0;
        margin: 0;
        padding: 0px;
        -webkit-transition: 0.3s all linear;
        transition: 0.3s all linear;
        pointer-events: none;
        z-index: 9999;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        padding: 1rem 0;
        background: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .custom-header .navbar-custom ul li ul {
        opacity: 0;
        display: block;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        min-width: inherit;
        padding: 0;
        margin: 0;
        min-width: 180px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom-header .navbar-custom .open-drop-down .dropdown-menu-custom {
        opacity: 1;
        top: 24px;
        pointer-events: auto;
        top: 30px;
    }

    .headerfixed.custom-header .navbar-custom .open-drop-down .dropdown-menu-custom {
        top: 60px;
    }

    .nav>li>a {
        padding: 10px;
    }

    .custom-header .navbar-nav>li {
        margin-right: 5px !important;
    }

    .d-flex-with-center-vertical {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .show-in-sm {
        display: none !important;
    }

    .hide-in-sm {
        display: block !important;
    }

    .fix-min-height {
        min-height: 170px;
    }

    .fix-min-height-110 {
        min-height: 110px;
    }

    .fix-min-height-50 {
        min-height: 50px;
    }
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        height: auto;
    }
    .service-bg-icon .title-section, .service-center-icon .title-section {
      font-size: 26px;
    }
    .privacy-and-security-turms .service-bg-icon {
      padding: 30px;
    }

    .navbar-right {
        margin-right: -15px;
        overflow-y: auto;
        max-height: 90vh;
        width: 100vh;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-x: hidden;
    }

    .custom-header .navbar-custom .navbar-brand img {
        max-width: 100%;
        width: 75px;
    }

    .custom-header .navbar-custom .navbar-toggle {
        background: #28a6ec;
        margin-top: 18px;
        margin-right: 0;
    }

    .navbar-brand {
        padding: 0;
    }

    .show-in-sm {
        display: block !important;
    }

    .hide-in-sm {
        display: none !important;
    }

    .dropdown-menu-custom {
        background: #fff;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        opacity: 0;
        margin: 0;
        padding: 0px;
        -webkit-transition: 0.3s all linear;
        transition: 0.3s all linear;
        pointer-events: none;
        z-index: 9999;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        padding: 1rem 0;
        background: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        height: 0;
    }

    .custom-header .navbar-custom .open-drop-down .dropdown-menu-custom {
        opacity: 1;
        pointer-events: auto;
        position: relative;
        top: 0px;
        height: auto;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: #f5f5f5;
    }

    .headerfixed.custom-header .navbar-custom .open-drop-down .dropdown-menu-custom {
        top: 0px;
        padding: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
        width: 100%;
        margin: 0 !important;
    }

    .navbar-collapse.collapse.in {
        float: left;
        width: 100%;
        padding: 0;
    }

    .custom-header li {
        width: 100%;
    }

    .navbar-custom {
        background-color: #fff;
    }

    .custom-header .navbar-custom .navbar-nav>li>a .fa-angle-down {
        margin-left: 10px;
        transform: rotate(-90deg);
    }

    .custom-header .navbar-custom .navbar-nav>li.dropdownmenu.open-drop-down>a .fa-angle-down {
        transform: rotate(0deg);
    }

    .dropdownmenu.open-drop-down.open .custom-header li {
        width: 100%
    }

    .sub-custom-menu .custom-dropdown button {
        background: transparent;
        border: navajowhite;
        background-color: transparent !important;
        padding: 0 0 0 15px;
    }

    .sub-custom-menu .custom-dropdown .dropdown-menu {
        left: inherit;
        right: 0;
        padding: 0;
    }

    .sub-custom-menu .custom-dropdown .dropdown-menu li {
        padding: 0;
    }

    .sub-custom-menu .custom-dropdown .dropdown-menu li:before {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .navbar-collapse.collapse.in {
        padding: 0 15px;
        width: 100%;
        margin: 0 !important;
    }

    .flex-row-reverse-sm {
        flex-flow: row-reverse !important;
        display: flex;
    }

    .skill-bar .flex-in-sm {
        display: flex;
        justify-content: space-between;
    }

    .skill-bar .flex-in-sm span:first-child {
        flex-basis: 70%;
    }

    .bt-gray.case-studies-sec .partner-item {
        min-height: inherit;
    }
}