@charset "utf-8";
/* CSS Document */
html{
	overflow-x:hidden;
}
body { 
	margin: 0px;
	color: #000000;
	font-size:18px;
   	font-family: 'Nunito Sans', sans-serif;
	font-weight:600;
	line-height:normal;
	padding:0px;
}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{
	margin:0px;
	color:#000000;
	line-height:normal;
	font-weight:700;
	margin-bottom:15px;
   	font-family: 'Cairo', sans-serif;
}
h1{
	font-size:45px;	
}
h2 {
    font-size:38px;
}
h3{ 
	font-size:34px;
}
h4{ 
	font-size:30px;
}
h5{ 
	font-size:26px; 
}
h6{ 
	font-size:22px; 
}
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:25px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; list-style:none; }
ul li{
	line-height:30px;
}
ul li+li{
}
a img { border: 0px;}
p,ul,ol {
    margin-bottom: 0px;
}
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.round5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	position: relative;
}
.round10 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	position: relative;
}
.round15 {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; }
.hidden { display:none;}
.italic{
	font-style:italic;	
}
.bold{
	font-weight:bold;	
}
table{
	border-spacing:0px;
	border-collapse:collapse;
}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea {
    background:#fff;
    border:1px solid #e0e0e0;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    width:100%;
	font-weight:300;
	box-sizing:border-box;
   	font-family: 'Nunito Sans', sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a2a1a1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a2a1a1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a2a1a1;
}
textarea {
    width:100%;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 12px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #353233 0%, #861732 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: "Cairo",sans-serif;
    font-size: 15px;
    font-weight: 700;
    min-width: 190px;
    padding: 8px 15px;
    text-align: center;
    vertical-align: top;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ 
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861732+0,353233+100 */
	background: #861732; /* Old browsers */
	background: -moz-linear-gradient(left,  #861732 0%, #353233 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #861732 0%,#353233 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #861732 0%,#353233 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#861732', endColorstr='#353233',GradientType=1 ); /* IE6-9 */

}
.form-control {
    border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow: 0 0 0;
    height: auto;
}
a:focus{
	outline:none;	
	text-decoration:none;
}
a{
	color:#043d2f;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
	
}
a:hover,a:focus{
	text-decoration:none;
	color:#ff7200;
}
.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
}	
/*-------------------------*/
.clr{ clear:both;}
#mob_menu{
	position: fixed;
	background-color:#8b1732;
	height: 100%;
	z-index: 999999;
	width: 280px;
	color: #fff;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	left:-320px;
	overflow:auto;
}
#mob_menu.show_menu{
	left:0px;
}
#mob_menu .closeBox{
	text-align:right;
	padding:8px 15px;
}
#mob_menu ul,
#mob_menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#mob_menu ul li{
	display:block;	
}
#mob_menu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-transform: uppercase;
	text-align: left;
}
#mob_menu ul li a:hover{
	 color:#000;
}
#mob_menu ul li + li {
}
#mobile-btn {
    display: none;
}
/*--------------------------------------*/
.button-box {
}
.button-box a {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #353233 0%, #861732 100%) repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    min-width: 190px;
    padding: 8px 15px;
    text-align: center;
    vertical-align: top;
	font-family: 'Cairo', sans-serif;
}
.button-box a.white {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
}
.button-box a.read-more {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 20px;
    font-weight: 400;
    min-width: auto;
    padding: 0;
    text-decoration: underline;
}
.button-box a.read-more:hover{ color:#8b1732; background:none;}
.button-box a:hover {
   
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861732+0,353233+100 */
	background: #861732; /* Old browsers */
	background: -moz-linear-gradient(left,  #861732 0%, #353233 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #861732 0%,#353233 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #861732 0%,#353233 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#861732', endColorstr='#353233',GradientType=1 ); /* IE6-9 */
}
.button-box a.green-button{
	font-weight:600; color:#000;
}
.button-box a.green-button:hover{
	background:#000;
	color:#fff;
}
.button-box a.black-button{font-weight:600; color:#fff; background:#000;}
.button-box a.black-button:hover{
	background:#8ac34a;
	color:#000;
}
.top-read-bar{ background:#8b1732; padding:15px 0; text-align:center;}
.top-read-bar p{ color:#fff; font-weight:600; font-size:17px;}
.top-read-bar p a{ display:inline-block; color:#fff;}


.nav-banner .logo-box {
    float: left;
    width: 180px;
}
.nav-banner .nav-box {
    float: right;
    text-align: right;
    width: calc(100% - 180px);
}

.nav-box .menu-box ul li a {
    color: #000000;
    display: block;
    font-size: 18px;
}
.nav-box .menu-box a:hover{
	color: #8b1732;
}
.nav-box .menu-box ul {
    margin: 0;
    padding: 0;
}
.nav-box .menu-box ul li {
    display: inline-block;
    padding: 35px 25px;
    vertical-align: top;
	position:relative;
}
.nav-box .menu-box {
    display: inline-block;
    vertical-align: middle;
}
.nav-box .quots-btn {
    display: inline-block;
    padding-left: 50px;
    vertical-align: middle;
}
.nav-box .menu-box span {
    padding-left: 5px;
}
.menu-box ul li ul {
    background-color: #8b1732;
    display: none;
    min-width: 200px;
    position: absolute;
    text-align: left;
    z-index: 999;
}
.nav-box .menu-box ul li ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 7px 10px;
}
.nav-box .menu-box ul li:hover > ul {
    display: block;
}
.nav-box .menu-box ul li ul li {
    padding: 0;
	width:100%;
}
.nav-box .menu-box ul li ul li :hover{
	background-color:#fff;
}
.nav-box .menu-box ul li ul li ul li{
	margin-left:0;
	top:0;

}




.banner-section {
    position: relative;
}
.banner-section .nav-banner {
    height: 100%;
    left: 0;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-section .banner {
    background-image: url("../images/new-banner.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 70px;
}

.banner .banner-text {
    display: inline-block;
    margin-top: 40px;
    max-width: 710px;
    position: relative;
    vertical-align: top;
}
.banner-text h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.banner-text p {
    color: #454545;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
}

.about-section {
    padding: 80px 0;
    text-align: center;
}
.about-section h1 {
    line-height: 30px;
    margin-bottom: 40px;
}
.about-section p {
    color: #6c6c6c;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}


.our-service {
    background-image: url("../images/our-service-new-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 660px;
    padding: 50px;
}
.service-text .service-title h1 {
    color: #fff;
}
.slide-content .slide-box h6 {
    color: #fff;
    font-family: cairo;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 15px;
}
.slide-content .slide-box p {
    color: #bbbbbb;
    line-height: 34px;
    margin-bottom: 20px;
}
.service-text .service-title {
    margin-bottom: 20px;
}
.service-detilas .service-text {
    display: inline-block;
    width: 530px;
}
.service-detilas .service-image {
    display: inline-block;
    width: calc(100% - 540px);
}
.slide-content  .owl-controls .owl-dots {
    margin-top: 20px;
}

.slide-content .owl-dots .owl-dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    top: -40px;
    vertical-align: top;
    width: 16px;
}
.slide-content .owl-dots .owl-dot.active{
    background: #000 none repeat scroll 0 0;
    border: 3px solid #fff;
}
.slide-content .owl-dots .owl-dot + .owl-dot {
    margin-left: 15px;
}

.what-clientsay {
    padding: 180px 0 90px;
}
.clientsay-text .client-box {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 29%) repeat scroll 0 0;
    border-radius: 28px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    min-height: 530px;
    padding: 40px 50px;
    text-align: center;
    vertical-align: top;
    width: calc(50% - 20px);
}
.client-box .client-image img {
    border-radius: 50%;
    height: 138px;
    width: 138px;
}
.clientsay-text .client-box:hover{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.2);
	
}
.clientsay-text .client-box:hover, 
.clientsay-text .client-box:hover p{
	color:#3c2e33;

}
.clientsay-text .client-box:hover, 
.clientsay-text .client-box:hover h5{
	color:#3c2e33;

}


.clientsay-text .client-box h5 {
    color: #fff;
    font-family: nunito sans;
    font-size: 25px;
}
.client-box .client-image {
    margin-bottom: 20px;
}
.clientsay-text .client-box p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
	line-height: 34px;
}
.top-head {
    margin-bottom: 50px;
    text-align: center;
}

.clientsay-text .owl-controls .owl-dots {
    margin-top: 60px;
    text-align: center;
}
.clientsay-text .owl-dots .owl-dot.active{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #8b1732;
}
.clientsay-text .owl-dots .owl-dot{
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 100%) repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    top: -40px;
    vertical-align: top;
    width: 14px;
}

.lets-started {
    background-color: #f3f3f3;
    padding: 70px 0;
    position: relative;
}

.lets-started::after {
    background-image: url("../images/lets-started2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0;
}
.lets-started::before {
    background-image: url("../images/lets-started1.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.lets-started .form-section {
    margin: 0 auto 50px;
    max-width: 850px;
    position: relative;
    z-index: 1;
}
.section-column .section-row label {
    display: block;
}
.form-section .section-column .section-row {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
}
.form-section .section-column .section-row + .section-row {
    margin-left: 40px;
}
.form-section .section-column + .section-column {
    margin-top: 25px;
}
.form-section .section-column {
    font-size: 0;
}

.form-section .send-now {
    padding-top: 50px;
    text-align: center;
}
.form-section .section-column.attachment-file input[type="file"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.form-section .contact-form .attachment-file {
    border: 1px solid #767676;
    border-radius: 6px;
    margin-top: 35px !important;
    padding: 15px 20px;
    position: relative;
}
.form-section .contact-form .attachment-file .attachment {
    color: #505050;
    font-size: 14px;
}

.form-section .contact-form .attachment-file .upload-now {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #353233 0%, #861732 100%) repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: cairo;
    font-size: 15px;
    font-weight: 700;
    min-width: 190px;
    padding: 8px 15px;
	pointer-events: none;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    vertical-align: top;
}
.what-clientsay .clientsay-text {
    font-size: 0;
    margin: 0 auto;
    max-width: 990px;
}



.message-box .section-row {
    width: 100% !important;
}
.section-row .label-name {
    color: #505050;
    font-size: 14px;
}
.section-column .section-row input[type="text"], input[type="url"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #767676;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
}
.lets-started .button-box {
    text-align: center;
}




.best-solution {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 100%) repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
}

.best-solution h1 {
    color: #fff;
    line-height: 40px;
}
.best-solution p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
}
.footer-section .footer-text {
    font-size: 0;
}
.footer-text .footer-box {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    width: calc(25% - 40px);
}

.footer-text .footer-box h6 {
    font-family: nunito sans;
}
.footer-section {
    background-color: #b4b0b0;
    padding: 65px 0;
}

.footer-box .footer-links ul li a {
    color: #1a1a1a;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.footer-box .footer-links ul li a:hover{
	color:#8b1732;
}
.footer-box .footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-box .footer-links ul li {
    margin-bottom: 5px;
}

.social-links .footer-links a {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 77%) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
}
.social-links .footer-links a:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861732+23,353233+100 */
	background: #861732; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #861732 23%, #353233 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #861732 23%,#353233 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #861732 23%,#353233 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#861732', endColorstr='#353233',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.social-links .footer-links a + a {
    margin-left: 15px;
}


.footer-btm {
    background-color: #8b1833;
    padding: 20px 0;
}
.footer-btm p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.btm-text .footer-right ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.btm-text .footer-right ul li a:hover{
	color:#502a33;
}

.btm-text .footer-right ul li + li::after {
    background-color: #fff;
    content: "";
    height: 12px;
    left: 3px;
    position: absolute;
    top: 8px;
    width: 2px;
}


/*------------------- about -------------*/

.banner-section .banner.banner1 {
    background-image: url("../images/about-banner.jpg");
    background-position: center center;
}
.nav-box .about-menu ul li a {
    color: #fff;
}
.nav-box .about-menu ul li .service::after {
    color: #fff;
}
.about-content p {
    margin-bottom: 0;
}
.banner1 .banner-link ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.banner1 .banner-link ul li {
    display: inline-block;
    vertical-align: top;
}
.banner-link ul li a {
    color: #fff;
    display: block;
}
.banner-link ul li a:hover{ color:#000;}
.banner1 .banner-text h1 {
    color: #fff;
    margin-bottom: 0;
}

.inner-about {
    background-color: #f3f3f3;
}
.mision-vision {
    padding-bottom: 80px;
}
.misn-visn-text .misn-visn-box {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 29%) repeat scroll 0 0;
    border-radius: 28px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding: 85px 40px;
    text-align: center;
    vertical-align: top;
    width: calc(50% - 30px);
}
.misn-visn-text .misn-visn-box:hover{
	background: #fff none repeat scroll 0 0;
	color:#3c2e33;
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.2);
	
}

.misn-visn-text .misn-visn-box:hover, 
.misn-visn-text .misn-visn-box:hover p{
	color:#6c6c6c;
}
.misn-visn-text .misn-visn-box:hover, 
.misn-visn-text .misn-visn-box:hover h1{
	color:#000;
}


.mision-vision .misn-visn-text {
    font-size: 0;
    margin: 0 auto;
    max-width: 990px;
}
.misn-visn-text .misn-visn-box h1 {
    color: #fff;
    line-height: 50px;
}
.misn-visn-text .misn-visn-box p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    min-height: 160px;
}
.mision-vision {
    padding-bottom: 90px;
}
.misn-visn-box .misn-visn-icon {
    margin-bottom: 30px;
}



/*------------------contact us----------------------*/


.contact-section {
    padding: 100px 0 50px;
}

.contact-content .lets-started {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.contact-content .lets-started .form-section {
    max-width: none;
}
.contact-content .lets-started::before {
    display: none;
}
.contact-content .lets-started::after {
    display: none;
}

.contact-content .address-sec {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #353233 0%, #861732 29%) repeat scroll 0 0;
    float: left;
    padding: 110px 45px;
    width: 540px;
}
.contact-content .lets-started {
    float: right;
    padding-top: 0;
    width: calc(100% - 620px);
}
.contact-content .form-section .send-now {
    padding-top: 50px;
    text-align: left;
}
.address-sec .adrs-box h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}

.address-sec .adrs-box h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}
.address-sec .adrs-box p {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}
.address-sec .adrs-box + .adrs-box {
    margin-top: 50px;
}

.contact-content .top-head {
    margin-bottom: 40px;
    text-align: left;
}





/*----------------definig-software hardware----------------------*/



.inner-section {
    padding: 80px 0 160px;
    position: relative;
}
.inner-section::before {
    background-image: url("../images/right-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 17%;
    z-index: -1;
}
.inner-section::after {
    background-image: url("../images/left-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 17%;
    z-index: -1;
}
.inner-content .top-title h2 {
    line-height: 60px;
    margin-bottom: 10px;
	font-size: 35px;
}
.inner-content .top-title h1 {
    line-height: 45px;
}





.defining-software::before, 
.developing-agreed::before  {
	background-image: url("../images/define-right.png");
}
.defining-software::after {
	background-image: url("../images/define-left.png");
}
.man-power::after {
	background-image: url("../images/manpower-left.png");
}

.man-power::before {
	background-image: url("../images/manpower-right.png");
}




.inner-section .top-title p, .inner-section .sub-title p {
    color: #6c6c6c;
    font-weight: 400;
    line-height: 32px;
}

.inner-section .sub-title h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.inner-section .top-title {
    margin-bottom: 20px;
}
.inner-section .inner-content {
    margin: 0 auto;
    max-width: 1050px;
}


 .inner-content .sub-title {
    margin-bottom: 15px;
}





/*----------------finance-and-accounting-services----------------------*/



.inner-content .sub-title ul {
    margin: 20px 0 0;
    padding: 0;
}
.inner-content .sub-title ul li {
    color: #6c6c6c;
    font-weight: 400;
    line-height: 32px;
    padding-left: 18px;
    position: relative;
}
.inner-content .sub-title ul li::after {
    background-color: #6c6c6c;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 10px;
}



/*----------------finance-services-individuals----------------------*/




.sub-title .man-power ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}



.marketting-content .sub-title p + p {
    margin-top: 30px;
}





@media only screen and (min-width:1360px) and (max-width:1560px){
	.container{
		max-width:1330px;	
	}
/*	.banner-section .banner {
		padding: 220px 0 100px;
	}
*/	.lets-started::before {
		background-size: 320px auto;
	}
	.lets-started::after {
		background-size: 350px auto;
	}
	
	.developing-agreed {
		background-size: 110px auto;
	}
	
	
}

@media only screen and (min-width:1230px) and (max-width:1360px){
	.container{
		max-width:1200px;	
	}
	
	
	.lets-started::before {
		background-size: 320px auto;
	}
	.lets-started::after {
		background-size: 350px auto;
	}
	
	
	
	.developing-agreed {
		background-size: 110px auto;
	}
	
	.banner-section .banner {
		padding: 260px 0 70px;
	}
	.our-service {
		max-height: 610px;
	}

}

@media only screen and (min-width:992px) and (max-width:1230px){
	.container{
		max-width:960px;	
	}


	
}	

}
@media only screen and (min-width:768px) and (max-width:991px){
	
	
}
@media only screen and (max-width:1600px){
	

}


@media only screen and (max-width:1230px){
	.nav-banner .logo-box {
		width: 90px;
	}
	.nav-banner .nav-box {
		width: calc(100% - 90px);
	}
	.nav-box .menu-box ul li a {
		font-size:16px;
	}
	.nav-box .menu-box ul li{
		padding: 35px 15px;
	}

	
	.banner-section .banner {
		padding: 170px 0 70px;
	}
	.banner-text h1 {
		font-size: 35px;
		margin-bottom: 20px;
		line-height: 25px;
	}
	.banner-text p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.about-section {
		padding: 50px 0;
	}
	.about-section h1 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.about-section p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.top-head {
		margin-bottom: 10px;
	}
	.top-head h1 {
		font-size: 35px;
	}
	.clientsay-text .client-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.clientsay-text .client-box h5 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.clientsay-text .client-box {
		padding: 20px;
		min-height: 420px;
	}
	
	.footer-text .footer-box {
		width: calc(50% - 40px);
	}
	.footer-text .footer-box + .footer-box {
		margin-top: 30px;
	}
	.our-service {
		max-height: 620px;
	}
	.our-service {
		max-height: 540px;
	}
	
	

	.address-sec .adrs-box h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.address-sec .adrs-box p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.contact-content .address-sec {
		padding: 70px 25px;
		width: 420px;
	}
	.contact-content .lets-started {
		width: calc(100% - 460px);
	}
	.contact-content .form-section .send-now {
		padding-top: 20px;
	}
	
	.lets-started::before {
		background-size: 320px auto;
	}
	.lets-started::after {
		background-size: 350px auto;
	}
	
	
	.inner-section::after {
		width: 12%;
	}
	.inner-section::before {
		width: 13%;
	}
	
	
	.inner-content .sub-title ul li {
		font-size: 18px;
		line-height: 26px;
	}
	.inner-content .sub-title ul li::after {
		top: 8px;
	}



}
@media only screen and (max-width:991px){
	.nav-box .menu-box {
		display: none;
	}
	#mobile-btn {
		display: inline-block;
		padding-left: 20px;
		vertical-align: middle;
	}
	
	#mob_menu ul li ul {
		background-color: #8b1732;
		display: block;
		min-width: auto;
		position: relative;
		text-align: left;
	}
	#mob_menu ul li ul li a {
		color: #fff;
		display: block;
		font-size: 12px;
		line-height: 22px;
		padding: 5px 10px;
	}
	#mob_menu ul li:hover > ul {
		display: block;
	}
	#mob_menu ul li ul li {
		margin-left: 15px;
		padding: 0;
		width: 100%;
	}
	#mob_menu ul li ul li :hover{
		color:#000;
	}
	#mob_menu ul li ul li ul li{
		margin-left:0;
		top:0;
	}
	.mobile_menu span {
		padding-left: 5px;
	}
		
	.nav-banner .nav-box {
		padding-top: 40px;
	}
	
	.banner-link ul li a {
		font-size: 16px;
	}
	.banner-section .nav-banner {
		position: relative;
		padding: 10px 0;
	}
	.banner-section .banner {
		padding: 40px 0 70px;
	}
	.banner .banner-text {
		background-color: rgba(255, 255, 255, 0.5);
		margin-top: 30px;
		padding: 20px;
	}
	.banner-text h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.banner-text p {
		font-weight: 700;
	}
	.banner-section .banner.banner1 {
		text-align: center;
	}

	.lets-started::before {
		background-size: 280px auto;
	}
	.lets-started::after {
		background-size: 250px auto;
	}
	.lets-started {
		padding: 30px 0;
	}
	.lets-started::before {
		background-size: 190px auto;
	}
	.lets-started::after {
		background-size: 200px auto;
	}
	.best-solution h1 {
		font-size: 35px;
		line-height: 24px;
	}
	.best-solution p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.footer-btm {
		padding: 10px 0;
	}
	.footer-btm p {
		font-size: 12px;
	}
	.btm-text .footer-right ul li a {
		font-size: 12px;
	}
	.service-detilas .service-image {
		display: block;
		margin-bottom: -240px;
		width: auto;
	}
	.service-detilas .service-text {
		display: block;
		width: auto;
	}
	.our-service {
		max-height: none;
	}
	.our-service {
		padding: 20px 0 110px;
	}
	.service-text .service-title h1 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.service-text .service-title {
		margin-bottom: 0;
	}
	.slide-content .owl-controls .owl-dots {
		margin-top: 10px;
	}

	.banner1 .banner-text {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}

	.misn-visn-box .misn-visn-icon img {
		width: 100px;
	}
	.misn-visn-box .misn-visn-icon {
		margin-bottom: 10px;
	}
	.misn-visn-text .misn-visn-box h1 {
		font-size: 30px;
		line-height: 24px;
	}
	.misn-visn-text .misn-visn-box p {
		font-size: 18px;
		line-height: 26px;
		min-height: 180px;
	}
	.misn-visn-text .misn-visn-box {
		padding: 20px;
	}
	

	.contact-content .address-sec {
		float: none;
		width: auto;
		margin-bottom:20px;
	}
	.contact-content .lets-started {
		width: auto;
		float: none;
	}
	.contact-section {
		padding: 60px 0 0;
	}
	
	.inner-content .top-title h2 {
		font-size: 25px;
		line-height: 24px;
	}
	
	.inner-section .sub-title h5 {
		font-size: 18px;
		line-height: 24px;
	}
	
	
	.inner-content .sub-title {
		margin-bottom: 10px;
	}
	
}
@media only screen and (max-width:767px){
	.banner-section .banner {
		padding: 40px 0;
	}
	.banner-text h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.banner-text p {
		font-size: 14px;
		line-height: 22px;
	}
	.top-head h1 {
		font-size: 28px;
	}
	.clientsay-text .owl-controls .owl-dots {
		margin-top: 20px;
	}
	.clientsay-text .client-box {
		display: block;
		width: auto;
		min-height: auto;
	}
	.client-box .client-image img {
		height: 100px;
		width: 101px;
	}
	.client-box .client-image {
		margin-bottom: 5px;
	}
	.clientsay-text .client-box + .client-box {
		margin-top: 30px;
	}
	.section-column .section-row input[type="text"], input[type="url"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
		font-size: 16px;
		padding: 8px 0;
	}
	.form-section .section-column + .section-column {
		margin-top: 10px;
	}
	.best-solution h1 {
		font-size: 25px;
		margin-bottom:5px;
	}
	.best-solution {
		padding: 20px 0;
	}
	.best-solution p {
		font-size: 14px;
	}
	.footer-text .footer-box {
		display: block;
		width: auto;
		text-align: center;
	}
	.footer-box .footer-logo img {
		width: 100px;
	}
	.footer-section {
		padding: 30px 0;
	}
	.what-clientsay {
		padding: 120px 0 40px;
	}
	.slide-content .slide-box h6 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	.slide-content .slide-box p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.service-text .service-title h1 {
		font-size: 25px;
	}
	.button-box a.read-more {
		font-size: 16px;
	}
	.slide-content .owl-controls .owl-dots {
		margin-top: 20px;
	}
	

	.misn-visn-text .misn-visn-box {
		display: block;
		width: auto;
	}
	.misn-visn-text .misn-visn-box + .misn-visn-box {
		margin-top: 20px;
	}
	.misn-visn-text .misn-visn-box p {
		min-height: auto;
	}
	.mision-vision {
		padding-bottom: 40px;
	}
	
	
	
	
	.inner-section {
		padding: 30px 0 160px;
	}
	.inner-content .top-title h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.inner-section .top-title p, .inner-section .sub-title p {
		font-size: 15px;
		line-height: 22px;
	}
	.inner-section .sub-title h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
	.defining-software {
		padding: 30px 0 70px !important;
	}
	.inner-section .top-title {
		margin-bottom: 10px;
	}
	.inner-section {
		padding: 30px 0 120px;
	}
		
		
		
		
		
			
	.inner-content .sub-title ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.inner-content .sub-title ul li::after {
		top: 6px;
		height: 8px;
		width: 8px;
	}
	.inner-content .sub-title ul li {
		padding-left: 12px;
	}
	.inner-content .sub-title ul {
		margin: 0;
	}
	.inner-content .top-title h1 {
		font-size: 30px;
		line-height: 25px;
	}
	
	
	
}
@media only screen and (max-width:640px){
	.address-sec .adrs-box h3 {
		font-size: 22px;
		line-height: 22px;
	}	
	.address-sec .adrs-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.address-sec .adrs-box + .adrs-box {
		margin-top: 20px;
	}
	.contact-content .address-sec {
		padding: 30px 10px;
	}	
	.contact-content .top-head {
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width:550px){
	.banner-section .banner {
		background-position: right center;
	}
	.about-section h1 {
		font-size: 26px;
	}
	.about-section p {
		font-size: 16px;
		line-height: 24px;
	}
	.about-section h1 {
		font-size: 28px;
	}
	.about-section {
		padding: 20px 0;
	}
	.best-solution h1 {
		font-size: 16px;
	}
	.best-solution p {
		font-size: 13px;
	}
	.button-box a.white {
		min-width: 150px;
		padding: 5px 15px;
	}
	.slide-content .owl-dots .owl-dot + .owl-dot {
		margin-left: 10px;
	}
	.slide-content .owl-dots .owl-dot {
		height: 13px;
		width: 13px;
	}
	.lets-started::before {
		background-size: 140px auto;
	}
	.lets-started::after {
		background-size: 150px auto;
	}
}
@media only screen and (max-width:480px){
	.nav-banner .logo-box {
		text-align: center;
		width: auto;
		float: none;
	}
	.nav-banner .nav-box {
		float: none;
		text-align: center;
		width: auto;
		padding-top: 25px;
	}
	.nav-banner .logo-box img {
		width: 80px;
	}
	.nav-box .quots-btn {
		padding-left: 0;
	}
	.button-box a {
		min-width: 150px;
		padding: 5px 15px;
	}
	.top-read-bar p {
		font-size: 14px;
	}
	.top-read-bar {
		padding: 8px 0;
	}
	.banner-text h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}	
	.banner .banner-text {
		margin-top: 0;
	}
	.form-section .section-column .section-row + .section-row {
		margin-left: 0;
	}
	.form-section .section-column .section-row {
		display: block;
		width: auto;
	}
	input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn {
		min-width: 150px;
		padding: 5px 15px;
	}
	.form-section .send-now {
		padding-top: 20px;
	}
	.top-head h1 {
		font-size: 24px;
	}
	.lets-started::before {
		background-size: 100px auto;
	}
	.lets-started::after {
		background-size: 110px auto;
	}
	.social-links .footer-links a {
		font-size: 18px;
		height: 40px;
		padding-top: 7px;
		width: 40px;
	}
	.footer-text .footer-box h6 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.footer-box .footer-links ul li a {
		font-size: 16px;
	}
	.footer-box .footer-links ul li {
		margin-bottom: 0;
	}
	.footer-text .footer-box + .footer-box {
		margin-top: 20px;
	}
	

	.misn-visn-text .misn-visn-box h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}	
	.misn-visn-text .misn-visn-box p {
		font-size: 16px;
	}
	.misn-visn-box .misn-visn-icon img {
		width: 60px;
	}
	.about-content p {
		margin-bottom: 5px;
	}
	.man-power::after {
		width: 7%;
	}
	.man-power::before {
		width: 7%;
	}
	.contact-content .form-section .send-now {
		text-align: center;
	}
	.form-section .contact-form .attachment-file .upload-now {
		min-width: 100px;
		font-size: 14px;
		padding: 5px 15px;
	}
	.form-section .contact-form .attachment-file {
		padding: 12px 20px;
	}

}
@media only screen and (max-width:380px){
	.banner-link ul li a {
		font-size: 13px;
		line-height: 22px;
	}
	.inner-content .top-title h1 {
		font-size: 28px;
	}
}
