@import url("normalize.css");



@import url("reset.css");



body{font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:18px;color:#333;}



.main{width:1004px;max-width:96%;margin:0 auto;}



ul{list-style:none;}



@font-face{font-family:'calibri';src:url('../fonts/calibri/calibri.eot');/* IE9 Compat Modes */



src:url('../fonts/calibri/calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibri/calibri.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibri/calibri.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/calibri/calibri.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/calibri/calibri.svg#svgFontName') format('svg');/* Legacy iOS */}



@font-face{font-family:'calibri-bold';src:url('../fonts/calibri/calibrib.eot');/* IE9 Compat Modes */



src:url('../fonts/calibri/calibrib.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibri/calibrib.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibri/calibrib.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/calibri/calibrib.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/calibri/calibrib.svg#svgFontName') format('svg');/* Legacy iOS */}



@font-face{font-family:'calibri-italic';src:url('../fonts/calibri/calibrii.eot');/* IE9 Compat Modes */



src:url('../fonts/calibri/calibrii.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibri/calibrii.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibri/calibrii.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/calibri/calibrii.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/calibri/calibrii.svg#svgFontName') format('svg');/* Legacy iOS */}



@font-face{font-family:'calibri-bold-italic';src:url('../fonts/calibri/calibriz.eot');/* IE9 Compat Modes */



src:url('../fonts/calibri/calibriz.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/calibri/calibriz.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/calibri/calibriz.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/calibri/calibriz.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/calibri/calibriz.svg#svgFontName') format('svg');/* Legacy iOS */}



@font-face{font-family:'swiss';src:url('../fonts/swiss/swissc.eot');/* IE9 Compat Modes */



src:url('../fonts/swiss/swissc.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/swiss/swissc.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/swiss/swissc.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/swiss/swissc.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/swiss/swissc.svg#svgFontName') format('svg');/* Legacy iOS */}


@font-face {font-family: 'robotobold'; src: url('../fonts/roboto-bold/Roboto-Bold-webfont.eot'); src: url('../fonts/roboto-bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold/Roboto-Bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/roboto-bold/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold/Roboto-Bold-webfont.svg#robotobold') format('svg');  font-weight: normal; font-style: normal;}

@font-face {font-family: 'robotolight';src: url('../fonts/roboto-light/Roboto-Light-webfont.eot');src: url('../fonts/roboto-light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light/Roboto-Light-webfont.woff2') format('woff2'), url('../fonts/roboto-light/Roboto-Light-webfont.woff') format('woff'), url('../fonts/roboto-light/Roboto-Light-webfont.ttf') format('truetype'),  url('../fonts/roboto-light/Roboto-Light-webfont.svg#robotolight') format('svg');font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	

header{background:#000000;padding:0 2%;}

header .headPart{width:1000px; margin:0px auto; max-width:96%}

header .logo{float:left;margin:15px 0 10px;}



header nav{float:right;margin:30px 0 0 7.3%;}



#menu .nav_icon{background:url(../images/mobNavIcon.png) no-repeat 0 0;display:none;height:18px;width:22px;cursor:pointer;float:right;}



/*#menu{float:right;margin:5px 0 0 0;position:relative;}*/



#menu ul li{float:left;display:inline-block;position:relative;}



#menu ul li a:link, #menu ul li a:visited, #menu ul li a{color:#d2d2d2;text-decoration:none;padding:10px 20px;margin:0 0 0 1px;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;}



#menu ul li:hover a, #menu ul li a:hover, #menu ul li:hover a.active{background-color:#e7e7e7;color:#444444;}



#menu ul li a.active{background:#272727;color:#fff;}



#menu ul li a.borderNone{border-bottom:none !important;}



#menu ul li ul{margin:0;padding:15px 20px;display:none;background:#e7e7e7;position:absolute;top:26px;left:1px;z-index:1;}



#menu ul li:hover ul{display:block;}



#menu ul li ul li{clear:left;margin:8px 0;}



#menu ul li ul li a:link, #menu ul li ul li a:visited{clear:left;position:relative;z-index:1000;display:block;color:#444;text-transform:none;padding:0 0 0 17px;background:url(../images/menu.png) no-repeat left 5px;}



#menu ul li ul li a.active, #menu ul li ul li a:hover{text-decoration:underline;}



#companies, #accounting, #integra, #price, #about{cursor:default;}



.companies-drop{width:250px;}



.accounting-drop{width:250px;}



.integra-drop{width:200px;}



.price-drop{width:200px;}



.about-drop{width:150px;}



header .phone-live{float:right;margin:23px 0 0 0; display:none;}



header .phone-live .phome_num{float:left;color:#fff;font-size:25px;font-family:'robotoregular';margin:4px 28px 0 0;}



header .phone-live .phome_num span{margin:-8px 9px 0 0;float:left;}



header .phone-live .livechat{cursor:pointer;float:left;}



header .phone-live .phoneIcon{display:none;}



header .phone-live .liveChatIcon{display:none;}



.banner{background-image:url(../images/banner.jpg);/* Image is centered vertically and horizontally at all times */



background-position:center top;/* Image doesn't repeat */



background-repeat:no-repeat;/* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */



background-attachment:scroll;/* This is what makes the background image rescale based on its container's size */



background-size:cover;/* Pick a solid background color that will be displayed while the background image is loading */



background-color:#464646;/* SHORTHAND CSS NOTATION



* background:url(background-photo.jpg) center center cover no-repeat fixed;*/



max-width:100%;height:644px;}


.banner .banSec{width:1000px; margin:0px auto;}
.banner .bannerCont{background:#fff;color:#000;float:right;margin:15% 0 0 0;width:620px;padding:37px;position:relative;}
.bannerCont img {
    position: absolute;
    right: 30px;
}
.banner .bannerCont h1{font-family: 'robotobold'; color:#c5012f; font-size:35px;line-height:50px;}
.banner .bannerCont h1 small{font:15px 'robotolight';}
.banner .bannerCont p{font-size:13px; color:#666;margin:7px 0 5px; width:76%;}
.banner .bannerCont ul{margin:27px 0 0 1px;}
.banner .bannerCont ul li{color:#333;background:url(../images/banLi.png) no-repeat scroll left center rgba(0, 0, 0, 0);list-style-type:none;margin:0 0 10px;padding:0 0 0 23px;font:15px 'robotoregular';}
.banner .bannerCont a{background-color:#de0000;color:#ffffff;font:700 21px "robotoregular";padding:14px 65px 8px 15px;width:auto;text-decoration:none;display:inline-block;}
.banner .bannerCont a:hover{background:#cd0101;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.banner .bannerCont a.comp{background:url(../images/compArr.png) right top no-repeat #2d9b5d;color:#ffffff;margin:4px 10px 0 6px !important;width:auto;text-decoration:none;display:inline-block;}
.banner .bannerCont a.comp:hover{background:url(../images/compArr.png) right top no-repeat #04873f;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.banner .bannerCont a.comp span{ display:block; font:700 15px/8px 'robotoregular' !important;}
.banner .bannerCont a.accu{background:url(../images/accuArr.png) right top no-repeat #0093c8;color:#ffffff;margin:4px 0 0 6px !important;width:auto;text-decoration:none;display:inline-block;}
.banner .bannerCont a.accu:hover{background:url(../images/accuArr.png) right top no-repeat #02759e;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.banner .bannerCont a.accu span{ display:block; font:700 15px/8px 'robotoregular' !important;}
.banner .bannerCont #enquiry{ background:#007cae; margin-top:25px; padding:15px 30px; color:#fff; font:20px 'robotobold'; border:none;}

.enquiry {position: fixed;top: 0;bottom: 0;width: 100%;background: rgba(0,0,0,0.9);z-index: 9999; overflow-y:scroll; display:none;}
.enquiry .enq{max-width: 800px;width:96%;margin: 100px auto;background-color: #fff;overflow: hidden;position: relative;}
/*.enquiry{ background:rgba(0,0,0,0.8) no-repeat; width:100%; height:100%; position:fixed; top:0; left:0; display:none;}
.enquiry .enq{width:800px; top:7%; left:50%; margin:0 0 0 -400px; position:absolute; background:#fff;}*/
.enquiry .enq .cls{ background:url(../images/cls.png) no-repeat; position:absolute; top:10px; right:10px; z-index:1000;height:32px; width:32px; cursor:pointer;}
.enquiry .enq h1{ font:32px 'robotoregular'; color:#fff; text-align:center; margin:0 0 20px; background:#000; padding:10px 0;}

.clientsLogo{background:#ededed;text-align:center;}



.clientsLogo img{width:100%;}



.indexAbout{padding:80px 0; background:#e3e3e3;}



.indexAbout h1{font-size:26px;font-family:'robotobold';color:#fff;padding:15px 0 15px 30px;}



.indexAbout .companies{float:left;width:48%;background:#fff;}



.indexAbout .companies h1{background:#0d73a9;}



.indexAbout .accounting{float:right;width:48%;background:#fff;}



.indexAbout .accounting h1{background:#27a7b2;}



.indexAbout .companies .companiesSec, .indexAbout .accounting .accountingSec{padding:30px;}



.indexAbout .companies h2, .indexAbout .accounting h2{color:#555555;font-size:16px;font-family:'robotobold';margin:0 0 8px 0;}



.indexAbout .companies p, .indexAbout .accounting p{color:#555;margin:0 0 10px 0;}



.indexAbout .companies a, .indexAbout .accounting a{color:#1c46bf;font-family:'robotoregular';text-decoration:underline;font-size:14px;}



.indexAbout .companies a:hover, .indexAbout .accounting a:hover{text-decoration:none;}



.betterControl{padding:0 0 45px 0;}



.betterControl figure{float:left;width:48%;}



.betterControl figure img{width:100%;}



.betterControl figcaption{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);color:#ffffff;padding:7px 0;position:relative;text-align:center;top:-35px;}



.betterControl .betterControl-r{float:right;width:48%;}



.betterControl .betterControl-r h1{font-size:28px;color:#444;font-family:'robotobold';margin:0 0 20px 0;}



.betterControl .betterControl-r p{line-height:20px;margin:0 0 25px 0;}



.call-to-action{background:#1f1f1f;padding:50px 0;text-align:center;}



.call-to-action h1{color:#fff;font-size:38px;line-height:55px;font-family:'robotobold';width:85%;margin:0 auto;}



.call-to-action a{color:#fff;background:#007cae;display:inline-block;font-family:"robotobold";font-size:20px;margin:40px 0 17px;padding:15px 30px;text-decoration:none;}



.call-to-action a:hover{background:#278bc0;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}



.call-to-action p{border-top:1px solid #0f6795;margin:5px auto 3px;width:210px;}



.call-to-action p span{background:#0d73a9;color:#98c1d6;padding:0 10px;position:relative;top:-9px;font-family:'robotoregular';font-size:17px;}



.call-to-action .phone_num{color:#858585;font-family:'robotoregular';font-size:14px;}



.compelling{background:#f1f2f2;padding:91px 0 20px;}



.compelling .heading{border-top:1px solid #c8c8c8;margin:0 0 50px 0;}



.compelling .heading h1{color:#444444;font-size:28px;margin:0 auto;position:relative;text-align:center;top:-11px;width:48%;background:#f1f2f2;font-family:'robotobold';}



.compelling .compellingSec{width:29%;float:left;margin:0 6.5% 60px 0;}



.compelling .compellingSec h2{color:#de001f;font-size:18px;font-family:'robotobold';margin:10px 0 7px;}



.compelling .compellingSec img{width:100%;}



.compelling .no-margin{margin:0;}



.everything-need{background:#fff;padding:91px 0 65px;}



.everything-need .heading{border-top:1px solid #c8c8c8;margin:0 0 40px 0;}



.everything-need .heading h1{color:#444444;font-size:28px;margin:0 auto;position:relative;text-align:center;top:-11px;width:580px;background:#fff;font-family:'robotobold';}



.everything-need .everything-needSec{width:24%;float:left;margin:0 4.6%;}



.everything-need .everything-needSec img{width:100%;}



.everything-need .everything-needSec h2{color:#de001f;font-size:18px;font-family:'robotobold';margin:10px 0 7px;}



.everything-need .everything-needSec ul{margin:35px 0 0 20px;}



.everything-need .everything-needSec ul li{list-style-image:url(../images/tick-mark.jpg);margin:0 0 15px;padding:0 0 0 5px;}



.getQuote{background:#0d73a9;padding:50px 0;text-align:center;}



.getQuote h1{color:#fff;font-size:32px;font-family:'robotobold';line-height:40px;margin:0 auto;width:75%;}



.getQuote a{background:#40a0d3;font-size:22px;color:#fff;padding:20px 40px;display:inline-block;font-family:'robotobold';text-decoration:none;margin:40px 0 17px;border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px;-webkit-border-radius:100px;}



.getQuote a:hover{background:#278bc0;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}



.getQuote p{border-top:1px solid #0f6795;margin:5px auto 3px;width:195px;}



.getQuote p span{background:#0d73a9;color:#98c1d6;padding:0 10px;position:relative;top:-9px;font-family:'robotoregular';font-size:17px;}



.getQuote .phone_num{color:#98c1d6;font-family:'robotoregular';font-size:21px;}



.clients figure{line-height:0;}



.clients img{width:100%;}



.clientSec{width:75%;padding:80px 0 68px;}



.clientSec h1{border-top:1px solid #1b4055;border-bottom:1px solid #1b4055;color:#fff;font-size:28px;font-family:'robotobold';padding:20px 0;margin:0 0 15px 0;}



.clientSec ul{width:25%;float:left;}



.clientSec ul li{font-size:14px;color:#88b2cb;margin:0 0 12px;}



footer{background:#ededed;padding:80px 0;}



footer .footerL{float:left;width:16%;margin:0 40px 0 0;}



footer .footerL img{max-width:100%;}



footer .footerM{float:left;width:45%;margin:0 40px 0 0;}



footer .footerM h1{font-size:16px;font-family:'robotobold';}



footer .footerM p{font-size:13px;color:#555;margin:5px 0 35px;}



footer .footerM .add{float:left;width:50%;}



footer .footerM .add p{margin:5px 0 0 0;}



footer .footerR{float:right;width:30%;margin:0 0px 0 0;}



footer .footerR .social{float:left;width:50%;margin:0 0 38px 0;}



footer .footerR .social a{cursor:default;text-decoration:none;}



footer .footerR .social a img{float:left;margin:0 8px 0 0;}



footer .footerR .social a p{cursor:pointer;display:inline-block;color:#929292;font-size:13px;}



footer .footerR .social a p:hover{text-decoration:underline;}



footer .footerR .social a span{font-size:15px;color:#666;}



footer .footerR .no-margin{margin:0;}



footer .footerBottom{border-top:1px solid #d2d2d2;padding:25px 0 0;margin:50px 0 0 0;}



footer .footerBottom ul{float:left;}



footer .footerBottom ul li{display:inline-block;margin:0 20px 0 0;}



footer .footerBottom ul li a{color:#555;text-decoration:none;}



footer .footerBottom ul li a:hover, footer .footerBottom ul li a.active{text-decoration:underline;}



footer .footerBottom p{float:right;}



/* Back to top button  */



#back-top{position:fixed;bottom:30px;right:30px;}



#back-top span{cursor:pointer;width:40px;height:40px;display:block;margin-bottom:7px;background:#a2a2a2 url(../images/up-arrow.png) no-repeat center center;/* rounded corners */



-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;/* background color transition */-webkit-transition:1s;-moz-transition:1s;transition:1s;}



#back-top a:hover span{background-color:#777;}



/* inner pages style */



.leftMenu{float:left;width:23%;}



.leftMenu ul{padding:50px 0 0 0;border-right:1px solid #e5e5e5;}



.leftMenu ul li{margin-bottom:20px;list-style-image:url(../images/menu.png);}



.leftMenu ul li a{color:#006de8;text-decoration:underline;}



.leftMenu ul li a.active{text-decoration:none;color:#808080;}



.content{border-left:1px solid #e5e5e5;float:left;width:44%;margin:0 0 0 -1px;padding:50px 4%;/*min-height:578px;*/}



.content h1{font:25px 'robotobold';color:#c42b24;line-height:35px;margin-bottom:10px;}



.content h2{color:#333;font:16px 'robotobold';line-height:22px;margin:0 0 4px 0;}

.content h3{color:#555;font:14px 'robotobold';margin:0 0 10px 0; line-height:21px;}

.content h4{color:#333;margin:0 0 2px 0; line-height:21px; font:15px 'robotobold';}
.content h4 small{font:15px 'robotolight';}
.content h4 span{font:25px 'robotobold'; color:#c42b24;}

.content h5{color:#c42b24;font:19px 'robotobold';line-height:22px;margin:0 0 4px 0;}

.faqP p{font-size:14px !important; margin:0 0 20px !important; color:#555 !important;}

.content section{margin:0 0 35px 0;}



.tick{background:url(../images/banner-tick.png) left 5px no-repeat; padding:0 0 0 20px; display:block; margin:5px 0 0;}



/*.content p{margin:0 0 16px 0;}*/



.content .para{margin:10px 0 16px 0;}



.content ol{margin:10px 0 0;padding:0 0 0 16px;}



.content ol li{line-height:20px;margin:0 0 10px;list-style-type:decimal;}



.content ul{margin:10px 0 0;}



.content ul li{line-height:17px;list-style-type:none;background:url(../images/right-list.gif) no-repeat left 6px;margin:0 0 10px;padding:0 0 0 16px;}



.content section .getBut{background:url(../images/arrowLink.png) no-repeat scroll right 5px rgba(0, 0, 0, 0);color:#1555d6;font-weight:700;padding:0 15px 0 0;text-decoration:underline;font-size:14px;}



.content section .getBut:hover{text-decoration:none;}



.content .reportsL{float:left;width:45%;margin:0;}



.content .reportsR{float:right;width:45%;margin:0;}



.content .reportsL ul, .content .reportsR ul{margin:5px 0;padding:0;}



.content .reportsL ul li, .content .reportsR ul li{list-style-image:none;margin:0 0 5px 0;padding:0;background:none;}



.content .reportsL ul li a, .content .reportsR ul li a{color:#0033ff;}



.content .reportsL ul li a:hover, .content .reportsR ul li a:hover{text-decoration:none;}


.testCont{padding:50px 3% !important; width:46% !important;}

.testCont h2{font:14px "Arial" !important; margin:12px 0 8px !important;}

.testCont ul{margin:0 0 20px !important;}

.testCont ul li{margin-bottom:3px !important;}

.clientTestimonials{background:#f5f5f5;padding:20px; border:1px solid #e5e5e5;}


.clientTestimonials p{width:100%; margin-bottom:20px;}


.clientTestimonials label{color:#555;display:block; font-style:italic;}


.clientTestimonials span{color:#555;font-size:12px; display:block;font-style:italic;}



table.price{border:1px solid #ccc;text-align:left;margin:0 0 15px;}



table.price tr th{color:#555555;font-weight:bold;background:#ededed;text-align:left;}



table.price tr th, table.price tr td{border:1px solid #cccccc;padding:10px;vertical-align:top; word-break:keep-all;}



table.price tr th span{color:#fff;font-size:15px;line-height:20px;}



table.price tr th span a{font-size:12px;}



.priceContect{padding:50px 0 50px 4%;}



.priceContect .priceSec{margin:40px 0;}



.priceContect .priceSec ul li{margin:0 0 8px;}



table.price tr th.thead-1{background:#21b8ab;color:#fff;}



table.price tr th.thead-2{background:#219cb8;color:#fff; font:700 13px 'Arial';border-top:none;}



table.price tr th label.greenC{font:700 37px 'Arial'; color:#008dad; display:block; line-height:33px;}

table.price tr th label.buleC{font:700 37px 'Arial'; color:#004d8e; display:block; line-height:33px;}



table.price tr th.thead-3{background:#005ead;color:#fff;font:700 13px 'Arial';border-top:none;}

table.price tr th.thead-4, table.price tr th.thead-5{color:#fff; border-bottom:none;font:15px 'robotoregular'; text-transform:uppercase; text-align:center; padding:15px;}
table.price tr th.thead-4 .priz, table.price tr th.thead-5 .priz{ border-top:1px solid #80c6d6; margin:10px auto 0; padding:15px 0 10px; width:70%;font:49px/49px 'robotolight';color:#fff;}
table.price tr th.thead-4 .priz sub, table.price tr th.thead-5 .priz sub{top:-17px; font:27px 'robotolight'; color:#fff;}
table.price tr th.thead-4 .priz span, table.price tr th.thead-5 .priz span{ display:block; font:15px 'robotoregular'; color:#fff; text-transform:none;}
table.price tr td .lPnt, table.price tr td .lPnt{background:url(../images/right-list.gif) 0 4px no-repeat; width:7px; height:7px; padding:0 0 0 20px}
table.price tr th.thead-4{background:#008dad;}
table.price tr th.thead-5{background:#005ead;}



table.price tr th.thead-6{background:#efefef;color:#838383; font:700 13px 'Arial';border-top:none;}



table.price tr th.thead-7{background:#efefef;color:#838383;font:700 13px 'Arial';border-top:none;}



table.priceOther tr th{vertical-align:middle;}



table.priceOther tr th.thLeftAlign span{font-size:15px;line-height:25px; color:#555;}



table.priceOther tr th span{font-size:15px;line-height:19px;}



table.price tr th.pricingAcc{background:#f1f1f1;padding:0;}



table.price tr th.pricingAcc .pricingAccHead-1{background:#219cb8;color:#fff;font-size:20px;padding:15px 0;}



table.price tr th.pricingAcc p{padding:10px 0;line-height:11px;}



table.price tr th.pricingAcc span{color:#cd3539;display:inline;font-size:40px;font-weight:700;line-height:45px;}



table.price tr th.pricingAcc .pricingAccHead-2{background:#005ead;color:#fff;font-size:20px;padding:15px 0;}



table.pricingAccounting{width:78%;}



.thLeftAlign{text-align:left !important;}



.fixd{margin-top:63px !important;}



.contact{padding:80px 0 50px;width:100%;}

.enq .contact{padding:0px 0 50px;width:100%;}



.contact .heading{border-top:1px solid #c8c8c8;margin:0 0 40px 0;}



.contact .heading h1{color:#c42b24;font-size:32px;margin:0 auto;position:relative;text-align:center;top:-11px;width:17%;background:#fff;}



.contact form{margin:0 0 0 9%;width:70%;}



.contact span, .contact label{float:left;margin:8px 0 0;text-align:right;width:20%;}
.contact label{margin:4px 0 0 !important;}
.one, .two, .three{float:none !important;}
.bst {
	margin:5px 5px 9px 8px;
	position:relative;
	top:2px;
}
.bstMax {
	margin:5px 0px 9px 20px;
	position:relative;
	top:2px;
}


.contact .input, .contact .textarea{background:#fff;border:1px solid #cbcbcb;color:#888888;height:36px;padding:0 14px;width:73%;margin:0 0 10px;float:right;}



.contact .textarea{height:100px;padding:12px 14px;margin:0 0 12px;}



.contact .getBut{background-color:#007cae;border:medium none;color:#ffffff;cursor:pointer;font:20px 'robotobold';margin:10px 0 0;max-width:100%;padding:15px 30px;text-align:center;text-decoration:none;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;width:77%;float:right;}



.contact .getBut:hover{background-color:#666;}



form#contactform label.error{color:#ff0000;float:left;margin:0 0 15px 23%;}

.contact label.error{color:#ff0000 !important;margin:0 0 15px 23%;}



.getForm label.error{color:#ff0000;float:left;margin:-7px 0 10px;}



div.error{display:none;}



.gmap3{width:100%;height:300px;}



.map{background:url(../images/london_map.jpg) no-repeat center center;height:453px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin:50px 0 0;}



/*.arrow_box{background:#fff;left:41%;z-index:1;padding:15px;position:relative;top:22px;width:450px;-webkit-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);-moz-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;}



.arrow_box:after{width:0;height:0;background:url(../images/arrow.png) no-repeat;content:" ";height:31px;left:14%;position:absolute;top:100%;width:30px;}



.arrow_box .mapL{float:left;}



.arrow_box .mapL h1{color:#c42b24;font-size:18px;font-weight:700;font-family:Arial, Helvetica, sans-serif;}



.arrow_box .mapL p{color:#303030;font-size:14px;line-height:20px;margin:10px 0 0;}



.arrow_box .mapR{float:right;}*/

.arrow_box{background:#fff;left:41%;z-index:1;padding:15px;position:relative;top:80px;width:480px;-webkit-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);-moz-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);box-shadow:2px 2px 7px 0px rgba(0,0,0,0.75);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;}

.arrow_box:after{width:0;height:0;background:url(../images/map-arrow.png) no-repeat;content:" ";height:51px;left:10%;position:absolute;top:-35px;width:35px;}

.arrow_box .mapL{float:left;}

.arrow_box .mapL h1{color:#c42b24;font-size:18px;font-weight:700;font-family:Arial, Helvetica, sans-serif;}

.arrow_box .mapL p{color:#303030;font-size:14px;line-height:20px;margin:10px 0 0;}

.arrow_box .mapL ul{ margin:10px 0 0;}

.arrow_box .mapL ul li{display:inline;}

.arrow_box .mapL ul li img{width:20px; height:20px;}

.arrow_box .mapR{float:right;}




.landMark{left:49%;position:relative;top:45px;width:30px; display:none;}



.thank_u{text-align:center;padding:70px 0;}



.thank_u h1{font-size:35px;line-height:35px;margin:0 0 18px;}



aside{float:right;width:24%;margin:50px 0 0 0;}



aside .getForm{background-color:#efefef;border:1px solid #cccccc;}



aside .getForm h1{background:#666666;color:#fff;text-align:center;font-size:20px;margin-bottom:10px;padding:15px 0;font-family:'robotobold';}



aside .getForm form{margin:10px;}



aside .getForm form label{width:100%;}



aside .getForm form input, aside .getForm form textarea{background:none repeat scroll 0 0 #ffffff;margin:0 0 10px;border:1px solid #cbcbcb;color:#888888;height:28px;padding:0 8px;width:92%;}



aside .getForm form textarea{height:50px;padding:8px;}



aside .getForm .getBut{background-color:#007cae;border:0 none;color:#ffffff;cursor:pointer;font: 18px 'robotobold';transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;width:100%; height:auto; padding:10px 0px;}



aside .getForm .getBut:hover{background-color:#666666;}



aside .getForm form .error_strings{color:#ff0000;margin:5px 0 15px;}


aside .social{background-color:#efefef;margin:10px 0 0; padding: 10px 7px; position:relative; border:1px solid #ccc;min-height:49px;}

aside iframe{visibility:visible;width:100%;height:130px; margin-top:13px;}

.content aside.free-trial{
	float:none;
	width: 100%;
}
.content aside.free-trial h1{
	line-height: 18px;
}
.content aside.free-trial .getForm form {
    margin: 15px;
}
.content aside.free-trial input{
	width: 98%;
    display: block;
    padding: 0 0 0 8px;
}
.content aside.free-trial textarea {
    padding: 0px;
    width: 100%;
}
.content aside.free-trial input[type="submit"] {
    width: 100%;
	margin: 15px 0;
}
.content aside .getForm .getBut {
    background: #007cae !important;
	padding: 10px 0;
}

.social > img {left: 55px;position: absolute;top: 25px;}

.priceSect{ border:1px solid #ccc;text-align:center; padding:20px; margin-top:30px;}
.priceSect a{ color:#1555d6;font:15px 'Arial'; padding:5px 0 10px; display:block;}
#fullPrice{width:73% !important;}
#fullPrice .thead-8 span, #fullPrice .thead-9 span, #fullPrice .thead-10 span, #fullPrice .thead-11 span{font:25px 'robotobold'; text-transform:uppercase; text-align:center;}
#fullPrice .thead-8, #fullPrice .thead-9, #fullPrice .thead-10, #fullPrice .thead-11{font:11px 'robotoregular'; text-align:center; color:#b1dee8;border-top:none;}
#fullPrice .thead-8{background:#efefef;}
#fullPrice .thead-9{background:#008dad;}
#fullPrice .thead-10{background:#004c8c;}
#fullPrice .thead-11{background:#2b4c96;}
#fullPrice tbody tr td.thead-8{background:#fff; font:14px 'robotoregular'; color:#000; padding:35px 0 0 12px; background:url(../images/arrowP.png) 100px 40px no-repeat; text-align:left;}
#fullPrice tbody tr td.thead-9{background:#dbeff4;color:#008dad;}
#fullPrice tbody tr td.thead-10{background:#dbeaf6; color:#004c8c;}
#fullPrice tbody tr td.thead-11{background:#e6ebf5; color:#2b4c96;}
#fullPrice tbody tr td.thead-8, #fullPrice tbody tr td.thead-9, #fullPrice tbody tr td.thead-10{border-right:1px solid #fff;}
#fullPrice tbody tr td.thead-9, #fullPrice tbody tr td.thead-10, #fullPrice tbody tr td.thead-11{ padding:20px 0; font:28px 'robotoregular';}
#fullPrice tbody tr td.thead-8 small, #fullPrice tbody tr td.thead-9 small, #fullPrice tbody tr td.thead-10 small, #fullPrice tbody tr td.thead-11 small{ font:11px 'robotoregular'; color:#333333; display:block;}
#fullPrice tbody tr td.thead-9 span{ font:11px 'robotoregular'; color:#333333; display:none;}
#fullPrice tfoot tr td.thead-8{backgrund:#efefef;}
#fullPrice tfoot tr td.thead-9{background:#cde0e5;color:#008dad;}
#fullPrice tfoot tr td.thead-9 a{background:#008dad;}
#fullPrice tfoot tr td.thead-10{background:#cad8e3; color:#004c8c;}
#fullPrice tfoot tr td.thead-10 a{background:#004c8c;}
#fullPrice tfoot tr td.thead-11{background:#cfd3dc; color:#2b4c96;}
#fullPrice tfoot tr td.thead-11 a{background:#2b4c96;}
#fullPrice tfoot tr td.thead-8, #fullPrice tfoot tr td.thead-9, #fullPrice tfoot tr td.thead-10{border-right:1px solid #fff;}
#fullPrice tfoot tr td.thead-9, #fullPrice tfoot tr td.thead-10, #fullPrice tfoot tr td.thead-11{ padding:10px 0;}
#fullPrice tfoot tr td.thead-9 a, #fullPrice tfoot tr td.thead-10 a, #fullPrice tfoot tr td.thead-11 a{color:#fff; padding:8px 25px; font:16px 'robotoregular'; text-decoration:none; border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; display:inline-block;}

.prSect{margin:30px 0 !important;}
.subTM{font:14px 'robotoregular' !important; color:#c42b24 !important; font-weight:700 !important;}
.subT{font:14px 'robotoregular' !important; color:#333 !important; text-decoration:underline; margin-top:25px !important;}
.subUl li{background:none !important; padding:0 !important;}
.subUl li span{padding:0 0 0 10px !important;}
.prSect .prOne, .prSect .prThree{width:190px; padding:0px 0px 40px; margin-right:15px; background:#f3f3f3;text-align:center; float:left; border:1px solid #ccc;}
.prSect .prOne h1, .prSect .prTwo h1, .prSect .prThree h1{font:25px 'robotobold'; color:#fff; margin:0; padding:30px 10px 0;}
.prSect .prOne h1, .prSect .prThree h1{background:#0487b5;}
.prSect .prOne a, .prSect .prThree a{background:#0487b5;}
.prSect .prThree{margin-right:0px;}
.prSect .prTwo a{background:#028544;}
.prSect .prOne p, .prSect .prTwo p, .prSect .prThree p{ padding:30px 0; font:30px 'robotobold'; color:#333; }
.prSect .prOne p span, .prSect .prTwo p span, .prSect .prThree p span{font:12px 'robotoregular'; display:block;}
.prSect .prOne h1 small, .prSect .prTwo h1 small, .prSect .prThree h1 small{font:12px 'robotoregular'; display:block; padding-bottom:25px;}
.prSect .prOne a, .prSect .prTwo a, .prSect .prThree a{ display:inline-block; text-decoration:none; color:#fff; padding:7px 25px; moz-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; font-family:'robotoregular';}
.prSect .prTwo{width:190px; padding:0px 0px 40px; margin-right:15px; background:#f3f3f3;text-align:center; float:left;border:1px solid #ccc;}
.prSect .prTwo h1{background:#028544;}


.accSer{padding:80px 0;}
.accSer h2{font:28px 'robotobold';color:#555; text-align:center; margin-bottom:20px;}
.accSer ul{margin:35px auto 0;-webkit-column-count:3; -moz-column-count:3; column-count:3; width:90%; padding-left:8%;}
.accSer ul li{background:url(../images/accSer.png) 0px 3px no-repeat; padding:0 0 8px 30px;}

.softwareExp{ background-color:#e3e3e3; padding:70px 0}
.softwareExp .software{ width:1004px; margin:0 auto}
.softwareExp .software h4{ text-align:center; font:16px 'robotoregular'; color:#333; margin-bottom:20px}
.softwareExp .software p{ text-align:center; width:85%; color:#333; font-size:14px; margin:15px auto 0; line-height:25px;} 
.softwareExp .software .allClLogo{ display:block; text-align:center; margin:0px 0 0}
.softwareExp .software .allClLogo .logoSec{ width:148px; display:inline-table; margin-top:60px;}
.softwareExp .software .allClLogo .logoSec figure{ margin:0}

legend.legTitle {
	font:37px 'robotoregular';
}
fieldset.heading {
	border:none;
	border-top:1px solid #cfcfcf;
	padding:0;
}
fieldset legend.legTitle {
	padding:0 20px;
	font:32px 'robotobold';
}
.happyOver{background:url(../images/happyclient.jpg) no-repeat; background-size:cover; width:100%; padding:80px 0;}
.happyClients p{font:32px 'robotobold'; border-top:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7; padding:15px 0; text-align:center; color:#333; width:66%;}
.happyClients{ width:96%; max-width:1000px; margin:0px auto;}
.happyClients ul{width:96%; max-width:745px;-webkit-column-count:4; -moz-column-count:4; column-count:4; margin:28px 0 0;}
.happyClients ul li{ font:14px 'Arial';line-height:25px; }

.customQuote{background:url(../images/custmquote.png) no-repeat; background-size:cover; width:100%; padding:80px 0;}
.customQuote p{font:32px 'robotobold'; text-align:center; color:#fff; padding-bottom:25px;}
.customQuote .frmQuote{width:310px; margin:0px auto;background:#fff; border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; padding:40px;}
.customQuote .frmQuote form span{display:block;font:13px 'robotoregular'; color:#333;}
.customQuote .frmQuote form input[type="text"], .customQuote .frmQuote form input[type="email"], .customQuote .frmQuote form input[type="tel"]{ padding:10px 0 10px 5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:1px solid #d9d9d9; background:#f0f0f0; width:99%; margin-bottom:10px;}
.customQuote .frmQuote form textarea{padding:10px 0 10px 5px;border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; border:1px solid #d9d9d9; background:#f0f0f0; height:60px;width:99%; margin-bottom:15px;}
.customQuote .frmQuote form input[type="submit"]{border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; background:#007cae; color:#fff;font:20px 'robotobold'; width:100%; border:none; padding:15px 30px;}
.teP{margin-bottom:0px !important;}
.subUn{font:15px 'robotoregular'; color:#333; text-decoration:underline;}
.priceB{background:#efefef;}
.priceB .subTM{font:19px 'robotobold'; background:#666; color:#fff !important; padding:10px 20px;}
.priceB section{padding:15px;}
.navigator {
    width: 100%;
    background-color: #e6e7e8;
    overflow: hidden;
    padding: 14px 0;
}
.container-nav {
    width: 1070px;
    margin: auto;
}
.navigator ul li:first-child {
    background: none;
    padding: 1px 6px 0px 0px;
}
.navigator ul li {
    color: #555757;
    font-size: 14px !important;
    float: left;
    background: url(../images/navigator.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: left;
    padding: 1px 10px;
}
.navigator ul li a {
    font-size: 14px;
    color: #555757;
    padding: 0;
}
.main .inner-handle {
    max-width: 1070px;
    width: 96%;
    margin: 0 auto;
}
.inner_div {
    width: 100%;
    float: left;
    text-align: left;
    margin:0;
}
.inner_div article .section {

    margin: 5px 0 35px 0;

}
.inner_div article h1 {
    font: bold 26px 'robotoregular';
    color: #C11D16;
}
.inner_div article p {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #333;
    line-height: 19px;
    text-align: justify;
}
.inner_div article h2 {
    font: bold 18px 'robotoregular';
    color: #C11D16;
}
section .para {
    margin: 5px 0 20px 0;
}
.content.other-content {
    border: 0 none;
    width: 64%;
}

.inner-handle {
  width: 1070px;
  margin: 0 auto;
}
#clientsDiv {
    background: #e3e3e3;
    /*background: -moz-linear-gradient(top, #e2f0f8 0%, #ffffff 96%);
    background: -webkit-linear-gradient(top, #e2f0f8 0%,#ffffff 96%);
    background: linear-gradient(to bottom, #e2f0f8 0%,#ffffff 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f0f8', endColorstr='#ffffff',GradientType=0 );*/
    padding: 20px;
    border-bottom: none overflow: hidden;
}

#clientsDiv .container {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

#clientsDiv .container .cl-list li {
    display: inline-block;
    list-style: none;
    width: 19%;
    text-align: center;
}
#clientsDiv .container .cl-list li img {
    vertical-align: middle;
}

.lst {
    padding: 0 13px;
    width: 100%;
    margin: 5px 0 15px 0;
}
.lst li {
    font-size: 15px;
    color: #999;
    font-family: 'robotoregular';
    list-style-type: Square;
    padding: 9px 0px 0px;
}

/*26-4-2019*/

.priceContect h2{
	color: #005ead;
    margin: 25px 0 20px;
    font-size: 18px;
}
.priceContect h3.n-sub-title{
    font-size: 18px;
    color: #219cb8;
}

select.form-control{
    font-size:1rem;
}


