/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: http://localhost/techticsolution/
Description: Twenty Twenty-One-child is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
}
.pageSize{
	width: 1200px;
	margin: 0 auto;
}
.pgSize{
	width: 1000px;
	margin: 0 auto;
}
ul{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	height: auto;
}
/******* Header Navigation Style *******/

.techLogo {
	display: inline-block;
    width: 35%;
	vertical-align: middle;
	position: relative;
	background-color: #fff;
	padding: 4px 0;
}
.techLogo img {
	width: 140px;
}
.headerNavigation {
	display: inline-block;
	width: 64%;
	vertical-align: middle;
	text-align: right;
	
}
.headerNavigation ul li {
	display: inline-block;
	position: relative;
	border-bottom: 2px solid transparent;
}
.headerNavigation ul li a{
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 37px 20px;
}

.headerNavigation ul li:hover a, .callHeader a:hover, .emailHeader a:hover{
	color:#dd0d1d;
}
.sub-menu{
	display: none;
}
.menu li:hover ul.sub-menu{
	display: block;
}
.menu ul.sub-menu {
	position: absolute;
    left: 0;
    width: 200px;
    text-align: left;
	background-color: #333;
	box-shadow: 0 0.5rem 1.875rem rgb(0 0 0 / 15%);
	padding: 12px 8px;
	top: 56px;
	border-top:2px solid #dd0d1d;
	border-radius: 0px 0px 10px 10px;
	z-index: 99;
}
.sub-menu li{
	display: block !important;
}
.sub-menu li a{
	padding: 12px 22px 12px 22px !important;
	display: block;
	font-size: 14px !important;
	color: #fff !important;
}
.sub-menu li:hover a{
    background-color: #f8f9fa;
	border-radius: 5px;
	color: #dd0d1d !important;
}
.sub-menu li.current-menu-item a{
	background-color: #f8f9fa;
	border-radius: 5px;
	color: #dd0d1d !important;
}
.menu-item-has-children{
	background-image: url(images/down-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 9px;
}
.menu-item-has-children:hover {
	background-image: url(images/down-arrow-clr.png) !important;
}
.current_page_item a, .current-menu-ancestor a{
	color: #dd0d1d !important;
	border-bottom: 3px solid #dd0d1d;
	display: block;
}
/* .headerNavigation ul li:hover a{
	border-bottom: 3px solid #dd0d1d;
} */
.site{
	position: relative;
}
.headerMain{
    margin-top: 0;
	position: relative;
}
.stickyHeader{
	 position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}
.site-header {
    -webkit-box-shadow: 3px 3px 5px 0 #cccccc6b;
    -moz-box-shadow: 3px 3px 5px 0 #cccccc6b;
    box-shadow: 3px 3px 5px 0 #cccccc6b;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 30;
    top: 0;
}
.top-left{
	float: left;
}
.top-right{
	float: right;
	text-align: right;
}
.header-top {
    position: relative;
    padding: 12px 0px;
    background: #000000;
    color: #ffffff;
    border-bottom: 2px solid #dd0d1d;
	overflow: hidden;
}
.links-nav li{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.callHeader, .emailHeader{
	background-image: url(images/phone-call.png);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: left;
	font-size: 16px;
	padding-right: 25px;
}
.callHeader a, .emailHeader a{
	color: #fff;
	text-decoration: none;
}
.emailHeader{
	background-image: url(images/email.png);
}
.thmBtn a, .btn, .formBtn input{
    position: relative;
    background: #dd0d1d;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600 !important;
    color: #fff !important;
    border: 2px solid #dd0d1d;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 26px !important;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	border: 2px solid transparent;
	cursor: pointer;
}
.thmBtn a:hover, .btn:hover, .formBtn input:hover{
    background: transparent;
	border: 2px solid #dd0d1d;
    color: #fff !important;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.formBtn input:hover{
    color: #dd0d1d !important;
}
.headerMain::after{
	content: '';
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #000;
	z-index: -1;
}
.techLogo:after {
    content: '';
    position: absolute;
    left: 84%;
    top: 0%;
    width: 100px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}
.techLogo:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0%;
    width: 1000px;
    height: 100%;
    background: #ffffff;
}
.bb{
	text-align: center;
    font-size: 18px;
    color: #fff;
}
.bb p{
	margin: 0;
}
.bb p a{
	color: #fff;
}
.bb p a:hover, .contactPageNmbr a:hover, .contactPageEmail a:hover{
	color: #dd0d1d;
	text-decoration: underline;
}
.bbp-breadcrumb-sep{
	padding: 0 10px;
}
/******* Header Navigation Style *******/

/******* Footer Navigation Style *******/
.footerMain{
	padding: 4% 0;
	background-color: rgb(0, 0, 0, 0.9);
	border-top: 2px solid #dd0d1d;
	border-bottom: 1px solid #dd0d1d;
}
.copyRight{
	padding: 4% 0;
	background-color: rgb(0, 0, 0, 0.9);
}
.footerLogo {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	margin-right: 40px;
}
.footerLogo img {
    width: 200px;
	padding-bottom: 15px;
}
.footerLogo p{
	margin: 0;
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.footerMenu {
	display: inline-block;
	width: 22%;
	vertical-align: top;
}
.footerMenu h2{
	margin: 0;
	font-size: 20px;
	color: #fff;
   	margin-bottom: 40px;
	position: relative;
}
.footerMenu ul li{
	list-style: none;
    padding-bottom: 17px;
    background-image: url(images/bullet_icon.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 5px;
    padding-left: 15px;
	color: #fff;
}
.footerMenu ul li a, .infoEmail{
	text-decoration: none;
	font-size: 16px;
	color: #ffff;
}
.footerMenu ul li a:hover, .infoEmail:hover{
	color: #dd0d1d;
}
.footerMenu h2:before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 50px;
    height: 2px;
    background: #dd0d1d;
}
.socialIcon ul li{
	display: inline-block;
	padding-bottom: 0;
	margin-right: 5px;
	background-image: inherit;
	padding-left: 0;
}
.socialIcon ul li:last-child{
	margin-right: 0;
}
.socialIcon ul li svg{
	width: 30px;
    height: 30px;
	transition: 0.3s;
}
.socialIcon {
	padding-top: 15px;
}
.copyRight {
	text-align: center;
	padding: 17px 0;
	color: #fff;
}
.copyRight p {
	margin: 0;
	font-size: 14px;
}
.social-links a img, .socialFooter a img{
	width: 18px;
}
.social-links a, .socialFooter a{
	margin-right: 8px;
}
.social-links a:last-child, .socialFooter a:last-child{
	margin-right: 0px;
}
.twitterWidth{
	width: 15px !important;
}
.site-footer{
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
/******* Footer Navigation Style *******/

.test-wrapper{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 15% 20px;
	/* padding-top: 24%;
	padding-bottom: 15%; */
}
.text-wrapp{
	position: relative;
	text-align: center;
    color: #fff;
}
.text-wrapp h2{
	font-size: 60px;
    margin: 0;
}
.text-wrapp p{
	margin: 0;
    font-size: 20px;
    padding-top: 20px;
	margin-bottom: 30px;
}
.test-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	width: 100%;
    background-color: rgb(7,12,21, 0.6);
    content: "";
}
.page-Size{
	overflow: hidden;
}
#learnExperts .elementor-widget-wrap {
    border-radius: 30px;
    box-shadow: 0px 0px 36px rgb(0 0 0 / 10%);
}
h2 span{
	color: #dd0d1d;
}
.serviceMain .elementor-widget-wrap{
	box-shadow: none !important;
	border-radius: 10px !important;
	border: 2px solid #f4f4f4 !important;
	overflow: hidden;
}
.serviceMain .elementor-widget-wrap:hover .elementor-image-box-img img{
	transform: scale(1.1);
	transition: transform .5s ease;
}
.contactPageAddres h2, .contactPageNmbr h2, .contactPageEmail h2{
	margin: 0;
	font-weight: 500;
	padding-bottom: 10px;
}
.contactPageAddres p, .contactPageNmbr a, .contactPageEmail a{
	color: #848484;
	display: block;
	margin: 0;
}
.contactPageNmbr a{
	padding-bottom: 4px;
}
.contactPageAddres, .contactPageNmbr, .contactPageEmail{
	background-image: url(images/pin.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px;
    padding-left: 50px;
}
.contactPageNmbr{
	background-image: url(images/smartphone.png);
	background-position-y: 18px;
}
.contactPageEmail{
	background-image: url(images/mail_img.png);
}
.formFields{
	float: left;
	width: 47%;
	margin: 15px;
}
.formFields p{
	margin: 0;
}
.formFields input, .formFieldsArea textarea{
	display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 30px;
	border: 1px solid #ccc;
}
.formFields input::placeholder, .formFieldsArea textarea::placeholder{
	color: #adadad;
	font-size: 14px;
}
.formFields input:focus, .formFieldsArea textarea:focus {
    border-color: #dd0d1d;
	outline: #dd0d1d;
}
.formFieldsArea{
	width: 96.7%;
	margin: 15px;
	float: left;
    margin-top: 0;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.formBtn{
	clear: both;
    text-align: center;
}
.bbp-breadcrumb-current{
	color: #dd0d1d;
}
#rmp_menu_trigger-387{
	display: none;
}

/******* Responsive style Start *******/
@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pageSize{
		width: auto;
		margin: 0 20px;
	}
}
@media only screen and
(min-width: 10px)and
(max-width: 768px) {
	#rmp_menu_trigger-387{
		display: block;
	}
	.headerNavigation, .top-left, #rmp-menu-title-387,
	#rmp-menu-additional-content-387, #rmp-search-box-387,
	#rmp-menu-item-22{
		display: none;
	}
	.top-right {
		float: none;
		text-align: center;
	}
	#rmp_menu_trigger-387 {
		right: 2%;
	}
	.stickyHeaderMobile{
		top: 16px !important;
		width: 36px !important;
	}
	.footerLogo, .footerMenu{
		display: block;
		width: auto;
	}
	#rmp-menu-wrap-387 {
		padding-top: 21%;
	}
	.menu-item-has-children, .menu-item-has-children:hover{
		background-image: none !important;
	}
	#rmp-menu-wrap-387 .rmp-menu-current-item .rmp-menu-item-link {
		color: #fff !important;
		border-color: transparent !important;
		background-color: #dd0d1d !important;
	}
	#rmp-container-387{
		background-color: #000;
	}
	.formFields, .formFieldsArea {
		float: none;
		width: auto;
	}
	.wpcf7-spinner{
		display: none;
	}
}
@media only screen and
(min-width: 10px)and
(max-width: 500px){
	.text-wrapp h2{
		font-size: 40px;
	}
	.techLogo {
		width: 60%;
	}
	.techLogo:after{
		left: 87%;
		width: 64px;
	}
}