/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");


/*=======================================Body=======================================*/

/*=========Google Fonts========

font-family: "Manrope", serif;
font-family: "DM Sans", serif;

=========Google Fonts========*/


body {
	background: #fff;
	font-size: 16px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: normal;
	font-family: "Manrope", serif !important;
}


body h1 {
	font-family: "DM Sans", serif;
	font-size: 48px;
	line-height: normal;
	font-weight: 800;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body h2 {
	font-family: "DM Sans", serif;
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body h3 {
	font-family: "DM Sans", serif;
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body h4 {
	font-family: "DM Sans", serif;
	font-size: 28px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body h5 {
	font-family: "DM Sans", serif;
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body h6 {
	font-family: "DM Sans", serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: normal;
}


body p{
	font-family: "Manrope", serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: normal;
}


body li, 
body input, 
body select, 
body button {
	font-family: "Manrope", serif !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
}


.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}


/*=======================================Body=======================================*/




/*======================================Header======================================*/


#site-header .header-inner {
	padding: 20px 0;
	width: 100%;
}


.mobile-only {
	display: none;
}


#site-header {
	padding-bottom: 19px;
}


#site-header .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#site-header .site-logo img {
	max-height: 6rem;
}


#site-header .primary-landing-menu {
	margin: 0;
}


#site-header .landing-main-menu {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}


#site-header .landing-main-menu li {
	margin: 0 0 0 35px;
}


.landing-main-menu li a {
	color: #505050;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}


.landing-main-menu .phone-icon a::after {
	content: "";
	display: block;
	width: 16px;
	height: 17px;
	background: url("images/call-icon.png") no-repeat 0 0;
	position: absolute;
	left: -22px;
	top: 4px;
	background-size: 100%;
}


#site-header .landing-main-menu .mail-icon {
	margin-left: 55px;
}


.landing-main-menu .mail-icon a::after {
	content: "";
	display: block;
	width: 16px;
	height: 17px;
	background: url("images/mail-icon.png") no-repeat 0 0;
	position: absolute;
	left: -22px;
	top: 4px;
	background-size: 100%;
}


.landing-main-menu .login-btn a {
	background: #016CD0;
	color: #fff;
	border-radius: 50px;
	padding: 10px 23px 10px 23px;
	font-weight: 700;
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.header-wrapper2 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.header-wrapper2 ul li a {
	color: #1B1B1B;
	font-size: 16px;
	font-weight: 500;
}


.header-wrapper2 ul li {
	margin-right: 30px;
}


.header-wrapper2 ul li:first-child {
	margin-left: 18px;
}


.header-wrapper2 ul li:last-child {
	margin-right: 0;
}


.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a, 
.header-wrapper2 ul li a:hover {
	text-decoration: none;
	color: #016CD0;
}


.additional-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.additional-links-header {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


ul.additional-links-header li {
	margin: 0 0 0 18px;
}


ul.additional-links-header .user-link a {
	background: url("images/user-icon.svg") no-repeat 0 0;
	width: 21px;
	height: 25px;
	background-size: 100%;
	font-size: 0;
	display: inherit;
}


.primary-menu > li > .icon {
	background: url("images/menu-drop-icon.svg") no-repeat 0 0;
	background-size: 100%;
	width: 9px;
	height: 5px;
	transform: none;
	right: 5px;
}


.primary-menu-wrapper .icon::after, 
.primary-menu-wrapper .icon::before {
	display: none;
}


.primary-menu-wrapper ul.sub-menu::after {
	display: none;
}



.primary-menu .current_page_ancestor {
	text-decoration: none;
}


.primary-menu .current_page_ancestor a {
	color: #016CD0;
}


.primary-menu .current_page_ancestor ul li a {
	color: #1B1B1B;
}


.primary-menu li.current-menu-parent ul li a{
	color: #1B1B1B;
}


.primary-menu li.current-menu-parent a, 
.primary-menu .current_page_ancestor ul li.current_page_item a, 
.primary-menu li.current-menu-parent ul li.current-menu-item a {
	color: #016CD0;
}




.primary-menu-wrapper ul.sub-menu {
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	box-shadow:0 10px 20px 0 rgb(8 0 42 / .08);
	border-radius:0;
	background: #fff;
	left: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.1);
	width: 25rem;
	opacity: 0;
	visibility: hidden;
}


.primary-menu-wrapper li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}


.primary-menu-wrapper ul.sub-menu li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0;
}


.primary-menu-wrapper ul.sub-menu li a {
	font-size: 14px;
	padding: 13px 15px;
}



.primary-menu-wrapper ul.sub-menu li a:hover {
	background:#016CD0;
	color:#fff !important;
	text-decoration:none;
}



ul.additional-links-header .contact-btn a {
	border: 1px solid #016CD0;
	padding: 9px 24px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	color: #023565;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


ul.additional-links-header .signup-btn a {
	border: 1px solid #016CD0;
	background:#016CD0;
	padding: 9px 24px;
	border: 1px solid #016CD0;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


ul.additional-links-header .signup-btn a:hover {
	background: transparent;
	color: #016CD0;
	border-color:#016CD0;
}


ul.additional-links-header .contact-btn a:hover {
	background:#016CD0;
	color: #fff;
}


.toggle.search-toggle.mobile-search-toggle, 
.toggle.nav-toggle.mobile-nav-toggle .toggle-text {
    display: none;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-icon {
    background: url("images/hamburger-new.png") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 30px;
	margin-top: 14px;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-icon svg, 
.toggle.search-toggle.mobile-search-toggle {
    display: none;
}


.toggle.search-toggle.mobile-search-toggle svg {
    color: #9d9d9d;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li a {
    color: #fff;
    padding: 18px 20px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	font-size: 14px;
    text-decoration: none;
	font-family: "Manrope", serif;
	letter-spacing: normal;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li:first-child {
    border-top: none;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:hover, 
.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:focus {
    color: #000;
    background-color: #fff;
}

.menu-modal-inner {
    background: #016CD0;
}


.menu-modal .mobile-menu {
    margin-top: 30px;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
    border-left: 0.1rem solid rgba(255,255,255,0.3);
}


.toggle.sub-menu-toggle.fill-children-current-color {
    color: #fff;
}


.menu-modal .modal-menu li {
    border-color: rgba(255,255,255,0.3);
}


.menu-wrapper.section-inner {
    width: 100%;
}


.menu-modal button.close-nav-toggle {
	padding: 15px;
	color: #fff;
}


.header-inner .toggle {
	right: 0;
}


/*======================================Header======================================*/




/*======================================Home======================================*/


.home-page .one-col-banner {
	margin-bottom: 91px;
}


.home-page .one-col-banner .left {
	width: 87%;
}


.home-page .one-col-banner .left p {
	font-size: 16px;
	line-height: 25.6px;
	margin-bottom: 25px;
}


.home-page .one-col-banner .left p:last-child {
	margin-bottom: 0;
}


.home-page .one-col-banner .left h1 {
	margin-bottom: 17px;
}


.home-page .one-col-banner .border-btn {
	margin-top: 37px;
}


.home-page .one-col-banner .border-btn a {
	color: #016CD0;
	background: #fff;
	border-color: #fff;
}

.home-page .one-col-banner .border-btn a:hover {
	color: #fff;
	background: #016CD0;
	border-color: #016CD0;
}


.hm-section1 .two-col .left h2 {
	margin-bottom: 7px;
}


.hm-section1 .left p {
	margin-bottom: 30px;
}


.hm-section1 .left ul {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}


.hm-section1 .left ul li {
	margin: 0 0 18px;
	position: relative;
	padding-left: 29px;
}


.hm-section1 .left ul li::after {
	background: url("images/blue-tick.svg") no-repeat 0 0;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 0;
	background-size: 100%;
}


#site-content .hm-section1 .right {
	width: 44%;
	margin-top: 14px;
}


.img-col-2 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	margin-bottom: 18px;
}


.img-col-2 .m-img {
	width: 52%;
	margin-right: 1.2vw;
}


.img-col-2 .s-img {
	width: 38%;
}


.img-col-1 {
	width: 100%;
	padding-left: 16%;
}



.hm-section2 {
	background: #F8FCFF;
	text-align: center;
	padding: 100px 0 30px;
}


.hm-section2 .title-block {
	width: 100%;
	max-width: 786px;
	margin: 0 auto;
}


.hm-section2 .title-block h2 {
	color: #016CD0;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 22px;
}


.hm-section2 .title-block p {
	margin-bottom: 50px;
}


#site-content .hm-section2 .block {
	background: #fff;
	position: relative;
	padding-bottom: 102px;
}


.hm-section2 .block-img {
	min-height: 57px;
}


.hm-section2 .block h3 {
	margin-bottom: 15px;
}


.hm-section2 .block p {
	margin-bottom: 32px;
}


.hm-section2 .block .border-btn {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}



#site-content .hm-section3 .left h2 {
	margin-bottom: 16px;
}


.hm-section3 .left p {
	margin-bottom: 25px;
}


#site-content .hm-section3 .right {
	width: 37.8%;
}


#site-content .hm-section3 .two-col-inner {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.one-col-form {
	background: #023565;
	padding: 55px 0;
}


.one-col-form h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}


.one-col-form .container {
	max-width: 625px;
}


.one-col-form form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.one-col-form .form-field {
	width: 48.5%;
}


.one-col-form .form-field input {
	border-radius: 8px;
	outline: none;
	border: none;
	padding: 12px 15px;
	color: #1B1B1B;
	font-size: 14px;
	font-weight: 400;
}


.one-col-form .textarea {
	width: 100%;
}


.one-col-form .textarea textarea {
	resize: none;
	border-radius: 8px;
	padding: 15px;
	font-size: 14px;
	color: #1B1B1B;
	outline: none;
	border: none;
}


.one-col-form .btn {
	width: 100%;
}


.one-col-form .btn input {
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 22px;
}


.one-col-form .btn input[type="submit"]:hover {
	background: #fff;
	color: #016CD0;
	border-color: #fff;
}


.one-col-form .wpcf7-response-output {
	width: 100%;
	color: #fff;
	font-size: 14px;
}


p:empty {
	display: none;
}



/*======================================Home======================================*/




/*====================================Landing Page==================================*/


#site-content {
	min-height: 550px;
	overflow: hidden;
}


.landing-page .one-col-banner {
	margin-bottom: 58px;
}


.one-col-outer {
	position: relative;
	overflow: hidden;
}


.one-col-banner img {
	width: 100%;
	border-radius: 20px;
}


.one-col-inner {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
	width: 100%;
	padding: 20px 45px 20px 80px;
	right: 0;
	margin: 0 auto;
	left: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.one-col-inner .left {
	width: 46%;
}


.one-col-inner .left h1 {
	letter-spacing: 1.6px;
}


.one-col-inner .left p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: 29px;
}


.one-col-outer::after {
	content: "";
	display: block;
	background: linear-gradient(90deg, #000 1.42%, rgba(0, 0, 0, 0.00) 96.17%);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0px;
	opacity: 0.6;
}


.one-col-inner .right {
	width: 43%;
	background: #EAF4FC;
	border-radius: 20px;
	padding: 38px 20px 20px;
}


.one-col-inner .right h4 {
	color: #023565;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 5px;
}


.one-col-inner .right p {
	color: #1B1B1B;
	margin-bottom: 27px;
	padding-right: 10px;
}

.one-col-inner .form-field {
	margin-bottom: 15px;
}


.one-col-inner .form-field p {
	margin: 0;
	padding-right:0px;
}


.one-col-inner .form-field input {
	background: #fff;
	border-radius: 8px;
	border: none;
	padding: 12px;
	color: #1B1B1B;
	font-size: 14px;
	outline: none;
}


.form-field.btn {
	text-align: center;
	margin-top: 25px;
	position: relative;
}


.form-field.btn .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 10px;
}


.form-field input[type="submit"] {
	background: #016CD0;
	color: #fff;
	border-radius: 50px;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #016CD0;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	outline: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.form-field input[type="submit"]:hover {
	background: transparent;
	color: #016CD0;
	border-color:#016CD0;
}


.form-field input::-webkit-input-placeholder, 
.form-field textarea::-webkit-input-placeholder { 
   color: #1B1B1B; opacity:1;
}


.form-field input::-moz-placeholder, 
.form-field textarea::-moz-placeholder { 
   color: #1B1B1B;  opacity:1;
}


.form-field input:-ms-input-placeholder, 
.form-field textarea:-ms-input-placeholder { 
   color: #1B1B1B;  opacity:1;
}


.form-field input:-moz-placeholder, 
.form-field textarea:-moz-placeholder { 
   color: #1B1B1B;  opacity:1;
}


.wpcf7-response-output {
	color: #000;
	font-size: 10px;
	text-align: center;
	line-height: normal;
}


.form-field .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: normal;
}


.landing-page .one-col-content .container-max {
	margin-bottom: 54px;
}


.landing-page .two-col-list .container-max {
	margin-bottom: 68px;
}


/*====================================Landing Page==================================*/





/*====================================Service Page==================================*/

.service-page .one-col-banner {
	margin-bottom: 100px;
}


.two-col-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-bottom: 32px;
}


.service-page .two-col .left {
	width: 32%;
}


.two-col-inner .left span {
	color: #016CD0;
	letter-spacing: 1.8px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}


.two-col-inner .left h2 {
	padding-right: 0;
}


.service-page .two-col .right {
	width: 60%;
}


.two-col-2 {
	background: #F8FCFF;
	padding: 75px 0;
}


.service-page .two-col {
	margin-bottom: 67px;
}


.service-page .two-col-2 {
	margin-bottom: 0;
}


.service-page .two-col-2 .left {
	width: 100%;
}


.service-page .two-col .container {
	display: inherit;
}


.two-col .swiper-container {
	width: 100vw;
	padding-bottom: 54px;
}


.two-col .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}


.two-col .swiper-slide a {
	display: block;
	position: relative;
}


.two-col .swiper-slide a::after {
	content: "";
	display: block;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.two-col .swiper-slide a img {
	width: 100%;
}


.two-col .swiper-slide .swiper-content {
	position: absolute;
	top: 0;
	padding: 45px 30px 30px;
	color: #fff;
}


.two-col .swiper-slide h4 {
	font-weight: 800;
	margin-bottom: 5px;
}


.two-col .swiper-slide p {
	font-weight: 700;
}


.two-col .swiper-button-prev {
	width: 40px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	bottom: 0;
	top: auto;
	left: 560px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0.3;
}


.two-col .swiper-button-prev:hover {
	opacity: 1;
}


.two-col .swiper-button-prev:after{
	background:url("images/split-arrow.svg") no-repeat 0 0;
	width: 80px;
	height: 36px;
	content: "";
	display: block;
	background-size: 74px;
	background-position: -37px center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}



.two-col .swiper-button-next {
	width: 40px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	bottom: 0;
	top: auto;
	left: 600px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0.3;
}


.two-col .swiper-button-next:hover {
	opacity: 1;
}


.two-col .swiper-button-next:after{
	background:url("images/split-arrow.svg") no-repeat 0 0;
	width: 80px;
	height: 36px;
	content: "";
	display: block;
	background-size: 74px;
	background-position: -37px center;
}



.two-col-list.contact-form {
	background: #F8FCFF;
	margin-top: 80px;
	padding-top: 90px;
}


.two-col-list.contact-form .container-max {
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	width: 100%;
}


.two-col-list.contact-form .container-max h2 {
	margin-bottom: 40px;
}



/*====================================Service Page==================================*/





/*=================================Performance Check=================================*/


.two-col-banner {
	margin-bottom: 100px;
}


.two-col-banner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.two-col-banner .left {
	width: 41.75%;
	background: #F8FCFF;
	border-radius: 20px;
	padding: 30px 60px 30px 100px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.two-col-banner .left img {
	margin-bottom: 8px;
}


.two-col-banner .left h1 {
	font-size: 36px;
	color: #023565;
}


.two-col-banner .right {
	width: 56.7%;
	position: relative;
}


.two-col-banner .right img {
	width: 100%;
	border-radius: 20px;
}



.one-col-content .container-max {
	margin-bottom: 75px;
}


.container-max {
	max-width: 794px;
	text-align: center;
	margin: 0 auto;
}


.two-col-list .container-max {
	margin-bottom: 80px;
}


.two-col-list .container-max {
	border-radius: 20px;
	background: #F8FCFF;
	padding: 45px 100px 25px;
}


.two-col-list h6 {
	text-transform: none;
	text-align: center;
	margin-bottom: 44px;
}


.two-col-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.two-col-list ul li {
	margin: 0 0 19px;
	width: 48%;
	text-align: left;
	position: relative;
	padding-left: 25px;
}


.two-col-list ul li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("images/blue-tick.svg") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 4px;
	background-size: 100%;
}



.three-col-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 57px;
}


.three-col-inner .block {
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	padding: 24px 28px;
	width: 32.3%;
	text-align: center;
	margin: 0 1.5% 2% 0;
}


.three-col-inner .block:nth-child(3n), 
.three-col-inner .block:last-child {
	margin-right: 0;
}


.three-col-inner .block h3 {
	font-size: 18px;
	color: #023565;
}


.three-col-inner .block img {
	display: inline;
	margin-bottom: 8px;
}


.three-col-inner .block p {
	color: #505050;
	margin-bottom: 0;
}


.blue-btn {
	text-align: center;
}



.blue-btn a {
	background: #016CD0;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 7px 27px 8px 27px;
	border-radius: 50px;
	font-family: "Manrope", serif;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s linear;
}




/*=================================Performance Check=================================*/



/*=================================Staff Augmentation================================*/


.one-col-content h3 {
	color: #016CD0;
	margin-bottom: 24px;
}


.one-col-content h6 {
	text-transform: none;
	margin-bottom: 17px;
}


.three-col-block h6 {
	text-align: center;
	text-transform: none;
	margin-bottom: 27px;
}


.staff-page .three-col-inner .block p {
	color: #1B1B1B;
}



/*=================================Staff Augmentation================================*/



/*============================MultiValue Database Upgrade============================*/



.multivalue-page .two-col-list .container-max {
	padding: 45px 60px 25px;
}


.multivalue-page .two-col-list ul li {
	width: 43%;
}


/*============================MultiValue Database Upgrade============================*/




/*================================External Data Access===============================*/


.external-data-page .two-col-list .container-max {
	padding: 45px 60px 25px;
}


.external-data-page .two-col-list ul li {
	width: 43%;
}



/*================================External Data Access===============================*/





/*===================================Audit Logging==================================*/


.audit-page .two-col-list .container-max {
	padding: 45px 60px 25px;
}


.audit-page .two-col-list ul li {
	width: 43%;
}


/*===================================Audit Logging==================================*/




/*====================================Videos Page===================================*/


.one-col-banner {
	margin-bottom: 76px;
}



.two-col {
	margin-bottom: 120px;
}


.two-col .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.two-col .left {
	width: 41.4%;
}


.two-col .left h2 {
	color: #023565;
	font-size: 48px;
	line-height: normal;
	font-weight: 800;
	padding-right: 20px;
	margin-bottom: 20px;
}


.two-col .left p {
	color: #1B1B1B;
}


.two-col .right {
	width: 50.5%;
}


.two-col .right img {
	width: 100%;
}


.videos-page .three-col-inner {
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
}


.videos-page .three-col-inner .border-btn {
	margin-top: 20px;
}


.videos-page .three-col-inner .block {
	border: none;
	border-radius: 0;
	padding: 0;
	width: 32.3%;
	text-align: left;
	margin-bottom: 3.5%;
}


.videos-page .image a {
	display: block;
}


.videos-page .image img {
	display: inline;
	margin-bottom: 6px;
	border-radius: 20px;
	width: 100%;
}


.videos-page .three-col-inner .block h3 {
	font-weight: 600;
	margin-bottom: 13px;
}


.three-col-inner h3 a {
	color: #1B1B1B;
	text-decoration: none;
	display: inline-block;
}





/*======================Video popup=========================*/



div.pp_overlay {
    z-index: 9999 !important;
}


body .pp_pic_holder.pp_default {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80vw !important;
	height: 40vw !important;
}


div.pp_pic_holder .pp_content {
	width: 100% !important;
	height: 100% !important;
}


#pp_full_res iframe {
	width: 96% !important;
	height: 40vw !important;
}


.pp_pic_holder.pp_default .ppt, .pp_pic_holder.pp_default .pp_top {
    display: none !important;
}


.pp_pic_holder.pp_default .pp_content_container .pp_left {
    background: transparent !important;
    padding-left: 0 !important;
}



.pp_pic_holder.pp_default .pp_content_container .pp_right {
    background: transparent !important;
    padding-right: 0 !important;
}


.pp_pic_holder.pp_default .pp_content, div.pp_default .pp_content {
    background-color: transparent !important;
}


.pp_bottom {
    display: none !important;
}



#pp_full_res iframe {
    border: 20px solid #fff;
	background: #000;
}



.pp_fade {
    position: relative;
}



.pp_pic_holder.pp_default .pp_close {
	background: #016CD0 url("images/close-icon.png") no-repeat center center !important;
	font-size: 0;
	background-size: 12px !important;
	display: inline-block;
	opacity: 1 !important;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}




.pp_content_container .pp_details {
	position: absolute !important;
	top: -24px;
	right: 7px;
	margin: 0;
}


.pp_details {
    background-color: transparent !important;
}



.pp_pic_holder.pp_default .pp_content_container .pp_details .pp_nav {
    display: none;
}




.pp_pic_holder.pp_default .pp_nav {
    display: none !important;
}


div.pp_default .pp_expand {
	display: none !important;
}



@media only screen and (max-width:767px){
	
	body .pp_pic_holder.pp_default {
		width: 90% !important;
		height: auto !important;
		overflow: visible;
	}
	
	
	
	#pp_full_res iframe {
		border: 10px solid #fff;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
	}
	
	
	a.pp_close {
		right: 0 !important;
		top: 10px !important;
		width: 25px !important;
		height: 25px !important;
	}


	#pp_full_res {
		padding-top: 31px;
		padding-bottom: calc( 0.7 * 100% );
		position: relative;
	}


	.pp_content_container .pp_details {
		top: -20px;
		right: -13px;
		padding: 0 !important;
		width: auto !important;
		margin-top: 0 !important;
	}
	
	
	
}/*====media close====*/





@media (min-width:767px) and (max-width:1024px){
	
	
	body .pp_pic_holder.pp_default {
		width: 90% !important;
		height: auto !important;
	}
	
	
	
	#pp_full_res iframe {
		border: 10px solid #fff;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
	}


	#pp_full_res {
		padding-top: 31px;
		padding-bottom: calc( 0.5 * 100% );
		position: relative;
	}


	.pp_content_container .pp_details {
		top: -18px;
		right: -23px;
		padding: 0 !important;
		width: auto !important;
		margin-top: 0 !important;
	}
	
	
}/*====media close====*/

/*======================Video popup=========================*/


/*====================================Videos Page===================================*/




/*=====================================Blog Page====================================*/


.blog-page .two-col {
	margin-bottom: 83px;
}


.blog-page .two-col .left {
	width: 50.5%;
}


.blog-page .two-col .left img {
	border-radius: 20px;
	width: 100%;
	margin-bottom: 12px;
}


.category-name {
	margin-bottom: 4px;
}


.category-name small {
	color: #4DA9FF;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-family: "Manrope", serif;
}


.blog-page .two-col .left h1 {
	margin-bottom: 14px;
}


.blog-page .two-col .left h1 a {
	color: #023565;
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
	font-size: 28px;
}


.cite-block, 
.cite-block .name-img {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.blog-page .two-col .name-img img {
	width: 46px;
	height: 46px;
	border: 1px solid #EFEFEF;
	border-radius: 100%;
	object-fit: contain;
	margin-right: 15px;
	margin-bottom: 0;
}


.name-img h6 {
	color: #1B1B1B;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}


.cite-block .name-img {
	margin-right: 15px;
}


.cite-block .date p {
	margin: 0;
	color: #8E8E8E;
	font-size: 12px;
	font-weight: 400;
}


.cite-block .date {
	position: relative;
	padding-left: 10px;
}


.cite-block .date::before {
	content: ".";
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 0;
	color: #8E8E8E;
}



.blog-page .two-col .right {
	width: 44.6%;
}


.blog-page .two-col .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.blog-page .two-col .right ul li {
	margin: 0 0 24px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
}


.blog-page .two-col .right ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.blog-page .two-col .right .image {
	width: 35.2%;
}


.blog-page .two-col .right .image img {
	width: 100%;
	border-radius: 20px;
}


.blog-page .two-col .right .content {
	width: 60%;
}


.blog-page .two-col .right .content small {
	color: #4DA9FF;
	font-size: 12px;
	display: block;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}


.blog-page .two-col .right .content h4 a {
	color: #023565;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	line-height: normal;
	display: inline-block;
}


.blog-page .two-col .content p {
	color: #505050;
	font-size: 15px;
	margin-bottom: 7px;
}


.blog-page .two-col .cite-block .date p {
	margin-bottom: 0px;
	color: #8E8E8E;
	font-size: 12px;
	font-weight: 400;
}


.three-col-block {
	margin-bottom: 60px;
}


.blog-page .three-col-block .container {
	max-width: 1223px;
}


.three-col-shuffle ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.three-col-shuffle ul li {
	width: 33.3%;
	padding: 0 10px 55px;
	margin: 0;
}



.blog-page .three-col-block h2 {
	color: #016CD0;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 30px;
	padding: 0 10px;
}


.shuffle-links {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-bottom: 17px;
	padding: 0 10px;
}



.shuffle-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.shuffle-filter ul li {
	margin: 0 22px 0px 0;
	cursor: pointer;
	color: #1B1B1B;
	font-size: 16px;
	font-weight: 400;
}


.shuffle-filter ul li.selected, 
.shuffle-filter ul li:hover {
	color: #016CD0;
}


.filter-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}



.filter-block select {
	background: #fff url("images/select-icon.svg") no-repeat 0 0;
	border: none;
	color: #1B1B1B;
	font-size: 16px;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	cursor: pointer;
	background-position: center right;
	padding-right: 18px;
	margin-right: 33px;
}


.filter span {
	background: url("images/icon_filter.svg") no-repeat 0 0;
	color: #1B1B1B;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-right: 28px;
	background-position: center right;
}


.shuffle-block .image {
	margin-bottom: 17px;
}


.shuffle-block img {
	border-radius: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}


.shuffle-block .image a {
	display: block;
	padding-bottom: calc( 0.7 * 100% );
	position: relative;
}


.shuffle-block small{
	color: #4DA9FF;
	font-size: 12px;
	display: block;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}


.shuffle-block h3 {
	margin-bottom: 0;
	padding: 0px;
}


.shuffle-block h3 a {
	color: #023565;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
	line-height: normal;
	display: block;
}


.shuffle-block .date {
	margin-bottom: 16px;
	margin-top: -2px;
}


.shuffle-block .date p {
	margin-bottom: 0px;
	color: #8E8E8E;
	font-size: 12px;
	font-weight: 400;
}


.shuffle-block p {
	color: #505050;
	font-size: 16px;
	margin-bottom: 7px;
}



/*=====================================Blog Page====================================*/




/*====================================Blog Detail===================================*/


.single-image .container {
	max-width: 996px;
}


.single-image {
	margin-bottom: 21px;
}


.single-image img {
	border-radius: 20px;
	width: 100%;
}


.single-content .container {
	max-width: 617px;
	position: relative;
}


.single-image-info {
	margin-bottom: 60px;
}


.single-image-info small {
	color: #4DA9FF;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-family: "Manrope", serif;
}


.single-image-info h1 {
	color: #023565;
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
	font-size: 28px;
}


.single-image-info .name-img img {
	width: 46px;
	height: 46px;
	border: 1px solid #EFEFEF;
	border-radius: 100%;
	object-fit: contain;
	margin-right: 15px;
	margin-bottom: 0;
}


.single-content {
	position: relative;
	margin-bottom: 63px;
}


.single-content h2 {
	color: #1B1B1B;
	font-size: 22px;
	font-weight: 700;
	font-family: "Manrope", serif;
}


.single-content p {
	color: #505050;
	margin-bottom: 26px;
}


.single-content p a {
	color: #016CD0;
	text-decoration:none;
}



.download-btn {
	background: #016CD0 url("images/pdf-icon.png") no-repeat 0 0;
	padding: 9px 49px 9px 24px;
	border: 1px solid #016CD0;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background-size: 15px;
	background-position: calc(100% - 20px) center;
}


.download-btn:hover {
	background: #fff url("images/pdf-icon.png") no-repeat 0 0;
	color: #016CD0 !important;
	background-size: 15px;
	background-position: calc(100% - 20px) center;
}


.single-content .share-post-item {
	width: 75px;
	padding: 13px 0 15px;
	position: absolute;
	top: 28px;
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	right: -176px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.share-post-item span {
	color: #023565;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}


.share-post-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.share-post-item ul li {
	margin: 0 0 20px;
}


.share-post-item ul li:last-child {
	margin-bottom: 0;
}


.two-col-single-image {
	margin-bottom: 60px;
}


.two-col-single-image .container {
	max-width: 996px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.two-col-single-image .image {
	width: 49%;
}


.two-col-single-image img {
	border-radius: 20px;
	width: 100%;
}


.single-content h3 {
	color: #505050;
	font-size: 22px;
	font-weight: 700;
	font-family: "Manrope", serif;
	margin-bottom: 28px;
}


.share-post-links {
	border-top: 1px solid #E0E0E0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding-top: 20px;
	margin: 52px 0 25px;
}


.share-post-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.share-post-links ul li {
	margin: 0 18px 0 0;
}


.share-post-links ul li:last-child {
	margin-right: 0;
}


.share-post-links span {
	color: #023565;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 26px;
}


.connect-links .container {
	max-width: 996px;
}


.connect-links-inner {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 13px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.connect-menu {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.connect-links-inner select {
	background: transparent url("images/subscribe-mail.svg") no-repeat 0 0;
	border: none;
	color: #505050;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	padding: 0 30px 0 35px;
}



.connect-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.connect-menu ul li {
    margin: 0 0 0 15px;
}


.connect-menu ul li a {
	color: #016CD0;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1.2px;
}


.connect-menu span {
	color: #505050;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}


.comments .section-inner.thin {
	max-width: 51rem;
	position: relative;
	left: 41px;
}


#respond h2 {
	color: #1B1B1B;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 50px;
}


#respond .logged-in-as, 
#respond .logged-in-as a, 
#respond p span {
	font-size: 14px;
	color: #505050;
}


#commentform label {
	display: none;
}


#commentform .comment-form-cookies-consent label {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	font-size: 14px;
}


#commentform p {
	max-width: 100%;
	margin-bottom: 30px;
}


#commentform {
	margin-bottom: 90px;
	max-width: 585px;
}


#commentform p textarea, 
#commentform p input {
	resize: none;
	font-size: 14px;
	padding: 15px;
	border: 1px solid #E0E0E0;
	outline: none;
}


#commentform .comment-form-cookies-consent input {
	padding: 0;
	margin-right: 3px;
	position: relative;
	top: 3px;
}


#commentform .form-submit input {
	background: #016CD0;
	border-radius: 50px;
	padding: 11px 26px;
	font-size: 14px;
	font-weight: 700;
	text-decoration:none;
	border: none;
}


.cooment-counts-wrapp {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	max-width: 587px;
	margin: 0 auto;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
}


.comment-count {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}


.most-voted{
	color: #000;
	font-size: 14px;
}


.most-voted strong {
	font-weight: 400;
}


.comments .comment-meta {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 0;
}


.comment-meta .comment-edit-link, 
.comment-metadata span, 
.comments-header.small.max-percentage {
	display: none;
}


.comments .comment-metadata a {
	color: #505050;
	font-size: 12px;
	font-weight: 400;
}


.comment-author.vcard a {
	color: #1B1B1B;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: capitalize;
}


.comments img.avatar {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	object-fit: cover;
}


.comment-content p {
	color: #505050;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
}


.comment-footer-meta {
	position: relative;
}


.comment-footer-meta::after {
	content: "";
	display: block;
	width: calc(100% - 210px);
	height: 0.8px;
	background: #E0E0E0;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
}


.comment-reply a {
	border: 1px solid #E0E0E0;
	background: #fff;
	color: #6F6F6F;
	border-radius: 50px;
	padding: 8px 15px;
	position: relative;
	font-size: 10px;
	letter-spacing: 0.5px;
	display: inline-block;
}




/*====================================Blog Detail===================================*/





/*===================================Remote Page====================================*/


.two-col-remote-banner {
	margin-bottom: 61px;
}


.remote-page .container-max {
	text-align: left;
	margin-bottom: 0;
}


.two-col-remote-banner .right {
	width: 65.4%;
}


.two-col-banner .right-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 85px;
	z-index: 1;
}


.two-col-banner .right-inner h1 {
	color: #fff;
}


.two-col-banner .left-inner p {
	color: #1B1B1B;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 22px;
}


.two-col-remote-banner .right {
	border-radius: 20px;
	overflow: hidden;
}


.two-col-remote-banner .right::after {
	content: "";
	display: block;
	background: linear-gradient(90deg, #000 1.42%, rgba(0, 0, 0, 0.00) 96.17%);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.two-col-remote-banner .left {
	width: 33%;
	background: #EAF4FC;
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	padding: 30px;
	text-align: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}


.two-col-banner .form-field input {
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	color: #1B1B1B;
	font-size: 14px;
	border: none;
	outline: none;
	text-align: center;
}


.two-col-banner .form-field.btn {
	margin-top: 55px;
}


.two-col-banner .form-field.btn p {
	margin: 0;
}


.two-col-banner .form-field input[type="submit"] {
	background: #016CD0;
	color: #fff;
	border-radius: 50px;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	outline: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}





/*===================================Remote Page====================================*/





/*===================================About Us Page==================================*/


.two-col-outer .two-col:nth-child(2n) {
	background: #F8FCFF;
	padding: 192px 0 64px;
}


.two-col-outer .two-col:first-child .right {
	margin-top: 50px;
}


.two-col-outer .two-col {
	margin-bottom: 63px;
}


.two-col-outer .two-col .left {
	width: 50.5%;
}


.two-col-outer .two-col .right {
	width: 34.8%;
}


.two-col-outer .right {
	position: relative;
}


.two-col-outer .right img {
	border-radius: 20px;
	width: 100%;
}


.qr-code {
	position: absolute;
	top: -52px;
	left: -74px;
	width: 130px;
}


.two-col-outer .qr-code img {
	border-radius: 0;
}


.two-col-outer .two-col-inner {
	align-items: unset;
	-webkit-align-items: unset;
	-moz-align-items: unset;
	-ms-align-items: unset;
}


.two-col-outer .two-col p:last-child {
	margin-bottom: 0;
}


.two-col-outer .two-col:nth-child(2n) .left {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	width: 42.4%;
}


.two-col-outer .two-col:nth-child(2n) .right {
	width: 51.2%;
}


.right-inner-images {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.right-inner-images .large-image {
	width: 63.5%;
}


.right-inner-images .small-image {
	width: 33.4%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


/*===================================About Us Page==================================*/




/*===================================Partners Page==================================*/



.partners-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 1050px;
	margin: 0 auto 30px;
}


.partners-inner .right {
	background: #F8FCFF;
	border-radius: 20px;
	width: 56.2%;
	padding: 30px 40px;
}


.partners-inner .left {
	width: 39.2%;
}


.partners-page p {
	color: #505050;
}


.partners-inner .right p:last-child {
	margin-bottom: 0;
}



/*===================================Partners Page==================================*/




/*===================================Thankyou Page==================================*/


.thankyou-page .container-max {
	margin-bottom: 75px;
	background: #F8FCFF;
	border-radius: 20px;
	text-align: center;
	max-width: 997px;
	padding: 110px 20px 60px;
}

.thankyou-page .container-max img {
	display: initial;
	margin-bottom: 14px;
}


.thankyou-page .container-max h1 {
	margin-bottom: 4px;
}


.thankyou-page .container-max h6 {
	color: #1B1B1B;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 67px;
}


.thankyou-page .container-max p {
	color: #1B1B1B;
	font-size: 14px;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 30px;
}


.thankyou-page .container-max p a {
	color: #016CD0;
	text-decoration: none;
	font-weight: 700;
}





/*===================================Thankyou Page==================================*/





/*=====================================News Page====================================*/


.news-page .two-col-banner {
	margin-bottom: 80px;
}


.news-page .two-col-banner .left {
	padding: 30px;
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.news-page .two-col-banner .left h1 a {
	color: #023565;
	text-decoration: none;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	display: inline-block;
}


.news-page .two-col-banner .left-inner p {
	color: #505050;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 22px;
}


.border-btn a {
	border: 1px solid #016CD0;
	padding: 9px 24px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	color: #023565;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.border-btn a:hover {
	background: #016CD0;
	color: #fff;
}


.news-page .three-col-inner, 
.news-page .three-col-block {
	margin-bottom: 0;
}


.news-page .three-col-inner {
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
}


.news-page .three-col-inner .block {
	border: none;
	border-radius: 0;
	padding: 0;
	width: 32.3%;
	text-align: left;
	margin-bottom: 60px;
}


.news-page .three-col-inner .image a {
	display: block;
}


.news-page .three-col-inner .block img {
	border-radius: 20px;
}


.news-page .three-col-inner .block h3 {
	margin-bottom: 17px;
}


.news-page .three-col-inner h3 a {
	color: #023565;
}


.news-page .three-col-inner .block p {
	color: #505050;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: pre-line;
}



/*=====================================News Page====================================*/





/*===================================Default Page===================================*/


.entry-header.has-text-align-center.header-footer-group, 
.post-meta-wrapper.post-meta-edit-link-wrapper {
	display: none;
}


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}


.page-template-default #site-content .container {
	max-width: 805px;
}


.page-template-default .post-inner {
	padding: 60px 0 0;
}


.page-template-default h2, 
.page-template-default h3, 
.page-template-default h4, 
.page-template-default h5, 
.page-template-default h6 {
	font-family: "DM Sans", serif !important;
	margin: 0;
}


.page-template-default p {
	line-height: 26px !important;
	margin-bottom: 27px;
	color:#505050;
}


.page-template-default ul li, 
.page-template-default ol li {
	color:#505050;
	line-height: 26px !important;
}



.entry-content ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}


.entry-content ul li {
	margin: 0 0 25px;
	position: relative;
	padding-left: 15px;
}


.entry-content ol {
	margin: 0 0 26px;
	padding-left: 26px;
}


.entry-content ol li {
	margin: 0 0 15px;
	position: relative;
}



.entry-content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #505050;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 11px;
	opacity: 0.7;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
}


.entry-content p a, 
.entry-content li a {
	color: #016CD0;
	text-decoration: none;
}


.default-banner-inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}


.default-banner-inner::after {
	content: "";
	display: block;
	background: linear-gradient(90deg, #000 1.42%, rgba(0, 0, 0, 0.00) 96.17%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}


.default-banner-inner img {
	width: 100%;
	border-radius: 20px;
}


.default-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
	max-width: 440px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 100px;
}


.default-caption span {
	display: block;
	color: #87C5FF;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}


.default-caption h1 {
	color: #fff;
	margin: 0;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 1px;
}



.page-template-default .entry-content h6 {
	color: #016CD0;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	font-family: "Manrope", serif !important;
}



.elevate-inner {
	background: #EAF4FC;
	border-radius: 20px;
	width: 100%;
	max-width: 777px;
	margin: 0 auto 60px;
	padding: 44px 25px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}


.elevate-inner .left {
	width: 60%;
}


.elevate-inner h4 {
	color: #016CD0;
	font-weight: 800;
	margin-bottom: 10px;
}


.elevate-inner p {
	margin: 0;
	color: #1B1B1B;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}




/*===================================Default Page===================================*/





/*=====================================404 Page=====================================*/


.error404 #site-content .search-form {
	display: none;
}


.error404 #site-content {
	padding-top: 55px;
}



/*=====================================404 Page=====================================*/






/*=================================Contact Us Page==================================*/


.contact-form .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.contact-form .left {
	width: 41%;
}


.contact-form .left p a {
	color: #016CD0;
	text-decoration: none;
}


.contact-form .f-col-add {
	width: 100%;
}


.contact-form .f-col-add ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.contact-form .f-col-add ul li {
	margin: 0 0 10px;
}


.contact-form .f-col-add ul li a, 
.contact-form .f-col-add ul li p {
	text-decoration: none;
	color: #1B1B1B;
}


.contact-form .f-col-add ul li:last-child p img {
	top: 6px;
}


.contact-form .f-social-link ul {
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
}


.contact-form .f-social-link h2 {
	font-size: 24px;
}


.contact-form .f-social-link ul li:first-child {
	margin-left: 0 !important;
}


.contact-form .right {
	width: 54%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 40px;
}


.contact-form form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.contact-form form .form-field {
	width: 49%;
}


.contact-form form .textarea, 
.contact-form form .btn {
	width: 100%;
}


.contact-form .form-field.btn {
	margin-top: 0;
}



.contact-form form p {
	margin:0 0 24px;
}

.contact-form form input[type="text"], 
.contact-form form input[type="email"], 
.contact-form form input[type="tel"], 
.contact-form form textarea{
	color: #1B1B1B ;
	font-size: 15px;
	letter-spacing: normal;
	font-weight:normal;
	outline: none;
	border-radius: 50px;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	background-color: #fff;
}


.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form input[type="tel"]:focus,
.contact-form form textarea:focus {
	border: 1px solid #666;
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
	transition: border 0.4s ease-in-out;
}

.contact-form form textarea{
	resize:none;
	border-radius: 15px;
}


.contact-form form .btn {
	text-align: left;
}


.contact-form form .btn p {
	margin: 0;
}



/*=================================Contact Us Page==================================*/






/*======================================Footer======================================*/


#site-footer {
	background: #fff;
	padding: 85px 0 0;
	margin-top: 10px !important;
}


#site-footer.landing-footer-group{
	background: #F8FCFF;
	margin-top: 38px !important;
}


.footer-upper-wrap {
	max-width: 580px;
	text-align: center;
	margin: 0 auto 34px;
}


#site-footer .widget {
	margin: 0;
}


#site-footer .f-about-info img {
	display: inherit;
	margin: 0 auto 27px;
	width: 100%;
	max-width: 389px !important;
}


.f-about-info {
	margin-bottom: 66px;
}


.f-about-info p {
	font-size: 14px;
	font-weight: 500;
	color: #505050;
	line-height: 160%;
}


#site-footer .f-social-link h2 {
	font-size: 16px;
	color: #023565;
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 18px;
}


.f-social-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.f-social-link ul li {
	margin: 0 13px 15px !important;
}


.f-social-link ul li img {
	width: 28px;
}


.f-thee-columns-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	width: 100%;
	max-width: 940px;
	margin: 0 auto 65px;
	padding-left: 70px;
	position: relative;
	left: 14px;
}


.f-col-item {
	width: 19%;
	margin: 0 14.4% 0 0;
}


.f-col-add {
	width: 32%;
	margin-right: 0;
}


.f-col-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.f-col-item ul li {
	margin: 0 0 15px;
}


.f-col-item ul li a, 
.f-col-item ul li p {
	color: #1B1B1B;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}


.f-col-add ul li {
	padding-left: 25px;
}


.f-col-add ul li a, 
.f-col-add ul li p {
	color: #505050;
	position: relative;
}


.f-col-add ul li img {
	position: absolute;
	left: -25px;
	top: 3px;
}


.f-col-add ul li:nth-child(2) img {
	top: 5px;
}


.f-col-add .f-social-link ul {
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
}


.f-col-add .f-social-link ul li img {
	position: static;
}


.f-social-link li.yt-icon img {
	width: 38px;
}


.f-col-add .f-social-link ul li {
	padding-left: 0;
}


.f-col-add .f-social-link ul li:first-child {
	margin-left: 0 !important;
}


#site-footer .f-col-add .f-social-link h2 {
	margin-bottom: 8px;
}


.copyright-section {
	background: #016CD0;
	padding: 10px 0;
}


.copyright-section .footer-credits {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.copyright-section p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}


#site-footer .f-about-info ul {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.f-about-info ul li {
	margin: 0 2%;
}


#site-footer .f-about-info ul li img {
	width: 100%;
	max-width: 90px !important;
	margin: 0;
}



/*======================================Footer======================================*/



/*===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/




/*======================================Header======================================*/



@media (max-width:1000px){


	.header-top-link.mobile-only {
		display: block;
		background: #016CD0;
		padding: 7px 0;
	}


	.header-top-link .login-btn {
		display: none;
	}


	.header-top-link .primary-landing-menu {
		width: 100%;
	}


	#site-header .header-top-link .landing-main-menu{
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}


	#site-header .header-top-link li {
		margin: 0 0 0 10px;
	}


	.header-top-link li a {
		color: #fff;
		font-size: 13px;
	}


	#site-header .header-top-link .mail-icon {
		margin-left: 40px;
	}


	.header-top-link .mail-icon a::after {
		content: "";
		display: block;
		width: 16px;
		height: 17px;
		background: url("images/mail-icon-mobile.png") no-repeat 0 0;
		background-size: 100%;
		top: 1px;
	}


	.header-top-link .phone-icon a::after {
		content: "";
		display: block;
		width: 16px;
		height: 17px;
		background: url("images/call-icon-mobile.png") no-repeat 0 0;
		background-size: 100%;
		top: 0;
		left: -18px
	}


	.header-footer-group .site-logo img {
		max-height: 3.4rem !important;
	}


	.header-footer-landing .site-logo img {
		max-height: 2.3rem !important;
	}


	.header-footer-landing .header-navigation-wrapper, 
	.header-footer-landing nav {
		display: block;
	}


	.header-footer-landing .header-navigation-wrapper ul li {
		display: none;
	}


	.header-footer-landing .header-navigation-wrapper ul li.login-btn {
		display: block;
		margin-left: 0 !important;
	}


	#site-header .header-titles-wrapper {
		padding: 0px;
	}


	.header-top-link .additional-links {
		width: 100%;
	}


	.header-top-link ul.additional-links-header {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}


	.header-top-link ul.additional-links-header .user-link {
		display: none;
	}


	.header-top-link ul.additional-links-header .signup-btn a, 
	.header-top-link ul.additional-links-header .contact-btn a {
		border: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		padding: 4px 16px;
	}


	.header-inner .additional-links .signup-btn, 
	.header-inner .additional-links .contact-btn {
		display: none;
	}


	.header-inner .additional-links {
		padding-right: 50px;
	}


	
}/*====media close====*/



@media (min-width:1000px) and (max-width:1100px){

	.header-footer-group .site-logo img {
		max-height: 3rem !important;
	}

		
	.header-footer-landing .site-logo img {
		max-height: 3.8rem !important;
	}	
	
}/*====media close====*/




/*======================================Header======================================*/





/*======================================Home======================================*/



@media (max-width:767px){


	.home-page .one-col-banner .left h1 {
		margin-bottom: 10px;
		font-size: 26px;
	}
	
	
	.home-page .one-col-banner .left {
		width: 100%;
	}


	.home-page .one-col-banner .left p {
		font-size: 15px;
		margin-bottom: 10px;
	}


	.home-page .one-col-banner .border-btn {
		margin-top: 25px;
	}


	.home-page .one-col-banner img.mobile-only {
		height: 600px;
		object-fit: cover;
	}


	.home-page .one-col-banner {
		margin-bottom: 60px;
	}


	#site-content .hm-section1 .right {
		width: 100%;
		margin-top: 50px;
	}


	.hm-section2 {
		padding: 52px 0 10px;
	}


	#site-content .hm-section3 .right {
		width: 100%;
		margin-top: 60px;
	}
	
	
	.one-col-form h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}	



}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.home-page .one-col-banner img.desktop-only {
		height: 540px;
		object-fit: cover;
	}	
	
	
	.hm-section3 .qr-code {
		top: -49px;
		left: -55px;
		width: 90px;
	}
	
}/*====media close====*/



/*======================================Home======================================*/





/*====================================Landing Page==================================*/



@media (max-width:767px){


	.desktop-only {
		display: none;
	}


	.mobile-only {
		display: block;
	}
	
	
	.landing-page .one-col-banner {
		margin-bottom: 64px;
	}


	.one-col-banner img {
		border-radius: 15px;
	}


	.one-col-inner {
		padding: 20px;
	}


	.one-col-inner .left {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}


	.landing-page .one-col-inner .left h1 {
		letter-spacing: normal;
		font-size: 30px;
	}
	
	
	.one-col-inner .left h1 {
		letter-spacing: normal;
		font-size: 36px;
	}


	.one-col-inner .right {
		width: 100%;
		border-radius: 15px;
	}


	.one-col-inner .left p {
		font-size: 16px;
		line-height: 22px;
	}


	.one-col-inner .right p {
		margin-bottom: 20px;
		padding-right: 0;
		font-size: 15px;
		line-height: 22px;
	}


	.one-col-outer::after {
		background: linear-gradient(90deg, #000 1.42%, rgba(0, 0, 0, 0.00) 150%);
	}


	.one-col-content h3 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	
	
	.landing-page .two-col-list .container-max {
		margin-bottom: 70px;
	}


	.two-col-list .container-max {
		border-radius: 15px;
		padding: 45px 30px 25px;
		margin-bottom: 70px;
	}


	.two-col-list h6 {
		margin-bottom: 30px;
	}


	.two-col-list ul li {
		width: 100%;
	}


	.landing-page .three-col-inner {
		margin-bottom: 30px;
	}


	.three-col-inner .block {
		padding: 24px 20px;
		border-radius: 15px;
		width: 100%;
		margin: 0 0 20px;
	}


	
}/*====media close====*/



@media (min-width:400px) and (max-width:767px){

	.landing-page .one-col-banner img {
		height: 750px;
		object-fit: cover;
	}	
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){

	.one-col-inner {
		padding: 20px 40px;
	}


	.landing-page .one-col-banner img {
		height: 550px;
		object-fit: cover;
	}


	.one-col-inner .left h1 {
		letter-spacing: normal;
		font-size: 34px;
	}


	.one-col-inner .right {
		width: 46%;
	}
	
	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1160px){

	.one-col-inner {
		padding: 20px 40px;
	}


	.one-col-inner .left h1 {
		font-size: 40px;
	}


	.landing-page .one-col-banner img {
		height: 566px;
		object-fit: cover;
	}
	
	
}/*====media close====*/




/*====================================Landing Page==================================*/




/*====================================Service Page==================================*/


@media (max-width:767px){


	.service-page .one-col-banner {
		margin-bottom: 60px;
	}


	.service-page .two-col .left, 
	.service-page .two-col .right {
		width: 100%;
	}


	.two-col-inner {
		margin-bottom: 10px;
	}


	.two-col-inner .left span {
		font-size: 14px;
	}


	.two-col .left h2 {
		font-size: 34px;
		padding-right: 0;
		margin-bottom: 10px;
	}


	.two-col .swiper-button-next {
		left: 50%;
	}


	.two-col .swiper-button-prev {
		left: 39.2%;
	}
	
	
	
	.two-col-list.contact-form .container-max {
		padding: 40px 20px;
	}
	
	
	.two-col-list.contact-form .container-max h2 {
		margin-bottom: 20px;
		font-size: 27px;
	}



}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){


	.two-col .left h2 {
		font-size: 36px;
		padding-right: 0;
	}


	.two-col .swiper-button-prev {
		left: 45.5%;
	}


	.two-col .swiper-button-next {
		left: 50%;
	}


	
}/*====media close====*/




@media (min-width:1000px) and (max-width:1200px){

	.two-col .left h2 {
		font-size: 40px;
		padding-right: 0;
	}


	.two-col .swiper-button-prev {
		left: 46%;
	}


	.two-col .swiper-button-next {
		left: 50%;
	}
	
}/*====media close====*/




/*====================================Service Page==================================*/





/*=================================Performance Check================================*/


@media (max-width:767px){


	.two-col-banner {
		margin-bottom: 65px;
	}


	.two-col-banner .left {
		width: 100%;
		border-radius: 15px;
		padding: 30px 30px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	
	.two-col-banner .left-inner {
		width: 100%;
		text-align: center;
	}


	.two-col-banner .right {
		width: 100%;
		margin-bottom: 30px;
	}


	.two-col-banner .right img {
		border-radius: 15px;
	}


	.two-col-banner .left img {
		max-width: 40px;
		margin: 0 auto 8px;
	}


	.two-col-banner .left h1 {
		font-size: 30px;
	}
	
	
	.one-col-content .container-max {
		margin-bottom: 65px;
	}
	
	
	.performance-page .three-col-inner {
		margin-bottom: 30px;
	}


}/*====media close====*/



@media (min-width:767px) and (max-width:1200px){


	.two-col-banner .left {
		padding: 30px 40px;
	}


	.two-col-banner .left img {
		max-width: 50px;
	}


	.two-col-banner .left h1 {
		font-size: 30px;
	}


	.two-col-list .container-max {
		padding: 45px 50px 25px;
	}	
	
	
}/*====media close====*/	


/*=================================Performance Check================================*/




/*=================================Staff Augmentation===============================*/


@media (max-width:767px){

	.three-col-inner {
		margin-bottom: 52px;
	}	
	
}/*====media close====*/	


/*=================================Staff Augmentation===============================*/




/*============================MultiValue Database Upgrade===========================*/



@media (max-width:767px){


	.multivalue-page .two-col-list .container-max {
		padding: 45px 30px 25px;
	}

	.multivalue-page .two-col-list ul li {
		width: 100%;
	}
	
}/*====media close====*/	



/*============================MultiValue Database Upgrade===========================*/





/*================================External Data Access==============================*/



@media (max-width:767px){

	.external-data-page .two-col-list .container-max {
		padding: 45px 30px 25px;
	}

	.external-data-page .two-col-list ul li {
		width: 100%;
	}
	
}/*====media close====*/



/*================================External Data Access==============================*/





/*===================================Audit Logging==================================*/


@media (max-width:767px){

	.audit-page .two-col-list .container-max {
		padding: 45px 30px 25px;
	}

	.audit-page .two-col-list ul li {
		width: 100%;
	}
	
}/*====media close====*/



/*===================================Audit Logging==================================*/



/*====================================Videos Page===================================*/


@media (max-width:767px){


	.one-col-banner {
		margin-bottom: 60px;
	}


	.one-col-inner {
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-justify-content: center;
		-webkit-justify-content: center;
	}


	.one-col-inner h1 {
		font-size: 36px;
		text-align: center;
	}


	.two-col .left, 
	.two-col .right {
		width: 100%;
	}


	.videos-page .two-col .left h2 {
		font-size: 28px;
	}


	.two-col {
		margin-bottom: 70px;
	}


	.videos-page .three-col-inner {
		margin-bottom: 0;
	}


	.videos-page .three-col-inner .block {
		width: 100%;
		margin-bottom: 40px;
	}


	.videos-page .image img {
		border-radius: 15px;
	}


	
}/*====media close====*/



/*====================================Videos Page===================================*/



/*===================================Remote Page====================================*/


@media (max-width:767px){


	.two-col-banner .right-inner {
		padding: 0 20px;
		text-align: center;
	}


	.two-col-remote-banner .right {
		border-radius: 15px;
	}


	.two-col-banner .right-inner h1 {
		font-size: 36px;
	}


	.remote-page .container-max {
		text-align: center;
	}
	
	
	.two-col-banner .form-field.btn {
		margin-top: 30px;
	}

	
}/*====media close====*/



@media (min-width:767px) and (max-width:1000px){
	

	.two-col-remote-banner img {
		height: 100%;
		object-fit: cover;
	}


	.two-col-banner .right-inner {
		padding: 0 50px;
	}


	.two-col-remote-banner .left {
		width: 37%;
		padding: 30px 20px;
	}


	.two-col-remote-banner .right {
		width: 61.4%;
	}	


	.two-col-banner .form-field.btn {
		margin-top: 20px;
	}
	
	
}/*====media close====*/


/*===================================Remote Page====================================*/




/*===================================About Us Page==================================*/


@media (max-width:767px){
	

	.two-col-outer .two-col .right {
		width: 100%;
	}


	.two-col-outer .two-col .left {
		width: 100%;
	}


	.qr-code {
		top: -24px;
		left: -10px;
		width: 60px;
	}


	.two-col-outer .two-col:nth-child(2n) {
		padding: 70px 0;
	}


	.two-col-outer .two-col:nth-child(2n) .left {
		width: 100%;
	}


	.two-col-outer .two-col:nth-child(2n) .right {
		width: 100%;
		margin-bottom: 40px;
	}


	.two-col-outer .right img {
		border-radius: 15px;
	}


	
}/*====media close====*/


/*===================================About Us Page==================================*/




/*===================================Partners Page==================================*/



@media (max-width:767px){


	.partners-inner .left {
		width: 100%;
		margin-bottom: 30px;
	}


	.partners-inner .right {
		border-radius: 15px;
		width: 100%;
		padding: 30px 20px;
		text-align: center;
	}


	.partners-inner .left img {
		width: 60%;
		margin: 0 auto;
	}


	.partners-inner {
		margin-bottom:60px;
	}

	
}/*====media close====*/



/*===================================Partners Page==================================*/




/*===================================Thankyou Page==================================*/



@media (max-width:767px){


	.thankyou-page .container-max {
		padding: 60px 20px;
	}

	.thankyou-page .container-max p br {
		display: none;
	}


	.thankyou-page .container-max p {
		max-width: 360px;
		margin: 0 auto 30px;
	}

	
}/*====media close====*/


/*===================================Thankyou Page==================================*/




/*=====================================Blog Page====================================*/


@media (max-width:767px){


	.blog-page .two-col .left {
		width: 100%;
		margin-bottom: 40px;
	}


	.blog-page .two-col .left img, 
	.blog-page .two-col .right .image img {
		border-radius: 15px;
	}


	.blog-page .two-col .right {
		width: 100%;
	}


	.blog-page .two-col .left h1 a {
		font-size: 22px;
	}


	.blog-page .two-col .right .image {
		width: 100%;
		margin-bottom: 15px;
	}


	.blog-page .two-col .right .content {
		width: 100%;
	}


	.blog-page .two-col {
		margin-bottom: 60px;
	}


	.blog-page .three-col-block h2 {
		font-size: 24px;
		padding: 0;
	}


	.shuffle-links {
		padding: 0;
	}


	.shuffle-filter {
		width: 100%;
	}


	.filter-block {
		margin-top: 12px;
	}


	.three-col-shuffle ul li {
		width: 100%;
		padding: 0 0 40px;
		margin: 0;
	}


	.blog-page .three-col-block {
		margin-bottom: 20px;
	}


	.blog-page .one-col-elevate {
		padding: 0 15px;
	}


	.blog-page .elevate-inner {
		margin: 0 auto 20px;
	}	
	
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.blog-page .two-col .left h1 a {
		font-size: 24px;
	}
	
}/*====media close====*/

	


/*=====================================Blog Page====================================*/





/*====================================Blog Detail===================================*/



@media (max-width:767px){


	.single-image .container, 
	.single-content .container, 
	.two-col-single-image .container, 
	.connect-links .container {
		padding: 0;
	}


	.single-image-info {
		margin-bottom: 40px;
	}


	.comments-wrapper {
		width: 100%;
	}


	.comments .section-inner.thin {
		left: 0;
	}


	.two-col-single-image img, 
	.single-image img {
		border-radius: 15px;
	}


	.single-content .share-post-item {
		display: none;
	}


	.share-post-links {
		flex-flow: column;
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.share-post-links span {
		padding-right: 0;
		margin-bottom: 10px;
	}


	.connect-links-inner select {
		font-size: 12px;
		padding: 0 20px 0 30px;
		width: 117px;
		letter-spacing: normal;
	}


	.connect-menu li img {
		width: 15px;
	}


	.connect-menu span {
		letter-spacing: normal;
	}


	.connect-menu ul li {
		margin: 0 0 0 10px;
	}
	
	
	.comment-author.vcard a span {
		margin-top: 9px;
		display: inline-block;
	}


}/*====media close====*/



@media (min-width:800px) and (max-width:1040px){
	
	.single-content .share-post-item {
		right: 13px;
	}

	.single-content .container {
		position: static;
	}	
	
	
}/*====media close====*/



@media (min-width:767px) and (max-width:1000px){
	
	.single-image .container, 
	.single-content .container, 
	.two-col-single-image .container, 
	.connect-links .container {
		padding: 0;
	}
	
	
}/*====media close====*/







/*====================================Blog Detail===================================*/





/*=====================================News Page====================================*/



@media (max-width:767px){
	
	
	.news-page .three-col-inner .block {
		width: 100%;
		margin-bottom: 40px;
	}


	.news-page .two-col-banner {
		margin-bottom: 70px;
	}


	.news-page .three-col-inner .block img {
		border-radius: 15px;
	}


	.news-page .three-col-inner .block:last-child {
		margin-bottom: 0;
	}

	
}/*====media close====*/



@media (min-width:767px) and (max-width:900px){
	
	
	.news-page .two-col-banner .right {
		width: 100%;
		margin-bottom: 40px;
	}

	.news-page .two-col-banner .left {
		width: 100%;
	}

	
}/*====media close====*/




/*=====================================News Page====================================*/






/*===================================Default Page===================================*/


@media (max-width:767px){


	.default-banner-inner {
		border-radius: 15px;
	}


	.default-banner-inner img {
		border-radius: 15px;
		height: 230px;
		object-fit: cover;
	}


	.default-caption {
		max-width: 350px;
		left: 0;
		padding: 0 15px;
		text-align: center;
		right: 0;
		margin: 0 auto;
	}


	.default-caption span {
		font-size: 16px;
	}


	.default-caption h1 {
		font-size: 30px;
	}
	
	
	.page-template-default h2 {
		font-size: 30px;
	}	


	.page-template-default h3 {
		font-size: 26px;
	}


	.page-template-default h4 {
		font-size: 24px;
	}
	
		
	.elevate-inner .left {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}


	.elevate-inner .right {
		width: 100%;
	}	


}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.default-caption {
		max-width: 470px;
		left: 60px;
	}	
	
}/*====media close====*/



/*===================================Default Page===================================*/





/*=================================Contact Us Page==================================*/



@media (max-width:767px){
	
	.contact-page .one-col-inner .left {
		margin-bottom: 0;
	}
	
	
	.contact-form form .form-field {
		width: 100%;
	}


	.contact-form .left {
		width: 100%;
		margin-bottom: 40px;
	}


	.contact-form .right {
		width: 100%;
		padding: 40px 20px;
	}
	
	
}/*====media close====*/	




/*=================================Contact Us Page==================================*/





/*======================================Footer======================================*/



@media (max-width:767px){


	#site-footer {
		padding: 50px 0 0;
	}


	.f-about-info {
		margin-bottom: 40px;
	}


	.f-thee-columns-wrapper {
		padding-left: 0;
		margin-bottom: 30px;
		left: 0;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.f-col-item {
		width: 45%;
		margin: 0;
	}


	.f-col-item.f-col-add {
		width: 100%;
		margin-top: 30px;
	}
	
	
	#site-footer .f-about-info ul li img {
		max-width: 70px !important;
	}


}/*====media close====*/



@media (min-width:767px) and (max-width:1000px){

	.f-thee-columns-wrapper {
		padding-left: 0;
		left: 0;
	}

}/*====media close====*/



/*======================================Footer======================================*/