@font-face{font-family:'Poppins';font-style:normal;src:url("/wp-content/themes/cloudq/fonts/poppins-400.woff2") format("woff2");font-weight:400;font-display:swap}@font-face{"
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(//cloudq.net/wp-content/themes/cloudq/css/fonts/material.woff2) format("woff2");
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #000;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}
a{color:#2988fc;}
a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #1c1c1c;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

.texarea{
    resize: none !important;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    resize: none !important;
}
.wpcf7-select{
    height: 40px !important;
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
}
.wpcf7-list-item input{
    position:relative;
    top:-17px;
}
h1 {
    font-size: 50px;
    line-height: 60px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 24px;
    line-height: 30px
}
h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.color-primary-old {
    color: #ff2050
}
.color-primary {
    color:#2988fc;
	font-weight: bold;
}
.color-primary :hover{
    color:#f7981f
}
.color-primary-orange {
    color: #f7981f
}


.text-white {
    color: #fff
}

.form-control {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8)
}
.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.d-table {
    display: table;
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}


.full-height {
    height: 100vh;
	min-height:725px;
}
.mt-20{padding-top:20px;}
/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-color: #ff2050;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0.8
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Header Area
---------------------------------------------------------------------------------------*/
@media screen and (min-width: 993px){
nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: 100% !important;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0 !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: 0px !important;
}
}
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.08);
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: 0
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #000;
    font-weight: 500;
}

nav.navbar.bootsnav.affix ul.nav > li > a {
    color: #000;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #f7981f;
}

nav.navbar.bootsnav ul.nav > li.active > a{
   /* color: #f7981f;*/
}

.navbar.navbar-default.bootsnav.affix {
    background-color: #fff;z-index: 99999;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.affix {
    width: 100%;
}

.navbar.affix .navbar-brand.logo,
.navbar .navbar-brand.logo-two {
    display: none
}

.navbar.affix .navbar-brand.logo-two {
    display: block
}

/*-------------------------------------------------------------------------------------
    Hero Area
---------------------------------------------------------------------------------------*/

#hero-area {
    position: relative;
    background-attachment: fixed;
    background-position: top
}
.hom-hero-area {
    position: relative;
    background-attachment: fixed;
    background-position: top
}

.hero-content {
    position: relative;
    padding-top: 0px;
}

.cd-headline {
    font-size: 50px;
    line-height: 60px;
    margin: 0
}

#particles {
    height: 100%;
    width: 100%;
	overflow:hidden;
}

#particles canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index:-1;
    pointer-events: none;

}


/*-------------------------------------------------------------------------------------
    Slider Area
---------------------------------------------------------------------------------------*/

.slide-single {
    position: relative;
    background-position: top;
    padding-top: 5%
}

.slide-caption {
    padding: 0 10%;
    width: 65%
}
.slide-btn a {
    background-color: #2988fc !important;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
	cursor: pointer;
}
.fontslider{
    font-size: 18px;
}
.slide-btn a:visited {
    background-color: #f7981f;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #f7981f;
    z-index:999;
}

.slide-btn a.transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.slide-btn a:hover {
    background-color: #f7981f !important;
    border-color: #f7981f !important;
    /*color: #2988fc;*/
	color:#ffffff;
	font-weight:bold;
	cursor: pointer;
}

.slide-btn a:hover .fa {
    font-family: fontawesome;
    font-weight: 400;
}

.owl-item.active .slide-caption h4 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-caption p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide-caption .slide-btn {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.owl-stage {
    margin-left: -2px
}

.silder .owl-nav div {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 30px;
    width: 60px;
    height: 60px;
    top: 55%;
    left: 20px;
    padding: 10px 14px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%
}

.silder .owl-nav div:hover {
    background-color: #ff2050
}

.silder .owl-nav .owl-next {
    right: 20px;
    left: auto;
    padding: 10px 16px;
}

.silder .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px
}

.silder .owl-dot {
    height: 6px;
    width: 40px;
    margin: 0 4px;
    display: inline-block;
    background-color: #fff
}

.silder .owl-dot.active {
    background-color: #ff2050;
}


/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading {
    padding: 0 0 50px
}

#homesection-66{
	padding: 65px 0px 101px;
	background:#f9f9f9;
}

/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/

#about-phone{
	position: relative;
    top: 3px;
}

#aboutrow{
	position:relative !important;
	top:47px !important;
}
#about-area {
    padding: 80px 0
}

.about-content h6 {
    margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------
    Service Area
---------------------------------------------------------------------------------------*/

#services-area {
    padding: 70px 0 80px
}
#page-areahelp {
    padding: 78px 0 69px;
	background: #fff;
}
#page-area {
    padding: 78px 0 69px;
	background: #ffffff;
}

#page-areaptable {
    padding: 78px 0 69px;
	background: #ffffff;
	display:none;
}
#page-areaptabl {
    padding: 78px 0 69px;
	background: #ffffff;
}
#privacy-page-area {
    padding: 78px 0 0px;
	background: #f9f9f9;
}

.service-single {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 30px 15px 20px;
    border-radius: 10px;
    border: 1px solid #e6f0fa;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-single:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 22px 40px #e6f0fa;
    box-shadow: 0 22px 40px #e6f0fa;
}

.service-single i {
    font-size: 30px;
    color: #ff2050;
    display: block;
    margin: 0 0 10px;
}

.service-single h5 {
    margin: 0 0 5px;
}

/*-------------------------------------------------------------------------------------
    Why Choose Area
---------------------------------------------------------------------------------------*/

#why-choose-us {
    position: relative;
    padding: 70px 0;
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/banner-2.jpg);
    background-attachment: fixed
}

.why-choose-content {
    padding-right: 8%;
}

.why-choose-content ul {
    padding: 8px 0 0;
}

.why-choose-content ul li {
    padding: 6px 0;
}

.why-choose-content li i {
    font-size: 10px;
    padding-right: 4px;
}

.skill-bars {
    padding: 30px 0 0;
}

.progress {
    background-color: #ddd;
    border-radius: 0;
    height: 6px;
}

.progress-bar {
    /*background-color: #ff2050;*/
	background-color:#96c2f9;
}

.progress-plava {
    background-color: #007bff !Important;
}
.progress-bar2 {
    background-color: #ffc107 !Important;
}
.progress-bar3 {
    background-color: #ff2050;
}

/*-------------------------------------------------------------------------------------
    Portfolio Area
---------------------------------------------------------------------------------------*/

#portfolio-area {
    padding: 70px 0 75px;
}

.portfolio-menu button {
    background-color: transparent;
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 30px;
    margin: 0 0 30px;
}

.portfolio-menu button.active,
.portfolio-menu button:hover,
.portfolio-menu button:focus {
    background-color: #ff2050;
    border-color: #ff2050;
    color: #fff
}

.portfolio-menu button:focus {
    outline: none;
}

.portfolio-list .grid-item {
    padding: 5px
}

.portfolio-single {
    position: relative;
    overflow: hidden
}

.portfolio-single:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
    top: 0
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.portfolio-overlay a {
    color: #ff2050;
    font-size: 24px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 65px;
    margin: 0 0 15px;
}

.portfolio-overlay a:hover {
    color: #fff;
    background-color: #ff2050
}

/*-------------------------------------------------------------------------------------
    Pricing Area
---------------------------------------------------------------------------------------*/

#pricing-area {
    padding: 70px 0 80px
}

.pricing-table-single {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 0 50px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    border: 1px solid #e6f0fa;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.pricing-table-single:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 22px 40px #e6f0fa;
    box-shadow: 0 22px 40px #e6f0fa;
}

.pricing-table-single.recom {
    position: relative;
    overflow: hidden
}

.p-table-price h2 {
    font-size: 40px;
    margin: 25px 0 20px
}

.p-table-price h2 sub {
    font-size: 12px;
    color: #555;
    font-weight: 600;
}

.p-table-price h2 span {
    font-size: 24px;
    font-weight: 500;
    padding-right: 4px;
}

.p-table-content ul li {
    padding: 6px 0;
    font-weight: 500
}

.p-table-btn a {
    display: inline-block;
    border: 2px solid #ff2050;
    padding: 8px 20px;
    border-radius: 30px;
    color: #ff2050;
    font-weight: 500;
    margin: 25px 0 0;
}

.p-table-btn a:hover {
    background-color: #ff2050;
    color: #fff
}

.ribbon {
    position: absolute;
    left: -120px;
    top: 40px;
    width: 100%;
    background-color: #ff2050;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 6px 0;
}


.salesforce-test {
    position: relative;
    padding: 100px 0;
    background-color:#f9f9f9 ;
	padding-top: 63px;
}
#izjave-area {
    position: relative;
    padding: 100px 0;
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/banner-2.jpg) ;
    background-attachment: fixed;
	padding-top: 63px;
}
#kon-area {
    position: relative;
    padding: 70px 0;
    background: #a7adba !important;
}
.count-hom {
	margin-top:-1px;
    position: relative;
    padding: 31px 0px 29px 0px ;
    background:#2988fc;
	z-index:7;
}
.count-homw {
	margin-top:-1px;
    position: relative;
    padding: 31px 0px 29px 0px ;
    background:#ffffff;
	z-index:7;
}
.count-sales {
	margin-top:-1px;
    position: relative;
    padding: 31px 0px 29px 0px ;
    background:#fff;
	z-index:7;
}
#brojac-area {
	margin-top:-1px;
    position: relative;
    padding: 35px 0;
    background:#2988fc;
	z-index:7;
	padding-bottom: 0px;
}
.marbre{
    margin-top: 20px;
}
.homfont{
    font-size:45px;
	margin-top:0px;
}

/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 70px 0 85px;
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/banner-2.jpg);
    background-attachment: fixed;
    position: relative;
}

.video-popup-icon {
    position: relative;
    margin: 40px 0 0;
}

.video-content a {
    display: inline-block;
    font-size: 30px;
    color: #ff2050;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 85px;
    position: relative;
    z-index: 2
}

.video-content a:hover {
    background-color: #ff2050;
    color: #fff
}

.pulse1 {
    position: absolute;
    width: 95px;
    height: 95px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: pulsejg1 1.3s linear infinite;
    animation: pulsejg1 1.3s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse2 {
    position: absolute;
    width: 95px;
    height: 95px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-animation: pulsejg2 0.9s linear infinite;
    animation: pulsejg2 0.9s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .9);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
    Team Area
---------------------------------------------------------------------------------------*/
#ateam-area {
    padding: 70px 0 0px;
  padding-bottom: 0px; 
}
#team-area {
    padding: 70px 0 85px;
 /* padding-bottom: 0px; */
	background: #f9f9f9;
}
#our-team {
    padding: 65px 0 78px;
 /* padding-bottom: 0px; */
	background: #f9f9f9;
	display:none;
}
#partnership {
    padding: 65px 0 107px;
 /* padding-bottom: 0px; */
	background: #fff;
}

.team-single {
    border: 1px solid #e6f0fa;
    border-radius: 10px;
	margin-top: 8px;
    padding: 0 0 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	background:#ffffff;
}

.team-single:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
   /* -webkit-box-shadow: 0 22px 40px #e6f0fa;
    box-shadow: 0 22px 40px #e6f0fa;*/
}

.team-member-info {
    padding: 20px 0 0;
}

.team-social-icons ul li {
    display: inline-block;
    margin-right: 20px;
}

.team-social-icons li a {
    display: block;
    font-size: 20px;
    color: #2988fc;
}

.team-social-icons li a:hover {
    display: block;
    font-size: 20px;
    color: #f7981f;
}

/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/

.testimonial-section {
  padding: 60px 0 85px;
  position: relative;
  background: url(//cloudq.net/wp-content/themes/cloudq/css/../upload/banners/1.jpg) fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .box-header{
	color: #fff;
	font-weight: 800;
}
.testimonial-section .title-section{
	margin-bottom: 60px;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .title-section {
  text-align: center;
}
.testimonial-section .title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 00px;
  color: #ffffff;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 40px;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #07c5ac;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 14px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  margin: 0 0 30px;
  color: #ffffff;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #07c5ac;
  border-color: #07c5ac;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.5);
}

/*-------------------------------------------------------------------------------------
    Counter Area
---------------------------------------------------------------------------------------*/
#brojac-row{
     position: relative;
     top: 27px;
	    padding-bottom: 20px;
}

#counter-area {
    padding: 80px 0 65px;
}

.blog-single {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    border: 1px solid #e6f0fa;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
	background-color:#ffffff;
}
.cat-single {
	padding: 0px 6px;
   /* -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;*/
    border: 1px solid #e6f0fa;
    overflow: hidden;
    margin: 0 0 13px;
	background-color:#ffffff;
	min-height: 274px;
}

.counter-single i {
    font-size: 30px;
    color: #f7981f;
    display: inline-block;
    margin: 0 0 12px;
}

/*-------------------------------------------------------------------------------------
    Blog Area
---------------------------------------------------------------------------------------*/
#blog-area2 {
    padding: 50px 0 0px
}
#blog-area {
    padding: 70px 0 10px;
	/*background-color: #D3D3D3;*/
	background-color: #ffffff; 
}

.blog-details {
    padding: 20px;
}

.blog-details p a {
    display: inline-block;
    font-size: 12px;
    padding-right: 12px;
}

.blog-details p a i {
    color: #ff2050;
    padding-right: 2px;
}

.blog-details h5 a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px;
}

.blog-details h5 a:hover,
.blog-details p a:hover {
    color: #ff2050
}

/*-------------------------------------------------------------------------------------
    Partner Area
---------------------------------------------------------------------------------------*/

#partner-area {
    padding: 50px 0 40px
}

.partner img {
    max-width: 130px;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.partner img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/*-------------------------------------------------------------------------------------
    Contact Area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 70px 0 80px
}

.contact-content {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    border-radius: 10px;
    padding: 50px;
    border: 1px solid #e6f0fa;
}

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

.contact-form button {
    background-color: #ff2050;
    border: 0;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff
}

.contact-form button:hover {
    background-color: #e80738;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}

.contact-info-single span i {
    color: #ff2050;
    padding-right: 6px;
}

.contact-info-single h6 {
    margin-bottom: 5px;
}
.naslov1{
    line-height: 1.2;
    font-size: 45px;
   font-weight:700;
}
.naslov2{
    line-height: 1.2;
    font-size: 45px;
    font-weight:300;
}

/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/

#footer60{
	padding-bottom: 45px;
	position: relative;
    top: 25px;
}
.footer {
    background-color: #fff;
    color: #F9F9F9;
    position: relative;
    width: 100%;
    display: block;
    /*padding-top: 10px;*/
}
.footer .footer-block {
    padding-top:30px;
    padding-bottom:30px;
}
    .footer hr {
        border-color: #eee;
    }

    .footer .footer-info p {
        color: #000;
    }
   /* .ptb-60{padding-bottom: 30px;}*/

.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
}
.fut-logo {
    display: inline-block;
    width: 100%;
}

.contact .social {
    color: #fff;
    font-size:20px;
}
.footer .social{
    font-size: 16px;
    margin-top:20px;
}
.footer .link-title {
    color: #fff;
    margin-bottom:20px;
}
.footer ul {
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer ul li{
    color: #fff;
    margin-bottom:10px;
	/*line-height: 24px;*/
}

    .footer ul.social li, .contact ul.social li {
        color: #fff;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.footer .link a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
}

.footer .link-small a {
    color: #fff;
    font-weight: 600;
    text-transform: none;
}
.footer .link a:hover {
	color:#f7981f;
}
.footer .copyright {
    color: #fff;
    text-align: center;
	background-color:#323232;
}
#copyright-row{
	position: relative !important;
    top: 30px !important;
}
#contact-icons{
	font-size: 20px;    
    position: relative;
    top: 4px;
	/*color: #2988fc;*/
	color:#000080;
}
#contact-icons:hover{
	font-size: 20px;    
    position: relative;
    top: 4px;
	color: #f7981f;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-wrap {
    padding: 80px 0 55px;
}

.page-title {
    padding: 160px 0 60px;
    position: relative
}

.page-content {
    position: relative
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 0 4px
}

.breadcrumb li a {
    display: block;
    font-weight: 500;
    color: #ff2050;
}

.blog-sidebar {
    padding: 20px 30px 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    overflow: hidden;
    border-radius: 10px
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.blog-sidebar .widget h4 {
    margin: 0 0 15px;
}

.widget.search {
    position: relative
}

.widget.search input {
    height: 45px;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 58px;
}

.widget.recent-post {
    margin: 0 0 20px
}

.recent-post-single {
    margin: 0 0 10px;
    overflow: hidden
}

.recent-post-img {
    width: 30%;
}

.recent-post-img a {
    display: inline-block;
}

.recent-post-cont {
    width: 70%;
    padding-left: 4%;
}

.recent-post-cont h5 {
    font-weight: 600;
    margin: -10px 0 0
}

.recent-post-cont p span {
    font-size: 11px;
    font-weight: 600;
    margin: -4px 0 -12px;
    display: block;
}

.widget.category ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6f0fa;
    font-weight: 500;
}

.widget.category ul li:first-child {
    border-top: 1px solid #e6f0fa;
}

.widget.category ul li a:hover,
.recent-post-cont h5 a:hover {
    color: #ff2050
}

.widget.tags span a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 1px solid #000;
    font-weight: 500
}

.widget.tags span a:hover {
    border-color: #ff2050;
    background-color: #ff2050;
    color: #fff
}

.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0 2px;
    border: 1px solid #e6f0fa;
}

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #ff2050;
    border-color: #ff2050;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    Blog Details Page
---------------------------------------------------------------------------------------*/

.blog-details-wrap {
    padding: 80px 0
}

.post-comments h4 {
    margin: 40px 0 30px;
}

.comment-single .media-body p a {
    font-weight: 500;
    padding-right: 5px;
    font-size: 12px
}

.comment-single .media-body p a:hover {
    color: #ff2050;
}

.comment-single img {
    border-radius: 50%;
    width: 60px;
}

.comment-single .media-body {
    padding: 0 0 10px;
}

.comment-single.inner {
    padding: 30px 0 0;
}

.comment-form input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
}

.comment-form textarea {
    border-radius: 25px;
    padding: 15px 0 0 20px
}

.comment-btn button {
    color: #ff2050;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid #ff2050;
    background-color: transparent;
}

.comment-btn button:hover {
    background-color: #ff2050;
    border-color: #ff2050;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
     Live Demo
---------------------------------------------------------------------------------------*/

.demo-item {
    margin: 0 0 30px;
}

.demo-item:hover .demo-overlay {
    opacity: 1;
    visibility: visible
}

.demo-inner {
    -webkit-box-shadow: 0 0 6px #e6f0fa;
    box-shadow: 0 0 6px #ccc;
    position: relative
}

.demo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 32, 80, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.demo-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.demo-cell {
    display: table-cell;
    vertical-align: middle
}

.demo-cell a {
    display: inline-block;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff
}

.demo-cell a:hover {
    background-color: #f5f5f5;
    color: #ff2050
}

.demo-item h3 {
    text-align: center
}

.demo-item h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 30px;
}

.demo-item h3 a:hover {
    color: #ff2050;
}

.demo-heading-content h1 {
    font-weight: 700;
}

.demo-heading-content a {
    display: inline-block;
    background-color: #ff2050;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 2px;
    margin: 30px 10px 0;
}

#demo-heading {
    padding: 90px 0 0;
}

#demo-area {
    padding: 100px 0 60px;
}

.portimg {
    width: 180px;
    margin-bottom: 20px;
}

.managment-border {
    background: #ff214f;
}
.managment-border {
    width: 50px;
    height: 5px;
    margin-bottom: 20px;
    border-radius: 50px;
}

/*==========================================
 breadcumb-area
===========================================*/

.breadcumb-area {
    background:url(https://cloudq.net/wp-content/uploads/2021/05/breadcrum-bg.jpg);
    min-height: 220px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
	z-index:-1;
	background-position:center;
}

.breadcumb-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 /*  background: linear-gradient(to top, rgb(11, 59, 76), #2980b9);*/
    opacity: .5;
}

.breadcumb-wrap h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #392c2c;
    position: relative;
    margin-top: 44px;
    line-height: 35px;
}
.breadcumb-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #392c2c;
    position: relative;
    margin-top: 88px;
    line-height: 35px;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    position: relative;
}

.breadcumb-wrap ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    position: relative;
}

.breadcumb-wrap ul li a:hover {
    color: #fa5c5d;
}

.breadcumb-wrap ul li:last-child {
    color: #fa5c5d;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}
.testimonial-area-2 {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.features-b{
  border-bottom: none;
}

/*===========================
       Service Style 4
  =========================*/
  
 .primary-color{font-weight:bold;} 

.service-stylesalesforce{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/02/salesforce-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;	
}
.service-stylerobo1{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;	
}
.service-stylerobo2{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;	
    padding-top: 60px !important;
}
.service-stylehelp{
	padding: 40px 0px 6px;	
}

.service-style5{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;	
    padding-top: 90px !important;
}
.service-style4{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;
}
.service-style3{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 51px 0px 60px;
}
.service-style6{
    background-image: url("https://cloudq.net/wp-content/uploads/2020/12/cloudq-bg-6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 51px 0px 60px;
}
.service-style4 .js-services-item:hover {
    box-shadow: none !important;
}
.service-style4 .js-service-content {
  left: 0;
  margin-bottom: 0px;
}
.service-style-proven{
    background-image: url(https://cloudq.net/wp-content/uploads/2019/05/career.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
	padding: 40px 0px 6px;
}
.service-style2 .js-services-item {
  border:none;
  /*box-shadow: 0 0 0 1px #eee;*/
}
canvas#bargraph{
  height: 400px
}
#whatdo{
    margin-bottom:0px !important;
	padding: 39px 0px 57px;
	margin-top: -1px;
}
#whatdohelp{
    margin-bottom:0px !important;
	padding: 39px 0px 57px;
	margin-top: -1px;
}
#whatdoex{
    margin-bottom:0px !important;
	padding: 39px 0px 57px;
	margin-top: -1px;
}
@media screen and (min-width: 550px) { 
.img-sec{
	width:550px;
}
}

@media screen and (max-width: 449px) { 
.img-sec-sol{
	width:100%;
}
}
@media screen and (min-width: 600px) { 
.img-sec-sol{
	width:600px;
}
}

@media screen and (max-width: 599px) { 
.img-sec{
	width:100%;
}
}
@media screen and (min-width: 1200px) { 
	#whatdoex img.img-responsive{      
		width:92%; 
	}
	#whatdohelp img.img-responsive{      
		width:92%; 
	}
}

#partnership{
    margin-bottom:0px !important;
	padding: 39px 0px 107px;
	margin-top: -1px;
}
@media screen and (min-width: 1200px) { 
	#partnership img.img-responsive{      
		width:92%; 
	}
}

/*=========== Services Area ===========*/
.service-bg {
  position: relative;
  overflow: hidden;
}

#client-logos{padding:46px 0px 65px;}

#service-content-slides .owl-stage-outer {
  margin-left: 15px;
  margin-right: -30px;
}

.service-bg:after{
  background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/service/service-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right:  0px;
  top: 0;
  width: 62%;
}

.funfact-review{
  background-attachment: fixed;
  background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/hero/image-4.jpg);
  background-size: cover;
}
.js-service-bg{
  background-attachment: fixed;
  background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/hero/image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-style2 .js-services-item{
    background: transparent;
 	/* margin-bottom: 30px;*/
	color:#ffffff;
}
.service-style2 .js-services-item p{
	color:#ffffff;
}
.js-services-item .media-body a:hover,
.service-style2 .js-services-item a:hover{
  color: #ffffff;
}

.js-services-item a{
  color: #ff2050;
}

.media-body span{
  margin-top:55px;
}
.js-services-item{
    height:230px;
}
.js-services-item11:hover{ 
  /*background: #85C1E9;*/
  background: #2988fc;
  position: relative;
  border-left: 5px solid;
  transition: all 0.5s ease 0s;
  color:#fff;
}
.js-services-item:hover p{
  color:#fff;
}
.js-services-item{
  position: relative;
  border-left: 5px solid
}
.js-services-item .media{
  margin-bottom: 10px;
    

}

.js-services-item.active,
.js-services-item {
    position: relative;
}

.js-service-area{
  padding-left: 100px;
}

.js-service-content {
  position: relative;
}

.js-service-top {
  margin-top: -50px;
}

.js-services-icon {
  font-size: 35px;
  margin: 0 15px 0 0;
  max-width: 50px;
  padding: 0;
}
.service-style2 .js-services-icon {
  margin: 0 15px 0 0;
  padding: 0;
}

.js-services-item img{
  max-width: 50px;
}
.js-services-item {
  padding: 25px;
}


.js-services-item .media-body span {
  font-size: 17px;
  font-style: italic;
	color: #2988fc;
}
.media{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.mat20{
    margin-top:20px;
	font-weight: bold;
}
.bela{
    color:#fff;
}

.blog-content {
  background: #f9f9f9;
  padding: 71px 0px 70px;
}

.blog-content .blog-card {
  margin-bottom: 30px;
}

.blog-content .blog-card .image img {
  width: 100%;
  height: 100%;
}

.blog-content .greenlight_button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.post-wrap {
  background-color: #e1e5f9;
}

.post-wrap img {
  max-width: 100%;
}

.post-wrap .post-content {
  font-family: 'Open Sans', sans-serif;
}

.post-wrap .post-content h2 {
  color: #333333;
  font-size: 1.75rem;
  line-height: initial;
  font-weight: 900;
}

.post-wrap .post-content p,
.post-wrap .post-content h2,
.post-wrap .post-content img {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.post-wrap .more-articles h2 {
  font-weight: 700;
  font-size: 2.25rem;
  color: #333333;
  padding-bottom: 35px;
}

.post-wrap aside .user-info {
  text-align: center;
}

.post-wrap aside .user-info .photo {
  width: 100px;
  height: 100px;
  background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/team/face-1.png);
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.post-wrap aside .user-info .photo:hover {
  border-width: 0;
}

.post-wrap aside .user-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #333333;
  padding-top: 5px;
}

.post-wrap aside .user-info h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

.post-wrap aside .social {
  text-align: center;
}

.post-wrap aside .social li a {
  background-color: #3950c4;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post-wrap aside .social li a i {
  font-size: 1.125rem;
  line-height: 45px;
}

.post-wrap aside .social li a:hover {
  color: #3950c4;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.post-wrap aside .share {
  font-size: 1.25rem;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 3.125rem 0 1.25rem 0;
}
/* ** 1.15 Blog Cards ** */
.blog-card {
  
  margin-right: 15px;
  margin-left: 15px;
  background-color: #142f6a;
  border-radius: 10px;
  overflow: hidden;
 
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px;
}

.salescontent{
    height:420px;
   background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
 
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px; 
}

.salescontent:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 174px;
  left: 10;
  top: calc(50% - 87px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a5aff), color-stop(#0071ff), color-stop(#0084ff), color-stop(#0095ff), to(#0aa4f9));
  background-image: -o-linear-gradient(top, #3a5aff, #0071ff, #0084ff, #0095ff, #0aa4f9);
  background-image: linear-gradient(to bottom, #3a5aff, #0071ff, #0084ff, #0095ff, #0aa4f9);
  z-index: 1;
}

.salescontent .image {
    padding:50px 20px 20px 20px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.salescontent .article-content {
  padding: 30px 20px 40px 40px;
}


.salescontent:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
}



.blog-card:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 174px;
  left: 0;
  top: calc(50% - 87px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a5aff), color-stop(#0071ff), color-stop(#0084ff), color-stop(#0095ff), to(#0aa4f9));
  background-image: -o-linear-gradient(top, #3a5aff, #0071ff, #0084ff, #0095ff, #0aa4f9);
  background-image: linear-gradient(to bottom, #3a5aff, #0071ff, #0084ff, #0095ff, #0aa4f9);
  z-index: 1;
}

.blog-card:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
}

.blog-card .article-content {
  padding: 30px 20px 40px 40px;
}
.salesforcediv{
    padding: 30px 20px 40px 40px;
}
.salesforcediv:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
}
.salesforcediv .image {
    padding:50px 20px 20px 20px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.salesforcediv .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 31, 81, 0.1);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog-card .image {
    padding:50px 20px 20px 20px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blog-card .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 31, 81, 0.1);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog-card .image:hover:before {
  opacity: 1;
}

.blog-card .category,
.blog-card .date {
  font-size: 0.875rem;
  color: #cdd6f6;
  padding-right: 20px;
}

.blog-card .category:hover,
.blog-card .date:hover {
  color: #ffffff;
}

.blog-card .category i,
.blog-card .date i {
  margin-right: 5px;
}

.blog-card .title {
  font-size: 1.75rem;
  display: block;
  padding-top: 10px;
  text-align: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog-card .title:hover {
  opacity: 0.8;
}

.blog-card-light {
    height:400px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.blog-card-light .category,
.blog-card-light .date {
  color: #717172;
}

.blog-card-light .category:hover,
.blog-card-light .date:hover {
  color: #44484e;
}

.blog-card-light .category i,
.blog-card-light .date i {
  color: #3950c4;
}

.blog-card-light .title {
  color: #44484e;
}

.blog-card-light .title:hover {
  color: #08a1fa;
}
@media screen and (max-width: 767px) {
	
	#time-content,#time-content6,#time-content4  {padding-top:0px !important;}
	
}
#time-content {
    background: #ffffff !important;
    padding: 67px 0px 20px ;
	margin-top:-2px;
}
#time-content2 {
    padding: 82px 0px 82px;
	padding-bottom:0px;
    background: #f9f9f9 !important;
	
}
#time-content3 {
    background: #fff !important;
    padding: 83px 0px 83px !important;
}
#time-content4 {
    background: #f9f9f9 !important;
    padding: 67px 0px 53px ;
	margin-top: -2px;
}
#time-content5 {
    padding: 82px 0px 67px;
}
#time-content6 {
    background: #f9f9f9 !important;
    padding: 75px 0px 0px ;
	margin-top: -2px;
}
#time-content7 {
    padding: 74px 0px 60px;
}

.time-content {
    background: #f9f9f9 !important;
    padding: 30px;
}
.lista li{
    
}
.pad40{
    padding:40px;
}
.padt50{
    padding-top:40px;
}
.padb50{
    padding-bottom:50px;
}
.margtop30px{
    margin-top:30px;
}
.capt p{
    color:white !Important;
}
.capt h4{
    color:white !Important;
}

.gray-bgs {
    padding: 60px 0 96px;
    background: #f9f9f9;
}
.gray-bgs1 {
    padding: 65px 0 73px;
    background: #ffffff;
}

.gray-bgs2 {
    padding: 47px 0 96px;
    background: #2988fc;
	padding-bottom:0px;
}

.box-shadow, .accordion-01 .acco-group {
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
}

.white-bg {
    background: #ffffff;
}
.m-20px-b {
    margin-bottom: 20px;
}
.dark-color {
    color: #2e3280;
}
.font-alt {
    font-family: "Rubik", sans-serif;
}
.p-30px {
    padding: 30px;
}
.mycur{
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/banner-2.jpg) !important;
    background-attachment: fixed;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 147px;
}
.clienttext{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.clienttext-testi{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.carousel .item a {
    color: #ff2050;
}
.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {    
    padding: 30px 0 10px;
}
.carousel .overview {   
    text-align: center;
    padding-bottom: 5px;
}
.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block; 
    padding-bottom: 5px;
}
.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
}
.carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}
.carousel-control.left {
    left: auto;
    right: 40px;
}
.carousel-control.right i {
    margin-right: -2px;
}
.carousel .carousel-indicators {
    bottom: -45px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #e2e2e2;
    border-color: transparent;
}
.carousel-indicators li.active {
    border: none;
    background: #2988fc;       
}

#testimonial-area {
    padding: 75px 0 65px;
    position: relative;
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/banner-3.jpg);
    background-attachment: fixed
}

.testimonial-single img {
    max-width: 100px;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 4px solid #ff2050;
}

.client-info h5 {
    margin: 45px 0 0;
}

.client-comment p:before {
    font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f10d";
        margin-right: 10px;
        margin-top: 2px;
        color: #f7981f;
         font-size: 20px;
}

.client-comment p:after {
     font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f10e";
    color: #f7981f;
    margin-left: 10px;
    font-size: 20px;
}

.client-comment p {
    font-style: italic;
}

.testimonial .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px
}

.testimonial .owl-dot {
    border: 2px solid #ff2050;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block;
}

.testimonial .owl-dot.active {
    background-color: #ff2050;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.cherup{
    margin-top:-20px;
}
.paddd{
    padding:20px !important;
}
.pmtitle{
    color:#000;
}
.panel-body li{
    font-size:13px;
}

.img-circle {
    width:150px;
	border-radius: 50%;
}
.centarbree {
  display: block;
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
}

.wpcf7 input[type=submit] {
    font-size:18px;
   background-color: #f7981f;
    color: #ffffff;
    display: inline-block;
    margin: 35px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #f7981f;
    z-index: 999;
}
.wpcf7-text{
    width:100%;
}

.navbar-brand {
    padding: 5px 5px !important;
    
}

.navbar {
  min-height: 100px !important;
}
.carijera{
    position: relative;
    padding: 20px 0;
    background-image: url(//cloudq.net/wp-content/themes/cloudq/css/../img/18.jpg);
    background-attachment: fixed
}
.carijera li{
   color: #fff;
 font-size: 13px;
 transform: translate(0%, 3%);


}
.carijera h3{
    padding:30px;
   color: #fff;
 font-size: 18px;
 transform: translate(0%, 3%);
}

.carijera p{
    padding:13px;
   color: #fff;
 font-size: 18px;
 transform: translate(0%, 3%);
}
li.salesss{
	list-style:none;
}
li.salesss:before {
    margin-left: -14px;
    margin-right: 8px;
    content: ">";
	font-size: 15px;
    font-weight: bold;
}
li.salesss2{
	list-style:none;
}
li.salesss2:before {
    margin-left: -8px;
    margin-right: 8px;
    content: "> ";
	font-size:15px;
	font-weight:bold;
}
.salesss{
    font-size:14px;
    color:#fff;
	line-height: 31px;
}
.salesss2{
    font-size:13px;
    color:#333;
	line-height: 31px;
}
.lighting{
    padding:0 !important;
    margin:0 !important;
}
.lighting p{
    padding:0 !important;
    margin:0 !important;
}
.zuta{
    color:#2988fc;
}
.zuta:hover{
    color:#f7981f;
}
.coppp .zuta:hover {
    color: #f7981f;
}
.coppp{
    color:#fff;
    font-size: 14px;
}
.coppp a:visited{
    color:#2988fc;
}
.twitter-svg:hover{
	fill:#f7981f !important;
}
.footer-svg:hover{
	fill:#f7981f !important;
}
.ikonebre{
    color:#2988fc;
}
.ikonebre:hover{
    color:#f7981f;
}
#4hsize{font-size:24px;}
@media screen and (max-width: 991px) {
  .zenska {
   /* visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;*/
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .dzenska {
   /* visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none !important;*/
  }
}
.evms{
    position: relative !important;
    top: -140px !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display:none;
	z-index:9999;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .breadcumb-wrap{
       margin-top: 176px;
   }
}
@media screen and (min-width: 1200px) {
 #whatdo img.img-responsive{
   margin-top:-168px;
   width:92%;
 }
}

/*career*/
section.career-about {
    padding-top: 90px;
    padding-bottom: 90px;
	background: #ffffff;
	margin-top: -2px;
}

.career-bg h3 span{
	font-weight:100;
}
.career-bg h3{
	text-align:center;
	font-size:45px;
	font-weight:700;
	color:#fff;
}
.career-bg{
	position: relative;
    background: url(https://cloudq.net/wp-content/uploads/2019/05/bg-image-7.jpg) no-repeat center top / cover;
}
.career-bg .container{
	position:relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
.benefit-list li i{
	font-size: 23px;
    position: relative;
    margin-left: -31px;
    color: #2988fc;
    padding-right: 1px;
    font-weight: bold;
}
.benefit-list li{
	font-size:15px;
	color:#fff;
	list-style:none;
    margin-bottom: 11px;
}
.job-title h2{
	text-align:center;
	margin-top:90px;
	margin-bottom: 20px;
}
.sjb-container {
    margin-top: 90px;
}
.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
    font-family: fontawesome;
}
.job-list-sec{
	margin-bottom:0px;
}

/* .jobpost-form{display:none;} */
.career-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .75;
}
.benefit-list-row{
	    margin-top: 60px;
}
.why-work .why-work-inner{
	align-items: center;
    display: flex;
    flex-direction: column;
}
.why-work span{
	height: 30px;
    width: 70px;
    display: flex;
    text-align: center;
    position: relative;
}
.why-work .fa{
    color: #2988fc;
    font-size: 30px;
    text-align: center;
	    font-family: fontawesome;
	padding:19px;
}
.why-work .fa:hover{
	color:#f7981f;
	    font-family: fontawesome;
font-weight:400;
}
.why-work-sec h4{
	color:#fff;
	margin-top:7px;
	text-align:center;
}
.why-work-sec{
	position: relative;
    background: url(https://cloudq.net/wp-content/uploads/2021/07/career.jpg) no-repeat center top / cover;
	    background-attachment: fixed;
}
.why-work-sec .container{
	position:relative;
    padding-top: 35px;
    padding-bottom: 50px;
}
.why-work-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0, 0, 0); 
    opacity: .65;
}
.why-work-sec .margin-why{
	margin-top:10px;
}
.why-work-tiltle h1{
	text-align:center;
	font-size: 39px;
    color: #fff;
}

.why-work .fa-lightbulb-o {
	margin-left:7px;
}
.why-work .fa-clock-o,.why-work .fa-clock,.why-work .fa-plus,.why-work .fa-power-off {
}
.why-work .fa-plane,.why-work .fa-user {
	margin-left:4px;
}
.why-work .fa-file-code-o {    margin-left: 4px;
}
.why-work-sec h4 {
    font-size: 17px;
    letter-spacing: 2px;
}
.navbar-brand > img{
	width:135px
}
.navbar {
    min-height: 74px !important;
}
@media only screen and (min-width: 1024px){
nav.navbar.bootsnav ul.nav > li > a {
    padding: 28px 15px 24px 15px !important;
}
}
form#sjb-application-form {
    display: none;
}
.single-job-back:hover a {
    color: #fff;
}
ul#menu-meni a {
    font-size: 13px;
}
a.navbar-brand.logo-two img {
   /* width: 150px;
    margin-top: 12px;*/
}

.benefit-list li span {
    float: left;
}

@media screen and (min-width: 1200px) {
@-moz-document url-prefix() {
.lar-pad{
	margin-bottom:301px !important;
}
}
}
.lar-pad{
	margin-bottom:302px;
}
input[type=comp] {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	font-size: 14px;
}
.light-what-we-do{
	background-color:#f9f9f9;
}
input.hPot_checker{
	display:none;
}
label[for=g-recaptcha]
{
    display:none;
}
.home #particles canvas{
	z-index:0;
}
img{cursor:auto;}
nav.navbar.navbar-default.bootsnav.affix .logo-two {
    margin-left: 0px;
}

@media screen and (max-width: 992px) {
	.affix-top a.navbar-brand.logo-two img{display:none !important;}
	.navbar {
    min-height: 70px !important;
}.navbar.navbar-default.bootsnav.affix {
    min-height: 70px !important;
}
}
.awsm-job-form{
	
}
.backjob{
	color:#ffffff !important;
	
}
.backjob:hover{
	color:#ffffff !important;
	
}
.awsm-job-single-wrap li{
	font-size:15px;
	margin-bottom: 8px;
}
.awsm-jobs-single-title {
	margin-top:0px;
	padding-top:5px;
    font-size: 25px;

}
.awsm-job-container .aab_wrap {
    display: none !important;
}
.awsm-job-specification-wrapper {

    float: left;
    margin-left: 35%;
}
@media screen and (max-width: 991px) {
.awsm-job-specification-wrapper {

    float: left;
    margin-left: 0%;
}	
}

@supports (-moz-appearance:none) { 
               .lar-pad {
    margin-bottom: 319px;
 
	} }

.progress-bar1{
	background-color:#71ACF7;
}
.progress-bar2{
	background-color:#ecd746;
}

.progress-bar3{
	background-color:#e76752;
}
.awsm-filter-wrap .awsm-filter-item{
	width:30%;
}
.awsm-filter-wrap .awsm-filter-item:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}
@media only screen and (max-width: 479px) and (min-width: 360px){
nav.navbar .navbar-brand img.logo {
    margin: 2px auto 0;
	}
.navbar.affix .navbar-brand img.logo {
    margin: 0 auto 0;
    margin-left: 16px;
}}

@media screen and (min-width: 1200px) {
	.lar-pad{
	margin-bottom:0px;
}
@supports (-moz-appearance:none) { 
               .lar-pad {
    margin-bottom: 14px;
 
	} }}

@media only screen and (max-width: 1199px) and (min-width: 260px){
	.lar-pad{
		margin-bottom:30px;
	}
	 
}
@media screen and (min-width: 1200px) {
	.logged-in.lar-pad{
	margin-bottom:288px;
	}}
.submit-invalid{
	display:none;
	color:#f7981f;
}.submit-success{
	display:none;
	color:#008000;
	font-size:14px;
	text-align: center;
}
span.wpcf7-not-valid-tip{
	color:#f00;
}
span.wpcf7-list-item{
	margin-left:0px !important;
}
.termscont{
	color:#2988fc!important;
}
.termscont:hover{
	color:#f7981f !important;
}
@media only screen and (min-width: 993px)
{
nav.navbar.bootsnav ul.nav > li > a {
    padding: 28px 12px 3px 12px !important;
	}}

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-brand{
		float:left !important;
	}
}

@media only screen and (max-width: 573px){
	.awsm-filter-wrap .awsm-filter-item{
		width:100%;
	}
	.awsm-filter-wrap .awsm-filter-item:nth-child(2) {
    margin: 0px;
}
}
.awsm-selectric-items li.highlighted {
    background: #2988fc !important;
    color: #fff !important;
}
.awsm-selectric-items li:hover {
    background: #2988fc !important;
    color: #fff !important;
}

.awsm-selectric-items li.selected {
    background: #f7981f !important;
    color: #fff !important;
}
.awsm-job-container{
	padding:0px 0px !important;
}
.awsm-job-item .modal-title{
	color:#2988fc;
	font-size:18px;
}
.awsm-job-item .modal-title span{
	color:#f7981f;
	font-size:18px;
}
.modal-footer button:hover{
	color:#fff;
}
@media only screen and (max-width: 992px) and (min-width: 360px){
	.navbar.affix .navbar-brand img.logo{    margin: 0 auto 0;position: relative;
    left: -6px;}
}
@media only screen and (max-width: 991px) and (min-width: 360px){
nav.navbar .navbar-brand img.logo {    
	position: relative;
    left: -15px;
}}
a.awsm-job-more,a.awsm-job-more:hover,a.awsm-job-more:visited,a.awsm-job-more:focus  {
    color: #fff;outline: none;
}
button.close {
    color: #2988fc;
    opacity: 1;
}
button.close:hover {
    color: #f7981f;
    opacity: 1;
}
.awsm-list-item h2.awsm-job-post-title a:focus{
	outline: none;
}

@media only screen and (max-width: 365px){
	.wpcf7-list-item input{
		top:-37px
	}
}
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #f7981f !important; 
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #f7981f;
}
ul.dropdown-menu li a {
    padding-left: 5px !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover > a{
	color:#fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover {
    background-color: #2988fc;
    color: #fff;
}
nav.navbar.bootsnav .navbar-toggle{
	padding:6px !important;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .lar-pad {
       margin-bottom:0px;
   }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.cwho-btn{
		margin-top:29px;
	}
	
}
section.error-404 {
    margin-bottom: 50px;
}
.error-404 .page-title{    
	padding: 118px 0 60px;
}
.error-404 .page-title{
	font-size:33px;
}
a#back-to-top i:hover {
    color: #2988fc;
}
@media (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top:15px;
	}
}
.awsm-job-item h2.awsm-job-post-title a{
	font-size:14px !important;
}
.awsm-list-right-col .awsm-job-specification-wrapper {
    margin-top: 7px;
}
.wpcf7-list-item-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
@media (max-width: 991px){
.awsm-list-right-col {
    width: 100% !important;
    text-align: left;
}
}

@media only screen and (max-width: 479px) and (min-width: 319px){
.naslov2{
	font-size:32px;
	    margin-bottom: 0px;
	}
	.naslov1{
	font-size:39px;
	}
}
@media (max-width: 420px){
.js-services-item {
    height: auto;
}
}

@media (max-width: 1200px){
.service-style2 .js-services-item{
	margin-bottom:0px;
	padding:0px;
	height:auto;
}
}
@media screen and ( min-height: 400px ) and ( max-width: 991px ) and ( min-width: 768px ){
.our-services-img {
    height: 527px !important;
}
}
.footer-icons li .fa-2x {
    font-size: 20px;
}
.carousel-indicators{
	z-index:8;
}
.cloud-border{
	bottom:-7px;
	position: absolute;
	width: 100%;
	left: 0px;
}

.cloud-border img{
	width:100%;
}
.cloud-foot{
	position: relative;
	top: 7px;
	width:100%;
}
.slidel{
	transition-duration: 2s !important;
    transition: 2s !important;
    opacity: initial !important;
}
.slidel:hover{
	transition-duration:2s;
	transform:scale(1.1);
}

@media screen and ( max-height: 660px ) { 
 .homfont {
    font-size: 35px;
}
}
@media screen and ( max-height: 660px ) { 
 .homfontd {
    font-size: 35px;
}
}
@media screen and ( max-width: 992px ) { 
 .foot-ico {
    padding:0px ;
}
}
@media screen and ( min-width: 992px ) { 
 .e-ver img{
    margin-top:inherit !important;
}
}
@media screen and ( min-width: 630px )  and ( max-width: 991px ) { 
 .e-ver img{
    margin-top:35px;
}
}
@media screen and ( max-width: 630px )  and ( min-width: 510px ) { 
 .e-ver img{
    margin-top:30px;
}
}
@media screen and ( max-width: 510px )  and ( min-width: 430px ) { 
 .e-ver img{
    margin-top:22px;
}
}
@media screen and ( max-width: 430px )  and ( min-width: 360px ) { 
 .e-ver img{
    margin-top:15px;
}
}
@media screen and ( max-width: 360px )  { 
 .e-ver img{
    margin-top:11px;
}
}
@media screen and ( min-width: 992px ) and ( max-width: 4000px ){
 .whatwedohead {
    padding-bottom:80px;
}
}
@media screen and ( max-width: 768px ) and ( min-width: 320px ){
 .inset-left-15 {
    margin-left:15px;
}
}@media screen and ( max-width: 424px ) and ( min-width: 320px ){
.text-white {
    font-size:18px;
}
}
@media screen and ( min-width: 4000px ){
 .whatwedohead {
    padding-bottom:150px !important;
}
}
@media screen and (min-height: 480px) and ( max-height: 660px )and ( max-width: 660px ){
.homfont {
    font-size: 20px;
}
	.homfontd {
    font-size: 20px;
}
.slide-btn a{
	margin: 0px 10px 37px 0;	
	}
	.modal, .modal-dialog{
		z-index:999999;
	}
.hero-content {
    padding-top: 45px;
}
#hero-area {/*
    height: auto;*/
}
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: alternate;
}
@keyframes floating {
    from{ transform: translate(0,  0px); }
    50%  { transform: translate(0px, 3px); } 
	
    to{ transform: translate(0,  0px); }
}
.floatingh {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: alternate;
}
@keyframes floatingh {
    from{ transform: translate(0,  0px); }
    50%  { transform: translate(0px, 3px); } 
	
    to{ transform: translate(0,  0px); }
}
.robofloat {  
    animation-name: robofloat;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: alternate;
}
@keyframes robofloat {
    from{ transform: translate(0,  0px); }
    50%  { transform: translate(0px,7px); } 
	
    to{ transform: translate(0,  0px); }
}
.client-info h5, .client-info p {
    font-family: 'Poppins', sans-serif !important;
}
.fa:hover, .fas:hover{font-family: 'Font Awesome 5 Free';}
 .our-services .our-services-heading h2{
	text-align:center;
	 padding-bottom: 35px;
}
.our-services .our-services-heading p {
    text-align: center;
   /* font-weight: 400;
    padding: 37px 0px;
    font-size: 15px;*/
}
section.our-services {
    background: #f9f9f9;
	padding: 20px 0px;
}
.our-services-title .fa {
	font-family:fontawesome;
	font-size:45px;
	font-weight:900;
}.our-services-title .fa:hover {
	font-size:45px;
	font-weight:900;
	font-family:fontawesome;
}
.our-services-block1 .our-services-block .our-services-title{
	float:right;
	direction: rtl;
}
.our-services-block1 .our-services-block .our-services-title span{
	text-align:right;
	font-size:22px;
	color: #555;
	position: relative;
    bottom: 5px;
    padding-right: 23px;
}
.our-services-block1 .our-services-block .our-services-para p{
	text-align:right;
	display: inline-block;
}
.our-services-block2 .our-services-title,.our-services-block1 .our-services-title {
	line-height:2;
}
.our-services-block2 .our-services-title .our-services-block  .fa{
	font-size:45px;
}
.our-services-block2.our-services-para {
	
}
.our-services-block2 .our-services-block .our-services-title span{
	text-align:right;
	font-size:22px;
	color:#555;
	position: relative;
    bottom: 5px;
    padding-left: 23px;
}
@media screen and ( max-width: 767px ){
.our-services-img {
    height: auto;
	}
}
@media screen and ( max-width: 768px ){
.our-services-block {
	text-align:center;
}
.our-services-block1 .our-services-block .our-services-title h3{
	text-align:center;
}
.our-services-block1 .our-services-block .our-services-para p{
	text-align:center;
}.our-services-block2 .our-services-block .our-services-icon{
	text-align:center;
}
	.our-services-block2{
		padding-top:15px;
	}
	.our-services-block1{
		padding-top:15px;
	}
.our-services-block2 .our-services-block .our-services-title h3{
	text-align:center;
}
.our-services-block2 .our-services-block .our-services-para p{
	text-align:center;
}
	.our-services-block1 .our-services-block .our-services-title span,.our-services-block2 .our-services-block .our-services-title span {
		text-align: center;
	}

}
@media screen and ( max-width: 768px ){
	.our-services-block1 .our-services-block .our-services-title ,.our-services-block2 .our-services-title{
    float: none;
    display: grid;
}
}
.mv{
	background:#f9f9f9;
	padding-bottom: 40px;
}
.home-who{
	    background: #ffffff;
    padding: 78px 0px;
    z-index: 7;
    position: relative;
}
.home-who p.naslov2{
    
}
.subr-btn:hover{
	background-color: #2988fc !important;
    border-color: #2988fc !important;
    color: #ffffff;
    cursor: pointer;
}
.subr-btn{
    background-color: #f7981f !important;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #f7981f;
    z-index: 999;
    border-color: #f7981f !important;
}
.subr-btn:focus,.subr-btn:active{color:#ffffff;}
.who-btn:hover{
	background-color: #f7981f !important;
    border-color: #f7981f !important;
    /* color: #2988fc; */
    color: #ffffff;
    cursor: pointer;
}
.who-btn{
    background-color: #2988fc !important;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
}
.who-btn:focus,.who-btn:active{color:#ffffff;}
.hzenska img{
	width:241px;
	margin-left: 215px;
}
.dhzenska img{
	/*width:441px;*/
}
#izjave-area ol.carousel-indicators {
    bottom: -45px;
}
.salesforce-test ol.carousel-indicators {
    bottom: -45px;
}
.our-services-img{
	height: 437px;
    vertical-align: middle;
    display: table-cell;
}
.evms-sec,.capture-sec,.esubmit-sec{
	    padding-bottom: 0px !important;
}
.testimonial-head{
	color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
	line-height:1.2;
}
.map-sec{
	    position: relative;
    top: 7px;
    margin-top: -7px;
}
#back-to-top i.fas.fa-chevron-up {
    color: #fff;
}
.mar-1{
	    margin-top: -3px;
}.mar-2{
	   margin-top: -2px;
}
/*	@media screen and (min-width: 1780px ){
	.home-vid{
		width: 100%;
		height:auto !important;
	}	   
}
@media screen and (max-width: 1780px ) and  (min-width: 1145px) {
	.home-vid{
		
	}	   
}
@media screen and (max-width: 1300px) and (min-width: 320px){
.home-vid {
    height: 100%;
    width: auto !important;
}
}*/
.home-vid{
	/*height: 100vh;*/
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
	/*width:100%;*/
	height:auto;
	width:auto;
	min-height:100%;
	min-width:100%
	}
a.who-btn:visited {
    color: #fff;
}
.modal-content{
	z-index:9999;
}
.blog-slide{
	padding:0px;
}
h2.widget-title {
    font-size: 18px;
	font-weight: 700;
}
.home-blog-sec h2.widget-title {
	padding: 20px 0px 0px;
    text-align: left;
}
.blog-sec a{
	font-size: 15px;
}
.blog-sec p,.blog-sec li{
	color:#000000;
	font-size: 15px;
}
.blog-sec{
	/*font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;*/
	color:#000000;
	background-color:#fff;
}

.search-submit{
	background-color: #2988fc !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
	font-size: 12px !important;
}
.search-submit:hover{
	
	background-color: #f7981f !important;
    color: #ffffff !important;
	
    border-color: #f7981f !important;
}
.post-thumb img {
   /*   height: 180px;
  width: 100%;*/
}
.blog-home-thumb img{
   /*  height: 161px;
      width: 100%;*/
}
* {
    outline: none !important;
}
.post-title-blog h5{
	margin-top:20px;
}
.post-title-blog:hover{
	color:#f7981f;
}
.post-cat-blog a{
	color:#f7981f;
	font-size: 16px;
}.post-cat-blog a:hover{
	color:#2988fc;
}
.post-thumb {
    margin-top: 15px;
	max-height: 116px;
	text-align:center;
}
.post-contin-blog{
	
	background-color: #2988fc !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
	font-size: 16px ;
}
	
.post-contin-blog:hover{
	
	background-color: #f7981f !important;
    color: #ffffff !important;
    border-color: #f7981f !important;
}
.blog-single-in {
    margin: 12px;
    padding-bottom: 13px;
	text-align: justify;
}
.cat-single-in {
    margin: 0px;
	text-align: justify;
}
.cat-single-in .post-title-blog h5 {
    text-align: left;
}
section#categories-2 ul {
	list-style:none;
}
section#categories-2 li:before {
    content: "\f105";
    left: 0;
    top: 2px;
    font-family: FontAwesome;
	padding-right: 11px;
    font-size: 15px;
    color: #000;
}
section#categories-2 li {
    line-height: 2.5;
}
section#categories-2 li a {
    font-size: 16px;
}
aside#secondary {
    margin-top: 0px;
	background: #fff;
    padding: 1px 14px;
}
.blog-sec .post-thumbnail img {
    height: auto;
}
.nav-links img {
    display: none;
}
.entry-content {
	text-align:justify;
	line-height: 2;
}
.entry-content li {
    font-size: 15px;
    line-height: 24px;
}
span.posted-on {
    font-size: 16px;
}
span.author.vcard a {
    font-size: 16px;
	color: #2988fc;
}
span.author.vcard a:hover {
    color: #f7981f;
}
span.byline {
    font-size: 16px;
	margin-right: 8px;
}
.es-field-wrap label {
    font-size: 16px;
    width: 100%;
    display: inline-grid;
}
input.search-field {
    height: 30px;
}
time.entry-date.published.updated {
    margin-left: 6px;
}
span.rpwwt-post-title {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
	font-size: 14px;
}
header.entry-header {
    padding-bottom: 12px;
}
.rpwwt-widget ul li{
	display:flex;
}

span.cat-links {
    font-size: 14px;
}
.post-cat-blog-s {
    padding-top: 18px;
}
.es_submit_button,p.form-submit .submit {
    background: #2988fc !important;
    color: #ffffff !important;
    font-size: 14px !important;
	transition-duration: .3s;
}

.es_submit_button:hover,p.form-submit .submit:hover {
	background: #f7981f !important;
	transition-duration: .3s;
}
div#comments {
    margin-top:0px;
}
.blog-car img{
	width:100%;
}
.entry-header h1{
line-height:1;
font-size: 30px;
}
.nav-previous,.nav-next{
	padding:14px 0px 18px 0px;
}
.nav-previous a,.nav-next a{
	padding:14px 24px 18px 24px;
	background: #2988fc;
    color: #fff;
    font-size: 16px;
}

.nav-previous a:visited,.nav-next a:visited,.nav-previous a:focus,.nav-next a:focus{
	color: #fff;
}.nav-previous a:hover,.nav-next a:hover{
	background: #f7981f;
	color:#ffffff;
}
.nav-previous span.post-title,.nav-next span.post-title{
	display:none;
}
.nav-links {
}
.blog-slide img {
    width: 100%;
}
.es_subscription_message.success {
    padding: 0px;
}
a.page-numbers:hover {
    background: #f7981f;
    color: #ffffff;
}
a.page-numbers {
    background: #2988fc;
    color: #ffffff;
    padding: 5px 10px;
}
span.page-numbers.current {
    background: #f7981f;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
}
a.page-numbers:visited,a.page-numbers:focus,a.page-numbers:active,a.page-numbers.current:visited,a.page-numbers.current:focus,a.page-numbers.current:active{color:#ffffff;}
.pagi {
    margin: 39px 0px 13px 12px;
	width:100%;
}
.blog-slide .carousel .item {
    min-height: auto;
}
a.post-title-blog {
    color: #2988fc;
}
aside#secondary a:hover {
    color: #f7981f;
}
aside#secondary a {
    color: #2988fc;
}
.home #particles canvas{
}
.relpost-block-single-text {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: 600 !important;
}
.relpost-block-single{
	padding:3px !important;
}
a.relpost-block-single {
    background: #f9f9f9;
    margin: 4px;
    -webkit-box-shadow: 0 0 3px #979899;
    box-shadow: 0 0 3px #979899;
}
.relpost-thumb-container h3 {
    font-weight: bold;
}
.entry-content * {
    line-height: 24px;
}



/*=====popup======**/


	@-webkit-keyframes rotation{
		0%{-webkit-transform:scale(1)}
		50%{-webkit-transform:scale(1.14)}
		100%{-webkit-transform:scale(1)}
		}
	@keyframes rotation{
		0%{-webkit-transform:scale(1)}
		50%{-webkit-transform:scale(1.14)}
		100%{-webkit-transform:scale(1)}
		}
	.layers{
		
		z-index:8;
		position:relative;
		height:400px;
		width:400px;
		margin:35px auto;
		} 
	.layers .icons{
		width:100%;
		height:100%;
		position:absolute;
		z-index:3;
		} 
	.layers .icons a{
		display:flex;
		position:absolute;
		align-items:center;
		justify-content:center;
		top:50%;
		left:50%;
		margin:-1.5em;
		border-radius:50%;
		background-color:white;
		padding:1px;
		box-shadow:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3),0 -6px 16px -6px rgba(0,0,0,0.025);
		} 
	.layers .icons a img{
		width:95%;
		border-radius:50%;
		} 
	.layers .icons a.layer-1{
		width:3em;
		height:3em;
		} 
	.layers .icons a.layer-1:nth-of-type(1){
		left:154px;
		right:auto;
		} 
	.layers .icons a.layer-1:nth-of-type(2){
		right:154px;
		left:auto;
		} 
	.layers .icons a.layer-2{
		width:3.3em;
		height:3.3em;
		} 
	.layers .icons a.layer-2:nth-of-type(1){
		left:124px;
		right:auto;
		top:auto;
		bottom:99px;
		} 
	.layers .icons a.layer-2:nth-of-type(2){
		right:124px;
		left:auto;
		top:auto;
		bottom:99px;
		} 
	.layers .icons a.layer-2:nth-of-type(3){
		top:74px;
		left:198px;
		right:auto;
		} 
	.layers .icons a.layer-3{
		width:3.5em;height:3.5em
		} 
	.layers .icons a.layer-3:nth-of-type(1){
		left:197px;
		right:auto;
		top:auto;
		bottom:0px;
		} 
	.layers .icons a.layer-3:nth-of-type(2){
		right:5px;
		left:auto;
		top:auto;
		bottom:142px;
		} 
	.layers .icons a.layer-3:nth-of-type(2) img{
		width:75%;
		} 
	.layers .icons a.layer-3:nth-of-type(3){
		top:auto;
		bottom:142px;
		left:5px;
		right:auto;
		} 
	.layers .icons a.layer-3:nth-of-type(3) img{
		width:75%;
		} 
	.layers .icons a.layer-3:nth-of-type(4){
		top:65px;
		bottom:auto;
		left:44px;
		right:auto;
		} 
	.layers .icons a.layer-3:nth-of-type(5){
		top:65px;
		bottom:auto;
		right:44px;
		left:auto;
		} 
	.layer{
		position:absolute;
		padding:0;
		background:transparent;
		border:1px solid rgba(255,255,255,0.1);
		border-radius:50%;
		z-index:2;
		left:0;
		right:0;
		margin-right:auto;
		margin-left:auto;
		top:0;
		bottom:0;
		margin:auto;
		} 
	.layer img{
		width:100%;
		border-radius:50%;
		} 
	.layer.layer-1{
		width:100px;
		height:100px;
		} 
	.layer.layer-1>a{
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:3em;
		height:3em;
		margin:-1.5em;
		border-radius:50%;
		background-color:white;
		padding:1px;
		box-shadow:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3),0 -6px 16px -6px rgba(0,0,0,0.025);
		} 
	.layer.layer-2{
		width:250px;
		height:250px;
		} 
	.layer.layer-2>a{
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:3.3em;
		height:3.3em;
		margin:-1.65em;
		border-radius:50%;
		background-color:white;
		padding:1px;box-shadow:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3),0 -6px 16px -6px rgba(0,0,0,0.025);
		} 
		.layer.layer-3{
			width:400px;
			height:400px;
		} 
	
	
	.layer.layer-3>a{
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:3.5em;
		height:3.5em;
		margin:-1.75em;
		border-radius:50%;
		background-color:white;
		padding:1px;
		box-shadow:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3),0 -6px 16px -6px rgba(0,0,0,0.025);
		}

@media screen and (max-width: 360px)  {
	.hom-sld-con{
		padding:initial;
	}
.dd-table-cell{
	display:contents;
	height:auto;
}
	.hom-sld{
		margin-top:65px;
	}
	
		.layers{
		height: 270px;
		width: 270px;
		margin: 20px auto;
		} 
	
	.layers .icons a.layer-1{
		width:3.1em;
		height:3.1em;
		} 
	.layers .icons a.layer-1:nth-of-type(1){
		left: 104px;

		} 
	.layers .icons a.layer-1:nth-of-type(2){
		right: 104px;
	
		} 
	
	.layers .icons a.layer-2:nth-of-type(1){
		left: 72px;
		bottom: 77px;
		} 
	.layers .icons a.layer-2:nth-of-type(2){
  		right: 72px;
  		bottom: 77px;
  } 
	.layers .icons a.layer-2:nth-of-type(3){
		top: 50px;
		left:135px
		} 

	.layers .icons a.layer-3:nth-of-type(1){
		left: 135px;
		bottom:0px;
		} 
	.layers .icons a.layer-3:nth-of-type(2){
		right: 0px;
		bottom: 135px;
		} 
	.layers .icons a.layer-3:nth-of-type(3){
	
		bottom: 135px;
		left: 0px;
		} 
	.layers .icons a.layer-3:nth-of-type(4){
		top: 38px;
		left: 50px;
		} 
	.layers .icons a.layer-3:nth-of-type(5){
		top: 38px;
		right: 51px;
		} 
	.layer.layer-1{
		width:75px;
		height:75px;
		} 
	.layer.layer-2{
		width: 170px;
		height: 170px;
		} 
		.layer.layer-3{
			width: 270px;
			height: 270px;
		} 
	
}
@media screen and (max-width: 991px) and  (min-width: 360px) {
	
.dd-table-cell{
	display:contents;
	height:auto;
}
	.hom-sld{
		margin-top:65px;
	}
	
		.layers{
		height: 300px;
		width: 300px;
		margin: 20px auto;
		} 
	
	.layers .icons a.layer-1{
		width:3.1em;
		height:3.1em;
		} 
	.layers .icons a.layer-1:nth-of-type(1){
		left: 104px;

		} 
	.layers .icons a.layer-1:nth-of-type(2){
		right: 104px;
	
		} 
	
	.layers .icons a.layer-2:nth-of-type(1){
		left: 83px;
		bottom: 77px;
		} 
	.layers .icons a.layer-2:nth-of-type(2){
  		right: 83px;
  		bottom: 77px;
  } 
	.layers .icons a.layer-2:nth-of-type(3){
		top: 47px;
		left:150px
		} 

	.layers .icons a.layer-3:nth-of-type(1){
		left: 152px;
		bottom:0px;
		} 
	.layers .icons a.layer-3:nth-of-type(2){
		right: 0px;
		bottom: 150px;
		} 
	.layers .icons a.layer-3:nth-of-type(3){
	
		bottom: 150px;
		left: 0px;
		} 
	.layers .icons a.layer-3:nth-of-type(4){
		top: 38px;
		left: 50px;
		} 
	.layers .icons a.layer-3:nth-of-type(5){
		top: 38px;
		right: 51px;
		} 
	.layer.layer-1{
		width:100px;
		height:100px;
		} 
	.layer.layer-2{
		width: 200px;
		height: 200px;
		} 
		.layer.layer-3{
			width: 300px;
			height: 300px;
		} 
	
}




@media only screen and (min-width: 993px){
	.in-num:hover{
		color:#f7981f;
	}
	.us-num:hover{
		color:#f7981f;
	}
	nav.navbar.bootsnav.affix ul #menu-item-704 a:hover {
    color: #000 !important;
}
nav.navbar.bootsnav ul  #menu-item-704 a:hover {
    color: #fff !important;
}
}
@media only screen and (max-width: 992px){
	#menu-item-704 a.nav-link:hover {
    color: #fff;
}
		nav.navbar.bootsnav.affix ul #menu-item-704 a:hover {
    color: #000 !important;
}
	.in-num:hover{
		color:#f7981f;
	}
	.us-num:hover{
		color:#f7981f;
	}
}



@media screen and  (min-width: 992px) {
.dd-table-cell {
    display: table-cell;
    vertical-align: middle;
	height: 100vh;
}.homfontd {
    font-size: 32px;
	}
}

@media screen and  (max-width: 991px) and  (min-width: 768px) {
	.homfontd {
    font-size: 32px;
	}
}
@media screen and  (max-width: 767px) {
	.homfontd {
    font-size: 19px;
	}
}
@media only screen and (max-width: 993px) and (min-width: 768px){
.navbar.affix #navbar-menu {
    background-color: #fff;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
#navbar-menu {
    padding-bottom: 20px;
}}

element.style {
}
@media only screen and (max-width: 993px){
#navbar-menu {
    margin-top: 14px;
}
	nav.navbar.bootsnav .navbar-nav > li > a{
		border-top:none;
	}
}


.dh-more{
	text-align:center;
	position: relative;
}
.dh-icon  .fa:hover{
	font-family: fontawesome;
    font-weight: 400;
}
.dh-icon{
	float:left;
	font-size:45px;
	min-width: 57px;
}
.dh-content{
	float:left;
	margin-left:12px;
	width: calc(92% - 60px);
}
.dh-content-h{
	font-weight:700;
	
}
.proven .naslov2 {
	margin-bottom: 1px;
}
.proven{
    padding: 0 0 0 0px;
}
.proven-row{
	padding-bottom:30px;
}
@media screen and (min-width: 1200px) {
.proven-img{
	display:table-cell;
	height:603px;
	vertical-align:middle;
}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
.proven-img{
	display:table-cell;
	height:652px;
	vertical-align:middle;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.proven-img{
	display:table-cell;
	height:612px;
	vertical-align:middle;
}
}
.core .naslov2 {
	margin-bottom: 1px;
	color:#000;
}
.core{
    padding: 0 0 35px;
}
.core-sec{
    padding: 45px 0 0px;
	background: #f7981f;
	
}
.core-icon{
	float:left;
	min-width: 57px;
	position: relative;
    top: 10px;
}
.core-icon p{
	font-size:45px;
	color:#000;
}
.core-content{
	float:left;
	margin-left:12px;
	width: calc(92% - 60px);
	color:#000;
}
.core-content p{
	color:#000;
}
.core-content-h{
	font-weight:700;
}
.core-row{
	min-height:157px;
}
.whattdo{
    margin-bottom:0px !important;
	padding: 39px 0px 70px;
	margin-top: -1px;
}
@media screen and (max-width: 768px) {
.core-name{
   padding-left:0px !important;
	padding-right:0px !important;
 }
}
@media screen and (min-width: 1200px) {
.whattdo img.img-responsive{
   margin-top:-168px;
   width:92%;
 }
}
@media screen and (min-width: 1200px) {
.core-par-r{
   min-height:96px !important;
 }
.core-par-d{
   min-height:144px !important;
 }
		.our-core-img {
		height: 504px;}

	.our-core-img img{
		height: 504px;
	width:auto;}
		.buss-type-img {
		height: 504px;}

	.buss-type-img img{
		height: 504px;
	width:auto;}
}

@media screen and (min-width: 992px)  and (max-width: 1199px) {
.core-par-r{
   min-height:120px !important;
 }
.core-par-d{
   min-height:168px !important;
 }
		.our-core-img{
		height: 550px;}

		.buss-type-img{
		height: 550px;}
}
/*@media screen and (min-width: 768px)  and (max-width: 991px) {
	.core-par-r{
   min-height:119px !important;
	 }
	.core-par-d{
   min-height:169px !important;
	 }
	.core-par-e{
   min-height:93px !important;
	 }
	
		.our-core-img{
		height: 580px;}
}*/
.mPS2id-highlight{
	color:#ff9933 !important;
}
section#whatmdo{
	/*padding-bottom:16px;*/
}

.p-blog-area2 {
    padding: 50px 0 0px
}
.p-blog-area {
    padding: 65px 0 22px;
	/*background-color: #D3D3D3;*/
	background-color: #ffffff; 
}
#core-values{
	padding:65px 0 49px;
	background:#ffffff;
}
#discover{
	background-image: url(https://cloudq.net/wp-content/uploads/2019/05/Consulting.jpg);
    background-position: center center;
	margin-bottom: 0px !important;
    padding: 39px 0px 70px;
    margin-top: -1px;
}
.dis-more{
	text-align:center;
	position: relative;
}

a.dwho-btn:visited {
    color: #fff;
}

.dwho-btn:hover{
	background-color: #f7981f !important;
    
	border:2px solid #ffffff !important;
    /* color: #2988fc; */
    color: #ffffff;
    cursor: pointer;
}
.dwho-btn{
    background-color: #2988fc !important;
    color: #ffffff;
    display: inline-block;
    margin: 0px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
}
.dwho-btn:focus,.dwho-btn:active{color:#ffffff;}
.clients-car .thumbnail img{
	height:auto !important;
}

.our-core-img{
    vertical-align: middle;
    display: table-cell;
}

.buss-type-img{
    vertical-align: middle;
    /*display: table-cell;*/
}
.our-cservices .our-cservices-heading p {
    text-align: center;
   /* font-weight: 400;
    padding: 37px 0px;
    font-size: 15px;*/
}
section.our-cservices {
    background: #f9f9f9;
	padding: 20px 0px;
}
.our-cservices-title .fa {
	font-family:fontawesome;
	font-size:45px;
	font-weight:900;
}.our-cservices-title .fa:hover {
	font-size:45px;
	font-weight:900;
	font-family:fontawesome;
}
.our-cservices-block1 .our-cservices-block .our-cservices-title{
	float:right;
	direction: rtl;
}
.our-cservices-block1 .our-cservices-block .our-cservices-title span{
	text-align:right;
	font-size:22px;
	color: #555;
	position: relative;
    bottom: 5px;
    padding-right: 0px;
}
.our-cservices-block1 .our-cservices-block .our-cservices-para p{
	text-align:right;
	display: inline-block;
}
.our-cservices-block2 .our-cservices-title,.our-cservices-block1 .our-cservices-title {
	line-height:2;
}
.our-cservices-block2 .our-cservices-title .our-cservices-block  .fa{
	font-size:45px;
}
.our-cservices-block2.our-cservices-para {
	
}

.our-cservices-block2 .our-cservices-block .our-cservices-title span{
	text-align:right;
	font-size:22px;
	color:#555;
	position: relative;
    bottom: 5px;
    padding-left: 0px;
}

@media screen and ( max-width:991px ){
.our-cservices-block {
	text-align:center !important;
}
.our-cservices-block1 .our-cservices-block .our-cservices-title h3{
	text-align:center !important;
}
.our-cservices-block1 .our-cservices-block .our-cservices-para p{
	text-align:center !important;
}.our-cservices-block2 .our-cservices-block .our-cservices-icon{
	text-align:center !important;
}
	.our-cservices-block2{
		padding-top:15px !important;
	}
	.our-cservices-block1{
		padding-top:15px !important;
	}
.our-cservices-block2 .our-cservices-block .our-cservices-title h3{
	text-align:center !important;
}
.our-cservices-block2 .our-cservices-block .our-cservices-para p{
	text-align:center !important;
}
	
	.our-cservices-block1 .our-cservices-block .our-cservices-title span,.our-cservices-block2 .our-cservices-block .our-cservices-title span {
		text-align: center !important;
	}

}
@media screen and ( max-width: 991px ){
	.our-cservices-block1 .our-cservices-block .our-cservices-title ,.our-cservices-block2 .our-cservices-title{
    float: none !important;
    display: grid !important;
}
}
.cx-img{
    vertical-align: middle;
    display: table-cell;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.cx-img{
		height:565px;
	}
}
@media screen and (min-width: 767px) and (max-width: 991px) {

	.cx-img{
		height:706px;
	}
}
@media screen and (max-width: 768px) {

	.hom-who{
		text-align:center;
		margin-top:45px;
		margin-bottom:45px;
	}
}
#contact .naslov2.text-center {
    margin-bottom: 19px;
}
.sf-pg-btn {
    background-color: #2988fc !important;
    color: #ffffff !important;
    display: inline-block !important;
    margin: 5px 10px 0 0 !important;
    padding: 15px 20px !important;
    border-radius: 30px !important;
    border: 2px solid #2988fc !important;
    z-index: 999 !important;
    border-color: #2988fc !important;
    font-size: 16px !important;
    width: 123px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.sf-pg-btn:hover{
	background-color: #f7981f !important;
    border-color: #f7981f !important;
    /* color: #2988fc; */
    color: #ffffff;
    cursor: pointer;
}

.nw-input {
    border: none !important;
    background: #f3f4f5;
    padding: 0 25px !important;
    height: 56px;
}
.nw-ta-input{
	border: none !important;
    background: #f3f4f5;
    padding: 25px 25px !important;
}
.cwho-btn {
    background-color: #2988fc !important;
    color: #ffffff !important;
    display: inline-block !important;
    margin: 5px 10px 0 0 !important;
    padding: 15px 20px !important;
    border-radius: 30px !important;
    border: 2px solid #2988fc !important;
    z-index: 999 !important;
    border-color: #2988fc !important;
    font-size: 16px !important;
    width: 123px;
	height:50px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.cwho-btn:hover{
	background-color: #f7981f !important;
    border-color: #f7981f !important;
    /* color: #2988fc; */
    color: #ffffff;
    cursor: pointer;
}

.cwho-btn:focus,.cwho-btn:active{color:#ffffff;}
#sync1 .owl-stage {
    margin-left: 0px !important;
}

#loadingz {
		-webkit-animation: rotationz 6s infinite linear;
}

@-webkit-keyframes rotationz {
		from {
				-webkit-transform: rotatey(0deg);
		}
		to {
				-webkit-transform: rotatey(359deg);
		}
}
.inc-icon{
       position: fixed;
    bottom: 49%;
    left: 10px;
    z-index: 9999;
    width: 80px;
}
.inc-logo {
	
	position: absolute;
	width: 80px;
}
.inc-logo img {
    width: 80px;
}
.inc-sec {
    position: fixed;
    bottom: 49%;
    left: 10px;
    z-index: 9999;
    width: 80px;
	transform-style: preserve-3d;
	animation: rot 4s ease-in-out infinite;
}

@keyframes rot {
	50% { transform: rotateY(.5turn); }
	100% { transform: rotateY(1turn); }
}

.inc-logo {
	backface-visibility: hidden;
	
}
	.inc-logo:last-child {
		transform: rotateY(.5turn);
	backface-visibility: hidden;
	}
	
@media screen and (min-width: 1084px) {
	
.inc-icon4{
       position: fixed;
    top: 5px;
    right: 3px;
    z-index: 9999;
    width: 63px;
}
}

@media screen and (min-width: 991px) {
	.para-dis{
		min-height:73px;
	}
	.para-dis-tar{
		min-height:48px;
	}
	.proven-icon-r{
		text-align:left;
	}
	.proven-icon-l{
		text-align:right;
	}
}
@media screen and (max-width: 991px) {
	
	.proven-icon-r{
		text-align:center;
	}
	.proven-icon-l{
		text-align:center;
	}
}
@media screen and (max-width: 1083px) {
.inc-icon4{
       position: fixed;
    bottom: 49%;
    left: 10px;
    z-index: 9999;
    width: 80px;
}
}
.team-social-icons i {
    color: #000080;
}
.br-20{
	border-radius: 20px;
}

@media screen and (min-width: 991px) {
	.br-20{
		
}
}
@media screen and (max-width: 992px) {
	.br-20{
		margin-bottom:4px;
}
}
#benefits{
	margin-bottom: 0px !important;
    padding: 19px 0px 49px;
    margin-top: -1px;
}
.bsection-heading {
    padding: 0 0 10px;
}
.tsection-heading {
    padding: 0 0 16px;
}
.crp_related li{
	border-radius:0px !important;
	box-shadow: none !important;
	border: 0px !important;
}
.cat-single-in .post-title-blog h5:hover {
    color: #3399ff;
}

.cat-single-in .post-title-blog h5{
    color: #000000;
	min-height: 85px;
}
.crp_related .crp_title{
	border-radius:0px !important;
}
.post-date{
	font-size:12px !important;
	text-align:right;
	color:#555;
}
.qcklnk li{
	line-height:18px !important;
}
.address-row{
	display:flex;
	flex-wrap:wrap;
}
.address-row .address-single{
	display:flex;
}
.w-100{
	width:100% !important;
}

/*Salesforce page*/

.testi-info{
	font-size:11px;
	color:#f7981f;
}
.expertise{
	text-align:center;
	color:#fff;
}
.expertise-icon i {
    font-size: 66px;
    color: #fff;
    margin-top: 21px;
}
.expertise-icon i:hover {
	color:#fff;
}

.expertise-title {
    font-size: 26px;
	margin-top: 25px;
	color:#f7981f;
}
.techie{
	min-height:50px;
}
.sal-focus{
	background:#fff;	
	border-radius: 17px;
}
.sal-focus li {
	color:#000;
}
.sal-focus-cont,.sal-focus-row{
	display: flex;
	flex-wrap: wrap;
}
.sal-focus i {
   font-size: 28px;
    margin-left: 16px;
}
.sal-focus h4{
	text-align: left;
    padding-top: 17px;
	font-weight:bold;
}
.sal-approach h4{	
	font-weight:bold;
}
.sal-approach li{	
	font-size:14px;
}
.sal-approach i{
   font-size: 28px;
    margin-left: 16px;
	}
.sal-capability h4{	
	font-size: 16px;
    font-weight: bold;
    margin: 7px 0 5px;
	}
.sal-capability-cont img{
	width:80px !important;
	padding-top:20px;
}
.sal-capability-cont p{
	padding-bottom:20px;
	text-align:justify;
}

@media screen and (max-width: 991px) {
	
	.sal-focus-cont{
		margin-top:10px;
	}
}
.element {
  animation-name: stretch;
  animation-duration:3s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(1);
   
  }
  50% {
    
  }
  100% {
    transform: scale(1.1);
    
  }
}


@media screen and (max-width: 767px) {
.testi-img{
	text-align:center;
}
.testi-name{
	text-align:center;
}
}

@media screen and (max-width: 767px) {
.testi-img{
	text-align:center;
}
.testi-name{
	text-align:center;
}
}
@media screen and (min-width: 768px) {
.testi-img{
	text-align:right;
}
.testi-name{
	text-align:left;
}
}
.testi-img img{
	width:150px;
}
.testi-name h5{
	margin-top:23px;
}

@media screen and (max-width: 475px) {
.testi-name h5{
	margin-top:0px;
}
}
/*End Salesforce page*/

/*Maintenance page*/
.btn-blue-mng{
	padding: 7px 15px;
	background: #2988fc;
	color: #fff;
	transition-duration: .5s;
}
.btn-blue-mng:hover{
	background: #f7981f;
	color:#fff !important;
}
.wrap {
    display: flex;
	flex-grow: 1;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	transition-duration:.5s;
}

.wrap:hover {
	box-shadow:0px 0px 2px 2px #b0afaf;
    color: white;
}
.wrap:hover h2{
	color:#555;
}
.ico-wrap {
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
	flex-grow: 1;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;    
	line-height: 20px;
    font-size: 16px;
	padding-left:0px;
}

.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1rem;}
.ico-wrap fa{
	font-family:'fontawesome' !important;
}
.mbr-iconfont:hover {
    font-family: 'fontawesome' !important;
    font-weight: normal !important;
}
.mbr-cont{
	display:flex;
	flex-grow: 1;
}
.mbr-row{
	display:flex;
	flex-wrap:wrap;
}
.mbr-iconfont {
    margin-top: 0px;
}
.wrap p {
    font-size: 14px;
    line-height: 24px;
}
/*comparision table*/
.ptable{
	border-left: 1px solid #CCC;
}
.comparison {
  max-width:940px;
  margin:0 auto;
  margin-top:30px;
  font-size:13px/1.4;
  text-align:center;
  padding:10px;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
  font-weight:bold;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}



.comparison .tickblue {
  color:#008000;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
}
span.tickblue:after {
    content: "\f00c";
    font-family: fontawesome;
	font-size: 19px;
    line-height: 1;
}
span.tickred:after {
	color:red;
    content: "\f00d";
    font-family: fontawesome;
	font-size: 19px;
    line-height: 1;
}
  .comparison .std {
    background: 
#C10048;
}
th.price-info {
    text-align: center;
}
.price-now{
	font-size:12px;
}
.comparison .tl {
	text-align:center;
}
.comparison .tl img{
	width:180px !important;
}
.comparison .std,.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
  text-align:center;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#009E2C;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#ff5406;
}

.comparison .price-now span {
  font-size:20px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:6px 12px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}
.buy-now:hover{
	background-color: #f7981f !important;
    border-color: #f7981f !important;
    /* color: #2988fc; */
    color: #ffffff;
    cursor: pointer;
}
.buy-now{
    background-color: #2988fc !important;
    color: #ffffff;
    display: inline-block;
    margin: 5px 0 10px 0;
    padding: 3px 9px;
    border-radius: 5px;
    border: 2px solid #2988fc;
    z-index: 999;
    border-color: #2988fc !important;
}
.buy-now:focus,.buy-now:active{color:#ffffff;}
@media (min-width: 768px) {
.compare-row{
	background:#F5F5F5 !important;
}
}
@media (max-width: 767px) {
  .comparison td:first-child, .comparison .tl {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;    
	font-weight: bold;
  }
  .price-info {
  border-top:0 !important;
  
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
}
}
.mexplained{
	background:#fff;
}
.mexplained td {
    vertical-align: middle !important;
}
.mexplained tr td:first-child{
	font-weight:bold;
	background:#2988fc;
	padding: 20px 6px;
}
/*end comparision table*/
/*End Maintenance page*/

/*start RPA*/
.robo-client-r{
	padding: 50px 0 60px;
    background: #f9f9f9;
}
/*rpa client slider*/
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

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

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*end rpa client slider*/
/*Health check*/
.health-list i {
    font-size: 24px;
    margin-right: 12px;
}
.health-list-wrap{
	color:#fff;
}
.health-list{
	display:flex;
	padding-bottom:10px;
	}
.health-list-ico{
	font-size:24px;
	margin-right:12px;
}
.health-list-cont{
	font-size:13px;
	margin-top:4px;
}
.mb-20{
	margin-bottom:20px;
}
/*
.dropdown:hover .dropdown-menu {
  display: block;
}*/
/*End Health check*/

/* Constant Contact*/
.ctct-disclosure{display:none;}
.ctct-form-wrapper .ctct-submit {
    cursor: pointer;
    background-color: #2988fc !important;
    color: #ffffff;
    display: inline-block;
    margin: 8px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #2988fc;
    font-size: 14px;
    z-index: 999;
    border-color: #2988fc !important;
    align-items: center;
    align-self: center;
    text-align: center;
}
.ctct-form-field input[type=text],.ctct-form-field  input[type=email]{
	height:40px;
	border-color: #2988fc;
}
.ctct-form-wrapper .ctct-submit:hover{
	background-color: #f7981f !important;
    border-color: #f7981f !important;
    color: #ffffff;
    cursor: pointer;
}
.news-modal{
	
}
.ctct-form-wrapper .ctct-submit:focus,.ctct-form-wrapper .ctct-submit:active{color:#ffffff;}
.ctct-form-field-submit {
    text-align: center;
}

/* End Constant Contact*/

.awsm-job-form-inner{
	background:#fafafa;
}

.awsm-job-main.awsm-job-single-content {
    background: #f9f9f9;
}
#awsm-application-submit-btn{
	background: #2988fc;
    padding: 9px 32px;
    font-size: 14px;
    color: #fff;
}
.awsm-job-entry-content {
    margin-top: 0px !important;
}
.awsm-job-entry-content:first-child{
    padding-top: 25px;
}
.aws-contact:hover {
    color: #fff;
}
#awsm_applicant_letter,.awsm-cover-letter{
	display:none;
}
.span.view_applications {
    display: none;
}
.awsm-list-right-col{
	padding:20px 0px;
}

/*Team -section*/
.team-section .team-social i{
    font-size: 29px;
    color: #fff;
    background: #2988fc;
    padding: 11px 13px;
    border-radius: 50%;

}
.team-section {
    padding: 45px 56px;
    box-shadow: inset 0px 0px 5px 4px #f9f9f9;
    background: #fafafa;
	margin-bottom:40px;
}
.team-section .team-name{
font-weight:bold;
}
.team-section .team-designation{
font-style:italic;
}
.team-section .team-brief{    text-align: justify;}
.team-section .team-pic {
	text-align:center;
}
.team-section .team-pic img{
	border-radius:50%;
	width: 123px;
}
/*nav hover transparent*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background:transparent;
}
/*Add custom ccs for levels on hover dropdown options

Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/


/*Covid-19*/

.covid-list li{
    list-style: none;
    font-size: 16px;
	line-height:2;
}
.covid-list li i{
	margin-right:5px;
}
.covid-olist li{
    list-style: none;
    font-size: 16px;
	line-height:2;
	color:#fff;
}
.covid-olist li i{
	margin-right:5px;
}
.covid-overlay {    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    background-attachment: fixed;
    padding: 40px 0px 6px;
    padding-top: 90px !important;
}

.covid-olist-contact{
	color:#2988fc;
	font-size:17px;
	font-weight:bold;
}
.covid-olist-contact:hover{
	color:#f7981f;
	cursor:pointer;
}
.covid-olist-contact:visited{
	color:#f7981f;
}
.covid-list-contact{
	font-size:17px;
	font-weight:bold;
}
.covid-list-contact:hover{
	color:#f7981f;
	cursor:pointer;
}
.covid-list-contact:visited{
	color:#f7981f;
}
/*Nav Demo*/
.nav-demo{
	background-color:#f7981f !important;
    color: #ffffff;
    display: inline-block;
    margin: -6px 10px 0 0;
    padding: 7px 35px;
    z-index: 999;
    }
@media only screen and (max-width: 992px){
#navbar-menu {
    max-height: 70vh;
    overflow-y: scroll !important;
}
}
#menu-item-2387 a:hover p {
    background-color: #2988fc !important;
}
nav.navbar.bootsnav {
	background-color: #ffffff !important;
}

.navbar.navbar-default.bootsnav.affix {
	background-color: #fff !important;}
/*End nav demo*/

/*Hompage wireframe*/
.n2-bullet:hover{
	cursor:pointer;
}
.home-wire-4{
	text-align:justify;
	min-height:120px;
}
.home-nav-demo {
    background-color: #f7981f !important;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 35px;
    border: 2px solid #f7981f;
    z-index: 999;
    border-color: #f7981f !important;
}
.home-nav-demo:hover {
    background-color: #e38814 !important;
    border-color: #e38814 !important;
    color: #ffffff;
    cursor: pointer;
}

.lev-list li{
    list-style: none;
    font-size: 14px;
	line-height:2;
}
.lev-list li i{
	margin-right:5px;
}


.support-box{
	display: block;
    box-shadow: 2px 2px 10px 1px #686868;
    background: #fff;
    padding: 35px 13px;
    margin-bottom: 40px;
}
.client-choose {
    width: 300px !important;
}
.client-choose-wrap{
	border: 2px solid #e1e1e1;
    padding: 12px 16px;
    margin: -15px;
    margin-bottom: 28px;
}
.client-choose-label{
	margin-top:8px;
}
.client-choose-wrap .form-group{
    margin-top: 15px;
}

/*aws page*/
@media screen and (min-width: 992px) { 
.aws-blg-form{
	display:flex;
}
	.aws-blg-form-t{
		position:relative;
		top:47%;
	}
}


/*care2share page*/
.care-num-list{}
.care-num-list li{
	font-size: 17px;
    list-style: none;
    min-height: 52px;
}
.care-num-list li span{
	border: 2px solid #fff;
    padding: 5px 13px;
    border-radius: 50%;
    margin-right: 14px;
}
.care2share-blk {background-color:#ffffff;}
.care2share-blk img{
	padding:20px;
}
.care2share-blk:hover{
	color:#ffffff;
}
.bl-h:hover {	
	background-color:#2988fc;
}
.pur-h:hover{
	background-color:#883eb3;	
}
.grn-h:hover{
	background-color:#113f11;	
}
.org-h:hover{
	background-color:#f7981f;	
}
.care2share-blk{
	transition-duration: .5s;
    box-shadow: 0 0 5px 0 #e0e0e0;
	padding-bottom: 20px;
}
.care2share-blk h2{
	line-height: 1;
	margin:0px;
    min-height: 56px;
    max-height: 56px;
    padding: 0 18px;
}
.caretab{
	margin-left: 0px;
}
.caretab li a {
    padding: 17px;
    background: #f9f9f9;
    border: 2px solid #dbdbdb;
    border-bottom: 0px;
	font-size:22px;
}
.car-plus:before{
	content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: relative;
    margin-left: -29px;
    padding-right: 13px;
}
.care-more-btn{
	border: 2px solid #fff;
    padding: 9px 18px;
    border-radius: 12px;
    color: #fff;
	font-weight:bold;
}

.care-more-btn:hover{
	border: 2px solid #fff;
	background:#ffffff;
    color: #5a5b5c;
}
.care2share-bold{
	color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}
.mt-20{
	margin-top:20px;
}
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion-care .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion-care .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion-care .panel-title a {
    background: #2988fc none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion-care .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion-care .panel-heading:hover .panel-title a,#accordion-care .panel-heading:hover .panel-title a::after,#accordion-care .panel-heading:hover .panel-title a.collapsed::after{
background: #f7981f;
text-decoration:none;
color:#fff;
}
#accordion-care .panel-title a::after, #accordion-care .panel-title a.collapsed::after {
    background: #2988fc none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion-care .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion-care .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion-care .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
@media screen and (max-width: 992px) { 
.care2share-bold{
	    padding-top: 35px;
}
}
.care2share-demo-button {
    text-align: center;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 8px 42px;
	font-weight:bold;
}

.care2share-demo-button:visited,
.care2share-demo-button:hover {
    color: #3a4443;
    border: 2px solid #ffffff;
    background: #fff;
	cursor:pointer;
}
/*career trainee*/
.trainee-list{
	list-style: none;
    font-size: 14px !important;
    line-height: 25px;
}
.trainee-wrap{
	background: #fff;
    border: 2px solid #e9e9e9;
    padding: 40px;
}
.aws-pg-cta{
	background-color: #2988fc !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 7px 35px;
	font-size:19px;
}
.aws-pg-cta:visited{color:#ffffff !important;}
.aws-pg-cta:hover{
	background-color: #f7981f !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 7px 35px;
}
.cloud-checklist-contact{
	font-weight:bold;
}
.cloud-checklist-contact fa:hover{
	font-family:'fontawesome';
}
.white-hover:hover,.white-hover:visited{
	color:#f9f9f9 !important;
}


/*ceo-dashboard*/
.img-pop img{
	cursor:pointer;
	transition-duration: 1s;
	width:100%;
}

.ceo-mat-cd{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.ceo-mat-cd p{
	padding:9px;
	min-height: 154px;
	text-align:justify;
}
.ceo-mat-cd h2{
    margin: 0px;
    padding: 13px 3px 0px;
}
.ceo-demo-btn{
	border: 2px solid #f7981f; 
	color: #fff; 
	padding: 10px 22px; 
	background: #f7981f; 
	font-size: 21px;
}
.ceo-demo-btn:hover,.ceo-demo-btn:focus,.ceo-demo-btn:visited{
	border: 2px solid #ffc782; 	
	background: #ffc782;
	color: #fff; 
}

@media (min-width: 768px) {
	.img-pop img:hover{    
	transform: scale(1.07);
}
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;	  
    justify-content: space-around;
  }
}
    
/*End of Ceo Dashboard*/

/*managed services faq*/
.faq li {
    padding: 1.25em;
	list-style:none;
}

.faq li.qst {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}
.faq li.answ {
    color: #000;
    display: none;
	font-size: 13px;
}
/*End managed services faq*/



/********* MEDIA QUERIES ************/
@media (max-width: 800px) {
    #container {
        width: 90%;
        margin: 0 5%;
    }
        
    .faq li {
        text-align: center;
		list-style:none;
    }
    
    .faq li.answ {
        width: 85%;
        margin-left: 5%;
    }
    
}


/*timeline start*/
.main-timeline{
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    height: 95%;
    width: 2px;
    border: 2px dashed #a3a3ad;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 35px 0 27px;
    margin: 0 10px 5px 0;
    float: left;
}
.main-timeline .timeline-content{
    background: linear-gradient(#d9d9d9,#e7e7e7);
    text-align: center;
    padding: 5px 115px 5px 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.6);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: linear-gradient(to bottom,#647cde,#78b0fa);
    width: 45px;
    height: 45px;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: -58px;
    z-index: 1;
}
.main-timeline .timeline-content:after{
    background: #fff;
    transform:rotate(-45deg) scale(0.6);
}
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to right,#617de0,#78b1f8);
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: -20px;
}
.main-timeline .timeline-icon i{ transform: rotate(45deg); }
.main-timeline .timeline-year{
    color: #fff;
    background: linear-gradient(to bottom,#617de0,#617de0,#78b1f8);
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 52px;
    height: 100%;
    width: 100px;
    border-radius: 0 0 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.main-timeline .timeline-year:after{
    content: '';
    background: linear-gradient(to right bottom,#617de0 49%, transparent 50%);
    height: 33px;
    width: 33px;
    position: absolute;
    right: -33px;
    top: 0;
}
.main-timeline .title{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    color: #333;
    font-size: 14px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 27px 0 35px;
    margin: 0 0 5px 10px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 5px 40px 5px 115px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -58px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -20px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 0;
    border-radius: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
    transform: rotateY(180deg);
    right: auto;
    left: -33px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon {background:linear-gradient(to left,#f53b57,#ef5777);}
.main-timeline .timeline:nth-child(4n+2) .timeline-year {background:linear-gradient(to bottom,#f53b57,#f53b57,#ef5777);}
.main-timeline .timeline:nth-child(4n+2) .timeline-year:after{background:linear-gradient(to right bottom, #f53b57 49%, transparent 50%);}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon {background:linear-gradient(to bottom,#227e22 ,#63a211);}
.main-timeline .timeline:nth-child(4n+3) .timeline-year {background:linear-gradient(to bottom,#227e22,#227e22,#63a211);}
.main-timeline .timeline:nth-child(4n+3) .timeline-year:after{background:linear-gradient(to right bottom, #227e22 49%, transparent 50%);}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon {background:linear-gradient(to left,#7d5ac2 ,#b493fe);}
.main-timeline .timeline:nth-child(4n+4) .timeline-year {background:linear-gradient(to bottom,#7d5ac2,#7d5ac2,#b493fe);}
.main-timeline .timeline:nth-child(4n+4) .timeline-year:after{background:linear-gradient(to right bottom, #7d5ac2 49%, transparent 50%);}
@media screen and (max-width:767px){
    .main-timeline:before{
        left: 17px;
        transform: translateX(0);
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 27px 40px;
        margin: 0 0 30px 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 70px 15px 35px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        height: 25px;
        width: 25px;
        top: 10px;
        right: auto;
        left: -34px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(50%) rotate(-45deg);
        left: auto;
        right: 50%;
        top: auto;
        bottom: -20px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-radius: 0 5px 5px 5px;
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-year:after,
    .main-timeline .timeline:nth-child(even) .timeline-year:after{
        height: 20px;
        width: 20px;
        transform: rotateY(180deg);
        right: auto;
        left: -20px;
    }
}
@media screen and (max-width:576px){
    .main-timeline .title{ font-size: 18px; }
}
.main-timeline .timeline-icon i{
	color:#fff;
}
.main-timeline .timeline-icon i.fa:hover {
    font-weight: normal;
    font-family: fontawesome;
}
/*Timeline end*/



/*Chat Style*/

.embeddedServiceSidebar.layout-docked .dockableContainer.show, .embeddedServiceSidebar.layout-float .dockableContainer.show {
    right: 74px;
}
.embeddedServiceSidebar.modalContainer {
font-family: 'Poppins', sans-serif;
}
.embeddedServiceSidebarFormField .slds-style-inputtext, .embeddedServiceSidebarFormField .slds-style-select {
    color: #333333!important;
    font-family: 'Poppins', sans-serif !important;
    height: 30px !important;
    border-radius: 0px !important;
    border: 1px solid #2988fc !important;
}
.embeddedServiceHelpButton .uiButton{
	    max-width: 218px !important;
}
.embeddedServiceHelpButton .uiButton .helpButtonLabel{
	font-size: 14px !important;
}
.embeddedServiceHelpButton .embeddedServiceIcon::before {
    font-family: "fontawesome" !important;
    content: "\f025" !important;
    font-size: 24px !important;
}
 
/*end chat*/
/*download button*/
.dwnld-butn-org{
	background-color: #f7981f !important;
    color: #ffffff;
    display: inline-block;
    padding: 7px 35px;
}
.dwnld-butn-org:hover, .dwnld-butn-org:visited, .dwnld-butn-org:focus{	
	background-color: #2988fc !important;
	color:#fff;
}
/*end download button*/
/*start salesforce page oct 2020*/
.oct-list-ico{
	border: 2px solid;
    border-radius: 50%;
    padding: 3px;
    margin-right: 13px;
	font-size: 20px
}
.oct-sal-h3{
	font-weight:bold;
	color:#2988fc;
	padding-top:45px;
}

	.ripple-btn {
	  background: #FFF;
	  text-align: center;

	  box-sizing: border-box;
	  color: #2988fc;
	  animation: at-ripple 0.9s linear infinite;
	  overflow: hidden;
	}
	.ripple-btn.ani-white {
	  background: #ffffff;
	  color:#2988fc;
	  animation: ripple-ani 0.9s linear infinite;
		
	}


	/* Ripple Animate */
	@-webkit-keyframes ripple-ani {
	  0% {
		box-shadow: 0 4px 10px rgba(255,255,255,0.2), 0 0 0 0 rgba(255,255,255,0.2), 0 0 0 5px rgba(255,255,255,0.2), 0 0 0 10px rgba(255,255,255,0.2);
	  }
	  100% {
		box-shadow: 0 4px 10px rgba(255,255,255,0.2), 0 0 0 5px rgba(255,255,255,0.2), 0 0 0 10px rgba(255,255,255,0.2), 0 0 0 20px rgba(255, 65, 130, 0);
	  }
	}
	@keyframes ripple-ani {
	  0% {
		box-shadow: 0 4px 10px rgba(255,255,255,0.2), 0 0 0 0 rgba(255,255,255,0.2), 0 0 0 5px rgba(255,255,255,0.2), 0 0 0 10px rgba(255,255,255,0.2);
	  }
	  100% {
		box-shadow: 0 4px 10px rgba(255,255,255,0.2), 0 0 0 5px rgba(255,255,255,0.2), 0 0 0 10px rgba(255,255,255,0.2), 0 0 0 20px rgba(255, 65, 130, 0);
	  }
	}

.sal-oct-ico{
	text-align: center;
    font-size: 44px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 17px 0 8px;
	transition-duration: 1s;
}
.sal-oct-ico p{
	margin-bottom: 9px;
    min-height: 50px;
}

.mbr-iconnum{
	font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
	margin-top: 0px;
}
.mbr-sals p.mbr-text{
	font-size:16px;
}
.sal-oct-nav:hover .sal-oct-ico{
	background: #f9f9ff;
	transform: translateY(-10px);
}
.sal-oct-nav p {
    padding: 0px 4px !important;
}
/*end salesforce page oct 2020*/
/*No scroll homepage*/
.sticky-foot-cloud{
	position: sticky;
    bottom: 0;
    width: 100%;
}
.home-nav-oct {
    border: 2px solid #2988fc;
    padding: 15px 15px;
	color: #ffffff;
    background: #2988fc;    
	display: block;
    margin: 13px 0 13px;
}
.home-nav-oct:hover,.home-nav-oct:active,.home-nav-oct:focus{
	color:#2988fc;
	background:transparent;
}
.list-inline-reset li {
    padding-right: 18px;
}
.home-inc-regionals{
	margin-top: 22px;
}
@media screen and (min-width: 992px){	
.home-inc-regionals{
    margin-left: 124px;
}
	.no-scl-blog img{
		margin-left:31px;
	}
	.no-scl-mob-logo{
		display:none;
	}
	.no-scl-staff{
    	position: relative;
    	top: 10px;
    	left:-100px;
	}
	.no-scl-blog h2{
		padding: 0px;
    	text-align: left; 
	}
	.no-scl-careers{
		position: relative; 
    	top: -29px;
    	left: 99px;
	}
	.no-scl-certi{
		margin-bottom: 0px;
    	padding-bottom: 15px;
    	margin-top: -80px;
    	line-height: 1;
	}
	.no-scl-careers h5{
		
	}
	.no-scl-soln{
		float:left;
	}
}
@media screen and (max-width: 991px){
.no-scl-mob-hid-logo{
	display:none;
}	
	.no-scl-blog {
    text-align: center;
}
}
@media screen and (min-width: 993px){
#menu-meni {
    margin-right: 2%;
}
}

/*End no scroll homepage*/
/*zoho page scroll to top hide*/
.page-id-4010 #back-to-top {
    display: none !important;
}
.zoho-i{
	font-family: FontAwesome !important;
}
/*zoho page scroll to top hide*/
/*zoho page cta*/

 .z-cta-1-bg{
	  background-color: #f7981f;
	  color: #ffffff;
	  padding: 75px 0;
	  background: radial-gradient(circle, rgba(247,152,31,1) 0%, rgba(138,77,0,1) 100%);
  }
  .z-cta-down-arw{
	font-size: 41px;
    margin-left: 112px;
    color: #ffffff !important;
	}
.z-cta-btn{
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 11px 20px;
    font-size: 17px;
    display: inline-flex;
	}
	.z-cta-1 h3{
	font-size: 21px;
    font-weight: 500;
	}
	.z-cta-btn i{
	color: #fff;
    font-size: 24px;
    margin-left: 16px;
	}
	.z-abv-db-arw{
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 17px;
	color:#ffffff;
	}
.z-cta-btn:hover{
    background: #fff;
    color: #f7981f;
	cursor:pointer;
}
.z-cta-btn:hover i {
    color: #f7981f;
}
@media only screen and (max-width : 992px) {
	.z-cta-1-bg{
		text-align:center;
	}
	.z-abv-db-arw{padding-left:0px;}
	.z-cta-down-arw{margin-left:0px;}
}

/*end zoho page cta*/
/*cyber-page*/
.cyber-li li{	
    list-style: none;
    background: #132a37;
    color: #fff;
    padding: 14px;
    border: #fdfdfd;
    font-size: 16px;
    margin-top: 5px;
}

.cyber-sec {background-color:#ffffff;}
.cyber-sec img{
	padding:35px;
}
.cyber-sec:hover{
	color:#ffffff;
}
.cyber-sec{
	transition-duration: .5s;
    box-shadow: 0 0 20px 0 #e0e0e0;
}
.cyber-sec h3{
	line-height: 1;
    min-height: 56px;
    max-height: 56px;
}
.d-bl-h:hover{
	background-color: #132a37;
}
/*End Cyber */

/*contact us map*/
@media screen and (min-width: 992px) {
.address-mt-30{margin-top:30px;}
}
.address-single:hover h5 b{
	color:#2988fc !important;
}
.address-single .white-bg:hover{
	cursor:pointer !important;
}
/*Salesforce Landing page*/
.box-hov{
	padding:10px;
	transition-duration: .5s;
}
.box-hov:hover{
	box-shadow: 1px 1px 9px #00000091;
    transform: translateY(-10px);
}
/*animate*/
img.img-z:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}
img.img-z {
    transition-duration: 1s;
}

/*case study*/
.case-study-ul{
	
}
.case-study-ul li{
	font-size: 17px;
    list-style: none;
	line-height: 25px;
	padding-bottom: 10px;
}
.case-study-ul li:before {
    font-family: "Font Awesome 5 Free";font-weight:900;position:relative;margin-left:-29px;padding-right:13px}.play-arrow-icon li:before{content:'\f152';color:#2988fc}.case-study-box{box-shadow:5px 7px 9px -4px #bc;border:1px solid #0000000d;padding:14px;background:#e8f2ff}.cesty-row{display:flex;flex-wrap:wrap}.cesty-col{display:flex}.cesty-box{display:flex;text-align:center;background:#fff;padding:2rem 1rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.125);box-shadow:7px 7px 30px -5px rgb(0 0 0/10%);margin-bottom:2rem;transition-duration:.5s;width:100%}.d-inline-flex{display:inline-flex}.care-num-list .d-inline-flex{align-items:center;margin-bottom:13px;line-height:20px}.flexy-row{display:flex;flex-wrap:wrap}.flexy-col{display:flex}.flexy-box{display:flex;text-align:center;background:#fff;padding:2rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.125);box-shadow:7px 7px 30px -5px rgb(0 0 0/10%);margin-bottom:2rem;transition-duration:.5s;width:100%}.flexy-box .care-num-list li span{border-color:#555}.cs-feedback{background:#f7981f;padding:20px;border-radius:20px}.cs-feedback p,.cs-feedback h3{color:#fff}.cs-box-icon{font-size:50px !important;border-radius:50%;color:#2988fc !important;padding:15px}.cs-icon-p{margin:0}.cs-icon-box-h3{margin:0;font-weight:700;font-size:16px;padding:13px 0}.cs-box-icon:hover{font-weight:400}.cs-approach{border-bottom-left-radius:50px;background:#7e7e7e;border-top-left-radius:50px;padding:28px 46px;margin:15px}.cs-approach h3,.cs-approach p{color:#fff !important}.cs-list-style-1 i{font-size:25px;padding-right:10px;color:#8e8e8e}.cs-list-style-1 i:hover{color:#8e8e8e;font-weight:400;font-family:'FontAwesome'}.cs-list-style-1 p{margin-bottom:0}.cs-list-style-1{margin:25px 15px;padding:15px}.cs-about p b{color:#2988fc}.cs-about{margin:25px 0}.cs-about i:hover{color:#2988fc;font-weight:400}.cs-about i{font-size:25px;margin-right:12px;color:#2988fc}.cs-about a{font-size:15px}.cs-text-white{color:#fff !important}.cs-bg-section{padding:28px;margin:15px}.cs-objective p{font-size:20px;padding-bottom:0}.cs-objective h2{padding:0 !important;font-weight:700}.cs-objective{padding:20px;border-radius:20px;margin-bottom:25px;background:#2988fc;background:#0041ff;background:linear-gradient(55deg,rgba(0,65,255,1) 0%,rgba(9,9,121,1) 30%,rgba(8,14,133,1) 68%,rgba(0,65,255,1) 100%)}.cs-list-style-1 h3,.cs-approach h3,.cs-about h3,.cs-bg-section h3,.cs-feedback h3{font-weight:700 !important}.cs-list-style-1 li{font-size:15px;line-height:24px}.team-section-area{padding:45px 56px;margin-bottom:40px}.team-section-area .team-social i{font-size:29px;color:#fff;background:#2988fc;padding:11px 13px;border-radius:50%}.team-section-single{box-shadow:0 10px 15px rgb(0 0 0/50%);transition-duration:1s;background:#f0f0f0;margin-top:10px}.team-section-single:hover{transform:scale(1.02);transition-duration:1s}.team-section-img{transition-duration:1s;padding:15px;text-align:center}.team-section-img img{border-radius:50%;padding:15px;transition-duration:1s;box-shadow:0px 0px 8px 0px #979191}.team-section-single:hover img{transform:scale(.95);transition-duration:1s}.team-section .team-social i{font-size:29px;color:#fff;background:#2988fc;padding:11px 13px;border-radius:50%}.team-section{padding:45px 56px;box-shadow:inset 0px 0px 5px 4px #f9f9f9;margin-bottom:40px}.team-section .team-name{font-weight:700}.team-section .team-designation{font-style:italic}.team-section .team-brief{text-align:justify}.team-section .team-pic{text-align:center}.team-section .team-pic img{border-radius:50%;width:123px}.team-bio{text-align:center;padding:5px 20px 20px;background:#f0f0f0}.team-bio p,.team-bio h3{color:#000}.home-h1{font-size:30px}.blog-home-large-author,.blog-home-small-author{font-size:11px;font-weight:600;color:#8f8f8f}