<style> @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap'); </style>
@charset "utf-8";
/* CSS Document */
img {
  max-width: 100%;
}
a {
    color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus, a:hover {
  background: none;
  outline: none;
  border: 0;
  text-decoration: none;
  webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 1) !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: #fff;
  color: #000;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: #000;
}
body {
  font-size: 16px;
  line-height: 30px;
  background: none !important;
  color: #62646;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
p {
  font-size: 16px;
  line-height: 30px;
}
a.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #2c62e0;
  border: 2px solid #2c62e0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}
a.btn:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.float_none {
  float: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.padding_left0 {
  padding-left: 0;
}
.padding_right0 {
  padding-right: 0;
}
.padding_left_right0 {
  padding-left: 0;
  padding-right: 0;
}
.padding_top_bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.padding0 {
  padding: 0 !important;
}
.margin0 {
  margin: 0 !important;
}
.margin_top30 {
  margin-top: 30px;
}
.margin_top15 {
  margin-top: 15px;
}
.padding_right8 {
  padding-right: 8px !important;
}
.site-content-contain {
  background: none;
}
.site-footer {
  border: 0;
}
.section-top{
  padding-top: 110px;
}
.page:not(.home) #content {
  padding-bottom: 0 !important;
}
.page:not(.home) #content {
  padding-bottom: 0 !important;
}
.site-content {
  padding: 0 !important;
}
.site-content {
  padding: 0 !important;
}
.widget {
  list-style: none;
  margin: 0;
  padding: 0
}
.widget a:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 0) !important;
  border: 0 !important;
}
.error_page {
  text-align: center;
}
.error_page h1 {
  color: #040202;
  font-size: 40px;
}
.error_page h2 {
  color: #040202;
  font-size: 40px;
  margin-top: 0px;
  padding: 0;
  text-transform: uppercase;
}
.error_page .border {
  background: #e5e5e5 none repeat scroll 0 0;
  display: inline-block;
  height: 2px;
  margin: 4px 20px;
  width: 150px;
}
.error_page h4 {
  color: #000;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 40px;
  position: relative;
  text-transform: uppercase;
}
.widget_search {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 30px;
}
.search-form .search-submit {
  bottom: 3px;
  color: #fff;
  height: 41px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 45px;
}
.search-form input[type="search"] {
  border-radius: 0;
}
.search-form label {
  display: block;
}
.nav-previous a {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.nav-next a {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.nav-next a:hover, .nav-next a:focus, .nav-previous a:hover, .nav-previous a:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}
h2, h3, h4 {
  padding: 0;
  margin-top: 15px;
}
a {
  text-decoration: none;
}
body.single blockquote {
  margin: 2em !important;
  border-left: 4px solid #f2f2f2 !important;
  font-style: italic;
  padding-left: 1em;
  text-align: left;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote {
  padding: 10px 20px;
  margin: 40px 0 50px !important;
  font-size: 24px;
  border-left: none !important;
  text-align: center;
}
.entry-content a img, .widget a img {
  -webkit-box-shadow: 0 0 0 0px #fff;
  box-shadow: 0 0 0 0px #fff;
}
.single-post .entry-content ol{
  margin-left: -15px !important; 
}
.widget ul li, .widget ol li {
  border: 0 !important;
}
.section{
	padding: 70px 0;
}
.top-banner-section{
  padding: 70px 0;
}
.section-margin{
	margin: 70px auto;
}
.amb-service-section{
  padding: 0 0 40px 0;
}
.amb-process-icon{
  padding: 10px;
  border: #ddd 1px solid;
  text-align: center;
  border-radius: 5px;
}
.amb-process-icon img{
  width: 20%;
  clear: both;
}

.youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.video-height{
	min-height: 340px;
}
.gap{
	padding: 15px 0;
}
.gap-top{
  padding: 15px 0 0;
}
/* ================================================================================== */
#primary-mobile-menu{
  display: none;
}
.primary-menu-container a {
  color: #444;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 500;
  position: relative;
}
.primary-menu-container a:hover, .primary-menu-container li.current_page_item a {
  color: #111 !important;
  text-decoration: none;
}
.primary-menu-container li {
  position: relative;
  z-index: 999;
  display: inline;
  list-style: none;
}
.primary-menu-container li ul a {
  color: #000;
  padding: 9px 15px;
  font-size: 14px;
}
.primary-menu-container li.current_page_item li a {
  color: #000;
  text-decoration: none;
}
.primary-menu-container li ul a {
  color: #1d2a3b !important;
  background: #fff !important;
  padding: 10px 15px;
}
.primary-menu-container li ul a:hover {
  color: #1d2a3b !important;
  background: #ddd !important;
  text-decoration: none;
}
.primary-menu-container ul {
  margin: 5px 0 0 15px;
}
.primary-menu-container ul ul {
  margin-left: -8px;
  float: none;
  margin-right: 0px;
}
.primary-menu-container ul ul {
  border: 0;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
  bottom: 20px;
}
.transparent-btns_nav {
  width: 32px;
  height: 32px;
  opacity: 1;
  top: 0;
  bottom: 0;
}
.transparent-btns_nav.prev {
  background: url(../images/left.png) no-repeat;
  right: 68px;
  left: auto;
}
.transparent-btns_nav.next {
  background: url(../images/right.png) no-repeat;
  left: auto;
  right: 30px;
}
/**/
/*
 * Animation for webkit
*/
@-webkit-keyframes clickbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes clickbounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.clickbounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  text-align: center;
  margin-top: 30px;
}


/**/
.slider_img {
  position: relative;
  width: 100%;
  height: 900px;
  display: table;
  position: relative;
}
.banner_overlay {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
.banner_overlay p {
  margin: 0px 0 0 0;
  color: #fff;
  line-height: 70px;
  font-size: 40px;
  text-shadow: 0px 2px 6px #616161 !important;
}
.banner_overlay .btn {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 12px 35px;
  color: #fff;
  background: #008b45;
  font-size: 16px;
}
.banner_overlay a img {
  width: auto;
}
.banner_overlay .btn:hover {
  background: #fff;
  color: #000;
}
.slider_img iframe {
  width: 940px !important;
  height: 527px !important;
  margin-top: 100px;
}
/**/
.contact_froms {
  background: #fff;
  margin: 20px auto 0 auto;
  padding: 00px 20px 20px 20px;
}
.discount {
  position: absolute;
  right: -45px;
  top: 70px;
  height: 90px;
  width: 90px;
  text-align: center;
  background: #5e93f6;
  border-radius: 50%;
}
.discount p {
  margin: -11px 0 0 35px;
  font-size: 22px;
  color: #fff;
}
.discount span {
  font-size: 30px;
  color: #fff;
  margin-top: 17px;
  display: block;
}
.discount span sup {
  top: -11px;
  font-size: 18px;
  left: 1px;
}
.contact_froms_div label {
  width: 100%;
  font-weight: normal;
}
.contact_froms_div label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.contact_froms_div label sup {
  color: #f00;
  font-size: 17px;
  top: 0px;
  left: 3px;
}
.contact_froms_div .form-control {
  background: #e9e9e9;
  border: 0px solid #ddd;
  margin-top: 8px;
  margin-bottom: 7px;
  height: 45px;
  font-size: 14px;
  webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  padding: 15px 20px;
}
.contact_froms_div input[type="submit"] {
  background: #2b476c;
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 0px;
  display: block;
  width: 100%;
}
.contact_froms_div input[type="text"] {
  border: 0px solid #ddd !important;
  height: 45px;
  background: #e9e9e9;
}
.contact_froms_div input[type="submit"]:hover {
  background: rgba(255, 217, 56, 1);
  color: #2b476c;
}
.contact_froms_div label.checkbox {
  margin-left: 4px;
  text-transform: none;
  font-size: 16px;
}
div.wpcf7-response-output {
  margin: 30px 00px 0 00px;
}
.contact_froms_div input[type="submit"] {
  font-size: 16px;
  padding: 14px 27px;
  margin-top: 0px;
}
.contact_froms_div textarea.form-control {
  height: 110px !important;
  border-radius: 0px;
  padding: 20px 20px !important;
}
div.wpcf7-response-output {
  margin: 30px 00px 0 00px;
}
.modal .contact_froms {
  background: #fff;
  box-shadow: 0 0 0px 0px #9C9C9C;
  width: 100%;
  margin: 0px auto 0 auto;
  padding-bottom: 0;
}
.modal form {
  padding-bottom: 30px;
}
.contact_froms_div input[type="submit"] {
  font-size: 16px;
  padding: 14px 27px;
  margin-top: 15px;
}
.contact_froms1 {
  margin: 10px auto 0 auto;
  width: 100%;
}
.contact_froms1 .contact_froms_div .form-control {
  height: 40px;
  font-size: 14px;
}
.contact_froms_div textarea.form-control {
  height: 140px !important;
}
.modal_pop h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}
.modal_pop .headline h2 {
  margin-top: 0;
}
.modal_pop .contact_froms_div {
  padding: 20px 00px 0px 00px;
}
.modal_pop button.close {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 7px 3px #A7A7A7;
  opacity: 1;
  font-weight: bold;
  z-index: 999;
  position: absolute;
  right: -10px;
  background: #fff;
  border: 0;
  top: -7px;
}
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal_pop img {
  display: inline;
  text-align: center;
  margin-top: -70px;
}

/*highlight-faq*/
.faq-points{
  background-color: #f2faff;
  color: #2c62e0;
  border-radius: 100px;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
}
.highlight-faq{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 8px;
  background: #f9f9f9;
}
.faq-points a{
  font-weight: 600;
}
.template_body {
  margin-top: 30px;
}
.template_body p {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.page-template-templatescreenshots-php .heading_text, .page-template-templatedemo-php .heading_text {
  padding-top: 0 !important;
}
h1.entry-title {
  color: rgba(188, 28, 44, 1) !important;
  text-transform: none !important;
  text-transform: none !important;
}
/* Blog Design */
.blog_divs {
  margin-top: 15px;
}
.blog_box {
  background: #fff;
  box-shadow: 0 5px 9px 0px #C3C3C3;
}
.blod_captions {
  padding: 20px;
}
.blog_grid {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 35px;
}
.blog_grid:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.blog_box span {
  color: #000;
  font-size: 15px;
}
.blog_box h3 {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 5px 0 2px 0;
  height: 61px;
  overflow: hidden;
}
.blog_box h3 a {
  color: #000;
  font-size: 22px;
}
.blog_box h3 a:hover {
  color: #0060b1;
  text-decoration: none;
}
.blog_box p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.blog_grid .blog_img {
  width: 100%;
  height: 270px;
  background-size: cover !important;
  display: block;
}
.blog_grid .blog_img:hover {
  opacity: 0.8;
}
.content_part .category {
  border-top: 1px solid #f0f0f0;
  position: relative;
  padding-top: 9px;
  margin-top: 15px;
}
.container1 .category {
  height: 50px;
}
.content_part .category a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-family: 'latolight';
}
.content_part .category a:hover {
  text-decoration: none;
  color: #d3295a;
}
.content_part .category a + a {
  padding-left: 3px;
}
.blog_grid .blog_img {
  height: 270px;
}
/*.blog_grid:nth-child(1) .blog_img {  height:270px; }
.blog_grid:nth-child(2) .blog_img {  height:320px; }
.blog_grid:nth-child(3) .blog_img {  height:270px; }
.blog_grid:nth-child(4) .blog_img {  height:283px; }
.blog_grid:nth-child(5) .blog_img {  height:270px; }
.blog_grid:nth-child(6) .blog_img {  height:208px; }*/
.addtoany_shortcode {
  margin-left: -3px;
  margin-top: 10px;
}
.addtoany_shortcode a + a {
  padding-left: 0;
}
.share_btn {
  position: absolute;
  right: 0;
  top: -15px;
  width: 45px;
  border-radius: 50px;
  background: #ede9e9;
}
.share_btn:hover {
  background: #d3295a;
}
.share_btn a {
  display: block;
  padding: 1px 0 3px 0;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.share_btn a:hover {
  text-decoration: none;
  color: #fff;
}
.share_div {
  position: absolute;
  top: -29px;
  left: 0;
  width: 87%;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
}
.addtoany_list a, .widget .addtoany_list a {
  padding: 4px 4px 0 4px !important;
}
.close_share {
  position: absolute;
  top: 12px;
  right: -10px;
  width: 40px;
  height: 26px;
  text-align: center;
}
.close_share a {
  font-size: 18px;
  color: #000;
  display: block;
}
.blog_divs_side {
  background: #fff;
  padding: 10px 20px 20px 20px;
  margin-top: 67px;
}
.blog_divs_side .blog_img {
  background-size: cover !important;
  height: 85px;
  width: 85px;
}
.blog_divs_side .category {
  padding-top: 0;
  margin: 7px 0 0 0;
  border: 0;
}
.side_blog_box h3 {
  margin: 0;
  padding: 0;
}
.blog_grid_side + .blog_grid_side {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
}
.blog_divs_side h2 {
  color: #474a4a;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  padding: 0px 0px 5px 0px;
  margin-top: 8px;
}
.blog_divs_side .col-lg-8 {
  padding-left: 0;
}
.blog_divs_side h3 a {
  color: #000;
  font-size: 17px;
  height: 38px;
  overflow: hidden;
  display: block;
  margin-top: 8px;
}
.blog_divs_side h3 a:hover {
  text-decoration: none;
  color: #0060b1;
}
.add_sections {
  margin-top: 30px;
}
.details_blog .blog_divs_side {
  margin-top: 0;
}
.details_blog ul {
  margin-left: 17px;
}
.details_blog ul li {
  color: #252c3b;
  font-size: 18px;
  line-height: 30px;
}
.details_blog ul li a {
  text-decoration: none;
  color: #d3295a;
}
.details_blog ul li a:hover {
  text-decoration: none;
  color: #000;
}
.single_left_side h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  color: #111;
}
.single_left_side {
  background: #fff;
  padding: 50px;
}
.post_details {
  margin-bottom: 20px;
}
.post_details span {
  color: #0C0C0C;
  font-size: 16px;
  margin-right: 30px;
}
.post_details span .fa {
  color: #666;
  margin-right: 4px;
}
.details_blog .entry-footer {
  display: none;
}
.details_blog .comments-area {
  padding-top: 0px !important;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.details_blog .comments-area input[type="text"], .details_blog .comments-area input[type="email"], .details_blog .comments-area input[type="url"], .details_blog .comments-area input[type="search"], .details_blog .comments-area input[type="number"], .details_blog .comments-area input[type="tel"], textarea {
  border-color: #ddd;
  padding: 6px 15px !important;
}
.details_blog .comments-area input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 14px;
}
.details_blog .comments-area input[type="submit"]:hover {
  border: 1px solid #0060b1;
  background: #0060b1 none repeat scroll 0 0;
}
.details_blog .comments-area p {
  margin-top: 0 !important;
}
.details_blog .comments-area h3 {
  color: #0060b1 !important;
}
.blog_main_img {
  margin-top: 20px;
}
.blog_main_img img {
  width: 100% !important;
}
.blogpaginations a, .blogpaginations a:hover {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1) !important;
}
.blogpaginations .pagination {
  border: 0 !important;
  background: #fff;
  box-shadow: 0 5px 9px 0px #C3C3C3;
  margin: 0 !important;
  padding: 15px !important;
  text-align: center;
}
.blogpaginations span, .blogpaginations a {
  float: none !important;
  display: inline-block !important;
}
.blogpaginations abbr {
  border-bottom: 0px dotted #666;
  cursor: default;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  font-size: 15px;
  font-weight: normal;
  color: #686868;
}
.blogpaginations abbr:hover {
  cursor: pointer;
  color: #000;
}
.blogpaginations span, .blogpaginations a {
  /*-ms-transform: skew(-20deg,0deg);
	-webkit-transform: skew(-20deg,0deg);
	transform: skew(-20deg,0deg);*/
  border-right: 1px solid #ddd !important;
}
.blogpaginations abbr {
  /*-ms-transform: skew(20deg,0deg);
	-webkit-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);*/
}
.blogpaginations span.current {
  background: #0060b1;
}
.blogpaginations span.current abbr {
  color: #fff;
}
.blogpaginations span.current:hover {
  background: #000;
}
holder {
  margin: 5px 0;
}
.holder a {
  font-size: 14px;
  cursor: pointer;
  margin: 0 2px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 12px;
  background: #e6e7e9;
  text-decoration: none;
}
.holder a:hover {
  background: #6E6F74;
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out 0s;
}
.holder a.jp-previous {
  margin-right: 15px;
  background: #6E6F74;
  color: #fff;
}
.holder a.jp-next {
  margin-left: 15px;
  background: #6E6F74;
  color: #fff;
}
.holder a.jp-current, a.jp-current:hover {
  color: #1b2g31;
  font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
  background: #6e6f74;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: #e6e7e9;
  color: #fff;
}
.holder a.jp-current {
  background: #6e6f74;
  color: #fff;
}
.holder span {
  margin: 0 5px;
}
.back a {
  border: 1px solid #ddd;
}
.type_of {
  clear: both;
}
.type_of_divs {
  margin-top: 30px;
}
.type_of_divs h3 {
  font-size: 30px;
  color: #000;
}
.type_of_divs p {
  font-size: 16px;
  line-height: 27px;
}
.padding_box_img {
  padding: 20px;
  padding-right: 0;
}
.padding_box_img img {
  width: 100%;
}
.type_of_divs h3 {
  height: auto;
  overflow: visible;
}
.right_appointment .btn-primary {
  border: 1px solid #2e6da4;
}
.page-template-news .box_top:hover {
  background: #008b45 !important;
}
.page-template-news .box_top:hover a {
  background: #000;
  color: #fff;
}
.coupons_box001 {
  cursor: pointer;
}
.botton_sections h2 {
  text-align: center;
  font-size: 38px;
  color: #ed1c24;
}

/* FAQ */
.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}

h2.faq-mainhead{
  padding-top: 70px;
}



.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/*Service Detail Page*/
.brandglows-services-banner {
  background: #003ECB;
  color: #fff;
  left: 0%;
  top: 0;
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.main-services h1{
  margin-bottom: 20px;
}
.services-detail-grid{
	overflow: hidden;
}
.services-detail-grid h3 {
  font-size: 30px;
  color: #2c2a2a;
}
.services-detail-grid h4 {
  font-size: 18px;
  font-weight: 300;
  color: #2c2a2a;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.services-detail-grid h4::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  background: #2c62e0;
  bottom: 0;
  left: 0;
}
.services-detail-grid a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #2c62e0;
  border: 2px solid #2c62e0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}
.services-detail-grid a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.services-detail-grid p {
  font-size: 16px;
  line-height: 27px;
  color: #2c2a2a;
}
.services-grid{
  padding: 50px 30px;
}
.services-cont .services-grid:nth-child(2n) .row  {
  display: flex;
  flex-direction: row-reverse;
}

/*Services Detail Photography Page*/
.services-detail-photography a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #2c62e0;
  border: 2px solid #2c62e0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}
.services-detail-photography a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.services-detail-photography p {
  font-size: 16px;
  line-height: 27px;
  color: #2c2a2a;
}
.photography-snap{
	margin-bottom: 30px;
}
.app-pg {
  max-width: 60rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.blog-pg {
  max-width: 50rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .blog_grid {
    width: 100%;
  }
  .blog_grid .blog_img {
    height: 270px !important;
  }
  .blog_divs_side .blog_img {
    margin: 0 auto;
  }
  .side_blog_box {
    text-align: center;
  }
  .blog_divs_side h3 a {
    height: auto;
  }
  .blog_box h3 {
    height: auto;
  }
  .single_left_side {
    padding: 30px;
  }
  .blogpaginations abbr {
    padding: 0 10px;
  }
  .single_left_side h1 {
    font-size: 30px;
  }
}
.hidden_field {
  position: absolute;
  z-index: -99999999999;
  visibility: hidden;
  top: 0;
  left: 0;
}
.mail-section{
  display: block;
  padding-top: 85px;
  font-weight: 600;
}
.mail-section p{
  margin-bottom: 0;
}
.copy p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2c2a2a;
}
.copy{
  font-size: 16px;
}
.copy a {
  font-size: 16px;
  color: #2c2a2a;
}
.copy a:hover {
  color: #2c62e0;
}
.feedback_btn .btn-default .fa {
  float: left;
}
.pdf-desc{

}
.pdf-dwn{
  border-bottom:1px solid #ddd ;
}
.testimonials_sections{
  padding: 70px 0;
  background: #e5e5e5;
}
.clients-amber img{
  margin:0 0 50px;
  -webkit-filter: grayscale(100%); / Safari 6.0 - 9.0 /
  filter: grayscale(100%);
}
.clients-amber img:hover{
  margin:0 0 50px;
  -webkit-filter: grayscale(0%); / Safari 6.0 - 9.0 /
  filter: grayscale(0%);
}
.col-centered{
  padding-top: 130px;
}
.video-container-signature {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
  background-image: url(https://bisakhadatta.com/video/signature/video-img.jpg);
  background-position: center;
  background-size: cover;
}
.footer_address_right a {
  color: #fff;
}
.footer_address_right a:hover, .footer_address_right a:focus {
  color: #fff200 !important;
}
.home .services_boxs {
  min-height: 150px;
}
.heading_text1 h1 {
  font-size: 32px;
  margin-top: 70px;
  color: #0063b4;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 180px;
}
.client_feedback h3 {
  text-align: center;
}
.home .client_feedback {
  margin-top: 0;
}
.home .sections03 {
  padding: 20px 0 100px 0;
}
.mobile_show {
  background: #0063b4;
  padding: 5px 0 0px 0;
  height: 47px;
  overflow: hidden;
  display: none !important;
}
.Pro-banner_container{
	color: #fff;
	background: #010101;
}
.product_banner_txt h1 {
	color: #2c62e0;
	font-size: 120px;
}
.product_banner_txt p {
	font-size: 56px;
}
.our_photo_services{
	text-align: center;
	background: #2c62e0;
	color: #fff;
	padding: 50px 0 64px;
}
.our_photo_services img{
	border-radius: 50%;
	transition: transform .2s;
}
.our_photo_services img:hover{
	transform: scale(1.02);
}
.input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], .site textarea {
  color: var(--form--color-text) !important;
  line-height: var(--global--line-height-body) !important;
  padding: var(--form--spacing-unit) !important;
  margin: 0 2px;
  max-width: 100%;
  border: #ddd 1px solid;
}
p.pro-para{
	padding-bottom: 30px;
}
/*.our_photo_services a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 25px;
    margin-top: 20px;
    text-decoration: none;
}*/
.our_photo_services h2{
	color: #fff;
}
.our_photo_services h4{
	color: #fff;
	padding-top: 30px;
}
.ecommerce_photography{
	text-align: center;
}
/* .ecommerce_photography h2{
	padding:40px;
} */
/* .ecommerce_photography a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2c62e0;
    border: 2px solid #2c62e0;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 40px;
}
.ecommerce_photography a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
} */
.jewelry_photography{
	text-align: center;
}
.jewelry_photography h2{
	padding:40px;
}
.jewelry_photography a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2c62e0;
    border: 2px solid #2c62e0;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 40px;
}
.jewelry_photography a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.jewelry_photo{
padding: 10px 10px;
}
.price-section{
  background: #2c62e0;
  color: #fff;
}
.brochure_txt{
	padding: 120px 0 0;
}
.album_container{
	text-align: center;
	padding: 40px 0 0;
}
.beauty_product_photography{
	text-align: center;
	padding: 50px 0 0;
}
.beauty_product_photography a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2c62e0;
    border: 2px solid #2c62e0;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 20px;
}
.beauty_product_photography a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.beauty_product_photo{
	padding: 20px 20px;
}
.product_photography_videos{
	text-align: center;
}
.product_photography_videos h2{
	padding:40px;
}
.product_photography_videos a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2c62e0;
    border: 2px solid #2c62e0;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 40px;
}
.product_photography_videos a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
/**/
.topheader_sections {
  padding: 20px 0 0 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  margin-bottom: 0px;
  background: #fff;
  box-shadow: inset 0px -1px 0px #f3f3f4;
}
.home .topheader_sections {
  background: none;
  padding: 20px 0 0 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  margin-bottom: 0px;
  background: #fff;
  box-shadow: inset 0px -1px 0px #f3f3f4;
}
.topheader_sections.stick {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #f4f4f4;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    will-change: transform;
}
.topheader_sections.stick  .primary-menu-container a{
	color: #1d2a3b !important;
}
.topheader_sections.stick .primary-menu-container a:hover, .topheader_sections.stick .primary-menu-container li.current_page_item a {
  color: #333 !important;
  text-decoration: none;
}
.topheader_sections.stick .primary-menu-container li#menu-item-30 a {
    border: 2px solid #2c62e0;
    border-radius: 50px;
    padding: 8px 20px;
}
.topheader_sections.stick .primary-menu-container li#menu-item-30 a:hover {
    border: 2px solid #2c62e0;
	background: #2c62e0;
	color: #fff !important;
}
.inner_services {
  padding: 30px 0 !important;
}
.amt-services-box{
  /* background: #f1f6ff;
  border: #e1edff 1px solid; */
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}
.amt-services-box h2{

}
.policyservices-desc ul{
  padding-left: 30px;
}
.policyservices-desc h3{
  margin-top: 60px;
  margin-bottom: 30px;
}
.policyservices-desc h4{
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-question{
  font-size: 15px;
}
.bannerbg {
  text-align: center;
}
.bannerbg h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
}
.bannerbg h2 strong {
  font-size: 48px;
}
.bannerbg h3 {
  margin: 0;
  color: #000;
  font-size: 48px;
}
.bannerbg h4 {
  margin: 0;
  color: #000;
  font-size: 40px;
}
.headding_content h2 {
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: 'Noto Sans', sans-serif;
}
.headding_content h3 {
  text-transform: uppercase;
  color: #338601;
  margin-top: 0;
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
.headding_content p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
/**/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.bannersctions {
  background: url(../images/banner.png) no-repeat top center;
  background-size: cover !important;
  padding-top: 125px;
  padding-bottom: 60px;
}
.service-bannersctions {
  background: linear-gradient(90deg, rgba(3, 4, 91, 1) 0%, rgba(60, 160, 214, 1) 51%, rgba(0, 115, 176, 1) 100%);
  background-size: cover !important;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}
.banner_content {
  margin-top: 10px;
}
.banner_content h1 {
  font-size: 45px;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: 800;
}
.banner_content h1 span {
  display: inline-block;
  background-image: linear-gradient(90.14deg, #2856ED 44.61%, #0b0677 115.63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.banner_content strong {
  font-weight: normal;
}
.banner_content a {
  color: #2c62e0;
}
.banner_content a:hover {
  color: #2c62e0;
  text-decoration: underline;
}
.talk_to_us_desc{
  padding-left: 52px;
}
.talk-to-us-form{
  padding: 60px;
  background: #EEFAFF;
  border-radius: 20px;
}
a.btn-get-start{
  cursor: pointer;
  border: #121212 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #121212;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
}
a.btn-get-start:hover {
  background: #fff;
  border: #121212 1px solid;
  color: #121212;
  box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}
a.btn-get-start-orange{
  cursor: pointer;
  border: #2c62e0 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #2c62e0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
}
a.btn-get-start-orange:hover {
  background: #fff;
  border: #121212 1px solid;
  color: #121212;
  box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}
#mega-menu-wrap-primary #mega-menu-primary > li.btn-get-start-white a.mega-menu-link{
    cursor: pointer;
    border: #121212 1px solid;
    display: inline-block;
    padding: 0px 25px;
    margin-left: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #121212;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    transform: translateY(0);
    transition: All 0.5s ease;
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.btn-get-start-white a.mega-menu-link:hover {
  background: #121212;
  border: #121212 1px solid;
  color: #fff;
  box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}
a.btn-get-start-white{
  cursor: pointer;
  border: #121212 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #121212;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
}
a.btn-get-start-white:hover {
  background: #121212;
  border: #121212 1px solid;
  color: #fff;
  box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}

/*button arrow*/
.learn-more{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 15px;
  width: 10rem;
  height: auto;
}
.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #2c62e0;
  border-radius: 1.625rem;
}
.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.45rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1rem;
  color: #2c62e0;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.learn-more:hover .circle {
  width: 100%;
}
.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.learn-more:hover .button-text {
  color: #fff;
}


.order-btn{ width: 12.5rem;}

.learn-more-white{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 15px;
  width: 10rem;
  height: auto;
}
.learn-more-white .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 1.625rem;
}
.learn-more-white .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more-white .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.45rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more-white .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #2c62e0;
  border-right: 0.125rem solid #2c62e0;
  transform: rotate(45deg);
}
.learn-more-white .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.learn-more-white:hover .circle {
  width: 100%;
}
.learn-more-white:hover .circle .icon.arrow {
  background: #2c62e0;
  transform: translate(1rem, 0);
}
.learn-more-white:hover .button-text {
  color: #2c62e0;
}


.order-btn-white{ width: 12.5rem;}

.banner_content a.get-quote {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #2c62e0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
  text-decoration: none;
}
.banner_content a.get-quote:hover {
  background: #003ecb;
  color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.get-quote{
  float: right;
  position: relative;
  top: -3px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.get-quote a.mega-menu-link{
  cursor: pointer;
  border: #121212 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #121212;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
  line-height: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.get-quote a.mega-menu-link:hover {
  background: #fff;
  border: #121212 1px solid;
  color: #121212;
  box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}
.primary-menu-container ul#primary-menu-list li.get-quote{
  float: right;
  position: relative;
  top: -3px;
}
.primary-menu-container ul#primary-menu-list li.get-quote a{
  background:#fff;
  color: #2c62e0;
  padding: 7px 30px;
  border: #2c62e0 2px solid;
  border-radius: 50px;
}
.primary-menu-container ul#primary-menu-list li.get-quote a:hover{
  background:#2c62e0;
  color: #fff !important;
}
.primary-menu-container li.get-quote a {
  font-weight: 600;
}
.primary-menu-container li#menu-item-30 {}
.primary-menu-container li#menu-item-30 a {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px 20px;
}
.primary-menu-container li#menu-item-30 a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #1d2a3b !important;
}
.home .primary-menu-container li#menu-item-30 a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #1d2a3b;
}
/*Quick links*/
body.page-template-page-link .link-pg{
    max-width: 50rem;
    width: calc(100% - 4rem);
	  text-align: center;
}
.link-pg-logo{
	margin-bottom: 40px;
}
a.link-button {
    border: 1px solid #bbb;
    color: #202020;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 1rem;
    font-weight: 600;
    width: auto;
    font-size: 12px;
    display: block;
}
a.link-button:hover{
	background: #f1f1f1;
	color: #89a101;
}

/*Company*/
.company-banner{
	background: #003ecb;
	color:#fff;
	min-height: 200px;
	padding: 70px 0;
}
.about-hightlights {
  border-radius: 20px;
  background-color: #eff5fd;
  padding: 50px 70px;
}

.services-points ul {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 270px;
}
.services-points ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 30px;
  list-style: none;
}
.services-points ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #44B678;
}

.services-points {
  padding: 10px 0 0;
}
.services-points:nth-child(even) .service-img {
  float: left;
  text-align: center;
}
.services-points:nth-child(even) .service-desc {
  float: right;
}
.about-me-img{
  padding: 20px 0;
}
.about-me-img p strong.collaborate{
  padding: 0 15px 0 0;
}
h4.businessno{
  margin-bottom: 5px;
  color: #999;
  font-size: 16px;
}
.services_box-collaboration{
    border: #ddd 1px solid;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 40px 40px;
    min-height: 320px
}
.services_box-collaboration h3.collaboration-h{
  padding-top: 0 !important;
}
.about-img{
	position: relative;
    top: 72px;
    z-index: 1;
    left: -30px;
}
.elementor-widget-container ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 270px;
}
.about-section{
background: #2c62e0;
color: #fff;
min-height: 200px;
padding: 70px 0 40px;
margin: 70px 0;
}
.why-ambertimes{
	background: #f5f7f6;
	color: #0a0a0a;
	margin: 40px 0;
	overflow: hidden;
	padding: 60px 0;
}
.why-ambertimes h3{
	margin-bottom: 40px;
}
.why-ambertimes ul{
	
}
.why-ambertimes ul li:before{
	content: '\f0c8';
  	font-family: 'FontAwesome';
	font-size: 10px;
  	float: left;
  	margin-left: -3em;
  	color: #2c62e0;
}
.why-ambertimes ul li{
	margin-bottom: 30px;
    line-height: 30px;
	list-style: none;
	padding-left: 30px;
    text-align: left;
	margin: 1em;
  	margin-left: 3em;
}
.client_sections {
  padding: 0 0 30px
}
.client-section{
  padding: 30px 0;
}
.services_sections {
  padding: 70px 0;
}
.services_sections h2 {
  font-weight: 400;
  font-size: 32px;
  color: #2c2a2a;
  margin-bottom: 45px;
}
.services_box {
  text-align: center;
}

/*Counter start*/

#projects{
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 4rem;
  min-width: 8rem;
  mix-blend-mode: luminosity;
}
/* @keyframes hundreds {
  0% {
    content: "0";
  }
  9% {
    content: "0";
  }
  10% {
    content: "1";
  }
  19% {
    content: "1";
  }
  20% {
    content: "2";
  }
  29% {
    content: "2";
  }
  30% {
    content: "3";
  }
  39% {
    content: "5";
  }
  40% {
    content: "8";
  }
  49% {
    content: "10";
  }
  50% {
    content: "12";
  }
  59% {
    content: "15";
  }
  60% {
    content: "20";
  }
  69% {
    content: "30";
  }
  70% {
    content: "40";
  }
  79% {
    content: "50";
  }
  80% {
    content: "60";
  }
  89% {
    content: "70";
  }
  90% {
    content: "80";
  }
  99% {
    content: "90";
  }
  100% {
    content: "100";
  }
} */
@keyframes hundreds {
  0% {
    content: "0";
  }
  10% {
    content: "1";
  }
  49% {
    content: "10";
  }
  50% {
    content: "50";
  }
  59% {
    content: "60";
  }
  89% {
    content: "70";
  }
  99% {
    content: "90";
  }
  100% {
    content: "100";
  }
}
#projects:before {
  content: "0";
  animation: hundreds 5s linear forwards;
  animation-iteration-count: 1;
}

#development{
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 4rem;
  min-width: 8rem;
  mix-blend-mode: luminosity;
}

@keyframes twenty {
  0% {
    content: "0";
  }
  9% {
    content: "5";
  }
  10% {
    content: "8";
  }
  20% {
    content: "10";
  }
  40% {
    content: "12";
  }
  60% {
    content: "14";
  }
  80% {
    content: "16";
  }
  90% {
    content: "18";
  }
  100% {
    content: "20";
  }
}
#development:before {
  content: "0";
  animation: twenty 5s linear forwards;
  animation-iteration-count: 1;
}

#clients{
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 4rem;
  min-width: 8rem;
  mix-blend-mode: luminosity;
}

@keyframes fifty {
  0% {
    content: "0";
  }
  9% {
    content: "5";
  }
  10% {
    content: "8";
  }
  20% {
    content: "10";
  }
  40% {
    content: "18";
  }
  60% {
    content: "24";
  }
  80% {
    content: "36";
  }
  90% {
    content: "48";
  }
  100% {
    content: "50";
  }
}
#clients:before {
  content: "0";
  animation: fifty 5s linear forwards;
  animation-iteration-count: 1;
}
#support{
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 4rem;
  min-width: 8rem;
  mix-blend-mode: luminosity;
}

@keyframes twenty-four {
  0% {
    content: "0";
  }
  9% {
    content: "5";
  }
  10% {
    content: "8";
  }
  20% {
    content: "10";
  }
  40% {
    content: "12";
  }
  60% {
    content: "14";
  }
  80% {
    content: "16";
  }
  90% {
    content: "18";
  }
  100% {
    content: "24";
  }
}
#support:before {
  content: "0";
  animation: twenty-four 5s linear forwards;
  animation-iteration-count: 1;
}
/*Counter end*/


<script>
var slideIndex = 1;
showDivs(slideIndex);

function plusDivs(n) {
  showDivs(slideIndex += n);
}

function showDivs(n) {
  var i;
  var x = document.getElementsByClassName("mySlides");
  if (n > x.length) {slideIndex = 1}
  if (n < 1) {slideIndex = x.length}
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";  
  }
  x[slideIndex-1].style.display = "block";  
}
</script>

/*Text animation start*/

.animation-fadeInUp h1 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}
.animation-fadeInUp h2 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animation-flipInX h3 {
    animation-name: flipInX;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
/*Text animation end*/

.testimonial_rotator.template-headlined .testimonial_rotator_author_info {
    margin: 5px;
    border: none;
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
}
.about-vision{
    background-color: #EEFAFF;
    color: #000;
    padding: 35px 44px;
    margin-top: 20px;
    border-radius: 25px;
}
.choose-services-points{
    background-color: #ffffff;
    min-height: 400px;
    color: #000;
    padding: 40px 38px;
    margin: 10px 15px;
    border-radius: 20px;
    transition: transform .2s;
}
.choose-services-points:hover{
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.05);
}
.choose-services-last-points{
    background-color: #EEFAFF;
    color: #000;
    min-height: 143px;
    padding: 40px 60px;
    border-radius: 20px;
    text-align: left;
    transition: transform .2s;
}
.choose-services-last-points:hover{
    -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.02);
}
.choose-services-last-points h3{
  margin-bottom: 10px;
}
.choose-services-last-points img {
  height: 100px;
}
.choose-services-bg{
  /* background: url(../images/orange-box.png) no-repeat top center; */
  background-size: cover !important;
  padding-top: 125px;
  padding-bottom: 60px;
  border-radius: 20px;
  color: #fff;
  background: #03045B;
  background: linear-gradient(90deg,rgba(3, 4, 91, 1) 0%, rgba(60, 160, 214, 1) 51%, rgba(0, 115, 176, 1) 100%);
  padding: 35px 50px 70px;
}

.feedback-btn{
    padding: 40px 0 50px 150px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.btn-get-start-orange a.mega-menu-link {
    cursor: pointer;
    border: #2c62e0 1px solid;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background: #2c62e0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    transform: translateY(0);
    transition: All 0.5s ease;
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.btn-get-start-orange a.mega-menu-link:hover{
    background: #fff;
    border: #121212 1px solid;
    color: #121212;
}
.why-choose-points h2{
  margin-bottom: 5px;
}
.why-choose-points h4{
  font-weight: 500;
}
.services_box a h3{
  color: #2c2a2a;
}
.services_box a h3:hover{
  color: #2c62e0;
}
.services_box img {
  
}
.company-bannersctions{
  background: linear-gradient(90deg, rgba(3, 4, 91, 1) 0%, rgba(60, 160, 214, 1) 51%, rgba(0, 115, 176, 1) 100%);
  background-size: cover !important;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}
.services_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.services_box h3 {
  color: #2c2a2a;
  font-size: 22px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.service-hightlights{
  border-radius: 20px;
  background-color: #dff8f6;
  padding: 50px 70px;
}
.service-details-list ul{
  padding: 20px 0 20px 10px;
}
.service-details-list ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 30px;
  list-style: none;
}
.service-details-list ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #2c62e0;
}
body.page-template-amt-services-details-new .service-details-img{
  max-width: 75rem;
  width: calc(100% - 4rem);
}
span.services-txt {
  text-align: center;
}
.savvy_link a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #121212;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
  text-decoration: none;
}
.savvy_link a:hover {
  background: #003ecb;
  color: #fff;
}
.services_grid h3 {
  font-size: 30px;
  color: #2c2a2a;
  margin-bottom: 0;
}
.services_grid h4 {
  font-size: 18px;
  font-weight: 300;
  color: #2c2a2a;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.services_grid h4::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  background: #2c62e0;
  bottom: 0;
  left: 0;
}
.process{
  margin-bottom: 30px;
}
.process img{
  transition: transform .2s;
}
.process img:hover{
  transform: scale(1.01);
}
.process a.case-studies-title{
  padding: 20px 0 30px 0;
  display: block;
}

/* .services_grid a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #2c62e0;
  border: 2px solid #2c62e0;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}
.services_grid a:hover {
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
} */
.services_grid p {
  font-size: 16px;
  line-height: 30px;
  color: #2c2a2a;
}
/*.services_grid ul li {
  font-size: 16px;
  line-height: 30px;
  color: #2c2a2a;
  list-style: none;
  content: '\f00c';
  background: url(../images/li.png) left 12px no-repeat;
  padding-left: 20px;
}*/
.services_grid ul li {
  font-size: 16px;
  padding-left: 20px;
  line-height: 30px;
  list-style: none;
}
.services_grid ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #2c62e0;
}

.services_sections_list {
  padding: 0;
}
.services_grid {
  padding: 70px 0 0;
}
.services_grid:nth-child(even) .service-img {
  float: left;
  text-align: center;
}
.services_grid:nth-child(even) .service-desc {
  float: right;
}
.servicebannersctions {
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #003ecb;
  color: #fff;
}
.inner-blog-section-margin{
  max-width: 1200px;
  width: 87%;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 46px;
}
.inner-blog-section{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: space-between;
  background: #efeff0;
  padding: 50px 0 25px 30px;
}

.blog-section img{
  width: 64%;
  clear: both;
}
.blog-section{
  text-align: left;
}

/*services-details*/

.services-details-top-gap{
  background: #003ECB;
  color: #fff;
  padding-top: 65px;
}

/*case studies*/

.owl-carousel .owl-item img {
  display: block;
  width: 90% !important;
  margin: 0 auto 30px;
}
.owl-nav{
  display: none;
}
.case-studies-section{
  background-color: #003ecb;
  color: #fff;
}
.case-studies-section p{
  font-size: 24px;
  line-height: 36px;
  padding: 0 80px;
}
.case-studies-head{
  display: block;
  padding-bottom: 70px;
}
.case-studies-head p{
  padding: 0 80px;
}
.card {
  background:none !important;
}
.case-studies img {
  transition: transform .2s;
  margin-bottom: 30px;
  border: #fff 3px solid;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.case-studies_sections{
  padding: 70px 0;
  background: #003ecb;
}
.case-studies_sections h2{
  color: #fff;
}
.case-studies{
  padding-bottom: 30px;
  text-align: center;
}
.case-studies a{
  color: #fff;
}
.case-studies img{
  transition: transform .2s;
  margin-bottom: 30px;
}
.case-studies img:hover{
  transform: scale(1.05);
  scale: 20px;
  margin-bottom: 30px;
}
.case-studies-section-details{
  padding: 70px 0;
  background: #fffcf0;
  color: #161616;
}
.case-studies-section-details .card-block .case-studies a {
  color: #161616;
}
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-block .case-studies a {
  color: #fff;
}
.card-block .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1
}
.caseservicesimg img{
  border: 1px solid #ddd;
}
.card-block .card-columns .card {
  padding: 0 40px;
  margin-bottom: 1.25rem;
  border: none;
  border-radius: 0
}
@media (min-width: 576px) {
.card-columns .card {
      display: block;
      width: 100%
  }
}
@media only screen and (min-width: 767px) {
  .card-block .card-columns {
      -webkit-column-count:2;
      -moz-column-count: 2;
      column-count: 2
  }
}

@media only screen and (min-width: 1200px) {
  .card-block .card-columns {
      -webkit-column-count:2;
      -moz-column-count: 2;
      column-count: 2
  }
}
.shoot-require ul{
  padding-left: 30px;
}
.ecommerce-services{
  text-align: center;
}
.ecommerce-services img{
  width: 50% !important;
  border-radius: 100%;
  margin-bottom: 30px;
  margin-left: 100PX;
  height: 170px;
}
.feedback-section{
  background: #2c62e0;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.feedback-btn-text a{
  background: #2c62e0;
  border: 2px solid #2c62e0;
  color: #fff;
}
.feedback-btn-text a{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}

.contact_sections {
  background: url(../images/bggray.png) top center #e8f5ff no-repeat;
}
.contact_sections label {
  width: 100%;
  font-weight: normal;
}
.contact_sections label .form-control {
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
  border-color: #eaeaea;
  height: 44px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.contact_sections label textarea.form-control {
  height: 160px;
}
.contact_sections .wpcf7-submit {
  cursor: pointer;
  border: #121212 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #121212;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
  width: 135px;
}
.contact_sections .wpcf7-submit:hover {
  background: #fff;
  border: #121212 1px solid;
  color: #121212;
  /* box-shadow: -webkit-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
  box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1); */
}

select.wpcf7-form-control{
    width: 100%;
  border-radius: 0;
  margin-top: 10px;
  border: #ddd 1px solid;
  border-color: #eaeaea;
  border-radius: 10px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
input.wpcf7-form-control {
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
  border: #ddd 1px solid;
  border-color: #eaeaea;
  border-radius: 10px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
textarea.wpcf7-form-control {
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
  border-color: #eaeaea;
  height: 125px;
  border-radius: 10px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
input.wpcf7-submit {
  cursor: pointer;
  border: #121212 1px solid;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff !important;
  background: #121212;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
  transform: translateY(0);
  transition: All 0.5s ease;
  position: relative;
  width: 135px;
}
input.wpcf7-submit:hover {
  background: #fff;
  border: #121212 1px solid;
  color: #121212 !important;
  -moz-box-shadow: inset -3px -3px 1px 0px rgba(0,0,0,1);
}
.contact_sections_holder {
  width: 49%;
  margin: 0 auto;
  border-radius: 35px;
  background: #EEFAFF;
  padding: 50px;
  color: #000;
}
.contact-details{
	padding-top: 15px;
  padding-left: 55px;
}
.contact-details h4{
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wpcf7-validation-errors {
  text-align: center;
}
.video_sections {
  background: #14b0a9;
  padding: 80px 0 80px 0;
}
.video_sections h2 {
  color: #fff;
}
.video_sections iframe {
  height: 450px !important;
  width: 800px !important;
  margin-bottom: 0;
}
.video_sections a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 30px;
}
.video_sections a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #2c2a2a;
}
.video_sections h2 {
  margin-top: 20px;
}
.video_sections h3 {
  font-size: 40px;
  color: #fff;
  margin-top: 15px;
}
.video_sections h4 {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.video_sections h4::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.video_sections a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 20px;
}
.video_sections a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #2c2a2a;
}
.video_sections ul li {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  list-style: none;
  background: url(../images/li1.png) center left no-repeat;
  padding-left: 20px;
}
.thought_box span {
  color: #2c62e0;
}
.thought_box h3 {
  font-size: 24px;
  color: #2c2a2a;
  margin: 15px 0;
}
.thought_box h3 a {
  color: #2c2a2a;
}
.thought_box h3 a:hover {
  color: #14b0a9;
}
.thought_box p {
  font-size: 16px;
  line-height: 27px;
  color: #2c2a2a;
}
.thought_pic {
  background-size: cover !important;
  height: 230px;
  width: 100%;
  margin: 40px 0 20px 0;
  display: block;
}
.thoughts_sections {
  padding: 50px;
}
.headding_clients {
  text-align: center;
  background: #e8f5ff;
  padding-top: 70px;
}
.headding_clients ul li {
  display: inline-block;
  padding: 25px;
}
.total_footer h2 {
  font-size: 16px;
  color: #2c2a2a;
  margin-bottom: 15px;
}
.total_footer ul li, .total_footer ul li a {
  font-size: 16px;
  color: #2c2a2a;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.menu-hireresources-container{
  column-count: 2;
}
.total_footer ul li {
  list-style: none;
  line-height: 35px;
}
.logo_socials {
  margin-bottom: 30px;
}
.logo_socials ul li{
  list-style: none;
  line-height: 20px;
}
.copy {
    text-align: left !important;
    padding: 20px 0 !important;
}
#menu-privacypolicy {
    text-align: right !important;
}
.total_footer ul li a:hover {
  color: #2c62e0;
}
.copy {
  border-top: 1px solid #ddd;
}
.copyright{
   padding-left: 12px;
}
.total_footer {
  background: #f9f9f9;
}
.logo_socials {
  text-align: right;
  margin: 5px 0 0 410px;
}
.logo_socials li {
  list-style: none;
  float: left;
}
.logo_socials li a {
  background: #ffffff;
  color: #000000 !important;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.ph-no{
  padding-right: 70px;
}
.logo_socials li a:hover {
  background: #2c62e0;
}
.logo_part {
  margin-bottom: 40px;
}
span.plus-orange{
  color: #2c62e0;
}
.free_Quote img {
  position: absolute;
  top: -109px;
  right: 28px;
}
.page_top {
  background: #2c62e0;
  background-size: cover !important;
  background-position: 50%;
  padding: 70px 0 10px 0;
}
.page_top h1 {
  color: #2c62e0;
  color: #fff !important;
  font-weight: normal;
  font-size: 38px !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}
.page_top p {
  color: #fff;
}
.page_top ul li {
  float: left;
  list-style: none;
  font-size: 14px;
}
.page_top ul li {
  float: left;
  list-style: none;
  color: #fff;
}
.page_top .fa-angle-right {
  margin-left: 10px;
  margin-right: 5px;
}
.page_top ul li a, .page_top .fa-home {
  color: #fff;
}
#menu-contactdetails li:nth-child(1) {
  background: url(../images/call.svg) no-repeat left center;
  padding-left: 25px;
  background-size: 20px;
}
#menu-contactdetails li:nth-child(2) {
  background: url(../images/mail.svg) no-repeat left center;
  padding-left: 25px;
  margin-top: 5px;
  background-size: 20px;
}

/*Mgtech*/

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
    padding: 0px 0px 0px 0px;
}
.mainmenu{
  text-align: right;
}
    .site-logo .custom-logo {
        width: 80% !important;
    }
.pull-right{
      float: right;
      text-align: right;
}
h2.what-client-say{ 
  text-align: center;
}

/*Blog*/
.all-blogs .meta-info, .all-related-blogs .meta-info {
  text-align: left;
  margin: 0;
}
.all-blogs .blog-article__title, .all-related-blogs .blog-article__title {
  padding-bottom: 0;
  margin-bottom: 0;
}
span.byline, span.tags-links{
  display: none;
}
span.cat-links{
  pointer-events: none;
}
.pg-blog{
  padding-top: 65px;
}
.pg-inner-blog{
  padding-top: 95px;
}
span.cat-links a, span.tags-links a {
  border: #ddd 1px solid;
  padding: 2px 8px;
  margin-right: 5px;
  border-radius: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-article__title {
  padding-bottom: 1rem;
}
.font-semi-bold, .font-semi-bold b, .font-semi-bold strong {
  font-weight: 600;
}
.font-size-9 {
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0;
}
.blog-header h3 a{
  color:#161616;
}
.blog-header h3 a:hover{
  color:#003ECB;
}
/*related-post*/

.related-post{
  background: #fffcf0;
  margin-top: 60px;
}

/**/
.logo_images_box {
  height: 250px;
  width: 100%;
  background-size: cover !important;
  margin-top: 30px;
  border: 10px solid #fff;
}
.testimonials h2 {
  font-size: 26px;
  margin-bottom: 20px !important;
}
.dedicated_hiring {
  background: #2c62e0;
  color: #fff;
  text-align: center;
  padding: 30px;
}
a.hire-amber-resource-banner {
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border: #fff 2px solid;
  margin: 10px 0 0px 0;
  font-weight: 400;
  display: inline-block;
}
a.hire-amber-resource-banner:hover {
  color: #2c62e0;
  background: #fff;
  border: #2c62e0 2px solid;
}
.other_services a {
  color: #555;
  padding: 5px 0;
  display: block;
}
.service-grp-cont {
  text-align: center;
  padding: 40px 0;
  clear: both;
}
img.service-img{
	max-width: 85%;
	margin-top: 0;
}
.feedback-section img{
	max-width: 100%;
	margin-top: 0;
}
.other_services a:hover {
  color: #2c62e0;
}
.get-start-cont {
  padding-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}
.got-question-savvy {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 0 0;
}
.got-question-savvy img {
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
}
.get-start-caption h2 {
  color: #2c62e0;
  margin-bottom: 20px;
}
.get-start-cont p {
  font-size: 18px;
  margin-bottom: 25px;
}
.get-start-cont p a {
  color: #2c62e0;
}
.get-start-cont p a:hover {
  color: #1eb1aa;
}
a.btn-get-start-now {
  background-color: #2c62e0;
  border: #2c62e0 2px solid;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 16px 25px 15px;
  text-transform: none;
}
a.btn-get-start-now:hover {
  background-color: #fff;
  border: #2c62e0 2px solid;
  color: #2c62e0;
}
a.hire-amber-resource {
  background: #2c62e0;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border: #2c62e0 2px solid;
  margin: 20px 0;
  font-weight: 400;
}
a.hire-amber-resource:hover {
  color: #2c62e0;
  background: #fff;
  border: #2c62e0 2px solid;
}
.questions_div, .questions_div h3, .questions_div p {
  text-align: left;
  font-weight: normal;
}
.Product-Category h2{
  padding: 60px 0 0 0;
}
.ecommerce-pic-gap{
  display: flex;
  flex-wrap: wrap;
}
.ecommerce-pic-gap img{
  max-width: 100%;
  padding: 10px;
}
.icon-gap{
  display: flex;
  flex-wrap: wrap;
}
.icon-gap img{
  max-width: 70%;
}
.tech-icons{
  
}
.inner-pg-top-gap{
  background: #2c62e0;
  padding-top: 65px;
}

.inner-policy-pg-top-gap{
  background: #2c62e0;
  color: #fff;
  padding-top: 65px;
}
.inner-pg-top-gap p{
  font-size: 18px;
  line-height: 36px;
  padding: 0 200px;
  font-weight: 500;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.work-icon img{
  max-width: 30%;
}
.work-img img{
  width: 32%;
}
#sp-ea-148.sp-easy-accordion .sp-ea-single {
  border: 0px solid #e2e2e2 !important;
}
#sp-ea-148.sp-easy-accordion .sp-ea-single {
  border-bottom: 1px solid #e2e2e2 !important;
}
.sp-easy-accordion .sp-ea-single {
  background: none !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}
.page_top_withimage {
  padding: 20px 0 0px 0;
}
.page_top_withimage h1 {
  margin-top: 90px !important;
}

/*Banner text rotate animation*/

.continuous-flip-card {
    background-color: transparent;
    width: 200px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    perspective: 1000px;
    /* Enables the 3D effect */
}

.continuous-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.continuous-flip-card-front,
.continuous-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #2C62E0;
    border-radius: 10px;
}

.continuous-flip-card-front {
    color: #2C62E0;
}

.continuous-flip-card-back {
    color: #2C62E0;
    transform: rotateX(180deg);"
}

.continuous-flip-card-inner {
    animation-duration:1s;
    animation: flip 3s linear infinite;
}

@keyframes flip {
    0% {    transform: rotateX(0deg) }
    100% {  transform: rotateX(360deg) }
}

/*Career*/
.position-opening {
  border: #ddd 1px solid;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.position-opening ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.position-opening ul li {
  padding: 5px;
}




.mobilestiky {display: none;}
.topheader_sections.stick .mobilestiky {display: block;}
.topheader_sections.stick .mobile {display: none;}


/* Menu */
.admin-bar .primary-navigation {
  top: initial;
  font-size: 16px;
  line-height: 24px;
  background: none !important;
  color: #62646;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  padding-left: var(--primary-nav--padding);
  padding-right: var(--primary-nav--padding);
}

.different-cat{
	padding-left: 60px;
}
	
	.phone_social  {
	text-align: center;
	position:fixed; bottom:15px; left:8%; z-index:99;
}

.social-connect {    border-bottom: 1px solid #2c62e0;  padding: 15px 0;}

.social-connect  a { font-size:18px; margin:0 20px; color:#2c62e0; }

.phone_social  address { margin-bottom:0; padding:15px 0; }

.phone_social  address a { color:#2c62e0;}

.phone_social  address .fa {color: #2c62e0;
    font-size: 20px;
    margin-right: 5px;
}

.entry-header h1{
	display: none;
}
.bd-image-post{
	background: #fff;
	position: relative;
	padding-top: 20px;
}
.prev-stock-pic{
	position: absolute;
	left: 0;
	bottom: 8%;
	opacity: 0.7;
	transition:all 0.5s ease 0s;
}
.like-btn{
	position: absolute;
	top: 80px;
}
.like-btn-below{
	text-align: right;
	padding: 25px 0;
}
.prev-stock-pic:hover{
	opacity: 1;
}
.next-stock-pic{
	position: absolute;
	right: 0;
	bottom: 8%;
	opacity: 0.7;
	transition:all 0.5s ease 0s;
}
.next-stock-pic:hover{
	opacity: 1;
}

.next-stock-pic a, .prev-stock-pic a { color:#e85a46; }

.template_body_inner img { margin:15px 0;}

.template_body_inner .entry-header, .template_body_inner .comments-area { display:none !important;}


.meta-info {
  text-align: center;
  margin: 0;
}
.meta-info ul {
  display: inline-block;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
.meta-info ul li {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 10px 0 0;
  position: relative;
}
.meta-info ul li+li {
  margin-left: 3px;
}
.meta-info ul li a {
  font-weight: 600;
  font-size: 13px;
  color: #353535;
  text-decoration: none;
}

.meta-info ul li+li:before {
  content: '';
  font-weight: 600;
  background-color: #003ecb;
  margin-right: 6px;
  height: 6px;
  width: 6px;
  border-radius:50%;
  position: absolute;
  left: -10px;
  top: 5px;
}

.post-single-part ul.blog-share {
  position: sticky;
  top: 30px;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
}

.post-single-part ul.blog-share li {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999999;
  line-height: 38px;
}

.post-single-part ul.blog-share li a {
  color: #999;
}
.footer-logo img{
  margin-top: 12px;
  width: 35%;
  margin-bottom: 28px;
}
#menu-privacypolicy li{
  display: inline;
  padding: 0 5px;
}
.align-items-center {
    align-items: center !important;
}