@charset "UTF-8";

.comments-area a, .page-content a {
  text-decoration : underline
}
.alignright {
  float : right;
  margin-left : 1rem
}
.alignleft {
  float : left;
  margin-right : 1rem
}
.aligncenter {
  clear : both;
  display : block;
  margin-left : auto;
  margin-right : auto
}
.alignwide {
  margin-left : -80px;
  margin-right : -80px
}
.alignfull {
  margin-left : calc(50% - 50vw);
  margin-right : calc(50% - 50vw);
  max-width : 100vw
}
.alignfull, .alignfull img {
  width : 100vw
}
.wp-caption {
  margin-block-end : 1.25rem;
  max-width : 100%
}
.wp-caption.alignleft {
  margin : 5px 20px 20px 0
}
.wp-caption.alignright {
  margin : 5px 0 20px 20px
}
.wp-caption img {
  display : block;
  margin-left : auto;
  margin-right : auto
}
.wp-caption-text {
  margin : 0
}
.gallery-caption {
  display : block;
  font-size : .8125rem;
  line-height : 1.5;
  margin : 0;
  padding : .75rem
}
.pagination {
  display : flex;
  justify-content : space-between;
  margin : 20px auto
}
.sticky {
  position : relative;
  display : block
}
.bypostauthor {
  font-size : inherit
}
.hide {
  display : none !important
}
.post-password-form p {
  width : 100%;
  display : flex;
  align-items : flex-end
}
.post-password-form [type=submit] {
  margin-inline-start : 3px
}
.screen-reader-text {
  clip : rect(1px, 1px, 1px, 1px);
  height : 1px;
  overflow : hidden;
  position : absolute !important;
  width : 1px;
  word-wrap : normal !important
}
  .screen-reader-text : focus {
  background-color : #eee;
  clip : auto !important;
  clip-path : none;
  color : #333;
  display : block;
  font-size : 1rem;
  height : auto;
  left : 5px;
  line-height : normal;
  padding : 12px 24px;
  text-decoration : none;
  top : 5px;
  width : auto;
  z-index : 100000
}
.post .entry-title a {
  text-decoration : none
}
.post .wp-post-image {
  width : 100%;
  max-height : 500px;-o-object-fit : cover;
  object-fit : cover
}
  @media (max-width : 991px) {
  .post .wp-post-image{max-height : 400px
}
  }@media (max-width : 575px) {
  .post .wp-post-image{max-height : 300px
}
}#comments .comment-list {
  margin : 0;
  padding : 0;
  list-style : none;
  font-size : .9em
}
#comments .comment, #comments .pingback {
  position : relative
}
#comments .comment .comment-body, #comments .pingback .comment-body {
  display : flex;
  flex-direction : column;
  padding-block-start : 30px;
  padding-block-end : 30px;
  padding-inline-start : 60px;
  padding-inline-end : 0;
  border-block-end : 1px solid #ccc
}
#comments .comment .avatar, #comments .pingback .avatar {
  position : absolute;
  left : 0;
  border-radius : 50%;
  margin-inline-end : 10px
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
  left : auto;
  right : 0
}
#comments .comment-meta {
  display : flex;
  justify-content : space-between;
  margin-block-end : .9rem
}
#comments .comment-metadata, #comments .reply {
  font-size : 11px;
  line-height : 1
}
#comments .children {
  position : relative;
  list-style : none;
  margin : 0;
  padding-inline-start : 30px
}
  #comments .children li : last-child {
  padding-block-end : 0
}
  #comments ol.comment-list .children : before {
  display : inline-block;
  font-size : 1em;
  font-weight : 400;
  line-height : 100%;
  content : "↪";
  position : absolute;
  top : 45px;
  left : 0;
  width : auto
}
  body.rtl #comments ol.comment-list .children : before, html[dir=rtl] #comments ol.comment-list .children : before {
  content : "↩";
  left : auto;
  right : 0
}
  @media (min-width : 768px) {
  #comments .comment-author, #comments .comment-metadata{line-height : 1
}
  }@media (max-width : 767px) {
  #comments .comment .comment-body{padding : 30px 0
}
#comments .children {
  padding-inline-start : 20px
}
#comments .comment .avatar {
  position : inherit;
  float : left
}
body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
  float : right
}
}.page-header .entry-title,
  .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main {
  margin-inline-start : auto;
  margin-inline-end : auto;
  width : 100%
}
  @media (max-width : 575px) {
.page-header .entry-title,
    .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main{padding-inline-start : 10px;
  padding-inline-end : 10px
}
  }@media (min-width : 576px) {
.page-header .entry-title,
    .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main{max-width : 500px
}
.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
  max-width : 100%
}
  }@media (min-width : 768px) {
.page-header .entry-title,
    .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main{max-width : 600px
}
.site-footer.footer-full-width, .site-header.header-full-width {
  max-width : 100%
}
  }@media (min-width : 992px) {
.page-header .entry-title,
    .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main{max-width : 800px
}
.site-footer.footer-full-width, .site-header.header-full-width {
  max-width : 100%
}
  }@media (min-width : 1200px) {
.page-header .entry-title,
    .site-footer .footer-inner, .site-footer : not(.dynamic-footer), .site-header .header-inner, .site-header : not(.dynamic-header), body : not([class*=elementor-page-]) .site-main{max-width : 1140px
}
.site-footer.footer-full-width, .site-header.header-full-width {
  max-width : 100%
}
}.site-header+.elementor {
  min-height : calc(100vh - 320px)
}
.home.page-template-default .page-header {
  display : none;
}
.site-navigation ul.menu li {
  position : relative;
  display : flex;
}
  .site-navigation ul.menu li.menu-item-has-children : :after {
  display : block;
  content : '\f107';
  color : #245c87;
  position : absolute;
  top : 50%;
  transform : translateY(-40%);
  text-decoration : none;
  font-family : FontAwesome;
  line-height : 1;
  font-size : 18px;
  font-weight : 500;
}
  .site-navigation ul.menu li.menu-item-has-children : :after {
  display : block;
  font-size : 1.5em;
  align-items : center;
  color : #000;
  position : absolute;
  right : 0;
  top : 50%;
  transform : translateY(-50%);
  text-decoration : none;
}
  .site-header .site-navigation ul li a : hover : :after {
  right : 0;
}
.call-now-btn {
	padding: 5px 20px;
	border-radius: 3px;
	margin-top: 0px;
	font-size: 15px !important;
	color: #fff;
	font-weight: 500;
	background-image: linear-gradient(#54499A, #161F44);
	height: 45px;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: .65px;
}
  .call-now-btn : hover {
  color : #fff;
  background-image : linear-gradient(90deg, #8869C6 10%, #583FA0 50%, #8869C6) !important;
}
.site-header .site-navigation ul.menu li a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}
.site-navigation ul.menu .sub-menu li a {
	font-size: 14px !important;
	margin: 0 10px;
	padding: 8px 0px;
	width: 100%;
	color: #ffffffe3;
}
  .site-header .site-navigation ul li a : :after {
  content : "";
  display : block;
  position : absolute;
  bottom : 0;
  left : 0;
  right : 100%;
  border-bottom : 2px solid;
  border-bottom-color : var(--colorNavText);
  transition : right .5s;
}
.site-navigation ul.menu li a {
  display : block;
  padding : 8px 15px;
}
#particles-js {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: linear-gradient(#4C438E, #182047);
}
.particles-sect {
  position : relative;
}
.particles-sect .elementor-container {
  max-width : 100% !important;
}
.text-sect {
  top : 10%;
  position : absolute !important;
}
.text-sect .elementor-heading-title {
	font-weight: 900 !important;
	font-size: 78px;
	line-height: 85px;
}
.text-sect p {
  font-size : 20px;
}
.text-sect .elementor-button {
	padding: 15px 30px;
	border-radius: 3px !important;
	margin-top: 0px;
	font-size: 15px !important;
	letter-spacing: .65px;
}
.text-sect .elementor-widget-text-editor p {
	font-size: 18px;
	font-weight: 400;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper {
  border : none !important;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper {
	border: 1px solid#d5d8dc;
	/* border-radius: 15px; */
	text-align: center;
	height: 350px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	align-items: center;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child {
	border: none !important;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active::after {
	background: #2f3066;
	/* border-radius: 2px; */
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
	padding: 10px 15px;
	border-bottom: 1px solid #d5d8dc !important;
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	font-weight: 500 !important;
	letter-spacing: .85px;
}
  .tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title : :before, .tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title : :after {
  content : none;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper : :before {
  content : none;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	/* background-image: linear-gradient(to right top, #6051A9, #6051A9, #1A224A, #1A224A, #583fa0); */
	/* color: #fff; */
	/* background-image: linear-gradient(#54499A, #161F44); */
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper {
	border: none !important;
	/* padding-left: 2%; */
}
.site-header .header-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}
.partner-sect .partner-box .elementor-image-box-wrapper {
	text-align: left;
}
.partner-sect .partner-box {
	/* background-image: linear-gradient(to right top, #6051A9, #6051A9, #1A224A, #1A224A, #583fa0); */
	border-radius: 10px;
	padding: 20px 15px;
	text-align: left;
	margin: 30px 10px 0px;
	box-shadow: 0 3px 5px #0000004d;
	background-image: linear-gradient(#54499A, #161F44);
}
.client-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 45px !important;
	font-weight: 600 !important;
}
.site-footer .footer-inner .copyright p {
	font-size: 14px;
}
.partner-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 45px !important;
	font-weight: 600 !important;
}
.partner-sect .elementor-widget-text-editor {
	margin: 0 auto;
	width: 80%;
}
.partner-sect .partner-box:hover {
	background-image: linear-gradient(#1A224A, #6051a9);
}
.partner-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 0px;
}
.partner-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	color: #fff;
	font-size: 16px;
	/* text-align: justify; */
	line-height: 25px;
	font-weight: 400;
}
.partner-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-img {
	width: 50% !important;
	margin: 0 !important;
}
.partner-sect {
	margin: 70px 0px 0;
}
.partner-sect .elementor-button-wrapper {
	margin-top: 50px;
}
.partner-sect .elementor-button {
	background-image: linear-gradient(#54499A, #161F44);
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500 !important;
	padding: 15px 30px;
	letter-spacing: .65px;
}
.partner-sect .elementor-button:hover {
	background-image: linear-gradient(#161F44, #54499A);
}
.testimonial-sect {
	padding: 50px 0px;
}
.testimonial-sect .elementor-heading-title {
	font-size: 45px;
	font-weight: 600 !important;
}
.testimonial-sect p {
	font-size: 25px;
}
.testimonial-sect p strong {
	font-weight: 700;
	font-size: 40px;
}
.testimonial-sect .strong-view .wpmtst-testimonial {
	border: none;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner {
	border: none;
	background-image: linear-gradient(#54499A, #161F44);
	border-radius: 10px;
	padding: 20px 20px;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-heading {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-image {
	max-width: max-content;
	margin: 0;
	padding: 10px 0 0;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-content {
	display: flex;
	flex-direction: column-reverse;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-content p {
	color: #fff;
	font-size: 16px;
	padding: 5px 0 0;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	right: 31%;
	bottom: 36%;
	margin: 0 !important;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-field.testimonial-company {
	color: #fff;
	position: absolute;
	right: 30%;
	bottom: 25%;
}
.certified-sect .best-company {
	background-image: linear-gradient(#3E3A7C, #182046);
	border-radius: 15px;
	padding: 50px 20px;
}
.certified-sect .best-company .elementor-element-populated {
	padding: 0 !important;
}
.certified-sect .elementor-heading-title {
	font-size: 45px;
	color: #333 !important;
	font-weight: 600 !important;
	line-height: normal;
}
.certified-sect .elementor-button {
	/* background: #DCDCDC !important; */
	padding: 15px 30px;
	font-size: 15px;
	color: #fff !important;
	border-radius: 3px;
	background-image: linear-gradient(#54499A, #161F44);
	letter-spacing: .65px;
}
.certified-sect .best-company .award-sect {
	margin: 0 0 10px;
}
.certified-sect .best-company .elementor-widget-heading {
	margin: 0 0 10px;
}
.certified-sect .best-company .high-rating .award-sect p {
	color: #9896AE;
	display: flex;
	align-items: center;
	align-content: center;
	font-weight: 600;
	margin: 0;
}
.certified-sect .best-company .elementor-widget-text-editor p img {
	padding-right: 10px;
}
.certified-sect .best-company .elementor-widget-heading .elementor-heading-title {
	font-size: 22px;
	color: #fff !important;
	font-weight: 500 !important;
}
.certified-sect .best-company .high-rating .elementor-widget-text-editor p {
	color: #9896AE;
	margin: 0;
}
.call-now-btn:hover {
	background-image: linear-gradient(#161F44, #54499A);
	color: #fff;
}
.office-sect .office-heading {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}
.office-sect .office-heading .elementor-heading-title {
	color: #000;
	font-size: 45px;
	font-weight: 600;
}
.office-sect .address-sect {
	background-image: linear-gradient(#4C438E, #182047);
	border-radius: 15px;
	padding: 30px 20px;
	margin: 30px 0px 0px;
}
.office-sect .address-sect .elementor-image-box-wrapper .elementor-image-box-img {
	background: #fff;
	padding: 20px 30px;
	border-radius: 15px;
	width: auto !important;
}
.office-sect .address-sect .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
.office-sect .office-heading .elementor-widget-text-editor p {
	font-size: 18px;
	color: #333;
}
.blog-sect {
	margin: 50px 0px !important;
}
.partner-sect .partner-box .elementor-element-populated {
	padding: 0;
}
.bdp-post-carousel.bdp-design-1 .bdp-post-carousel-content {
	text-align: left !important;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: background-color .2s,box-shadow .2s;
	will-change: transform;
	margin: 10px 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.16);
}
.blog-sect .bdp-post-carousel-wrp {
	padding: 0;
}
.bdp-post-image-bg {
	/* height: 150px; */
	position: relative;
	width: 100%;
}
.bdp-post-image-bg img {
	height: 100% !important;
	width: 100%;
}
.bdp-post-carousel.bdp-design-1 .bdp-post-carousel-content .bdp-post-title {
	margin: 0 !important;
	padding: 20px 24px 0px;
}
.bdp-post-carousel.bdp-design-1 .bdp-post-carousel-content .bdp-post-title {
	margin: 0 !important;
	padding: 0px 24px 0px;
}
.bdp-post-carousel.bdp-design-1 .bdp-post-carousel-content .bdp-post-meta {
	margin: 0 !important;
	padding: 10px 24px 20px;
}
.bdp-post-meta span.bdp-post-meta-innr {
	font-style: italic;
	font-size: 12px;
	display: inline-block;
	margin: 0 5px 5px 5px;
}
.bdp-post-carousel .bdp-post-carousel-content .bdp-post-title a {
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	white-space: normal;
	color: #222;
}
.blog-sect .elementor-widget-html {
	margin: 0;
}
.blog-sect .elementor-button {
	background-image: linear-gradient(#54499A, #161F44);
	padding: 15px 30px;
	border-radius: 3px;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: .65px;
}
.site-footer .footer-top {
	width: 100%;
	margin: 70px 0px 0px;
	display: flex;
	align-items: center;
}
.site-footer .site-branding .custom-logo {
	width: 75%;
}
.site-footer .footer-bottom {
	width: 100%;
	border-top: 1px solid #666;
	padding: 10px 30px;
	margin-top: 30px;
}
.site-footer {
	padding: 0 !important;
	background-image: linear-gradient(#484089, #161F45);
}
.site-footer .footer-inner .copyright {
	justify-content: center !important;
}
.site-footer .footer-inner .copyright p {
	color: #ffffffa8;
}
.site-footer .footer-bottom .copyright {
	max-width: 100% !important;
	float: left;
}
.site-footer .footer-bottom .list-item .pull-right {
	/* width: 100%; */
	color: #fff;
	margin: 0;
	text-align: right;
}
.site-footer .footer-bottom .list-item .pull-right a {
	color: #ffffffa8;
	font-size: 14px;
}
.site-footer .site-branding {
	display: block !important;
	text-align: center;
}
.site-footer .footer-top .elementor-button {
	background: #fff;
	color: #333;
	font-weight: 600;
	width: auto;
	padding: 12px 20px;
}
.site-footer .footer-top .elementor-column.elementor-col-25 {
	display: block;
}
.site-footer .footer-top .footer-widget-1 .textwidget span {
	color: #ffffffa8;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul {
	padding: 0;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul li {
	list-style: none;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul li a {
	font-size: 15px;
	color: #ffffffa8;
	line-height: 30px;
}
.site-footer .footer-top .footer-widget-1 {
	display: block;
	margin: 0 0 20px;
}
.page-header {
	display: none;
}
.inner-pages {
	background-image: linear-gradient(#4C438E, #182047);
	text-align: center;
	padding: 150px 0px;
}
.inner-pages .elementor-heading-title {
	font-size: 50px;
	font-weight: 700 !important;
}
.certified-inner {
	padding: 0 50px;
}
.certified-inner .counter-sect .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
	fill: #333;
	width: 20px;
	height: 20px;
}
.certified-inner .counter-sect .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	color: #333;
	font-size: 22px;
	font-weight: 600;
}
.certified-inner .counter-sect .elementor-counter {
	text-align: left;
}
.certified-inner .counter-sect .elementor-counter .elementor-counter-number-wrapper {
	color: #333;
}
.certified-inner .counter-sect .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
	font-size: 40px;
	font-weight: 700;
}
.certified-inner .counter-sect .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
	font-size: 40px;
	font-weight: 700;
}
.certified-inner .counter-sect .elementor-counter .elementor-counter-number-prefix {
	display: none;
}
.certified-inner .misson-vision .elementor-widget-image {
	padding-right: 20px;
}
.certified-inner .counter-sect .elementor-counter .elementor-counter-title {
	justify-content: flex-start;
	font-size: 25px;
	line-height: normal;
}
.certified-inner .expert-sect {
	margin: 30px 0px;
}
.certified-inner .misson-vision .elementor-heading-title {
	font-size: 30px;
	font-weight: 700 !important;
}
.certified-inner .misson-vision .elementor-widget-text-editor p {
	font-size: 18px;
}
.certified-inner .misson-vision .elementor-widget-button .elementor-button {
	border-radius: 3px;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
	background-image: linear-gradient(#54499A, #161F44);
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}
.certified-inner .misson-vision .elementor-widget-button .elementor-button:hover {
	background-image: linear-gradient(#161F44, #54499A);
}
.certified-inner .misson-vision .vision-box {
	border-top: 2px solid #eee;
}
.founding-sect .office-heading .elementor-heading-title {
	color: #000;
	font-size: 45px;
	font-weight: 600;
}
.founding-sect .office-heading .elementor-widget-text-editor p {
	font-size: 20px;
	color: #333;
}
.founding-sect .office-heading {
	text-align: center;
	/* margin: 0 auto; */
	/* width: 90% !important; */
}
.services-sect {
	padding: 0px 0px;
	margin: 0 0 50px;
}
.services-sect .partner-box {
	background-image: linear-gradient(#54499A, #161F44);
	border-radius: 10px;
	padding: 20px 10px;
	text-align: left;
	margin: 0 5px 20px;
}
.services-sect .partner-box .elementor-image-box-wrapper {
	padding: 0;
	background: transparent;
	border-radius: 0;
}
.services-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30% !important;
	background: #6051a945;
	padding: 20px 30px;
	border-radius: 10px;
	text-align: center;
}
.services-sect .partner-box .elementor-element-populated {
	padding: 0;
}
.services-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content {
	margin: 30px 0px 0px;
}
.services-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	font-size: 25px;
	line-height: normal;
	font-weight: 600;
}
.services-sect .partner-box:hover {
	/* border: 3px solid #3EAFFF; */
}
.get-touch .elementor-container {
	align-items: center;
}
.banner-sect .elementor-container {
	align-items: center;
}
.blog-sect .elementor-button:hover {
	background-image: linear-gradient(#161F44, #54499A);
}
.get-touch .elementor-button {
	background-image: linear-gradient(#54499A, #161F44);
	padding: 15px 30px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500 !important;
	color: #fff !important;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}
.get-touch .elementor-button:hover {
	background-image: linear-gradient(#161F44, #54499A);
}
.office-sect .address-sect .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	color: #fff;
}
.services-cyber {
	margin: 50px 0 0;
}
.serve-sect .elementor-widget-text-editor p {
	font-size: 18px;
	color: #333;
	/* text-align: justify; */
}
.tabs-sect .elementor-tab-content .tab-content-cards {
	display: flex;
	flex-wrap: wrap;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item {
	flex: 0 0 33%;
	padding: 0 12px 24px;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item .tab-content-card-inner {
	box-shadow: 0 3px 5px #0000004d;
	border-radius: 20px;
	display: block;
	min-height: 100%;
	padding: 15px 15px;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item .tab-content-card-inner h6 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item .tab-content-card-inner:hover {
	/* background-image: linear-gradient(to right top, rgb(96, 81, 169), rgb(96, 81, 169), rgb(26, 34, 74), rgb(26, 34, 74), rgb(88, 63, 160)); */
	background-image: linear-gradient(#54499A, #161F44);
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item .tab-content-card-inner:hover h6 {
	color: #fff;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item .tab-content-card-inner img {
	margin: 0px 0px 10px;
}
.client-sect {
	background-image: linear-gradient(#3E3A7C, #182046);
}
.testimonial-sect {
	padding: 30px 0px 50px;
}
.testimonial-sect .strong-view .wpmtst-testimonial {
	border: none;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner:hover {
	background-image: linear-gradient(#1A224A, #6051a9);
}
.certified-sect {
	padding: 100px 0px 50px !important;
}
.founding-sect {
	margin: 0 0 50px;
}
.banner-sect #particles-js .particles-js-canvas-el {
	height: 650px !important;
}
.certified-sect .elementor-button:hover {
	background-image: linear-gradient(#161F44, #54499A);
}
.blog-sect {
	padding: 0px 50px;
}
.tabs-sect {
	padding: 80px 0px 80px !important;
}
.site-footer .footer-inner {
	max-width: 1140px;
	margin: 0 auto;
}
.serve-sect .img-right {
	padding-left: 5%;
}
.serve-sect .img-right img {
	width: 100%;
}
.serve-sect .img-left {
	padding-right: 5%;
}
.serve-sect .img-left img {
	width: 100%;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
	padding: 0 20px 0px 20px;
}
.tabs-sect .elementor-tab-content .tab-content-box {
	padding: 0 12px 10px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.partner-sect .elementor-widget-text-editor p {
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.tabs-sect .elementor-tab-content .tab-content-box p {
	font-size: 18px;
}
.tabs-sect .elementor-tab-content .tab-content-box .explore-button {
	font-size: 13px;
	color: #9950de;
	text-transform: uppercase;
	letter-spacing: 0.65px;
	font-weight: 700;
}
.tabs-sect .elementor-tab-content .tab-content-box .explore-button i {
	padding-left: 10px;
}
.certified-sect .img-sect {
	padding-left: 5%;
}
.contact-form input {
	font-size: 14px;
	height: 50px;
	padding: 0 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 10px;
}
.contact-form textarea {
	font-size: 14px;
	padding: 10px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 10px;
}
.contact-form .wpcf7-submit {
	background-image: linear-gradient(#54499A, #161F44);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 3px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.65px;
}
.services-cyber {
	margin: 70px 0 0px;
}
.tabs-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 45px !important;
	font-weight: 600 !important;
	color: #333;
}
.blog-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 45px !important;
	font-weight: 600 !important;
	color: #333;
}
.partner-sect .partner-box .elementor-element-populated {
	padding: 0 !important;
}
.certified-sect .elementor-widget-text-editor {
	margin: 0;
}
.certified-sect .elementor-widget-text-editor p {
	font-size: 18px;
}
.popup-banner .wpcf7-form .wpcf7-form-control-wrap {
	margin: 0px 0px 10px;
	float: left;
	width: 100%;
}
.popup-banner .wpcf7-form .wpcf7-form-control-wrap input {
      height: 45px;
      width: 100%;
      border: 1px solid #666;
      border-radius: 3px;
      padding: .5rem 1rem;
      transition: all .3s;
}
.popup-banner .wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
	height: 100px;
}
.popup-banner .wpcf7-form .wpcf7-submit {
	background-image: linear-gradient(#54499A, #161F44);
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500 !important;
	padding: 10px 30px;
	letter-spacing: .65px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
.inner-pages .elementor-widget-text-editor p {
	color: #ffffffbf;
	font-size: 18px;
	font-weight: 400;
}
.getin-touch {
	padding: 70px 0px !important;
	margin: 70px 0px 0px !important;
}
.pum-container {
	padding: 0 !important;
}
.pum-container .popup-banner .popup-content {
	width: 100%;
	text-align: center;
	background-image: linear-gradient(#4C438E, #182047);
	padding: 5px;
}
.pum-container .popup-banner .popup-form {
	padding: 20px;
}
.pum-container .popup-banner .popup-content .homepopup2 {
	color: #ffffffe3;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}
#stats {
	display: none;
}
.office-sect .address-sect .elementor-inner-column {
	padding: 30px;
	border-right: 2px solid #7D79A8;
}
.office-sect .address-sect .no-border.elementor-inner-column  {
	border: none;
}
.office-sect .address-sect .elementor-inner-column .elementor-element-populated {
	padding: 0;
}
.our-features .feature-box .elementor-widget-text-editor {
	background: #fff;
	padding: 10px 20px;
	z-index: 999;
	box-shadow: 0 3px 5px rgba(0,0,0,.3) !important;
	/* height: 170px; */
}
.our-features .feature-box .elementor-widget-text-editor:hover {
	background-image: linear-gradient(#4C438E, #182047);
}
.our-features .elementor-widget-heading .elementor-heading-title {
	font-size: 45px !important;
	font-weight: 600 !important;
	color: #000;
}
.our-features .feature-box .elementor-widget-text-editor:hover p {
	color: #fff;
}
.certified-sect .elementor-icon-list-items li {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.certified-sect .elementor-icon-list-items li .elementor-icon-list-icon svg {
	fill: #333333c4;
}















@media (max-width: 767px) {
    




.text-sect {
	top: 2%;
}
.office-sect .address-sect .elementor-inner-column {
	border: none;
}
.certified-sect .best-company .high-rating {
	margin: 0 0 30px;
}
.tabs-sect .elementor-tabs .elementor-tabs-wrapper {
	width: 100% !important;
}
.certified-sect .best-company {
	padding: 20px 10px;
}
.certified-sect .img-sect {
	padding-left: 0;
}
.serve-sect .img-right {
	padding-left: 0;
}
.serve-sect .img-left {
	padding-right: 0;
}
.serve-sect {
	margin: 0px 0 !important;
	padding: 0px 0px !important;
}    
.certified-sect .elementor-element-populated {
	padding: 10px !important;
}
.certified-sect .elementor-heading-title {
	font-size: 30px;
	font-weight: 600 !important;
}
.testimonial-sect .elementor-widget-container {
	text-align: left;
}
.testimonial-sect p {
	font-size: 20px;
	line-height: normal;
}    
.site-header {
	padding: 10px 0px !important;
}   
.site-header .header-inner:not(.header-stacked) .site-branding {
	max-width: 80%;
}
.site-navigation-toggle-holder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	max-width: 20%;
	padding: 8px 15px;
}    
.call-now-btn {
	display: none;
}    
.site-header .header-inner {
	padding-right: 10px;
	padding-left: 10px;
}    
.site-header .site-branding .site-logo img {
	width: 200px !important;
}    
.site-navigation-toggle-holder .site-navigation-toggle {
	background: transparent !important;
}    
.banner-sect .particles-sect #particles-js .particles-js-canvas-el {
	padding-bottom: 65%;
	height: 850px !important;
}
.banner-sect .text-sect .elementor-element-populated .elementor-heading-title {
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height: normal;
}    
.banner-sect .text-sect .elementor-widget-heading {
	margin: 0;
}
.banner-sect .text-sect p {
	font-size: 18px;
	margin: 0;
}
.banner-sect .text-sect .elementor-widget-text-editor {
	margin: 0 0 10px;
}
.banner-sect .text-sect .elementor-widget-button {
	margin: 0 0 20px;
}
.banner-sect .text-sect .elementor-widget-button .elementor-button {
	padding: 10px 20px;
}
.banner-sect .text-sect .elementor-widget-wrap {
	padding: 0px 10px !important;
	margin: 0 !important;
}
.tabs-sect {
	padding: 50px 10px !important;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper {
	padding: 0 !important;
}
.tabs-sect .elementor-tabs {
	border: 1px solid #d5d8dc;
	border-radius: 15px;
	text-align: center;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper {
	border-radius: 15px;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
	font-size: 20px;
	line-height: normal;
	color: #333;
	text-align: center;
	padding: 10px;
}
.tabs-sect .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
	text-align: center;
}
.tabs-sect .elementor-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
	background-image: linear-gradient(to right top, #6051A9, #6051A9, #1A224A, #1A224A, #583fa0);
	color: #fff;
}
.client-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 30px !important;
	line-height: normal;
	font-weight: 600 !important;
}
.partner-sect {
	margin: 0 !important;
}
.partner-sect .elementor-widget-heading .elementor-heading-title {
	font-size: 30px !important;
	line-height: normal;
	font-weight: 600 !important;
}
.partner-sect .partner-box {
	background-image: linear-gradient(to right top, #6051A9, #6051A9, #1A224A, #1A224A, #583fa0);
	margin: 0 0 30px;
}
.partner-sect .elementor-button-wrapper {
	margin-top: 0px;
}
.testimonial-sect .elementor-heading-title {
	font-size: 30px !important;
	line-height: normal;
	font-weight: 600 !important;
}
.site-footer .footer-top {
	width: 100%;
	display: block;
	margin: 20px 20px 0px;
}
.site-footer .footer-top .elementor-col-33 {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.site-footer .footer-top .footer-widget-1 {
	width: 100%;
}
.site-footer .footer-bottom .copyright p {
	text-align: center !important;
}
.site-footer .footer-bottom .list-item {
	float: left;
	width: 100%;
}
.site-footer .footer-bottom .list-item .pull-right {
	text-align: center !important;
	float: none !important;
}
.site-footer .footer-bottom {
	padding: 10px 20px;
	margin-top: 10px;
}
.site-footer .footer-inner .copyright p {
	font-size: 14px;
	margin-bottom: 10px !important;
}
.site-footer .footer-bottom .list-item .pull-right a {
	font-size: 14px;
}
.footer-inner .site-branding {
	margin-bottom: 20px;
}
.office-sect .address-sect {
	padding: 0px;
	margin: 0;
}
.office-sect .address-sect .elementor-image-box-wrapper {	
    padding: 20px 10px;
    border-right: none;
}
.office-sect .address-sect .elementor-image-box-wrapper .elementor-image-box-img {
	margin: 0 !important;
}
.office-sect .office-heading .elementor-widget-text-editor {
	width: 100%;
}
.office-sect .office-heading .elementor-widget-text-editor p {
	font-size: 18px;
}
.office-sect .office-heading .elementor-heading-title {
	font-size: 30px;
}
.inner-pages {
	padding: 50px 10px;
}
.inner-pages .elementor-heading-title {
	font-size: 30px;
	font-weight: 600 !important;
}
.inner-pages p {
	margin: 0;
}
.certified-inner {
	padding: 0 10px;
	margin: 0px 0 0;
}
.founding-sect .office-heading .elementor-heading-title {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
}
.founding-sect .office-heading {
	width: 100% !important;
}
.services-sect {
	padding: 0px 0px;
}
.services-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	font-size: 22px;
}
.partner-sect .partner-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	text-align: left;
}
.tabs-sect .elementor-tab-content .tab-content-cards .tab-content-card-item {
	flex: 0 0 50%;
}
.testimonial-sect {
	padding: 20px 0px 20px;
}
.certified-sect {
	padding: 20px 0px 20px;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner {
	padding: 20px 15px;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	right: 20%;
	bottom: 28%;
}
.testimonial-sect .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-field.testimonial-company {
	right: 20%;
	bottom: 20%;
}
.blog-sect {
	padding: 0px;
}
 
 
 
    
    
}    

