/*
Theme Name: Tigerintelligence Theme
Theme URI: http://siteurl.com
Description: The Tigerintelligence Theme based on the famous Wordpress CMS.
Version: 1.0
Author: Tigerintelligence
*/

/* normal */
/*Global CSS*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { margin: 0px; padding: 0px; color: #666; font-size: 18px; font-family: "Roboto Serif", serif; background: #FFF; }
.clear { height: 0px; overflow: hidden; clear: both; }
p { padding-bottom: 15px; line-height: 34px;font-size:20px; }
a { color: #000; }
a:hover { text-decoration: none; }
h1,h2,h3,h4,h5,h6 { padding-bottom: 5px; font-weight: normal;color:#333333; }
h1 {font-size: 72px;font-weight: 700;letter-spacing: 1px; line-height: 80px;}
h2 {color: #333333;font-family: "Roboto", Sans-serif;font-size: 58px;font-weight: 700;line-height: 58px;letter-spacing: -1.5px;padding-bottom:20px; }
h3 {font-size: 22px; }
h4 {font-size: 20px; }
h5 {color: #00d0bb;font-family: "Roboto", Sans-serif;font-size: 22px;font-weight: bold;letter-spacing: 0.5px;padding-bottom:20px; }
h6 {font-size: 16px; }
ul, ol { padding: 0px 0px 20px 15px; }
img { max-width: 100%; height: auto; }
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select { padding: 8px 10px; border: 1px solid #c8c3c3; font-size: 16px; outline: none; }
input[type="submit"], input[type="button"] { background: #666; padding: 10px; color: #fff; border: 0; cursor: pointer;  }
.owlslider, .owlslider li { margin: 0; padding: 0; list-style: none; list-style-type: none; }
.pageerror { text-align: center; padding: 150px 0; }

.all_btn{font-weight: bold;text-transform: uppercase;text-decoration: none;fill: #444444;color: #444444;background-color: rgba(0, 0, 0, 0);margin-top: 17px;
border-style: solid;border-width: 2px 2px 2px 2px;border-color: #00d0bb;border-radius: 50px 50px 50px 50px;padding: 17px 31px 16px 31px;display: inline-block;}    

.all_btn:hover{background: #fff;color:#00d0bb;}


/* Wrapper */
#wrapper { float: left; width: 100%; overflow: hidden; }

	/* layout */
#layout { width: 100%; position: relative; }
.wrapper { max-width: 1190px; margin: 0 auto; position: relative; padding: 0 10px; }
	
/* header */
#header { padding:0; position: fixed; z-index: 10; background: #fff;float:left;width:100%;border-bottom:1px solid #f8f8f8; }
.fixed { padding-top: 200px; }
.fixed #header { position: fixed; left: 0; top: 0; width: 100%; }
.logo { float: left;width:15%;padding: 10px 0; }
.logo img{width: 100px;display: inline-block;}
	
/* topBar */
.topBar { overflow: hidden; }
.topBar ul { list-style: none; overflow: hidden; float: right; }
.topBar li { padding-left: 5px; float: left; }
.topBar li a { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.topBar li a:hover img { opacity: 0.8; }

/* menuBar */
.menuBar {float: left;width: 60%;text-align: right;}
.menuBar a.mobilemenu { display: none; }
.menuBar ul {padding: 0px; list-style: none; }
.menuBar li {padding: 32px 11px 32px 60px;position: relative;line-height: 30px;display: inline-block;font-size: 14px; }
.menuBar li a { text-decoration: none; }
.menuBar li a:hover, .menuBar li.active a { color: #333; }
.menuBar ul > li.menu-item-has-children { padding-right: 15px; }
.menuBar ul > li.menu-item-has-children > a { padding-right: 25px; background: url('images/arrow-down.png') right no-repeat; }
.menuBar li ul { position: absolute; left: 0px; top: 30px; width: 180px; background: #999; }
.menuBar li li { padding: 0px; float: none; width: auto; border: 0px; border-bottom: #CCC solid 1px; }
.menuBar li li.menu-item-has-children > a { background: url('images/arrow-right.png') right no-repeat; }
.menuBar li li a { padding: 3px 20px; display: block; color: #FFF; }
.menuBar li li a:hover { color: #eee; }
.menuBar li li ul { left: 100%; top: 0px; }
.menuBar li ul { display: none; }
.menuBar li:hover ul { display: block; }
.menuBar li:hover li ul { display: none; }
.menuBar li:hover li:hover ul { display: block; }
.menuBar a.close { display: none; }

.request_btn{float: left;width: 25%;text-align: right;padding: 18px 0;}
.request_btn a.all_btn{margin-top:0}
	
/* home banner */
#homeBanner {float: left;width: 100%;position: relative;min-height: 500px;margin-top: 95px;}
#homeBanner p{font-size: 20px;line-height: 28px;padding: 20px 0;}
#homeBanner a{margin: 20px 20px 0 20px;width:280px;}
#homeBanner .innertext {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 800px;text-align: center;}


.amzing_client{float: left;width: 100%;text-align: center;padding: 100px 0;border-top: 1px solid #f1f1f1;}
.amzing_client{font-size:18px;color:#000;font-weight:600;}
.amzing_client .logos-container {overflow: hidden;padding: 100px 0;background: #fff;white-space: nowrap;position: relative;
			}
			@keyframes slideEffect {
				from {
					transform: translateX(0);
				}
				to {
					transform: translateX(-100%);
				}
			}
			.logos {
				display: inline-block;
				animation: 100s slideEffect infinite linear;
			}
			.logos-container:hover .logos {
				animation-play-state: paused;
			}
			.logos img {
				max-height: 50px;
				margin: 0 40px;
				filter: grayscale(100%);
			}
.logos img:hover {filter: grayscale(0);}
.logos-container:before,
.logos-container:after {position: absolute;top: 0;width: 250px;height: 100%;content: '';z-index: 2;}
.logos-container:before {left: 0;background: linear-gradient(to left, rgba(255, 255, 255, 0), white);}
.logos-container:after {right: 0;background: linear-gradient(to right, rgba(255, 255, 255, 0), white);}







.dashboard{float: left;width: 100%;}
.precision{float: left;width: 100%;padding: 100px 0;background: #f8f8f8;}
.precision .left{float: left;width: 50%;}
.precision .left img{border-style: solid;border-width: 2px 2px 2px 2px;border-color: #f2f2f2;border-radius: 6px 6px 6px 6px;box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.1);}



.precision .right{float: left;width: 50%;}

.becnhmark{float: left;width: 100%;padding: 100px 0;}
.becnhmark .left{float: left;width: 50%;}
.becnhmark .right{float: left;width: 50%;text-align: right;}
.becnhmark .right img{border-style: solid;border-width: 2px 2px 2px 2px;border-color: #f2f2f2;border-radius: 6px 6px 6px 6px;box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.1);}




.what_we{float: left;width: 100%;padding: 100px 0;text-align: center;background:#f8f8f8;}

.inner_slider{float: left;width: 100%;padding-top: 100px;}


.reliable{float: left;width: 100%;min-height: 500px;background: url(images/startup_bg.jpg)center center no-repeat; background-size:cover;}
.reliable h5{padding-top:10%;}

.count_sec_home{float: left;width: 100%;padding: 100px 0;text-align: center;}
.count_sec_home .co_card{float: left;width:33.333%;padding: 20px;border-right: 1px solid #fff;text-align:center;}
.count_sec_home .counter{    font-size: 70px;font-weight: 600;color: #0191de;}
.count_sec_home .counter::after {content: '+';}

.count_sec_home h3{font-size: 22px;color: #cccccc;padding: 10px 0;}
.count_sec_home h5{color:#bf3ff5;}




.home_contact{float: left;width: 100%;padding: 100px 15%;}
.home_contact h2{text-align: center;padding-bottom: 30px;color: #000;font-weight: 600;}
.home_contact .med_field{float: left;width: 50%;padding: 10px 30px;}
.home_contact .med_field.comm{float: left;width: 100%;}
.home_contact input{border: 0px;border-bottom: 1px solid #dedede;color: #666; font-size: 16px; font-family: "Poppins", serif;padding: 15px 0px;width: 100%;}
.home_contact textarea{border: 0px;border-bottom: 1px solid #dedede;color: #666; font-size: 16px; font-family: "Poppins", serif;padding: 15px 0px;width: 100%;height: 120px;resize: none;}
.home_contact textarea:focus-visible {outline: none;}
.home_contact .med_field.captcha{width: 100%;float: left;text-align: center;}
.captcha p{color:#f15a2a;font-weight: 500;}

.med_field.captcha input.wpcf7-form-control.wpcf7-quiz {width: auto;border: 0;background: no-repeat;padding: 0;border-bottom: 1px dotted;}
.med_field.sub{text-align: center;float: left;width: 100%;}

input.wpcf7-form-control.wpcf7-submit.has-spinner{background: linear-gradient(135deg, #ff8a4b, #f15a2a);;padding: 14px 30px;color: #fff;border-radius: 30px;
display: inline-block;text-decoration: none;margin-top: 10px;font-size: 20px;font-weight: 600;border: 2px solid #ff8a4b;width: 350px;}

.top-footer{float: left;width: 100%;padding: 100px 0;background: #f2f5fb;}
.top-footer .ft-card{float: left;width:25%;padding: 10px;}
.social.home {padding: 0px;}
.top-footer .ft-card img{ width: 180px;display: block;padding-bottom: 10px;}
.top-footer .ft-card h3{color: #f36d45;font-weight: 600;padding-bottom: 30px;}
.top-footer .ft-card ul{padding: 0;}
.top-footer .ft-card p{color: #000;font-size: 14px;}
.top-footer .ft-card ul li{list-style: none;line-height: 30px;}
.top-footer .ft-card ul li a{color: #000;text-decoration: none;font-size: 14px;}
.top-footer .ft-card ul li a:hover{color:#f36d45;}
.social{float: left;width: 100%;}
.social ul li{float: left;}
.top-footer .fa-brands, .fab {font-weight: 400;font-size: 30px;padding-right: 15px;}

.copy{float: left;width: 100%;padding: 0;background: #f2f5fb;;}
.copy p{padding: 10px 0;text-align: center;color: #000;border-top: 1px solid #000;font-size: 13px;font-weight: 400;}
	
	
	/* content */
	#content { overflow: hidden; width: 100%; }
	
	/* left side*/
	#lefttPart { float: left; width: 60%; }
	
		/* copy bar */
		.copyBar { width: 320px; }
	
	
	/* right side */
	#rightPart { float: right; width: 36%; }
	
		/* sideBar */
		.sideBar .widget { margin-bottom: 20px; }
		.sideBar ul { padding: 0 0 0 0; list-style: none; overflow: hidden; }
		.sideBar li { padding: 8px 0; line-height: 18px; border-top: #ddd solid 1px; }
		.sideBar li:first-child { border: 0px; }
		.sideBar li a { text-decoration: none; }
		.sideBar h3 { padding-bottom: 15px; }

		/* footer */
	
	
	/* fullPart */
 	#fullPart { float: left; width: 100%; }
	
	
/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
#commentform input { width: 100%; margin: 5px 5px 1px 0; }
#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 100%; padding: 2px; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { margin: 0 0 5px auto; width: auto; float: right; }
.commentlist li,
#commentform input,
#commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite,
.commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
/* End Comments */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a,
#wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
hr { display: none; }
a img { border: none; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */

	
		
		/* footer */
		#footer { padding: 20px 0; overflow: hidden; border-top: #999 solid 1px; } 
		#footer p { float: left; }
		#footer span { float: right; }


/* Responsive Css Start */				
@media only screen and (max-width: 1024px) {
	
	
}
		
@media only screen and (max-width: 767px) {
	
	#header { padding-top: 0; }
	#header a.mobilemenu { padding: 0 65px 0 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; display: block; text-decoration: none; font-weight: bold; position: absolute; left: 0px; top: 0px; line-height: 40px; text-transform: uppercase; text-align: right; color: #333; font-size: 14px; background: #aaaaaa; }
	#header a.mobilemenu:before, #header a.mobilemenu:after, #header a.mobilemenu span { width: 35px; height: 3px; display: block; position: absolute; right: 15px; top: 10px; content: ""; background: #21344d; }
	#header a.mobilemenu:after { top: auto; bottom: 10px; }
	#header a.mobilemenu span { top: 18px; }
	.mm-opened a.close { display: block; }
	.menuBar a.close { width: 50px; height: 20px; font-size: 0px; position: absolute; left: 20px; top: 9px; z-index: 8888; }
	.menuBar a.close:before, .menuBar a.close:after { width: 30px; height: 3px; display: block; position: absolute; left: 0px; top: 10px; content: ""; background: #21344d; -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	.menuBar a.close:after { -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	
	.menuBar { padding: 0px; }
	.menuBar ul { display: none; position: absolute; left: 0px; top: 42px; z-index: 10; width: 100%; background: #aaa; }
	.menuBar li { padding: 0px; float: none; border: 0px; }
	.menuBar li a { padding: 5px 15px; display: block; border-bottom: #FFF solid 1px; }
	.menuBar li a:hover, .menuBar li.active a { background: #999; }
	.menuBar ul > li.dropdown { padding-right: 0px; }
	.menuBar ul > li.dropdown > a { padding-right: 0px; background: url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar ul > li.dropdown > a:hover, .menuBar ul > li.dropdown.active > a { padding-right: 0px; background: #999 url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar li ul { position: static; left: 0px; top: 0px; width: 100%; }
	.menuBar li:hover ul { display: none; }
	.menuBar li li { border: 0px; }
	.menuBar li li a { padding-left: 40px; }
	.menuBar li li li a { padding-left: 60px; }
	
	#lefttPart { width: 100%; float: left; margin-bottom: 20px; }
	#rightPart { width: 100%; float: left; }
	.logo { max-width: 200px; }
	.logo img { max-width: 100%; height: auto; }
	
	.logo { max-width: 200px; margin: 50px auto 0; float: none; }	
	.topBar ul { padding: 0px; padding-top: 20px; text-align: center; float: none; }
	.topBar ul li { display: inline; float: none; }
	
	#footer { text-align: center; }
	#footer p, #footer span { float: none; }
	
		
}

@media only screen and (max-width: 639px) {
	
	#homeBanner a.flex-prev, #homeBanner a.flex-next { display: none; }
	
}
 
@media only screen and (min-width: 768px) {
	
	.mm-menu.mm-current { display: none !important; }
	html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
	html.mm-opened { overflow: visible !important; }
	html.mm-opened body { overflow: visible !important; }
	#mm-blocker { display: none !important; }
	
}