/*
  Theme Name: Name - Multipurpose HTML Template
  Author: xxxx@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header area
3. hero area
4. brand-logo-area
5. service section
6. process-faq
7. tech logo
8. delivery flow
9. footer
*/

/* 1. Theme default css */

@font-face {
	font-family: "ProximaNovaMedium";
	src: url("../fonts/ProximaNova-Medium.eot");
	src: url("../fonts/ProximaNova-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ProximaNova-Medium.woff2") format("woff2"),
		url("../fonts/ProximaNova-Medium.woff") format("woff"),
		url("../fonts/ProximaNova-Medium.ttf") format("truetype"),
		url("../fonts/ProximaNova-Medium.svg#ProximaNova-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaRegular";
	src: url("../fonts/ProximaNova-Regular.eot");
	src: url("../fonts/ProximaNova-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
		url("../fonts/ProximaNova-Regular.woff") format("woff"),
		url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
		url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaBold";
	src: url("../fonts/ProximaNova-Bold.eot");
	src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
		url("../fonts/ProximaNova-Bold.woff") format("woff"),
		url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
		url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaSemibold";
	src: url("../fonts/ProximaNova-Semibold.eot");
	src: url("../fonts/ProximaNova-Semibold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
		url("../fonts/ProximaNova-Semibold.woff") format("woff"),
		url("../fonts/ProximaNova-Semibold.ttf") format("truetype"),
		url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "ProximaNovaRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2b96cc;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ProximaNovaSemibold", sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative;
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2;
}
/* button style */

.btn {
	background: #1696e7 none repeat scroll 0 0;
	background: #205fff;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 37px;
	text-align: center;
	border: 1px solid transparent;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 5px;
	font-weight: bold;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	font-family: "ProximaNovaBold";
	-webkit-border-radius: ;
	-moz-border-radius: ;
	-ms-border-radius: ;
	-o-border-radius: ;
}

.btn:hover {
	background: #192649;
	color: #ffffff;
	border: 1px solid transparent;
}

.btn.btn-brd:hover {
	background: #ffff;
	color: #000;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2b96cc;
	color: #fff;
}

/* scrollUp */
#scrollUp {
	background: #205fff;
	height: 35px;
	width: 35px;
	left: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}

/* start  chat css */

.supt-chat {
	position: fixed;
	bottom: 50px;
	right: 24px;
	z-index: 9999999999;
}
.supt-act {
	height: 85px;
	width: 85px;
	background: #205fff;
	border-radius: 50%;
	line-height: 85px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.cht-msg-wrp {
	position: absolute;
	bottom: 90px;
	right: 0;
	width: 20vw;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px #dddd;
}
.cht-msg-wrp li {
	display: block;
}
.cht-msg-wrp h4 {
	font-size: 10px;
	color: #7a7a7a;
	font-family: "ProximaNovaBold";
}
.cht-msg-wrp p {
	color: #7a7a7a;
	font-size: 11px;
}
.cht-msg-wrp li:after {
	position: absolute;
	left: -3px;
	bottom: 4px;
	height: 16px;
	width: 20px;
	background: white;
	transform: rotate(33deg);
}

.cht-msg-wrp {
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 344px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 19px #9e9e9e1c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	opacity: 1;
	visibility: hidden;
	bottom: -130px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.cht-msg-wrp li {
	display: block;
	padding: 9px 18px;
}

.supt-act span {
	position: absolute;
	top: -6px;
	right: 0;
	background: #ff9900;
	height: 25px;
	width: 25px;
	color: #ffff;
	line-height: 25px;
	text-align: center;
	font-family: "ProximaNovaBold";
	border-radius: 30px;
}

.cht-msg-wrp.activee {
	bottom: 130px;
	opacity: 1;
	visibility: visible;
}

/* end  chat css */

/* start header css */

.home-logo {
	margin-top: 36px;
}
.site-main-menu ul li {
	display: inline-block;
}

.site-main-menu ul li a {
	font-size: 14px;
	color: #404d6b;
	text-transform: uppercase;
	margin-left: 52px;
	border-bottom: 2px solid transparent;
	transition: 0.3s;
	padding-bottom: 11px;
	padding-top: 72px;
	display: block;

	line-height: 14px;
	font-family: "ProximaNovaSemibold";
}
.site-main-menu ul li a:hover {
	color: #205fff;
	border-bottom: 2px solid #205fff;
}
.site-main-menu ul li a.btn-tp-lnk {
	padding: 4px 14px;
	color: #fff;
	border-radius: 6px;
	padding-left: 10px;
	border: 2px solid transparent;
	font-family: "ProximaNovaBold";
	padding-top: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-size: 16px;
	line-height: 19px;
}
.site-main-menu ul li a.btn-tp-lnk:hover {
	border: 2px solid transparent;
}

/* end header css */

/* start hero area css */
.hero-area {
	background: #fafcff;
	height: 725px;
}
.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.hero-txt h2 {
	font-size: 58px;
	color: #14295d;
	font-weight: bold;
	line-height: 69px;
	margin-bottom: 32px;
	font-family: "ProximaNovaBold";
}

.hero-txt p {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 60px;
	color: #6c7aac;
	font-family: "ProximaNovaMedium";
}

.hro-btn-gp a {
	margin-right: 14px;
}

.hro-btn-gp a:last-child {
	background: #eaf2ff;
	color: #205fff;
}

.hro-btn-gp .btn.btn-squr,
.hro-btn-gp .btn.btn-brd {
	height: 70px;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: "ProximaNovaBold";
	font-size: 18px;

	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
/* end hero area css */
/* start brand logo css */
.brand-logo-area {
	border-bottom: 1px solid #eaf0fa;
}
.sngl-br-lgo {
	text-align: center;
}

.more-lnk a:hover {
	color: #205fff;
}
.more-lnk a {
	font-size: 16px;
	line-height: 23px;
	color: #59678b;
}

.more-lnk img {
	margin-left: 5px;
}

.sngl-srvc {
	padding-top: 30px;
	padding-left: 36px;
	background: #ffffff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding-bottom: 38px;
	padding-right: 36px;
	position: relative;
	border-radius: 8px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	height: 380px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 400px;
}

.srvc-img {
	height: 40%;
}

.srvc-txt {
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sngl-srvc:hover {
	background: #ffffff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
}

.srvc-img img {
	width: 86px;
	height: 95px;
}

.srvc-txt h2 {
	font-size: 26px;
	color: #14295e;
	font-family: "ProximaNovaBold";
	line-height: 32px;
	width: 65%;
}

.srvc-txt p {
	font-size: 18px;
	color: #6c7aac;
	margin-top: 12px;
	margin-bottom: 33px;
}

.srvc-img {
	margin-bottom: 32px;
}

.srvc-txt a img {
	margin-left: 10px;
}

.srvc-txt a {
	font-family: "ProximaNovaBold";
	font-size: 16px;
	color: #205fff;
	transition: 0.3s;
}

.srvc-txt a:hover {
	color: #14295d;
}

.section-title h2 {
	font-size: 44px;
	color: #14295d;
	margin-bottom: 33px;
	font-family: "ProximaNovaSemibold";
}

.section-title p {
	font-size: 20px;
	color: #6c7aac;
	width: 49%;
	margin: 0 auto;
	line-height: 32px;
}

.section-title h6 {
	font-size: 26px;
	color: #14295d;
	text-transform: CAPITALIZE;
	margin-top: 86px;
	font-family: "ProximaNovaBold";
	font-size: 26px;
	line-height: 32px;
}
/* end brand logo css */

/* start process faq css */

.crd-head a img {
	margin-right: 30px;
}

.crd-body {
	margin-left: 30px;
}

.crd-head a {
	font-size: 22px;
	color: #205fff;
	padding: 24px 0;
	display: block;
	font-family: "ProximaNovaSemibold";
}

.crd-head a:hover {
	color: #000;
}

.crd-head a:hover img {
	filter: grayscale(1);
}
.crd-body li {
	font-size: 18px;
	color: #6c7aac;

	margin-top: 12px;
	list-style-type: disc;
}

.crd-head [aria-expanded="true"] .acc-plus-icon {
	display: none;
}
.crd-head [aria-expanded="false"] .acc-minus-icon {
	display: none;
}
.crd-item {
	position: relative;
}

.crd-item:after {
	position: absolute;
	content: "";
	right: 0;
	height: 1px;
	background: #ddd;
	width: 92%;
}

.crd-head h5 a {
	display: flex;
	justify-content: inherit;
	align-items: center;
}

.crd-head h5 img {
	width: 30px;
	height: 25px;
	max-width: 100%;
}
.faq.content .crd-item:last-child:after {
	display: none;
}

/* end process faq css */

/* start appointment css */

.appmnt-head h2 {
	color: #205fff;
	font-size: 26px;
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	margin-bottom: 18px;
}
.appmnt-head p {
	color: #6c7aac;
	width: 27%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #6c7aac;
}

.appmnt-txt img {
	display: none;
}

.appmnt-txt h4 {
	font-size: 20px;
	color: #205fff;
	font-family: "ProximaNovaBold";
}

.appmnt-txt p {
	font-size: 16px;
	color: #6c7aac;
	line-height: 24px;
	padding-left: 0px;
}

.algn-lft {
	text-align: left;
}

.algn-lft p {
	padding-right: 20px;
	padding-left: 0;
}

.appmnt-plc-btn h4 {
	font-size: 20px;
	color: #205fff;
	font-family: "ProximaNovaBold";
	margin-bottom: 12px;
}

.appmnt-plc-btn p {
	font-size: 16px;
	color: #6c7aac;
	line-height: 24px;
	width: 28%;
	margin: 0 auto;
	margin-bottom: 44px;
	padding: 0 20px;
}

.btn-sqr-blu {
	background: #205fff;
}
.appointment-section .section-title h2 {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.appmnt-plc-btn .btn.btn-sqr-blu {
	height: 66px;
	padding-top: 27px;
	text-transform: uppercase;
}
.appintmnt-inner-img img {
	max-width: 100%;
	height: auto;
}

/* end appointment css */

/* start uses tech logo */
.tech-txt h2 {
	font-size: 44px;
	color: #14295d;
	font-family: "ProximaNovaSemibold";
	line-height: 1;
	margin-bottom: 56px;
}

.tech-txt p {
	font-size: 14px;
	color: #6c7aac;
	margin-bottom: 30px;

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	/* or 178% */

	color: #6c7aac;
}

.tech-txt p span {
	font-size: 18px;
	color: #14295d;
	font-family: "ProximaNovaBold";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	/* or 178% */

	color: #14295d;
}

.tech-logo-wrp {
	display: flex;
	flex-wrap: wrap;
}

.tech-itm {
	width: 33.33%;
}

.tech-itm h4 {
	font-family: "ProximaNovaRegular";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #aaaaaa;
	margin-top: 10px;
}

.tech-itm {
	text-align: center;
	margin-bottom: 25px;
}

/* end uses tech logo */

/* start delivery flow css */
.d-flw-txt span {
	color: #205fff;
	font-size: 16px;
	font-family: "ProximaNovaSemibold";
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.d-flw-txt h4 {
	color: #14295d;
	font-size: 32px;
	line-height: 36px;
	font-family: "ProximaNovaBold";
	padding-right: 40px;
	margin-bottom: 54px;
}

.d-flw-txt p {
	color: #6c7aac;
	font-size: 18px;
	padding-right: 80px;
}
.d-flw-txt {
	position: relative;
}

.d-flw-txt a {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.d-flw-itm img {
	margin-bottom: 35px;
}
.d-flw-itm img {
	margin-bottom: 35px;
}

.d-flw-txt span {
	margin-bottom: 8px;
	display: block;
}

.d-flw-txt h4 {
	margin-bottom: 54px;
}

.d-flw-itm {
	height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	text-align: left;
	align-items: flex-start;
}

/* end delivery flow css */

/* start footer css */
.ftr-txt h2 {
	color: #ffffff;
	font-size: 44px;
	text-transform: capitalize;
	font-family: "ProximaNovaSemibold";
}

.ftr-txt p {
	color: #aab2c5;
	font-size: 18px;
	line-height: 32px;
	padding-right: 62px;
	margin-bottom: 45px;
}

.ftr-btn-grp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
}

.ctrn-info p {
	font-size: 14px;
	color: #aab2c5;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.ctrn-info {
	text-align: center;
	padding-right: 23px;
}

.ctrn-info a {
	text-decoration: underline;
}

.ctrn-info h4 {
	color: #ffffff;
	font-size: 18px;
}

.ftr-btn-grp span {
	color: #fff;
	font-family: "ProximaNovaBold";
	font-size: 15px;
	text-transform: uppercase;
}
.ftr-btn-grp .btn-sqr-blu:hover {
	border: 1px solid #205fff;
	color: white;
}
.footer-area {
	position: relative;
}

.footer-area:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 90%;
	width: 100%;
	background: #181f31;
	z-index: -1;
}
.ftr-btm-txt h6 {
	font-size: 16px;
	color: #aab2c5;
	text-transform: capitalize;
	margin-bottom: 24px;
	font-family: "ProximaNovaRegular";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: lowercase;
}

.ftr-btm-txt h6 a {
	color: #205fff;
	font-family: "ProximaNovaBold";
	font-family: "ProximaNovaRegular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #205fff;
}

.ftr-btm-txt p {
	font-size: 12px;
	color: #aab2c5;
	font-size: 12px;
	line-height: 15px;
}
.ftr-btm-txt ul li {
	display: inline-block;
	margin-left: 15px;
}

.ftr-btm-txt ul li a {
	color: #aab2c5;
	font-size: 12px;
	font-family: "ProximaNovaRegular";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;

	color: #aab2c5;
}

.ftr-btn-grp .btn.btn-sqr-blu {
	height: 69px;
	padding-top: 30px;
	text-transform: uppercase;
}
/* end footer css */

/* new fixes */
.appmnt-txt.b-part-of-appoiment {
	display: none;
}
