html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 16px;
  color: #0E0E0E;
  font-family: "Maven Pro", sans-serif;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
a {color: #1989D9;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.btn-main {
  background: linear-gradient(91.94deg, #1b2a36 -6.96%, #1988d9 92.24%);
  border-radius: 41px;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  border: 0.7px solid;
  color: #ffffff;
  padding: 14px 45px;
  display: inline-block;
  text-decoration: none;
}
.btn-main-wrap {
  padding: 4px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 41px;
}
.btn-main-white {
  background: #fff;
  border-radius: 41px;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  border: 0.7px solid;
  color: #585A5C;
  padding: 14px 45px;
  display: inline-block;
  text-decoration: none;
}
.btn-main-wrap-white {
  padding: 4px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 41px;
}
.white-color{
  color: #ffffff;
}
.know-more {
    box-shadow: 0px 2px 3px 0px #00000014;
    background: #1b2a36;
    color: #59baff;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    padding: 15px 33px;
    text-transform: uppercase;
    border-radius: 40px;
    text-decoration: none;
	  font-family: "Maven Pro", sans-serif;
    border: 0;
}
.case-studies .know-more{
  margin: 0 auto;
}
.know-more > i {
  color: #59baff;
  padding:3px 0px 0px 10px;
  font-size: 20px;
}
blockquote {
  position: relative;
  padding-top: 30px;
}
blockquote:before {
  content: "";
  background: url(./../images/quote-mark.svg) no-repeat right top;
  width: 100px;
}

/*Font Color*/
.primary {color: #1989D9;}
.secondary {color: #D15D08;}
.text-lg {font-size: 50px;}
.tertiary {color: #51B5FC !important;}
.dark {color: #354755 !important;}

/*Background*/
.container .bg-primary {background: #278FDA !important;}
.container .bg-secondary {background:#FFF6EF !important;}
.container .bg-tertiary {background: #ECF4FA; }
.container .bg-light {background: #F0F7FC !important;}
.container .bg-dark,
section.bg-dark {background:#1B2A36 !important;}
.container .bg-dark *,
section.bg-dark * {color: #fff;}
.container .rounded {border-radius: 25px !important;}
div[class*="container"] .bg-darker {background: #131E26;}
.container.bg-light {background: #f4f4f4;}

/*Button*/
.btn-tertiary {
  background: rgb(88,165,236);
  background: linear-gradient(281deg, rgba(88,165,236,1) 0%, rgba(27,42,54,1) 100%);
  border-radius: 50px ;
  color: #ffffff ;
  border: 0;
  padding: 15px 30px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  outline: 1px solid #333;
  outline-offset: 4px;
}

/*Border-radius*/
.rounded-theme {border-radius: 25px !important;}

@media (max-width: 767.98px) { 
  .rounded-theme {border-radius: 15px !important;}
}