/*
Theme Name: BLANK Theme
Description: 
Author: 
Author 
Version: 
*/


/* Table of Content
==================================================
  1.  Document Setup (body, common classes, etc)
  2.  Reusable elements
  3.  Header
  4.  Hero
  5.  Index
    5.1.  What we do
    5.2.  Team
    5.3.  Mindset
    5.4.  Counter
  6.  Sign in
  7.  Contact
  8.  Case studies, Blog
  9.  Portfolio
  10. Pricing table
  11. Products
  12. Accordions
  13. Terms and Conditions
  14. Footer
  15. Responsive
  */


/*-----------------------------------------------------------------------------------*/


/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('fonts/myrad-pro/MyriadPro-Semibold.otf');
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('fonts/myrad-pro/MyriadPro-Bold.otf');
}

@font-face {
    font-family: 'Roboto Black';
    src: url('fonts/roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('fonts/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Lato Black';
    src: url('fonts/lato/Lato-Black.ttf');
}

@font-face {
    font-family: 'Lato Regular';
    src: url('fonts/lato/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato Light';
    src: url('fonts/lato/Lato-Light.ttf');
}

.careers_Opening_P {
    max-width: 500px;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
}

.careers_Opening_PH {

    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
}

.careers_Opening_H {

    font-family: 'Roboto Bold';
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #fff !important;
    background: #0e2936 !important;
    border-radius: 10px !important;
    border: 1px solid #6e00be !important;
    cursor: pointer !important;
    transition: all .3s ease-in-out !important;
    padding: 14px;

}

.careers_Opening_Row {
    background: rgba(248, 242, 252, .4);

}

.careersPrimaryHeading {
    color: #fff !important;
    background: #0e2936 !important;
    border-radius: 8px !important;
    border: 1px solid #6e00be !important;
    cursor: pointer !important;
    transition: all .3s ease-in-out !important;
    padding: 10px;
    width: 99%
}

.ctaBtn {

    right: 0;
    bottom: 0;
    width: 200px;
    max-width: 200px;
    padding: 8px 16px;
    border-top-left-radius: 38px;
    background: #6e00be;
    border: 1px solid #6e00be;
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.c-eUkfjT {
    flex: 1 1 0%;
    border: 1px solid var(--colors-divider);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 8px -2px, rgb(0 0 0 / 15%) 0px 2px 2px -2px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 6px;
}


.Sp_Portalheading {
    margin-top: -16px !important;
    margin-bottom: 20px;
    margin-left: 93px;
}

.bx-controls {
    display: block !important;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0 !important;
}

.bxicon {
    color: white !important;
    font-size: 30px !important;
}

.bx-pager {
    display: none;
}


/* Typography
================================================== */

body {
    font: 14px/21px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

p {
    margin: 0 0 35px 0;
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-family: 'Roboto Black';
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Roboto Black';
    font-size: 30px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Lato Black';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    color: #00609c;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family:sans-serif;
    font-weight: 100;
}

h5 {
    font-size: 11px;
    line-height: 15px;
}

h6 {
    font-size: 10px;
    line-height: 14px;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

address {
    font-style: normal;
}

li {
    margin-bottom: 15px;
    list-style: none;
}

.post ul,
.content ul {
    list-style: outside;
    padding-left: 20px;
    /* margin-top:20px; */
}

ol {
    list-style: decimal inside;
}

li ul,
li ol {
    margin-left: 1.5em;
    margin-bottom: 0;
}

pre {
    line-height: 1;
}

pre,
code,
kbd,
samp,
var {
    font-family: Courier, "Courier New", monospace;
}

pre,
code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    overflow-x: auto;
    overflow-y: hidden;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

iframe,
img {
    max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/


/*  2.  Reusable Elements
/*-----------------------------------------------------------------------------------*/

.mobile-only {
    display: none;
}

.button {
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #000 !important;
    background-color: #ffc700;
    padding: 12px 20px 7px 20px !important;
    display: inline-block;
}

.button:hover,
.button:active {
    background-color: #daaa02;
    color: #000;
}

.no-bg {
    text-align: center;
    background-color: #fff;
    padding: 50px 0;
}

.no-bg h2 {
    color: #077cbe !important;
    margin-top: 20px;
    font-size: 30px;
    font-family:sans-serif;
}

.no-bg p {
    max-width: 600px;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.no-bg .btn {
    display: block;
}

.button--blue {
    background-color: #077cbe;
    color: #fff !important;
    margin: 20px 0;
}

.button--blue:hover,
.button--blue:active {
    background-color: #06689f;
    color: #fff;
}

.testimonial {
    padding: 40px 0px 55px 0;
    border-top: 1px solid #b7b7b7;
    display: flex;
    justify-content: center; /* Center horizontally */
    text-align: right;
}

.testimonial span,
.testimonial a {
    display: inline-block;
}

.testimonial span {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: 35px;
}





.quote {
    padding: 40px 0px 55px 0;
    border-top: 1px solid #b7b7b7;
    text-align: right;
     position: relative;
}

.quote span,
.quote a {
    display: inline-block;
    position: absolute;
    top:-75px;
    }

.quote span {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: 35px;
    left: 50%;               
    transform: translateX(-50%);
    position: absolute;
    top:-70px;
}

.main h2 {
    font-family: 'Roboto Regular';
    text-transform: capitalize;
    font-size: 24px;
    color: #11110f;
    margin-bottom: 40px;
}

.main h3 {
    font-family: 'Roboto Black';
    font-size: 20px;
    line-height: 24px;
    color: #1f2020;
    margin: 20px 0;
}

.main p {
    margin-bottom: 25px;
}

.main h5 {
    margin: 0 0 25px 0;
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.main ul li {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.first-letter {
    font-family: 'Roboto Black';
    font-size: 40px;
}

aside {
    margin-top: 40px;
}

aside .lists {
    margin-bottom: 115px;
}

aside .lists h5 {
    font-family: 'Roboto Black';
    font-size: 12px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

aside .lists li {
    margin-bottom: 0px;
}

aside .lists li a {
    font-family: 'Roboto Regular';
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
}

.side-img {
    float: left;
    margin: 0 35px 25px 0;
    display: block;
    max-width: 350px;
    max-height: 225px;
}

ul.listing {
    margin-left: 35px;
}

ul.listing li {
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px !important;
}

ul.listingo {
    margin-left: 35px;
}

ul.listingo li {
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 16px;
    line-height: 24px;

}

.textbox {
    margin-left: 385px;
}

.textbox .button--blue {
    margin: 0;
}

.letter {
    font-family: 'Roboto Black';
    font-size: 40px;
    line-height: 24px;
    color: #949595;
    margin-bottom: 25px;
    display: block;
}




/*-----------------------------------------------------------------------------------*/


/*  3.  Header
/*-----------------------------------------------------------------------------------*/



.logo {
    float: left;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

.content {
    float: right !important;
    margin: 20px !important;
}


li.drop-down>a>i,
.mega-drop-down>a>i {
    padding: 0 7px 0 3px;
}

li.drop-down a:hover,
.li.drop-down>ul>li>a:hover,
/*.mega-drop-down > a:hover,
.mega-drop-down .list a:hover */
    {
    background-color: #077cbe;
    color: #fff !important;
}

/*li.drop-down a:active,
.li.drop-down > ul > li > a:active,
.mega-drop-down > a:active,
.mega-drop-down .list a:active {
    background-color: #077cbe;
    color: #fff !important;
}*/


.main-menu {
    width: 100%;
    list-style: none;
    position: relative;
}

.nav.menu>li {
    display: inline-block;
    margin: 0 !important;
    line-height: initial;
}

.nav.menu>li>a {
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    /*margin:20px 0px;*/
    color: #000 !important;
    padding: 10px 7px 7px 7px;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.nav.menu>li>a:hover {
    color: #fff !important;
}

li.drop-down {
    position: relative;
    display: inline-block;
}




.drop-down-ul {
    display: none;
    background-color: #FFF;
    margin: 0 !important;
    padding: 15px 20px !important;
    z-index: 999;
    top: 20px;
    -webkit-margin-top-collapse: collapse;
    -webkit-padding-start: unset;
}

li.drop-down>ul>li>a {
    font-family: 'Lato Regular';
    font-size: 12px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    /*padding: 5px 0px;*/
    padding: 5px 7px;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    display: block;
}

li.drop-down>ul>li {
    line-height: normal;
    margin-bottom: 0;
    list-style: none;
}

li.drop-down>ul>li:hover {
    line-height: normal;
    margin-bottom: 0;
    list-style: none;
    color: #fff !important;
    background-color: #077cbe;
}

li.drop-down>ul>li>a :hover {
    color: #fff !important;
    background-color: #077cbe;
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 30px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    z-index: 999;
    background-color: #fff;
    top: 30px;
}

.mega-menu ul {
    margin-left: 0;
    padding-left: 0;
}

.mega-menu ul li a {
    font-family: 'Lato Regular';
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    /*Code Changed By Lalit 19-11-2022*/
    /*padding: 10px 7px;*/
    text-align: left;
}

.mega-menu li {
    margin: 5px 0 !important;
    padding-left: -10px;
    line-height: normal;
    width: 95%;
    /*box-shadow: 0px 0px 4px 0px lightgrey;*/
}

.mega-menu ul li:hover {
    color: #fff !important;
    background-color: #077cbe;
}

.mega-menu li a:hover {
    color: #fff !important;
}

.mega-menu h3 {
    color: #010202;
}

.mega-menu-wrap {
    padding: 40px 40px 0 40px;
}

.mega-menu .quote {
    margin-top: 30px;
    padding: 40px 0 40px 0;
}

/*hover*/

.mega-drop-down:hover>.mega-menu,
.drop-down:hover>.drop-down-ul {
    display: block;
    margin-top: 3px !important;
}

.mega-menu,
li.drop-down>ul {
    position: absolute;
}





/*-----------------------------------------------------------------------------------*/


/*  4.  Hero 
/*-----------------------------------------------------------------------------------*/

.bxslider .slide {
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide--img1 {
    background: url(images/hero-bg.jpg) no-repeat center;
    background-size: cover;
}

.slide--img2 {
    background: url(images/hero2-bg.jpg) no-repeat center;
    background-size: cover;
}

.slide--img3 {
    background: url(images/hero3-bg.jpg) no-repeat center;
    background-size: cover;
}

.slide--img4 {
    background: url(images/hero4-bg.jpg) no-repeat center;
    background-size: cover;
}

.slide--img5 {
    background: url(Portals/_default/Skins/NewXrmlabsSkin/images/saleforcehome.jpg) no-repeat center;
    background-size: cover;
}

.slide--img6 {
    background: url(/Portals/0/sap.jpg) no-repeat center;
    background-size: cover;
}

.hero-inner {
    display: inline-block;
}

.hero p,
.hero-small p {
    font-family: 'Roboto Light';
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}

.hero p {
    max-width: 600px;
}

.hero-small p {
    max-width: 460px;
}

.hero-small {
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-small--SAPConsul {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/SAP-Consul.png) no-repeat center;
    background-size: cover;
}

.hero-small--SAPRollOut {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/SAP-RollOut.png) no-repeat center;
    background-size: cover;
}

.hero-small--SAPUpgrade {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/SAP-Upgrade.png) no-repeat center;
    background-size: cover;
}

.hero-small--SAPIntegration {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/SAP-Integration.png) no-repeat center;
    background-size: cover;
}

.hero-small--SAPImplementation {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/SAP-Implementation.png) no-repeat center;
    background-size: cover;
}

.hero-small--Opentextvim {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/Opentext_vim.png) no-repeat center;
    background-size: cover;
}


.hero-small--about {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-about.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--case {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-studies.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Product {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/Product_bg.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--AppGenesis {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/background_AppGenesis.jpg) no-repeat center;
    background-size: cover;
}

/*.hero-small--portfolio {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-portfolio.jpg) no-repeat center;
    background-size: cover;
	
}*/

.hero-small--portfolio {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-portfolio.png) no-repeat center;
    background-size: cover;

}

.hero-small--why {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-whyus.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--consulting {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-consulting.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--contact {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-contact.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--terms {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-terms.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--privacy {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-privacy.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--communication {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-approach.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--customization {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-customization.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--migration {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-migration.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--integration {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-integration.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--reporting {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-reporting.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--project {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-projects.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--products {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-products.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--design {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-theming.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--engagement {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-engagement.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--pricing {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-pricing.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--mobile {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-mobile.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--ios {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-ios.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--xamarin {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-xamarin.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--react {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-react.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Not-for-Profit {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-nfppageheader.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--faq {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-faq.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--skining {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-skining.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--module {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-module.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--download {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-download.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--careers {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-careers.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--terms {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-terms.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--single,
.hero-small--blog {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-blog.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--vms {
    background: url(/Portals/0/VMSHero.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--powerbi {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/PowerBi.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--saleforce {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/salesforcebanner.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Automation {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/automation%20testing.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Manual {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/manual%20testing.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Security {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/Security.jpg) no-repeat center;
    background-size: cover;
}

.round-img {
    width: 60px;
    height: 60px;
    background: transparent;
    position: absolute;
    bottom: -30px;
    border-radius: 50%;
    text-align: center;
}

.round-img img {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero-small--project .round-img {
    background: none;
}

.hero-small--project .round-img img {
    border: none;
}

.hero-small h1 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hero-small h2 {
    font-family: 'Roboto Regular';
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}



/*-----------------------------------------------------------------------------------*/




/*   New Service
/*-----------------------------------------------------------------------------------*/

/* About Us */
.aboutUsSection .about-us {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 90px 0;
    background: #fff;
}

.aboutUsSection .pic {
    height: auto;
    width: 400px;
    border-radius: 12px;
}

.aboutUsSection .about {
    width: 1130px;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.aboutUsSection .text {
    width: 540px;
    margin: 10px 50px;
}

.aboutUsSection .text h2 {
    /* color: #333;
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 10px; */
    color: #077cbe 
}

.aboutUsSection .text h5 {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.aboutUsSection span {
    color: #333;
}

.aboutUsSection .text p {
    /* color: #333;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px; */
}

.aboutUsSection .data {
    margin-top: 30px;
}

.aboutUsSection .hire {
    font-size: 18px;
    background: #4070f4;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    transition: 0.5s;
}

.aboutUsSection .hire:hover {
    background: #000;
}


/* Why choose us */

.whyChooseUsSection{
 padding: 1%;
 background: linear-gradient(to bottom, #ffc700, #ff9500);
}

.whyChooseUsSection .mt-4{
    margin-top: 1.5rem;
}

.whyChooseUsSection .finix-text h6{
  color: #e73c3e;
  font-weight: 400;
  font-size: 17px;
}
.whyChooseUsSection .finix-text h2 {
  font-weight: 400;
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.whyChooseUsSection .finix-text p {
  color: #606060;
  font-size: 15px;
  line-height: 1.8rem;
}
.whyChooseUsSection .why-choose-us {
  margin-top: 90px;
}
.whyChooseUsSection .why-choose-us .finix-text h2 {
  font-weight: 500;
}
.whyChooseUsSection .why-choose-us .ct-btn {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px !important;
  text-align: center;
  border-radius: 50%;
  font-size: 60px !important;
  background: #fff;
  position: absolute;
  top: 77%;
  right: 43%;
}
.whyChooseUsSection .why-choose-us .ct-btn::before {
  content: "";
  height: 85px;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e73a3e;
  border-radius: 50%;
  animation: choose 1.6s ease-out infinite;
}
@keyframes choose{
  0%,30%{
      transform: scale(0);
      opacity: 1;
  }
  50%{
      transform: scale(1.5);
      opacity: .7;
  }
  100%{
      transform: scale(2);
      opacity: 0;
  }
}
.why-choose-us .ct-btn a{
  color: #00609c;
}
.why-choose-us .feature-box {
  padding: 20px;
  position: relative;
  overflow: hidden;

  transition: .4s;
}
.why-choose-us .feature-box:hover {
  transform: translateY(-10px);
}
.why-choose-us .feature-box:hover .fbc-btn{
  background: #e73c3e;
  color: #fff;
}
/* .why-choose-us .feature-box::before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 70%;
  background: #00609c;
  border-radius: 50%;
} */

.why-choose-us h3{
  color: #00609c;
}

/* .why-choose-us .fbc-btn {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #e73a3e;
  position: relative;
  transition: .4s;
} */
.whyChooseUsSection .active-feature{
  margin-top: -30px;
}
.why-choose-us .finix-text{
  position: relative;
  text-align: center;
}

.why-choose-us .finix-text img{
    height: 500px;
    margin-top: 15%;
}


/* Our Service */

.ourServiceSection .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Our Clients */

.ourClientsSection{
    margin: 70px 20px 0px 20px;
}

.slider-area {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 15px;
}

.slider-area h2 {
    color: #fff;
    margin-bottom: 20px;
}

/* Modern Glassmorphism Background */
.slider-area .wrapper {
    width: 85%;
    overflow: hidden;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    background: #f5f5f5;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Slider Animation */
.slider-area .slider {
    display: flex;
    width: max-content;
    animation: slide 15s linear infinite;
}

/* Logo Items */
.slider-area .item {
    flex: 0 0 auto;
    width: 120px;
    margin: 0px 25px;
}

.slider-area .item img {
    width: 100%;
    height: auto;
}

/* Animation for Continuous Scrolling */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}







/*  5.  Index
/*-----------------------------------------------------------------------------------*/


/*  Testimonials
/*-----------------------------------------------------------------------------------*/

.testimonials{
    background:#A7C7E7;
    padding: 10px;
    border-radius: 20px;
}

.testimonials h1{
    color: #00609c;
    margin: 30px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    font-weight: 400;
    color: #555;
    padding: inherit;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #00609c;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

.testimonial-name .checked{
    color: orange;
}

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    /* margin-bottom:80px; */
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #00609c;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #00609c;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}



/* .testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif
}

.testimonials::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials .title h5 {
    color: #EB6D2F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}

.testimonials .title h2 {
    color: #00609c;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0
}

.testimonials .title img {
    margin-top: -10px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}

.testimonials .testi .item {
    background: #ECF3F9;
    padding: 50px 30px;
    border-radius: 15px;
}

.owl-item .item{
    transition: transform 0.3s ease-in-out;
}

.owl-item .item:hover {
    transform: scale(1.1) !important;
    box-shadow: #ffc70066  0px 7px 29px 0px;
}

.owl-stage-outer {
    overflow: visible !important;
}


.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
    color: #ffd832
}

.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #00609c;
    font-weight: 900;
    line-height: 1;
}

.testimonials .testi .item .profile .information span {
    color: #EB6D2F;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    text-align: center;
}

.testimonials .testi .item .icon {
    text-align: center;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #FFD832;
} */






.section_padding {
	padding: 0px 0px 70px 0px ; 
}
.section_heading {
	margin-bottom: 30px;
}
.section_heading h2 {
	color: #222;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.section_heading h2 span {
	color: orangered;
}
.section_heading p {
	font-size: 16px;
	margin: 10px 0 5px;
}
.single-blog {
	transition: all 0.30s ease 0s;
}
.single-blog:hover {
	transform: translateY(-10px);
}
.single-blog .post-img {
	position: relative;
    height: 50vh;
}
.single-blog .post-img img {
	max-width: 100%;
    height: 50vh;
}
.single-blog .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 69, 0, 0.6);
	transition: all 0.30s ease 0s;
}
.single-blog:hover .post-img:after {
	opacity: 1;
}
.single-blog .single_blog {
	border-top: none;
	padding: 25px 20px 25px;
	background: #fff;
	position: relative;
}
.single-blog .post-title {
	margin: 0 0 15px 0px;
	font-size: 20px;
	color: #00609c;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.single-blog .blog-text {
	font-size: 15px;
	line-height: 23px;
	margin: 7px 0 10px;
}
.icon-area {
	list-style: none;
	font-size: 14px;
	padding: 0;
}
.icon-area>li {
	display: inline-block;
	margin-right: 5px;
	color: #555;
	font-style: italic;
}
.icon-area>li i {
	margin-right: 5px;
	font-size: 14px;
}
.btn-area a {
	background: #ffc700;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 11px 22px;
	margin: 10px 0px 10px;
	border: none;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
}


/*  Contact US
/*-----------------------------------------------------------------------------------*/


.contactUsSection {
    background: #00609c;

}

.contact_us_2 .responsive-cell-block {
    min-height: 75px;
}

.contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.contact_us_2 .submit-btn:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #0381fe;
}

.contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    height: auto;
}

.contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
    background-color: white;
    max-width: 799px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 110px;
    margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 50px;
    color: #00609c;
}

.contact_us_2 .text-blk.contactus-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    text-align: center;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
}

.contact_us_2 .input {
    width: 100%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    /* border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee; */
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: #00609c5e 1px solid;
}

.contact_us_2 .textinput {
    width: 100%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    /* border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid; */
    /* border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee; */
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: #00609c5e 1px solid;
}

.contact_us_2 .submit-btn {
    margin-top: 20px;
    width: 98%;
    background-color: #00609c;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.contact_us_2 .form-box {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.contact_us_2 .social-media-links {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.contact_us_2 .link-img {
    width: 30px;
    height: 30px;
}

.contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.contact_us_2 ::placeholder {
    color: #dadada;
}

@media (max-width: 768px) {
    .contact_us_2 .submit-btn {
        width: 100%;
    }

    .contact_us_2 .input {
        width: 100%;
    }

    .contact_us_2 .textinput {
        width: 100%;
    }

    .contact_us_2 .container-block.form-wrapper {
        margin-top: 80px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .contact_us_2 .text-blk.input-title {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .contact_us_2 .responsive-container-block.container {
        margin-top: 80px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .contact_us_2 .container-block.form-wrapper {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .contact_us_2 .text-blk.contactus-head {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {
    .contact_us_2 .container-block.form-wrapper {
        padding-top: 50px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-left: 15px;
    }

    .contact_us_2 .container-block.form-wrapper {
        margin-top: 60px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .contact_us_2 .responsive-container-block {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 35px;
        margin-left: 0px;
    }

    .contact_us_2 .text-blk.input-title {
        font-size: 12px;
    }

    .contact_us_2 .responsive-container-block.container {
        margin-top: 50px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .contact_us_2 .container-block.form-wrapper {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .contact_us_2 .responsive-container-block.big-container {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .contact_us_2 .text-blk.contactus-head {
        font-size: 26px;
        line-height: 34px;
    }

    .contact_us_2 .input {
        height: 45px;
    }
}

.contactUsSection {
    margin-top: 70px;
}


/*  New Box and Sections
/*-----------------------------------------------------------------------------------*/

.sep-img-bg {
    background: url(images/bghomegolbal.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
}

.helpSection .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.geSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    text-align: center;
}

.geSection .container {
    position: relative;
    z-index: 2;
}

.geSection h1 {
    color: #ffc700 !important
}

.geSection .contentPara {
    color: #eee !important;
    text-align: center;
    padding: 20px;
}

.box3 {
    margin: 20px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 4px;
    transition: all .3s ease;
}

.box2 {
    border-radius: 5px;
    border-left: 7px solid #00609c;
    background: #eee;
    margin: 10px !important;
    padding: 60px 10px;
    height: 280px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease-in-out;
}

.box2:hover{
    border-left: 7px solid #ffc700;
    transform: scale(1.1);
}

.box2Container {
    padding: 0px;
    margin-left:4.65%;
}

.box2 p{
    font-family: sans-serif;
    font-size: 13px;
    color: rgb(102, 100, 100);
}

.box2 h4 {
    margin-bottom: 4px;
}
.box2 a.read-more {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    background-color: #004ea8;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    align-self: center;
}

.box2:hover a.read-more {
    background-color: #ffc700;
}
.slide .container {
    position: relative;
    z-index: 2;
}

.box-part i {
    margin-bottom: 8px;
    color: #00609c;
}

.box-part img{
  margin: 0px auto;
  width:100px
}

.box-part:hover i{
    color: #ffc700;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay with 50% opacity */
    z-index: 1;
}

.box-part .text {
    font-size: 15px;
    padding: 0px 15px;
    text-align: center;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
    font-family: sans-serif;
    color: rgb(102, 100, 100);
}

.box-part h4 {
    margin-bottom: 15px;
    color: #00609c
    font-family:'sans-serif';
    
}

.box-part {
    background: #eee;
    /* border-radius: 0; */
    /* padding: 60px 10px; */
    margin: 15px 0px;
    /* height: 280px; */
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease-in-out;
}

.box-part:hover{
    transform: scale(1.1);
}

.whyChoose .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*  5.1.  What we do
/*-----------------------------------------------------------------------------------*/

.we-do-list__content {
    min-height: 250px;
}

.we-do-list__content p {
    min-height: 100px;
}

.we-do-list {
    padding-top: 0;
    position: relative;
    max-width: 780px;
    margin: auto;
}

.main--about .we-do-list {
    margin-top: 50px;
    margin-bottom: 0;
}

.we-do-list:before {
    content: '';
    position: absolute;
    background-color: #077cbe;
    border-radius: 6px;
    width: 100%;
    z-index: 1;
    top: 40%;
    margin-top: -10px;
    height: 40px;
    left: 0;
}

.we-do-list__item {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 16%;
    text-align: center;
    min-height: 250px;
}

.we-do-list__item img {
    margin: auto;
    width: 66px;
}

.we-do-list__item p {
    font-family: 'Roboto Black';
    font-size: 14px;
    line-height: 24px;
    color: #d5e1e7;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 30px;
    position: absolute;
    left: 10px;
    width: 105px;
}

.we-do-list__item.active {
    top: -32px;
}

.we-do-list__item.active p {
    color: #077cbe;
}

.we-do-list__item p:before {
    top: 50%;
    position: relative;
    z-index: 9;
    display: block;
    margin: auto auto 10px auto;
    width: 7px;
    height: 55px;
    content: "";
    background: #e7e3e3;
}

.we-do-list__item.active p:before {
    height: 88px;
    background-color: #077cbe;
}

.we-do-list__content>div {
    display: none;
}

.we-do-list__content>div:first-child {
    display: block;
}





/*  5.2.  Team
/*-----------------------------------------------------------------------------------*/

.team {
    display: flex;
}

.team .image-bg {
    background: url(images/team.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
}

.team .colored-bg {
    background-color: #222222;
    padding: 60px 0;
    flex: 1;
    display: flex;
}

.team h2 {
    text-align: center;
    color: #fff;
}

.team .type_of_team {
    float: left;
    max-width: 265px;
}

.team .type_of_team li {
    padding: 30px 0;
    margin: 0;
    width: 260px;
    background-color: #393939;
    border-bottom: 2px solid #222;
    border-top-right-radius: 3px;
    cursor: pointer;
}

.team .type_of_team li:hover,
.team .type_of_team li.active {
    background-color: #077cbe;
}

.team .type_of_team li.active a {
    text-align: left;
    margin-left: 30px;
}

.team .type_of_team a {
    font-family: 'Roboto Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: block;
}

.team .wrapper {
    float: right;
    width: 67%;
    margin: 0 auto;
    display: flex;
}

.team .wrapper img {
    text-align: center;
    padding: 35px 0 55px 0;
    display: block;
    margin: auto;
}

.team .wrapper p {
    font-family: 'Lato Light';
    font-size: 14px;
    line-height: 24px;
    color: #ddd;
    text-align: center;
    margin-bottom: 20px;
}

.boxlink {
    display: none;
    align-self: center;
    margin: auto;
    width: 67%;
    max-width: 370px;
}

#boxlink0 {
    display: block;
}

.responsive-accordion {
    display: none;
}





/*  5.3.  Mindset
/*-----------------------------------------------------------------------------------*/

.mindset .map {
    padding: 0px 70px 70px 70px;
    box-shadow: rgba(149, 157, 165, 0.2)
}

.main {
    padding-top: 65px;
}

.main .quote {
    margin-top: 60px;
}

.main--about ul {
    margin-bottom: 35px;
}

.strong,
.main--about .services li {
    font-family: 'Roboto Bold' !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.strong--heading {
    margin-bottom: 35px;
    display: block;
}

.main--about ul li {
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}




/*  5.4.  Counter
/*-----------------------------------------------------------------------------------*/

.counter {
    background-color: #006b9cf5;
    padding: 35px 0;
    text-align: center;
}

.counter img {
    filter: brightness(0) invert(1);
    display: block;
    margin: 0 auto;
}

.counter span {
    display: block;
}

.counter span {
    font-family: 'Lato Regular';
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
}

.counter span.count {
    font-family: 'Lato Black';
    font-size: 48px;
    line-height: 48px;
    color:#FFFFFF;
    margin-top: 10px;
}

.counter p {
    font-family: 'Lato Black';
    font-size: 30px;
    line-height: 30px;
    color:  #FFFFFF;
    margin: 35px 0 0 0;
}


/*-----------------------------------------------------------------------------------*/


/*  6. Sign in
/*-----------------------------------------------------------------------------------*/

.main--signin {
    padding-bottom: 130px;
}

.main--signin h4 {
    font-family: 'MyriadPro-Bold';
    line-height: 14px;
    color: #040404;
    text-transform: uppercase;
    text-align: center;
}

.main--signin form {
    max-width: 380px;
    margin: 0 auto;
}

.main--signin span {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 15px 0;
    display: block;
}

.main--signin input {
    margin-bottom: 15px;
}

.main--signin input[type="text"],
.main--signin input[type="password"] {
    width: 90%;
    height: 33px;
    border: 1px solid #9a9898;
}

.main--signin form a {
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 24px;
    color: #1282a8;
    display: block;
    margin-bottom: 20px;
}

.main--signin input[type="submit"] {
    margin-bottom: 0;
}

.submit {
    text-align: right;
}




/*-----------------------------------------------------------------------------------*/


/*  7. Contact
/*-----------------------------------------------------------------------------------*/

.main--contact {
    padding-bottom: 130px;
}

.main--contact h4 {
    font-family: 'MyriadPro-Bold';
    line-height: 14px;
    color: #040404;
    text-transform: uppercase;
}

.main--contact span {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 15px 0;
    display: block;
}

.main--contact input {
    margin-bottom: 15px;
}

.main--contact input[type="text"],
.main--contact input[type="email"] {
    width: 80%;
    height: 33px;
    border: 1px solid #9a9898;
}

.main--contact textarea {
    width: 80%;
    border: 1px solid #9a9898;
    margin-bottom: 15px;
}

.main--contact input[type="submit"] {
    margin-bottom: 0;
    margin-right: 20%;
}

.main--contact .media {
    margin-top: 25px;
}

.main--contact ul.social li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.main--contact ul.social {
    margin-left: 0;
}

.main--contact .address {
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: block;
}

.attach {
    font-family: 'Roboto Regular';
    font-size: 12px;
    line-height: 24px;
    color: #bebebe;
}

.attach i {
    color: #ff4f19;
    margin-right: 15px;
}



/*-----------------------------------------------------------------------------------*/


/*  8. Case studies, Blog
/*-----------------------------------------------------------------------------------*/

.main--case-studies article,
.main--blog article {
    padding: 45px;
}

.main--case-studies article img,
.main--blog article img {
    width: 350px;
    height: 225px;
    float: left;
}

.meta a,
.date {
    font-family: 'MyriadPro-Bold';
    font-size: 14px;
    color: #9a9898;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.meta a,
.meta span {
    margin-right: 10px;
}

.meta:last-child {
    margin-right: 0;
}

.meta i {
    margin-right: 5px;
}

.meta .comment {
    margin: 0 20px 0 7px;
}

.meta .view {
    margin: 0 7px 0 20px;
}

.main--case-studies article h2,
.main--single h2,
.main--blog article h2 {
    margin-bottom: 20px;
}

.main--case-studies article p,
.main--single p,
.main--blog article p {
    margin-bottom: 20px;
}

.main--case-studies article .button--blue,
.main--blog .button-blue {
    margin: 0;
}

.pagination {
    display: block;
    text-align: center;
    margin-top: 80px;
}

.pagination a {
    font-family: 'Roboto Bold' font-size: 14px;
    line-height: 24px;
    color: #ffc700;
    width: 25px;
    height: 25px;
    background-color: #11110f;
    border: 1px solid #11110f;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}

.pagination a:hover,
.pagination a:active {
    background-color: #fff;
    color: #11110f;
}

.calendar {
    margin-top: 30px;
}

.month {
    width: 100%;
    background: url(images/calendar-bg.png) center;
    text-align: center;
    background-size: cover;
    padding: 10px;
}


.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    font-family: 'MyriadPro-Semibold' !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #fff !important;
    text-transform: uppercase;
}

.month .prev {
    float: left;
}

.month .next {
    float: right;
}

.weekdays {
    margin: 0;
    background-color: #e3e3e3;
}

.weekdays li {
    display: inline-block;
    font-size: 8px !important;
    line-height: 14px !important;
    width: 12%;
    color: #646464;
    text-align: center;
    text-transform: uppercase;
}

.days {
    background: #fcfcfc;
    margin: 0;
    border: 1px solid #e3e3e3;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 12.2%;
    text-align: center;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #5a5c5c !important;
}

.days li .active {
    padding: 5px;
    background: #e6e3e3;
}



/*-----------------------------------------------------------------------------------*/


/* 9. Portfolio
/*-----------------------------------------------------------------------------------*/

.main--portfolio .date {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.main--portfolio img {
    width: 100%;
    height: 350px;
}

.main--portfolio .column.six {
    margin-top: 40px;
}



/*-----------------------------------------------------------------------------------*/


/*  10. Pricing table
/*-----------------------------------------------------------------------------------*/

.pricing-wrapper {
    display: block;
    text-align: center;
}

.pricing-table {
    display: inline-block;
    width: 337px;
    margin-left: 30px;
}

.pricing-table:first-child {
    margin-left: 0;
}

.pricing-table li {
    font-size: 14px !important;
    border-top: 1px solid #e8e8e8;
    padding: 25px 20px;
    margin: 0;
}

.pricing-table .table-list {
    border: 1px solid #e8e8e8;
}

.pricing-table li.color-bg {
    background-color: #f6f6f6;
}

.pricing-title {
    font-family: 'Roboto Bold';
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
}

.pricing-title--basic {
    background-color: #077cbe;
}

.pricing-title--standard {
    background-color: #e5a10b;
}

.pricing-title--premium {
    background-color: #e43839;
}

.pricing-table li.price {
    font-size: 36px !important;
    color: #000;
}




/*-----------------------------------------------------------------------------------*/


/*  11.  Products
/*-----------------------------------------------------------------------------------*/

.main--products {
    text-align: center;
}

.main--products h2 {
    font-family: 'Roboto Black';
    font-size: 30px;
    line-height: 48px;
    color: #077cbe;
}

.main--products p {
    width: 500px;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------*/


/*  12.  Accordion
/*-----------------------------------------------------------------------------------*/

.accordions table {
    width: 100%;
}

.accordions table span {
    font-family: 'Roboto Bold';
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #077CBE;
    display: block;
    padding: 5px 20px;
}

.expand span:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #fff;
    float: right;
    line-height: 24px;
}

.expand span.active:after {
    content: "\f077";
}

.main--download table .download {
    background: #ffc700;
    color: #020202;
}

.main--download table .download img {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.accordions table span i {
    float: right;
    line-height: 24px;
}

.accordions table tr {
    cursor: pointer;
}

.accordions table tr td {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.accordions table tr td.expand {
    width: 60%;
    text-align: left;
}

.accordions table tr td div {
    display: none;
    background: #ECECEC;
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 24px;
    color: #020202;
    padding: 20px;
    margin-bottom: 10px;
}

.main--download table tr td div {
    background-color: #fff !important;
    border: 1px solid #a6a6a6;
}


/*-----------------------------------------------------------------------------------*/


/*  13.  Terms and Conditions
/*-----------------------------------------------------------------------------------*/

.main--terms h4 {
    text-transform: uppercase;
}

.main--terms .disclaimer p {
    text-transform: uppercase;
}



/*-----------------------------------------------------------------------------------*/


/*  14.  Footer
/*-----------------------------------------------------------------------------------*/

.footer-lists {
    padding: 10px 0;
    background-color: #040303;
}

.footer-lists h3 {
    margin-top: 35px;
}

.footer-lists li a {
    font-family: 'Roboto Bold';
    color: #fff;
    font-family: 'Lato Regular';
    text-transform: capitalize;
}

.footer-lists li a:hover,
.footer-lists li a:active {
    color: #077cbe;
}

.footer-menu .copyright {
    float: left;
}

.footer-menu {
    padding: 15px 0;
}

.footer-menu .copyright span {
    font-family: 'Roboto Medium';
    font-size: 14px;
    line-height: 30px;
    color: #161616;
}

.footer-menu .menu {
    float: right;
    display: inline-block;
}

.footer-menu .menu ul {
    display: inline-block;
}

.footer-menu .menu ul li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-menu .menu ul.list li {
    margin: 0 10px;
}

.footer-menu .menu ul.list li a {
    font-family: 'Roboto Medium';
    font-size: 14px;
    line-height: 30px;
    color: #393939;
    text-transform: capitalize;
}

.footer-menu .menu ul.list li a:hover,
.footer-menu .menu ul.list li a:active {
    color: #077cbe;
}

ul.social {
    margin-left: 65px;
}

ul.social li {
    margin-left: 10px;
}

ul.social li a i {
    font-size: 14px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}

.fa-facebook {
    background: #3b5998;
}

.fa-twitter {
    background: #006df0;
}

.fa-youtube-play {
    background: #ff0000;
}

.fa-linkedin {
    background: #0e76a8;
}

.fa-skype {
    background: #006df0;
}

ul.social li a i:hover,
ul.social li a i:active {
    opacity: 0.8;
}



/*-----------------------------------------------------------------------------------*/


/*  15.  Responsive
/*-----------------------------------------------------------------------------------*/


/* Large screens (1064px) */

@media (min-width: 1065px) and (max-width: 1270px) {

    .team .type_of_team {
        width: 40%;
    }

    .boxlink {
        width: 50%;
    }

    .meta a,
    .date {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .meta a,
    .meta span {
        margin-right: 5px;
    }

    .meta .view {
        margin: 0 5px 0 15px;
    }

    .meta .comment {
        margin: 0 15px 0 5px;
    }
}

@media (min-width: 641px) and (max-width: 1064px) {

    .main--single .column.two,
    .main--single .colmn-ten,
    .main--blog .column.two,
    .main--blog .colmn-ten,
    .main--case-studies .column.two,
    .main--case-studies .column.ten {
        width: 100%;
    }

    .side-img {
        float: none;
        margin: 0 0 25px 0;
        display: block;
        max-width: 350px;
        max-height: 225px;
    }

    h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 35px;
    }

    .main .quote {
        margin-top: 35px;
        text-align: center;
    }

    .quote span {
        margin-bottom: 10px;
        display: block;
    }

    .textbox {
        margin-left: 0;
        width: 100%;
    }

    .main--contact ul.social li {
        margin-right: 2px;
    }

    .side-img {
        float: none;
        margin: 0 35px 25px 0;
        display: block;
        max-width: 350px;
        max-height: 225px;
    }

    .meta {
        margin-top: 15px;
    }

    .meta a,
    .date {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .meta a,
    .meta span {
        margin-right: 5px;
    }

    .meta .view {
        margin: 0 5px 0 15px;
    }

    .meta .comment {
        margin: 0 15px 0 5px;
    }

    aside {
        margin-top: 0;
    }

    .calendar {
        width: 40%;
    }

    .main--case-studies article img,
    .main--blog article img {
        width: auto;
        height: 225px;
        float: none;
    }

    .main--portfolio img {
        height: auto;
    }

    .pricing-table {
        width: 30%;
        margin-left: 10px;
    }

    .pricing-table li.price {
        font-size: 28px !important;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu .menu {
        float: none;
        display: block;
    }

    .footer-menu .copyright {
        float: none;
        margin-bottom: 15px;
    }

    .footer-menu .menu ul {
        margin-bottom: 15px;
        display: block;
    }

    ul.social {
        margin-left: 0;
    }


    .team .image-bg {
        background: url(images/team.jpg) no-repeat center;
        background-size: cover;
        flex: 1;
    }

    .team .colored-bg {
        background-color: #222222;
        padding: 30px 0;
        flex: 1;
        display: flex;
    }

    .team h2 {
        text-align: center;
        color: #fff;
        font-size: 24px;
    }

    .team .type_of_team {
        float: left;
        width: 40%;
        max-width: 180px;
    }

    .team .type_of_team li {
        padding: 15px 0;
        margin: 0;
        width: 180px;
        text-align: center;
        background-color: #393939;
        border-bottom: 2px solid #222;
        border-top-right-radius: 3px;
    }

    .team .type_of_team li:hover,
    .team .type_of_team li.active {
        background-color: #077cbe;
    }

    .team .type_of_team a {
        font-family: 'Roboto Bold';
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
    }

    .team .wrapper {
        float: right;
        width: 32%;
        margin: 0 auto;
        display: flex;
    }

    .team .wrapper img {
        text-align: center;
        padding: 15px 0;
        display: block;
        margin: auto;
        width: 80px;
    }

    .team .wrapper p {
        font-family: 'Lato Light';
        font-size: 14px;
        line-height: 24px;
        color: #ddd;
        text-align: center;
        margin-bottom: 20px;
    }

    .boxlink {
        display: none;
        align-self: center;
        margin: auto;
        width: 80%;
        max-width: 370px;
    }

    #boxlink0 {
        display: block;
    }
}

@media (min-width: 1065px) and (max-width: 1190px) {

    .pricing-table {
        width: 30%;
        margin-left: 10px;
    }
}

@media (min-width: 940px) and (max-width: 1050px) {
    .nav.menu>li>a {
        font-size: 12px;
        padding: 8px 5px 5px 5px;
    }

    li.drop-down>ul>li>a {
        font-size: 13px;
        line-height: 28px;
        padding: 8px 5px;
    }

    .quote {
        padding: 35px 0;
    }

    .quote span {
        margin-right: 0;
    }
}

@media (min-width: 669px) and (max-width: 830px) {
    .team .image-bg {
        display: inline-block;
    }

    .team .image-Azure {
        display: inline-block;
    }



    .team .colored-bg {
        background-color: #222222;
        padding: 20px 0;
        display: inline-block;
    }

    .team .type_of_team li {
        padding: 15px 0;
        width: 100%;
    }

    .team .type_of_team a {
        font-size: 11px;
    }

    .team .wrapper {
        float: none;
        width: 100%;
        display: block;
    }

    .team .wrapper h2 {
        font-size: 22px;
        margin: 15px 0;
    }

    .team .wrapper img {
        width: 60px;
        padding: 20px 0;
    }

    .team .wrapper p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .boxlink {
        width: 100%;
        max-width: 100%;
    }

    #boxlink0 {
        display: block;
    }

    .we-do-list__item p {
        font-size: 11px;
        line-height: 15px;
        width: 80px;
    }

    .accordions table span {
        font-size: 12px;
        padding: 5px;
    }


    .counter span.count {
        font-size: 30px;
        line-height: 30px;
    }

    .couunter img {
        width: 60px;
    }

    .counter p {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 940px) {
    .accordions table span {
        font-size: 12px;
        padding: 5px;
    }

    .accordions table tr td div {
        font-size: 12px;
        line-height: 18px;
        padding: 15px;
    }

    /*************************
** Mobile Menu
************************/
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    /* Mobile Menu */
    .topNavBtn span,
    .topNavBtn::after,
    .topNavBtn::before {
        transition: all .3s ease-in-out;
        background-color: #077cbe;
        height: 2px;
    }

    .topNavBtn {
        position: absolute;
        width: 28px;
        right: 12px;
        top: 20px;
    }

    .topNavBtn span {
        display: block;
        margin: 6px 0;
        opacity: 1;
    }

    .topNavBtn::after,
    .topNavBtn::before {
        display: block;
        content: '';
    }

    .topNavBtn:hover span,
    .topNavBtn:hover::after,
    .topNavBtn:hover::before {
        background-color: #077cbe;
    }

    .topNavBtn:focus span,
    .topNavBtn:focus::after,
    .topNavBtn:focus::before {
        background-color: #077cbe;
    }

    .topNavBtn.active span,
    .topNavBtn.active::after,
    .topNavBtn.active::before,
    .topNavBtn.active:focus span,
    .topNavBtn.active:focus::after,
    .topNavBtn.active:focus::before {
        background-color: #077cbe;
    }

    .topNavBtn.active span,
    .topNavBtn.active:focus span {
        opacity: 0;
    }

    .topNavBtn.active::before,
    .topNavBtn.active:focus::before {
        -webkit-transform: translateY(8px) rotate(47deg);
        transform: translateY(8px) rotate(47deg);
    }

    .topNavBtn.active::after,
    .topNavBtn.active:focus::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .topNavBtn {
        display: block;
        z-index: 1;
    }

    .mobile-menu-section {
        padding: 15px 5px;
    }

    .mobile-menu {
        padding-top: 40px;
        display: none;
    }

    .mobile-menu>li {
        color: #000;
        font-size: 17px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'MyriadPro-Bold';
        padding-left: 20px;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:after {
        position: absolute;
        content: '+';
        left: 0;
        top: 0px;
    }

    .menu-item-has-children.active:after {
        content: '-';
    }

    .mobile-submenu {
        margin: 6px 0 0 10px;
        display: none;
    }

    .mobile-submenu>li {
        margin-bottom: 8px;
        text-transform: none;
        font-family: 'Lato Regular';
        font-weight: 300;
    }

    .mobile-submenu>li a {
        color: #000;
    }

    .mobile-submenu>li.mobile-submenu__title {
        font-weight: 700;
        margin-top: 20px;
    }

    .mobile-submenu>li.mobile-submenu__title:first-child {
        margin-top: 0;
    }

    .mobile-submenu--mega.mobile-submenu>li a {
        padding-left: 15px;
    }
}


/* Medium screens (668px) */

@media (max-width: 668px) {


    h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .hero-small h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .main h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 35px;
    }

    .main h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0;
    }

    h4 {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .main--contact h4 {
        margin-top: 35px;
    }

    p,
    .main h5 {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    .bxslider .slide {
        height: 370px;
    }

    .letter {
        font-size: 30px;
    }

    .button {
        font-size: 12px;
        line-height: 13px;
        padding: 12px 15px 7px 15px !important;
    }

    .no-bg {
        padding: 25px 0;
    }

    .pagination a {
        width: 15px;
        height: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .first-letter {
        font-size: 25px;
    }

    .hero-small {
        height: auto;
        padding: 30px 0;
    }

    .meta {
        margin-top: 10px;
    }

    .hero p,
    .hero-small p {
        width: 100%;
        margin-bottom: 15px;
    }

    .hero-small h1 {
        margin-bottom: 15px;
    }

    .round-img {
        width: 50px;
        height: 50px;
        bottom: -25px;
    }

    .strong,
    .main--about .services li {
        font-size: 14px;
    }

    .main {
        padding-top: 50px;
        background-color: #fff;
    }

    .quote span {
        font-size: 14px;
        line-height: 22px;
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    .quote {
        padding-left: 30px 0;
    }

    .main .quote {
        margin-top: 35px;
        text-align: center;
    }

    .side-img {
        float: none;
        margin: 0 0 25px 0;
        display: block;
        max-width: 350px;
        max-height: 225px;
    }

    ul.listing {
        margin-left: 15px;
    }

    ul.listing li,
    ul.listing span {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .pricing-table {
        display: inline-block;
        width: 80%;
        margin: 0 auto 30px;
    }

    .pricing-table li.price {
        font-size: 26px !important;
    }

    .calendar {
        width: 50%;
    }

    .textbox {
        margin-left: 0;
        width: 100%;
    }

    .main--portfolio .date {
        margin: 15px 0;
        font-size: 14px;
        display: block;
    }

    .meta a,
    .date {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .meta a,
    .meta span {
        margin-right: 5px;
    }

    .meta .view {
        margin: 0 5px 0 10px;
    }

    .meta .comment {
        margin: 0 10px 0 5px;
    }

    .main--case-studies article img,
    .main--blog article img {
        width: 100%;
        height: 225px;
        float: none;
    }

    .main--contact form {
        width: 70%;
    }

    aside .lists {
        margin-bottom: 40px;
    }

    footer {
        text-align: center;
    }

    .footer-lists h3 {
        margin-top: 35px;
    }

    .footer-lists ul li {
        margin-bottom: 10px;
    }

    .footer-menu .menu {
        float: none;
    }

    .footer-menu .menu ul {
        display: block;
    }

    .footer-menu .copyright {
        float: none;
        margin-bottom: 15px;
    }

    .footer-menu .copyright span {
        line-height: 16px;
    }

    .footer-menu .list {
        margin-bottom: 15px;
    }

    ul.social {
        margin-left: 0;
    }

    .team .image-bg {
        display: none;
    }

    .team .type_of_team {
        display: none !important;
    }

    .team .wrapper {
        display: none !important;
    }

    .responsive-accordion {
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .acc-btn {
        padding: 15px 20px;
        background-color: #393939;
        border-bottom: 2px solid #222;
        border-top-right-radius: 3px;
        cursor: pointer;
    }

    .acc-content {
        height: 0px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background: #2C3E50;
    }

    .acc-content-inner {
        padding: 30px;
    }

    .open {
        height: auto;
    }

    .responsive-accordion h2 {
        margin: 25px 0 35px 0;
    }

    .responsive-accordion h4 {
        font-family: 'Roboto Bold';
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        display: block;
        margin-bottom: 0;
    }

    .responsive-accordion p {
        font-family: 'Lato Light';
        font-size: 12px;
        line-height: 22px;
        color: #ddd;
        text-align: center;
        margin-bottom: 10px;
    }

    .selected {
        color: #077cbe !important;
    }

    header .main-menu ul li {
        display: block !important;
        padding: 5px 30px;
    }

    .main-menu {
        display: block;
        position: absolute;
        float: none;
        left: 0;
    }

    #menu-toggle-wrapper,
    #menu-toggle {
        display: block;
    }

    .main-menu ul li ul {
        margin: 0 0 0 10px;
    }


    .main-menu li ul {
        position: relative;
        margin: 10px 0;
        z-index: 999;
        opacity: 1;
        width: auto;
        background: transparent;
        top: 0;
    }

    .main-menu li ul li {
        display: block;
        padding: 12px 0;
        text-align: left;
    }

    .we-do-list__item p {
        font-size: 8px;
        line-height: 10px;
        left: -12px;
        width: 80px;
    }

    .we-do-list__item p:before {
        top: 50%;
        width: 5px;
        height: 50px;
    }

    .we-do-list__item img {
        margin: 0 auto;
        width: 35px;
    }

    .we-do-list__item {
        margin-bottom: 0;
        width: 14%;
        min-height: 232px;
    }

    .we-do-list {
        padding-top: 0;
        max-width: 435px;
    }

    .we-do-list:before {
        top: 33%;
        margin-top: -10px;
        height: 30px;
    }

    .we-do-list__item.active {
        top: -17px;
    }

    .we-do-list__item:nth-child(5) {
        width: 18%;
    }

    .accordions table span {
        font-size: 10px;
        padding: 5px;
    }

    .round-img img {
        height: auto;
    }

    .main--download .accordions table span img {
        margin: auto;
    }

    .accordions table tr td div {
        font-size: 11px;
        line-height: 15px;
        padding: 10px;
    }

    .counter {
        padding: 25px 0;
    }

    .counter span {
        font-size: 12px;
        line-height: 28px;
    }

    .counter span.count {
        font-size: 25px;
        line-height: 25px;
    }

    .counter img {
        width: 50px;
    }

    .counter p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .main--download .accordions table span {
        height: 60px;
    }
}

@media (max-width: 440px) {
    .we-do-list__content {
        min-height: auto;
    }

    .we-do-list__content p {
        min-height: 130px;
    }

    .we-do-list {
        max-width: 100%;
        margin-top: 30px;
    }

    .main--about .we-do-list {
        margin-top: 15px;
    }

    .we-do-list:before {
        display: none;
    }

    .we-do-list__item {
        margin-bottom: 0;
        width: auto;
        min-height: auto;
        width: 80px !important;
        height: 100px;
    }

    .we-do-list__item img {
        width: 40px;
        position: relative;
        margin: 0;
    }

    .we-do-list__item p {
        font-size: 8px;
        line-height: 10px;
        text-align: left;
        left: 0;
        width: auto;
        position: absolute;
    }

    .we-do-list__item.active {
        top: 0;
    }

    .we-do-list__item p:before {
        display: none;
    }
}

@media (min-width: 1380px) {
    .counter p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 15px;
        text-align: center;
    }

    .OurTeamIcon {
        margin-left: 25%;
        text-align: center;
    }


}

@media (max-width: 380px) {
    .accordions table span {
        height: 60px;
    }
}

/* ------------------------------------------------------------------------------------------
    css modified by akash

-------------------------------------------------------------------------------------------*/

header {
    background-color: #fff;
    border-bottom: 1px solid #fff !important;
}

.main-menu__item a:active {
    color: black !important;
    background-color: #fff !important;
}

.main-menu__item a:hover {
    color: black !important;
    background-color: #fff !important;
}

.nav>li>a:hover {
    background-color: #077cbe;
}

@media (max-width: 940px) {

    .mobile-menu>li>a {
        color: #000;
        font-size: 17px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'MyriadPro-Bold';
    }
}

@media (min-width: 940px) {
    .OurTeamIcon {
        padding: 35px 0 55px 0;
        display: block;
        margin: auto;
        text-align: center;
    }

}

/* for global use */

/**/

@media (min-width: 840px) {
    .counter p {
        text-align: center;
    }

    .quoteLeftPart {
        width: 25%;
        float: left;
    }

    .quoteRightPart {
        width: 75%;
        float: left;
    }

    .partnerLogo {
        /*width: 360px;
    height: 101px;*/
        margin-top: -5%;
        margin-left: 20%;
    }

    .sap_Leftdiv {

        float: left;
        text-align: center;

    }

    .sap_Rightdiv {

        float: right;
        margin-right: 30%;
    }

    .spline {
        margin: 17px 0 17px;
        height: 0;
        border: solid #ddd;

    }

    .productPage_Rightdiv {
        width: 78%;
        float: right;
        margin: 2%;
    }

    .productPage_Leftdiv {
        width: 16%;
        float: left;
        text-align: center;

    }

    .productPage_Leftdiv>img {
        margin: 15%
    }
}


@media (max-width: 668px) {

    .main--contact form {
        width: 100%;
    }

    .OurTeamIcon {
        display: block;
        margin: auto;
        text-align: center;
        padding: 35px 0 55px 0;
    }

    .quoteLeftPart {
        width: 100%;
    }

    .quoteRightPart {
        width: 100%;
    }
}

@media (min-width: 660px) {
    .OurTeamIcon {
        display: block;
        margin: auto;
        text-align: center;
        padding: 35px 0 55px 0;
    }
}



li.drop-down>ul {
    /*left: -20px;*/
    width: 150px;
}

.AnimateTitle {
    border-bottom: initial !important;
}

.image-Azure {
    background: url('images/azure-service.png') no-repeat center;
    background-size: inherit;
    flex: 1;
}


.hero-small--SP_consulting {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero_spConsulting.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--SPcustomization {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-spCustomization2.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--SP_migration {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-spMigration2.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--SP_integration {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-spIntegration.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--SP_Theming {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-spTheming.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--DnnConsulting {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero-Dnn1.jpg) no-repeat center;
    background-size: cover;
}

.hero-small--Azure {
    background: url(/Portals/_default/Skins/NewXrmlabsSkin/images/hero_Azure.jpg) no-repeat center;
    background-size: cover;
}


.contentPara {
    min-height: 100px;
    font-size: 15px;
}

.sliderPara {
    font-family: 'Roboto Light';
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: large;
    font-weight: bolder;
    display: block; 
    width: 100% ; 
    text-align: justify;
    margin: 0;
}


@media only screen and (min-width: 1224px) {
    .product-gallery-popup .product-popup-content {
        position: absolute;
        width: 90% !important;
        height: 100% !important;
        top: 50% !important;
        left: 50% !important;
        margin-left: -400px !important;
        margin-top: 130px !important;
        background-color: #fff !important;
        overflow: auto !important;
        padding: 10px 10px 0px 10px !important;
    }
}

@media only screen and (min-width: 321px) {
    .product-gallery-popup .product-popup-content {
        position: absolute;
        width: 90% !important;
        height: 100% !important;
        top: auto !important;
        left: 1px !important;
        margin-left: 90px !important;
        margin-top: 130px !important;
        background-color: #fff !important;
        overflow: scroll !important;
        padding: 10px 10px 0px 10px !important;
    }
}


