body {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
	color: inherit;
	text-decoration: none;
}

a:hover{
    color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Quicksand';  
}
p{
	margin:0;
    line-height: 28px;
}
.img-fluid{
    display: block;
}
.list-inline li{
    display: inline-block;
    padding: 0px 5px;
}

h1{
    font-size: 60px;
    font-weight: 600;
}
h2{
    font-size: 40px;
    font-weight: 600;
}



.header-start{
    background-image: url(../images/header-image.jpg);
    background-position: center;
    background-size: cover;
    padding-top:20px;
    color: #fff;
}

.navbar-dark .navbar-nav a {
    color: #fff;
    transition: 0.5s;
    padding: 10px 20px;
}
.navbar-dark .navbar-nav a:hover{
    color:#23d3d3; 
}
.navbar-dark{
    background-color:#fff0!important;
}

.nav-btn{
    margin-top: 43px;
    text-align: right;
}
.hd-btn1{
    background:#23d3d3;
    padding: 15px 50px;
    color: #fff;
    border-radius: 24px;
    transition: 0.5s;
}
.hd-btn1:hover{
    background: #fff;
    color:#23d3d3; 
}

.hd-btn2{
    padding: 15px 50px;
     color: #fff;
    border: 1px solid #23d3d3;
    border-radius: 24px;
    transition: 0.5s;
}
.hd-btn2:hover{
    background:#23d3d3;
    color:#fff; 
}

.hd-caption{
    padding-top: 120px;
    padding-bottom: 170px;
    text-align: center;
}
.hd-caption p{
    font-size:20px;
}
.hd-btn3{
    border-radius: 24px;
    padding: 15px 40px;
    background:#fff;
    color: #1e266d;
    transition: 0.5s;
}
.hd-btn3:hover{
    background:#23d3d3;
    color:#1e266d; 
}
.hd-caption h1{
    margin-bottom: 5px;
}
.header-btn{
    margin-top:30px;
}
.hd-call-btn{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #1e266d;
    background: #23d3d3;
    text-align:center;
    line-height: 47px;
    font-size: 20px;
   transition: 0.5s;
}
.hd-call-btn:hover{
    background: #fff;
}
/*

partners-we-work
*/

.partners-we-work{
    padding: 70px 0px;
    background: #caf4f4;
}

.partners-we-work h2{
    margin-bottom: 40px;
    text-align: center;
    color: #1e266d;
}
.partner-img{
    margin: 0 auto;
}


/*

best-lowest-priced*/

.best-lowest-priced{
    padding-top: 70px;
    padding-bottom: 80px;
}
.heading-hd{
    margin-bottom: 40px;
    text-align: center;
}
.heading-hd h2{
    color: #1e266d;
    margin-bottom: 10px;
}

.best-lowest-box1{
 background: #d3f6f6;
    border: 8px solid #b6ebeb;
    width: 235px;
    height: 235px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    padding-top: 75px;
}
.best-lowest-box1 p{
    color: #1e266d;
    font-size: 32px;
    line-height: 37px;
}
.best-lowest-box2{
margin-left: -20px;
}
.best-lowest-box3{
margin-left: -40px;
}


.best-lowest-box4{
    background: #1e266d;
    width: 235px;
    height: 235px;
    color: #fff;
    text-align: center;
      border-radius: 50%;
    padding: 20px;
    padding-top: 85px;
    position: relative;
}
.bst-lost-price{
    color: #23d3d3;
    font-weight: 700;
    font-size: 50px;
}

.best-lowest4-txt{
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 20px;
}
.best-lowest-right-arrow {
    position: absolute;
    left: -45px;
    top: 46%;
}
.abt-video-box{
    position: relative;
}
.abt-image{
    width: 100%;
    border-radius: 4px;
}
.abt-video-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.abt-right-content-box {
    background: #23d3d3;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    min-height: 206px;
}
.abt-right-content-box h4{
    color: #1c1c1c;
    margin-bottom: 15px;
    font-weight: 600;
}

/*

Built-designed-section
*/

.Built-designed-section{
    background-image: url(../image/Built-designed-section.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
    color: #fff;
    margin-top: 70px;
}

.heading-hd2{
    text-align: center;
    margin-bottom: 40px;
}
.heading-hd2 h2{
color: #23d3d3;
    margin-bottom: 10px;
}

.Built-designed-content-box {
    border: 1px solid #fff;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 4px;
    min-height: 375px;
}
.Built-designed-content-box h3{
    color: #23d3d3;
    margin-bottom: 20px;
    font-weight: 600;
}
.Built-designed-icon{
    margin: 0 auto;
    margin-bottom: 30px;
}



/*

service-section*/
.service-section{
    padding-top: 70px;
    padding-bottom:50px
}
.service-icon{
    margin: 0 auto;
    margin-bottom: 20px;
}
.service-box-content{
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 20px;
}
.service-box-content h3 {
    color: #1e266d;
    min-height: 75px;
    font-weight: 600;
    font-size: 24px;
}


/*

Software Pricing
*/


.Software-Pricing{
    background-image: url(../image/Software%20Pricing.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
    color: #fff,
}
.Software-Pricing p{
  color: #fff
}
    

.main-price-box{
    padding: 40px 50px;
    background: #fff;
    border-radius: 5px;
    margin-top: 100px;
}


.price-circle {
    width: 210px;
    height: 210px;
    background: #23d3d3;
    padding: 10px;
    text-align: center;
    color: #000!important;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 50px;
    position: relative;
    top: -135px;
    margin-bottom: -115px;
}
.price-circle p{
    color: #000;
    font-weight: 600;
}
.soft-price{
    font-size: 50px;
    color: #fff!important;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;}

.main-price-box{
    color: #000;
}
.main-price-contnt{
    text-align: center;
    min-height: 230px;
}

.main-price-contnt li{
    padding: 10px;
    border-bottom:1px solid #c2c2c2;
}
.price-last-txt{
    border: none!important;
}
.try-free-btn{
    padding: 15px;
    width: 100%;
    background: #1e266d;
    color: #23d3d3;
    border-radius: 27px;
    display: block;
    text-align: center;
    transition: 0.5s;
}
.try-free-btn:hover{
    background: #23d3d3;
    color: #fff;
}

/*Frequently-asked-questions*/

.Frequently-asked-questions{
    padding-top: 70px;
    padding-bottom: 80px;
}
#accordion{
    width: 100%;
}
.mb-0 > a {
  display: block;
  position: relative;
    
    
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
    color: #23d3d3;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
    color: #23d3d3;
}

.Frequently-asked-questions .card{
    margin-bottom: 20px;
}

/*

footer-start
*/

.footer-start{
    padding-top: 70px;
    padding-bottom: 30px;
    background: #1e266d;
    color: #fff;
}
.ft-h5{
    margin-bottom: 20px;
    color: #23d3d3;
    font-weight: 600;
}

.ft-contact p{
    margin-bottom: 10px;
}
.ft-contact p span{
    color: #23d3d3;
}
.ft-nav li{
    margin-bottom: 10px;
}
.ft-nav li a{
    transition: 0.5s;
}
.ft-nav li a:hover{
    color: #23d3d3;
}
.ft-copy{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #404683;
}
.ft-copy-txt{
    text-align: right;
    margin-top: 10px;
}

/* CSS Simple Pre Code */
pre {
    background: #333;
    white-space: pre;
    word-wrap: break-word;
    overflow: auto;
}

pre.code {
    margin: 9px -15px;
    border-radius: 4px;
    border: 1px solid #292929;
    position: relative;
}

pre.code label {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ddd;
    position: absolute;
    left: 1px;
    top: 15px;
    text-align: center;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

pre.code code {
    font-family: "Inconsolata","Monaco","Consolas","Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
    display: block;
    margin: 0 0 0 60px;
    padding: 15px 16px 14px;
    border-left: 1px solid #555;
    overflow-x: auto;
    font-size: 13px;
    line-height: 19px;
    color: #ddd;
}

pre::after {
    content: "double click to selection";
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 12px;
    color: #ddd;
    line-height: 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

pre:hover::after {
    opacity: 0;
    visibility: visible;
}

pre.code-css code {
    color: #91a7ff;
}

pre.code-html code {
    color: #f39219;
}

pre.code-javascript code {
    color: #ffa726;
}

pre.code-jquery code {
    color: #4dd0e1;
}
.pagenumber{
    position: absolute;
    color: #fff;
    font-size: 15px;
    top: 45px;
    left: 25px;
    line-height: 7px;
    margin-top: 23px;
}
.pagenumber span{
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}





/* 30 oct */

/* start of breadcrumb */



.iq-breadcrumb {
    position: relative;
    padding: 8% 0 0%;
    background: #e1f6f6d1;
    margin-top: -96px;
    margin-bottom: 45px;
}

.iq-breadcrumb-info {
    z-index: 9;
    position: relative;
}

.iq-breadcrumb nav ol {
    background: none;
    margin: 0;
    padding-left: 0;
}

.iq-breadcrumb .breadcrumb-item {
    font-family: 'Nunito', sans-serif;
}

.iq-breadcrumb .breadcrumb-item a {
    font-weight: 500;
    color: #868894;
    font-family: 'Nunito', sans-serif;
}

.iq-breadcrumb .breadcrumb-item.active {
    color: #4f34e6;
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item {
    margin-left: 5px;
    font-weight: 600;
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: #4f34e6;
    height: 6px;
    margin-top: -8px;
    padding: 0;
    width: 6px;
    display: inline-block;
    border-radius: 90px;
    margin-right: 10px;
}

.iq-breadcrumb .breadcrumb-item:last-child:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 80px;
    background: #4f34e6;
    margin-left: 10px;
}

.iq-breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
}

.iq-breadcrumb .breadcrumb-two {
    position: absolute;
    top: 0;
    right: 0;
}
.registration h2{
    background: #44CBCA;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.registration h3{
    color:#44CBCA;
    font-size: 20px;
    margin-bottom: 20px;
}
.registration .input-wrapper span{
    background: #44CBCA;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    height: 40px;
    line-height: 33px;
    width: 40px;
    text-align: center;
}
.registration .input-wrapper .form-control{
    height: 40px;
    border: 1px solid #44CBCA;
    padding-left: 45px;
    border-radius: 0;
}
.registration .input-wrapper {margin-bottom: 15px;}
.registration .input-wrapper textarea.form-control{height: inherit;}
.registration .input-wrapper span.textar{height:110px;line-height: 110px;}
.registration a{color:#7A60D6;}

























