body {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #101010;
}
main {
	max-width: 1920px;
	margin: 0 auto;
}
/* Global style */
*{
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a, 
a:focus, 
button:hover, 
button:focus, 
input:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
}
a {
	transition: all 0.4s;
}
p {
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
h1 a, 
h2 a, 
h3 a,
h4 a {
	display: inline-block;
}
h1 a, 
h2 a, 
h3 a,
h4 a,
h1 a:hover,
h2 a:hover, 
h3 a:hover,
h4 a:hover {
	color: #222333;
	transition:  all 0.4s;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover {
	color: #499bff;
}
section {
	padding: 40px 0px;
}
input, textarea {
	width: 100%;
	border: 1px solid #499bff;
	height: 50px;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	transition: all 0.4s;
}
textarea {
	height: auto;
}
/*button and margin*/
.ic-ptb {
	padding: 80px 0;
}
.ic-pt {
	padding-top: 80px;
}
.ic-pb {
	padding-bottom: 80px;
}
.ic-pth {
	padding-top: 40px;
}
.ic-pbh {
	padding-bottom: 40px;
}
.ic-ptz {
	padding-top: 0;
}
.ic-pbz {
	padding-bottom: 0;
}
.ic-pz {
	padding: 0;
}
/*background image*/
.ic-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;3
}
/*button*/
.ic-btn {
	padding: 13px 37px;
	background-color: #fff;
	color: #167fff;
	border-radius: 5px;
	display: inline-block;
}
.ic-btn:hover {
    background-color: #167fff;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}
/*lead*/
.ic-lead {
    margin-bottom: 40px;
}
.ic-lead h2 {
    font-size: 36px;
    color: #167fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.ic-lead p:last-child {
    margin-bottom: 0;
}
.lead-title h2 {
	margin-bottom: 0;
}
/*secondery backgrond color*/
.ic-sec-bg {
	background-color: #f4f9ff;
}
/*repeatable color*/
.ic-secondery-clr, 
.ic-home-tab-wrapper .nav a:hover, 
.ic-home-tab-wrapper .nav a.active,
.ic-tab-card-info h3,
.ic-tab-card-head .ic-price,
.ic-home-tab-wrapper .nav a:hover:after, 
.ic-home-tab-wrapper .nav a.active:after,
.ic-sigle-task:hover .ic-task-caption h3,
.ic-hero-btn .ic-btn:last-child:hover,
.ic-right-nav li.ic-highlight a:hover,
.ic-nav li.ic-highlight a:hover,
.ic-nav ul li.ic-highlight a,
.ic-right-nav li.ic-highlight a,
.ic-tab-card-info ul li,
a.ic-learn-more {
    color: #167fff;
}
/*learn more*/
a.ic-learn-more {
	text-transform: capitalize;
}
a.ic-learn-more i {
    position: relative;
    right: 0;
    top: 2px;
    transition: all 0.4s;
}
a.ic-learn-more:hover i {
    right: -5px;
}
/*checkbox style*/
.ic-check label {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}
.ic-check label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}
.ic-check label span {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #167FFE;
    transition: all 0.4s;
    border-radius: 2px;
}
.ic-check label:hover input ~ span,
.ic-check label input:checked ~ span {
    background-color: #167FFE;
}
.ic-check label input:checked + .ic-single-psidebar form .ic-check  label {
    color: #167FFE;
}
.ic-check label span:after {
    position: absolute;
    content: "";
    display: none;
}
.ic-check label input:checked ~ span:after {
    display: block;
}
 
.ic-check label span:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ic-opacity {
    background-color: rgba(24, 128, 255, 0.9);
}
.ic-bg-fill {
    background-color: rgba(24, 128, 255, 1);   
}
.ic.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
    vertical-align: unset;
    font-size: 12px;
}
.ic-noscrll {
    overflow: hidden;
}
.ic-vh {
    height: 100vh;
}
/*select option style*/

.ic-select {
     position: relative;
     height: auto;
     padding: 0px;
     margin-bottom: 30px;
     text-align: left;
}
 .ic-select select {
     display: none;
    /*hide original SELECT element:*/
}
 .select-selected {
     background-color: #fff;
     color: rgba(0, 0, 0, 0.8) !important;
}
/*style the arrow inside the select element:*/
 .select-selected:after {
     position: absolute;
     content: "";
     top: 14px;
     right: 10px;
     width: 0;
     height: 0;
     border: 6px solid transparent;
}
 .select-selected:before {
     position: absolute;
     content: "";
     top: 22px;
     right: 10px;
     width: 0;
     height: 0;
     border: 6px solid transparent;
     border-color: transparent transparent #167FFE transparent;
     transform: rotate(180deg);
}
/*point the arrow upwards when the select box is open (active):*/
 .select-selected.select-arrow-active:before {
     border: none;
}
 .select-selected.select-arrow-active:after {
     border-color: transparent transparent #167FFE transparent;
     top: 14px;
}
/*style the items (options), including the selected item:*/
 .select-items div,.select-selected {
     color: #ffffff;
     padding: 8px 16px;
     border: 1px solid #167FFE;
     cursor: pointer;
}
/*style items (options):*/
 .select-items {
     position: absolute;
     background-color: #167FFE;
     top: 100%;
     left: 0;
     right: 0;
     z-index: 5;
}
/*hide the items when the select box is closed:*/
 .select-hide {
     display: none;
}
 .select-items div:hover, .same-as-selected {
     background-color: rgba(0, 0, 0, 0.1);
}
 .ic-contact-form input {
     width: 99%;
}
 /*breadcrumb style*/
 .ic-breadcrumb ul li {
    display: inline-block;
}
.ic-breadcrumb ul li, .ic-breadcrumb ul li a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #167fff;
}
.ic-breadcrumb ul li {
    margin-right: 5px;
}



