/***  header ***/
.header-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: auto;
    background-image: none;
}
.header-container .container-fluid {
    padding: 0;
}
.header-top {
    width: 100%;
    background: #07223E99;
    padding: 24px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-logo a {
    display: inline-block;
}
.header-logo img {
    display: block;
    max-width: 273px;
    width: 100%;
    /*opacity: 0.6;*/
}
.header-bottom {
    width: 100%;
    background: #07223E66;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 13px 30px;
}
.header-bottom ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-bottom li a{
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header-bottom li.current-menu-item a{ 
    font-weight: 700;
}
.header-bottom li a:hover,
.header-bottom li a:focus{
    opacity: 0.6;
    outline: 0;
}
.btn-default {
    display: inline-block;
    border: 1px solid #ffffff;
    background: #00000059;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn-default:hover,
.btn-default:focus {
    background: #000000;
    color: #ffffff;
}
a.phoneno {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 32px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    background: url(../Images/phone-icon1.svg) no-repeat left center;
}
a.phoneno:hover,
a.phoneno:focus{
    opacity: 0.8;
    outline: 0;
}
.header-right {
    width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-right .btn-default {
    padding: 15px 48px;
}
.toggle-btn {
    display: none;
    vertical-align: top;
    position: relative;
    width: 50px;
    height: 45px;
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
    outline: none;
    background: #07223e;
}
.toggle-btn .icon-bar {
	position: absolute;
	left: 10px;
	top: 21px;
	width: 30px;
	height: 3px;
    border-radius: 2px;
	transition: all 0.5s;
	background-color: #fff !important;
}
.toggle-btn .icon-bar + .icon-bar {
	margin-top: 0;
}
.icon-bar-top {
	transform: rotate(-45deg);
}

.icon-bar-middle {
	opacity: 0;
	left: -30px;
}

.icon-bar-bottom {
	transform: rotate(45deg);
}
.toggle-btn.collapsed .icon-bar-top {
	transform: rotate(0);
	top: 13px;
}
.toggle-btn.collapsed .icon-bar-middle {
	opacity: 1;
	left: 10px;
}
.toggle-btn.collapsed .icon-bar-bottom {
	transform: rotate(0);
	top: 29px;
}

@media only screen and (min-width: 1600px) { 
    .header-bottom {padding: 13px 45px;}
    .header-top {padding: 24px 40px;}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) { 
    .header-bottom li a{font-size: 16px;}
}
@media only screen and (min-width: 1401px) and (max-width: 1499px) { 
    .header-bottom li a{font-size: 15px;}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) { 
    .header-bottom li a{font-size: 14px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) { 
    .header-bottom li a{font-size: 13px;}
    .header-bottom {padding: 13px 24px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .header-right .btn-default {padding: 15px 28px;font-size: 20px;}
    .header-right {width: 60%;}
    .header-logo img {max-width: 250px;}
    a.phoneno {font-size: 22px;margin-right: 25px;}
}
@media only screen and (max-width: 1199px) {  
    .toggle-btn {display: inline-block;margin: 0 19px 13px 0;}
    .menu-wrapper.inactive {display: none;}
    .menu-wrapper {display: block;}
    .header-bottom {padding: 13px 0 0;  text-align: right;}
    .header-bottom ul {justify-content: flex-start;margin: 0;}
    .header-bottom ul li {width: 100%;border-top: 1px solid rgba(255,255,255,0.5);}
    .header-bottom ul li:first-child {border-top: 0;}
    .header-bottom ul li a {display: block;  text-align: left;  padding: 12px 20px;background: #07223E;line-height: 22px;}
    .header-bottom li a:hover, .header-bottom li a:focus {opacity: 1;color: rgba(255,255,255,0.6);}
}
@media only screen and (max-width: 767px) { 
    .header-right .btn-default {  padding: 12px 15px;font-size: 15px;}
    a.phoneno {display: none;}
    .header-top {padding: 24px 19px 24px 10px;}
    .header-logo img {max-width: 205px;}
}


/***  footer ***/
.footer-container {
    width: 100%;
    background: #010C17;
    padding: 68px 0;
}
.footer-bottomblk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-logo a {
    display: inline-block;
}
.footer-logo img {
    display: block;
    max-width: 273px;
    width: 100%;
    opacity: 0.6;
}
.copyright-txt p {
    color: #ffffff;
    opacity: 0.6;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}
.footer-top {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 40px;
}
.footer-top ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-top li a{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    opacity: 0.6;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.footer-top li a:hover{ 
    opacity: 1;
}
#scrollTop {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 99;
    text-align: center;
    line-height: 45px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #0B2C4E;
    display: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#scrollTop svg {
    width: 26px;
    height: 26px;
}
#scrollTop:hover {
    opacity: 0.8;
}


/***  about ***/
.main-outercon h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Univia Pro';
    font-weight: 500;
    color: #07223E;
}
.main-outercon .container {
    max-width: 1164px;
}
.banner-container {
    width: 100%;
    background: #07223E;
    padding: 300px 0 150px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.banner-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #021426A6;
    /*background: #0214268C;*/
}
/*.postid-147 .banner-container:before {*/
/*    background: #021426A6;*/
/*}*/
.banner-container .container {
    position: relative;
    z-index: 1;
    max-width: 1250px;
}
.banner-container h2.main-heading,
h1.main-heading {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    border: 1px solid #FFFFFF;
    padding: 5px 9px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
    font-family: Univia Pro;
}
h1.bannertitle,
.banner-container h2 {
    color: #ffffff;
    font-size: 66px;
    line-height: 81px;
    font-family: Univia Pro;
    margin-bottom: 25px;
}
.banner-container p { 
    color: #ffffff;
    max-width: 940px;
    width: 100%;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 30px;
}
.btn-default {
    display: inline-block;
    border: 1px solid #ffffff;
    background: #00000059;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn-default:visited {
    color: #ffffff;
}
.btn-default:hover,
.btn-default:focus {
    background: #000000;
    color: #ffffff;
}

.features-container {
    width: 100%;
    padding: 100px 0 100px;
}
.features-container h2{
    text-align: center;
    color: #000000;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    /*font-family: Univia Pro;*/
    margin-bottom: 55px;
}
.icon-card {
    width: 100%;
    text-align: center;
    padding: 0 24px;
}
.icon-card h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #07223E;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0;
    padding: 0 10px;
}
.icon-card p {
    color: #07223E;
    font-size: 18px;
    line-height: 27px;
}
.cta-container {
    width: 100%;
    padding: 150px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cta-container h2 {
    color: #ffffff;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    /*font-family: Univia Pro;*/
    margin-bottom: 25px;
}
.cta-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
}
.cta-container .container {
    position: relative;
    z-index: 1;
}
.cta-container p {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px;
}
.btn-default.btn1 {
    background: #07223E;
}
.btn-default.btn1:hover,
.btn-default.btn1:focus {
    background: #000000;
    color: #ffffff;
}
.cta-container .col-md-7 {
    padding-right: 85px;
}
.animate-imgblock {
    width: 100%;
    position: relative;
    text-align: center;
}
.animate-imgblock .curved-txt-bottom {
    width: 354px;
}
.content-container {
    width: 100%;
    padding: 120px 0 25px;
    position: relative;
}
.highlight-text {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: Univia Pro;
    font-size: 101px;
    line-height: 124px;
    font-weight: 400;
    color: #07223E;
    opacity: 0.05;
}
.contentrow {
    align-items: center;
    margin-bottom: 100px;
}
.contentrow h2 {
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    /*font-family: Univia Pro;*/
    margin-bottom: 25px;
}
.contentrow p {
    font-size: 18px;
    line-height: 27px;
    color: #07223E;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}
.contentrow .btn-default {
    min-width: 230px;
    text-align: center;
}
.contact-us-section.innerpage {
    height: auto;
    padding: 130px 0;
}
.contact-us-section.innerpage .contact-us-parent {
  width: auto;
}
.contact-us-section.innerpage .contact-txt {
    padding-left: 0;
}
.contact-us-section.innerpage .container {
    max-width: 1200px;
}
.contact-us-section.innerpage .contact-form-inner {
  padding: 0 0 0 50px;
}
.contact-us-section.innerpage h2 {
    color: #ffffff;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    /*font-family: Univia Pro;*/
}
.content-wrap {
    width: 100%;
    padding-right: 25px;
}
.content-wrap.right {
    padding: 0 0 0 20px;
}
.img-wrap {
    width: 100%;
}
.img-wrap img{
    display: block;
    width: 100%;
}
.intro-container {
    width: 100%;
    /*background: #07223e;*/
    background: #07223e url('../Images/about_bottom_bg.png') no-repeat center bottom;
    background-size: 100%;
    padding: 120px 0 0;
    position: relative;
    overflow: hidden;
}
.intro-container .highlight-text {
    color: #0c2642;
    opacity: 1;
}
.intro-container .contentrow h2 {
    color: #ffffff;   
}
.intro-container .contentrow p {
    color: #ffffff;   
    font-weight: 200;
    letter-spacing: 0;
}
.intro-container .contentrow {
    margin-bottom: 50px;
}
.intro-container .content-wrap {
    padding-right: 53px;
}
.intro-container .contentrow .img-wrap {
    padding-right: 80px;
}
.intro-container .curved-container {
    top: 208px;
    right: -155px;
    display: block;
}
.fullwidthblock {
    width: 100%;
    margin: 0;
    overflow: hidden;
    align-items: center;
}
.fullwidthblock .col-md-6 {
    padding: 0;
}
.fullwidthblock .img-wrap {
    padding-right: 100px;
}
.content-right {
    max-width: 600px;
    width: 100%;
    position: relative;
}
.content-right:before { 
    position: absolute;
    content: "";
    left: -21px;
    top: -39px;
    width: 120px;
    height: 120px;
    background: url(../Images/about-vector.png) no-repeat center center;
    background-size: 100%;
}
.content-right p {
    color: #fff;
    font-size: 70px;
    font-family: 'Univia Pro';
    font-weight: 300;
}
.content-right p strong {
    font-family: Univia Pro Ultra;
    font-weight: 700;
}
.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    transform: scale(.8);
    margin-left: -30px;
    margin-bottom: 20px;
}
.captcha-section{
    padding-bottom:20px;
}
.testimonial-container {
    width: 100%;
    background: #07223E;
    padding: 100px 0 120px;
    overflow: hidden;
  position: relative;
}
.testimonial-container h2 {
    color: #ffffff;
    text-align: center;
    margin: 0 0 50px;
}
.review-blk {
    width: 100%;
    max-width: 556px;
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid #2F3D4D;*/
    background: #FCF8F8;
    border-radius: 60px;
    position: relative;
    text-align: center;
    padding: 23px 20px 18px;
}
.review-blk span {
    background: #2F3D4D;
    border: 1px solid #FFFFFF;
    display: inline-block;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translateX(-50%);
}
.review-blk img {
    max-width: 433px;
    width: 100%;
}
.testimonial-slider {
    width: 100%;
    padding: 115px 0 120px;
    position: relative;
}
.testimonial-slider .slick-arrow {
    width: 54px;   
    height: 54px;
    border-radius: 100px;
    background: #FFFFFF;
    color: transparent;
    text-indent: -9999px;
    position: absolute;
    border: 0;
    bottom: 0;
}
.testimonial-slider .slick-arrow:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../Images/arrow-right.svg) no-repeat center center;
    background-size: 24px;
}
.testimonial-slider .slick-arrow.slick-prev:before {
    transform: rotate(180deg);
}
.testimonial-slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -60px;
}
.testimonial-slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -60px;
}
.testimonial-slider .slick-arrow:hover {
    opacity: 0.7;
}
.testimonial-slider .slick-list {
    overflow: visible;
    padding: 0 250px !important;
}
.testimonial-slide {
    display: flex !important;
    padding: 32px 10px 50px 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: #0B2C4E;
    margin: 0 20px;
    opacity: 0.5;
}
.testimonial-slide.slick-current {
    opacity: 1;
}
.testi-image {
    width: 42.7%;
    margin-top: -95px;
}
.testi-image img{
    display: block;
    width: 100%;
}
.testi-content {
    width: 57.3%;
    padding-left: 50px;
}
.testi-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.review-rating {
    width: 100%;
    margin-bottom: 25px;
}
.review-rating ul {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.review-rating li {
    margin-left: 3px;
}
.review-rating li:first-child {
    margin-left: 0;
}
.review-rating li img {
    display: block;
}
.bottom-info {
    width: 100%;
}
.bottom-info h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 10px;
}
.bottom-info span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}
.portfolio-container {
    width: 100%;
    padding: 0 0 120px;
    overflow: hidden;
    position: relative;
}
.portfolio-container h2 {
    text-align: center;
}
.tab-wrapper {
    width: 100%;
    padding: 28px 0 0;
}
.tab-wrapper .nav-tabs .nav-link {
    border: 1px solid #07223E;
    padding: 8px 25px;
    min-width: 149px;
    font-size: 10px;
    color: #07223E;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    border-radius: 30px;
    opacity: 0.6;
}
.tab-wrapper .nav-tabs .nav-item {
    margin: 0 5px;
}
.tab-wrapper .nav-tabs {
    border: 0;
    justify-content: center;
}
.tab-wrapper .nav-tabs .nav-link.active {
    background: #07223E;
    color: #FFFFFF;
    opacity: 1;
}
.slider-block {
    width: 100%;
}
.tab-content {
    width: 100%;
    padding: 75px 0 0;
}
.slide-single {
    margin: 0 10px;
    position: relative;
}
.image-card {
    width: 100%;
}
.image-card img {
    width: 100%;
    height: 428px;
    object-fit: cover;
    object-position: center center;
}
span.categry-title {
    display: inline-block;
    background: #07223E;
    border-radius: 0 30px 30px 0;
    padding: 7px 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 0;
    bottom: 80px;
    min-width: 205px;
    text-align: center;
    opacity: 0.8;
}
.slider-block2 {
    width: 100%;
    margin: 20px 0 0;
}
.follow-container {
    width: 100%;
    padding: 0 0 120px;
}
.follow-container h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #07223E;
    margin: 0 0 12px;
}
.follow-container h2 {
    text-align: center;
    margin: 0;
}
.follow-container h2 a {
    color: #07223E;
    text-decoration: none;
}
.follow-container h2 a:hover,
.follow-container h2 a:focus {
    outline: none;
    opacity: 0.7;
}
.image-wrap {
    width: 100%;
    padding: 40px 40px 0;
}
.image-wrap img{
    display: block;
    width: 100%;
}



/*** service single ***/
.content-wrap ul {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.content-wrap ul li {
  font-size: 18px;
  line-height: 27px;
  color: #07223E;
  letter-spacing: -0.3px;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
  font-weight: 500;
}
.content-wrap ul li:before { 
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 20px;
    height: 21px;
    background: url(../Images/tick_icon.svg) no-repeat center center;
    background-size: 100%;
}
.content-wrap ul li:first-child {
    margin-top: 0;
}
.column-container {
    width: 100%;
    background: #07223E;
    padding: 130px 0 120px;
    position: relative;
}
.column-container h2 {
    color: #ffffff;
    margin-bottom: 45px;
}
.column-container .highlight-text {
    color: #ffffff;
    top: 10px;
}
.offers-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 532px;
    z-index: 0;
    padding: 20px 20px 35px;
}
.offers-card:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: -1;
}
.offers-card h5 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 17px 0 16px;
}
.offers-card p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}
.offers-card img {
    display: block;
}
.grid-container {
    width: 100%;
    background: #07223E;
    padding: 100px 40px 50px;
    position: relative;
}
.grid-container h2 {
    color: #ffffff;
    margin-bottom: 55px;
    text-align: center;
}
.grid-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1590px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.content-box {
    width: 23.55%;
    margin-left: 30px;
    position: relative;
}
.content-box:after {
    position: absolute;
    content: "";
    left: 50%;
    top: -13px;
    width: 284px;
    height: 58px;
    background: url(../Images/curve-arrow.png) no-repeat top center;
    background-size: 100%;
    margin-left: 60px;
    opacity: 0.3;
}
.content-box:last-child:after {
    display: none;
}
.content-box:first-child { 
    margin-left: 0;
}
.box-no {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.3);
    text-align: center;
    color: #07223E;
    border-radius: 100px;
    margin: 0 auto;
}
.imginner-wrap {
    width: 100%;
    margin: 48px 0 0;
}
.imginner-wrap img{
    width: 100%;
    height: 293px;
    object-fit: cover;
    object-position: center;
}
.desc-wrap {
    width: 100%;
    padding: 25px 0 0;
}
.desc-wrap h5 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 14px;
}
.desc-wrap p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}
.column-container.whychooseus h2 {
    margin-bottom: 35px;
}
.leftcontent p {
    width: 72%;
}
.img-holder {
    width: 100%;
}
.img-holder img{
    width: 100%;
    height: 456px;
    object-fit: cover;
    object-position: center;
}
.col-md-6.left-col1 {
    padding-right: 0;
}
.right-col1 {
    padding-top: 6px;
    padding-left: 20px;
}
.right-col1 .img-holder:first-child {
    margin-bottom: 19px;
}
.blocklist-outer {
    width: 100%;
}
.list-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    background: #FFFFFF1A;
    padding: 20px 24px;
    height: 261px;
}
.list-block img {
    display: block;
}
.list-block h5 {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 12px 0 16px;
    width: 100%;
}
.list-block p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}
.list-block.blockitem1 {
    background: #ffffff;
}
.list-block.blockitem1 h5,
.list-block.blockitem1 p{
    color: #07223E;
}
.list-block.blockitem3 {
    background: #FFFFFF0D;
}
.portfolio-container.service {
    padding-top: 100px;
}
.service .icon-card p {
    padding: 0 26px;
}
.service .icon-card {
    padding: 0;
}
.listsblock,
.whychooseus {
   overflow: hidden; 
}
.listsblock .curved-container,
.whychooseus .curved-container {
    display: block;
    top: 145px;
  right: -155px;
}


/*** Services ***/
.column-container.listsblock {
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.services-block {
    width: calc(100% + 22px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -22px;
}
.services-block .offers-card {
    width: 48.1%;
    margin: 0 0 45px 22px;
    padding: 20px 30px 45px;
}
.services-block .offers-card.card1,
.services-block .offers-card.card2,
.services-block .offers-card.card3 {
    width: 31.4%;
    padding-left: 20px;
    padding-right: 18px;
}
.services-block .offers-card p {
    min-height: 135px;
    margin-bottom: 20px;
}
.services-block .offers-card .btn-default {
    font-size: 16px;
    padding: 13px 30px;
}
.offers-card .inner-wrap img {
    height: 85px;
    width: 85px;
}


/*** contact ***/
.page-template-template-contact .contact-us-section {
    display: none;
}
.contactus .curved-container {
    display:block;
    right: -155px;
    top: 115px;
}
.column-container.contactus {
    overflow: hidden;
    z-index: 0;   
    padding: 140px 0;
}
.column-container.contactus:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/contact-bg.webp) no-repeat top center;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: -1;
}
.column-container.contactus h2 {
    margin-bottom: 20px;
    font-weight: 500;
}
.contact-details p {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}
.contact-details h5 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
.details-block {
    width: 100%;
    margin-bottom: 28px;
}
.details-block span {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding: 3px 0 6px 38px;
    margin-bottom: 10px;
}
span.addresshead {
    background: url(../Images/marker-icon.svg) no-repeat left top;
    background-size: 23px;
}
span.phonehead {
    background: url(../Images/phone-icon2.svg) no-repeat left top;
    background-size: 22px;
}
span.mailhead {
    background: url(../Images/envelope-icon.svg) no-repeat left top;
    background-size: 27px;
}
.details-block p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.details-block a { 
    color: #ffffff;
    text-decoration: none;
}
.details-block a:hover,
.details-block a:focus {
    outline: 0;
    color: rgba(255,255,255,0.4);
}
.form-wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 56px 36px 68px;
}
.form-wrapper h3 {
    font-size: 30px;
    line-height: 38px;
    color: #07223E;
    margin-bottom: 25px;
    text-align: center;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"],
.form-wrapper select,
.form-wrapper textarea {
    width: 100%;
    border: 1px solid #07223E;
    color: #07223E;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 10px;
    height: 57px;
    background: #fff;
    border-radius: 0;
    outline: 0;
}
.form-wrapper textarea {
    height: 149px;
    padding: 12px 10px;
    resize: none;
}
.input-field {
    width: 100%;
    margin-bottom: 20px;
}
.input-field p {
    margin: 0;
}
.form-wrapper select {
    color: rgba(7, 34, 62, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../Images/down-arrow.svg) no-repeat top 25px right 12px;
    background-size: 10px;
}
.form-wrapper textarea::-webkit-input-placeholder,
.form-wrapper input::-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  opacity: 0.7;
  color: #07223E;
}
.form-wrapper textarea:-moz-placeholder,
.form-wrapper input:-moz-placeholder {
  font-family: 'Poppins', sans-serif;
  opacity: 0.7;
  color: #07223E;
}
.form-wrapper textarea::-moz-placeholder,
.form-wrapper input::-moz-placeholder {
  font-family: 'Poppins', sans-serif;
  opacity: 0.7;
  color: #07223E;
}
.form-wrapper textarea:-ms-input-placeholder,
.form-wrapper input:-ms-input-placeholder {
  font-family: 'Poppins', sans-serif;
  opacity: 0.7;
  color: #07223E;
}
.form-wrapper .wpcf7-submit {
    background: #07223E!important;
    font-size: 24px;
    font-weight: 500;
    width: auto !important;
    margin: 0 auto !important;
    display: block;
    padding: 0 30px;
    height: 56px !important;
}
.form-wrapper .wpcf7-submit:hover,
.form-wrapper .wpcf7-submit:focus {
    background: #000000!important;
    color: #ffffff!important;
}
.input-field.btn-wrap {
    margin-bottom: 0;
    padding-top: 10px;
}
.form-wrapper .wpcf7-spinner {
    position: absolute;
}
.column-container.contactus .highlight-text {
    top: 0;
}
.postid-150 .service .icon-card p,
.postid-155 .service .icon-card p {
  padding: 0 22px;
}
.postid-150 .icon-card h5 {
    padding: 0;
}
.inner-wrap {
    display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
min-height: 254px;
}
.contact-us-section.innerpage .form-sect-1 input.wpcf7-submit {
    padding-left: 0;
    border-radius: 0;
}
.portfolio-container.service .container {
    max-width: 1250px;
}

.postid-140 .left-col1 h2 {
    padding-right: 15px;
}
.postid-140 .img-holder img {
    height: 515px;
}
.contact-us-section.innerpage .form-sect-1 input[type="email"]::placeholder{
    font-weight: 200;
}
.contact-us-section.innerpage .form-sect-2 input[type="tel"]::placeholder{
    font-weight: 200;
}



@media only screen and (min-width: 1600px) and (max-width: 1699px) { 
    .testimonial-slider .slick-list{padding: 0 200px !important;}
    .content-box {margin-left: 29px;}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) { 
     .testimonial-slider .slick-list{padding: 0 180px !important;}
     .content-box {margin-left: 27px;}
     .content-box::after {top: -10px;  width: 246px;  height: 52px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) { 
    .testimonial-slider .slick-list{padding: 0 120px !important;}
    .tab-wrapper .nav-tabs .nav-link {min-width: 127px;}
    .tab-wrapper .nav-tabs .nav-item {  margin: 0 4px;}
    .image-card img {height: 390px;}
    .content-box {margin-left: 25px;}
    .content-box::after {top: -8px;  width: 232px;  height: 50px;margin-left: 55px;}
    .whychooseus .curved-container,.listsblock .curved-container,.contactus .curved-container{right: -123px;}
    .whychooseus .curved-txt,.listsblock .curved-txt,.contactus .curved-txt{  width: 220px;}
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) { 
    .testimonial-slider .slick-list{padding: 0 80px !important;}
    .testi-content {padding-left: 42px;width: 58.3%;}
    .testi-image {  width: 41.7%;}
    .image-card img {height: 350px;}
    .tab-wrapper .nav-tabs .nav-link {min-width: 127px;padding: 8px 15px;}
    .tab-wrapper .nav-tabs .nav-item {  margin: 0 3px;}
    .content-box {margin-left: 23px;}
    .content-box::after {top: -8px;  width: 232px;  height: 50px;margin-left: 45px;}
    .whychooseus .curved-container,.listsblock .curved-container,.contactus .curved-container {right: -113px;}
    .whychooseus .curved-txt,.listsblock .curved-txt,.contactus .curved-txt {  width: 200px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) { 
    .testimonial-slider .slick-list{padding: 0 50px !important;}
    .testi-content {padding-left: 34px;width: 58.3%;padding-right: 8px;}
    .testi-image {  width: 41.7%;}
    .image-card img {height: 320px;}
    .tab-wrapper .nav-tabs .nav-link {min-width: 113px;    padding: 8px 10px;}
    .tab-wrapper .nav-tabs .nav-item {  margin: 0 3px;}
    .intro-container .curved-container {right: -140px;}
    .intro-container .curved-container .curved-txt {display: block;width: 240px;}
    .content-box {margin-left: 20px;}
    .imginner-wrap img {height: 250px;}
    .content-box::after {top: -5px;  width: 200px;  height: 42px;margin-left: 42px;}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) { 
    .tab-wrapper .nav-tabs .nav-link {min-width: 113px;    padding: 8px 10px;}
    .tab-wrapper .nav-tabs .nav-item { margin: 0 5px 9px;}
    .image-card img {height: 300px;}
    span.categry-title {padding: 7px 17px;}
    .content-box {  width: 23.8%;  margin-left: 14px;}
    .imginner-wrap img {height: 235px;}
    .content-box::after {top: -3px;  width: 180px;  height: 40px;margin-left: 30px;}
    .testimonial-slider .slick-list {padding: 0 70px !important;}
    .testimonial-slide {margin: 0 12px;padding: 30px 10px 35px 25px;}
    .testi-content {padding-left: 25px;}
    .testi-content p {font-size: 18px;  line-height: 28px;}
    .review-rating {margin-bottom: 16px;}
    .review-rating li img {width: 20px;}
    .testi-content p {font-size: 16px;  line-height: 24px;margin-bottom: 20px;}
    .bottom-info h5 {font-size: 18px;  line-height: 21px;margin: 0 0 10px;}
    .bottom-info span {font-size: 16px;}
    .review-blk {padding: 22px 20px 14px;max-width: 495px;}
    .review-blk img {max-width: 350px;}
    .services-block{width: calc(100% + 18px);margin-left: -18px;}
    .services-block .offers-card {margin: 0 0 45px 18px;}
    .postid-150 .service .icon-card p,
    .postid-155 .service .icon-card p {  padding: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-outercon .container {padding: 0 15px;}
    .main-outercon h2 {    font-size: 53px;    line-height: 65px;  }
    .intro-container .contentrow .img-wrap {  padding-right: 0;}
    .banner-container h2,h1.bannertitle {font-size: 58px;  line-height: 73px;}
    .content-right p {font-size: 60px;}
    .intro-container .content-wrap {  padding-right: 20px;}
    .content-wrap {padding-right: 0;}
    .content-wrap.right {  padding: 0;}
    .slide-single {  margin: 0 7px;}
    .slider-block2 {margin: 14px 0 0;}
    .tab-wrapper .nav-tabs .nav-link {min-width: 113px;    padding: 8px 10px;}
    .tab-wrapper .nav-tabs .nav-item { margin: 0 5px 9px;}
    .image-card img {height: 300px;}
    span.categry-title {padding: 7px 17px;bottom: 68px;min-width: 160px;}
    .tab-content {padding: 50px 0 0;}
    .testimonial-slider .slick-list {padding: 0 20px !important;}
    .testimonial-slide {margin: 0 12px;padding: 30px 10px 35px 25px;}
    .testi-content {padding-left: 25px;}
    .testi-content p {font-size: 18px;  line-height: 28px;}
    .review-rating {margin-bottom: 16px;}
    .review-rating li img {width: 20px;}
    .testi-content p {font-size: 16px;  line-height: 24px;margin-bottom: 20px;}
    .bottom-info h5 {font-size: 18px;  line-height: 21px;margin: 0 0 10px;}
    .bottom-info span {font-size: 16px;}
    .review-blk {padding: 22px 20px 14px;max-width: 495px;}
    .review-blk img {max-width: 350px;}
    .testimonial-slider {padding: 90px 0 100px;}
    .icon-card {padding:0;}
    .icon-card h5 {font-size: 18px;  line-height: 27px;padding: 0;}
    .icon-card p {font-size: 16px;  line-height: 25px;}
    .cta-container .col-md-7 {  padding-right: 20px;}
    .footer-top ul {justify-content: center;}
    .footer-top ul li {margin: 0 11px 10px;}
    .footer-top {padding-bottom: 28px;}
    .footer-container {padding: 55px 0;}
    .leftcontent p {  width: 90%;}
    .service .icon-card p {  padding: 0;}
    .grid-container {padding: 100px 15px 0px;}
    .content-box {  width: 23.9%;  margin-left: 10px;}
    .imginner-wrap img {height: 235px;}
    .content-box::after {top: -3px;  width: 180px;  height: 40px;margin-left: 33px;}
    .offers-card {height: 480px;}
    .contact-us-section.innerpage .contact-txt {  padding-left: 12px;}
    .services-block .offers-card,
    .services-block .offers-card.card1, .services-block .offers-card.card2, .services-block .offers-card.card3
    {width: 47.1%;padding: 20px 20px 35px;}
    .services-block {justify-content: center;}
    .contact-details p {font-size: 18px;  line-height: 27px;}
    .form-wrapper{padding: 56px 20px 68px;}
    .postid-150 .service .icon-card p,
    .postid-155 .service .icon-card p {  padding: 0;}
    .offers-card p {  font-size: 17px;  line-height: 28px;}
    .banner-container h2.main-heading, h1.main-heading {margin-bottom: 17px;padding: 7px 9px 4px;line-height: 24px;}
    .postid-140 .left-col1 h2 {padding-right: 0;}
    .postid-140 .img-holder img {  height: 526px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .image-card img {height: 230px;}
    span.categry-title {bottom: 55px;font-size: 11px;padding: 7px 9px;}
    .contact-us-section.innerpage .contact-form-inner {padding: 0;justify-content: space-between !important;}
    .contact-us-section.innerpage .contact-txt {  padding-left: 10px;}
    .content-right::before {width: 90px;}
    .content-right p {    font-size: 45px;  }
    .imginner-wrap img {height: 180px;}
    .content-box::after {top: 3px;  width: 132px;  height: 30px;margin-left: 27px;}
    .offers-card {height: 430px;padding: 20px 12px 35px;}
    .offers-card h5 {font-size: 16px;  line-height: 25px;}
    .offers-card p {font-size: 15px;  line-height: 23px;}
    .highlight-text{font-size: 85px;  line-height: 105px;}
    .list-block p {font-size: 16px;  line-height: 24px;}
    .list-block h5 {margin: 6px 0 10px;}
    .col-md-6.left-col1 {width: 100%;padding-right: 12px;}
    .right-col1 {width: 100%;padding-top: 26px;  padding-left: 12px;justify-content: space-between;  display: flex;}
    .list-block {height: auto;}
        .img-holder {width: 48%;}
    .right-col1 .img-holder:first-child {  margin-bottom: 0;}
    .img-holder img,.postid-140 .img-holder img {height: 300px;}
    .main-outercon h2 {  font-size: 45px;  line-height: 55px;}
    .banner-container h2,h1.bannertitle {font-size: 50px;  line-height: 65px;}
    .contact-us-section.innerpage h2 {margin-bottom: 30px;}
    .contact-us-section.innerpage .form-sect-1, .contact-us-section.innerpage .form-sect-2 {width: 48.5%;  }
    .postid-140 .left-col1 h2 {padding-right: 0;}
    
}

@media screen and (max-width: 769px) {
     .wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    transform: scale(.55);
    margin-left: -68px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) { 
    .footer-bottomblk {flex-direction: column;}
    .copyright-txt {width: 100%;  text-align: center;  padding: 15px 0 0;}
    .footer-top {padding-bottom: 30px;margin-bottom: 40px;}
    .footer-top ul {flex-direction: column;justify-content: flex-start;}
    .footer-top ul li {margin-bottom: 10px;}
    .footer-container {padding: 50px 0;}
    .contact-us-section.innerpage {padding: 60px 0 !important;}
    .contact-us-section.innerpage h2 {padding: 0 15px 25px;}
    .contact-us-section.innerpage .contact-form-inner {padding-left: 15px;}
    .main-outercon h2 {  font-size: 36px;  line-height: 46px;}
    .cta-container {padding: 50px 0 60px;}
    .cta-container .col-md-7 {  padding-right: 15px;}
    .cta-container p {font-size: 16px;  line-height: 25px;  margin-bottom: 30px;}
    .btn-default {font-size: 18px;padding: 15px 20px;}
    .animate-imgblock {margin: 35px 0 0;}
    .animate-imgblock .curved-txt-bottom {  width: 200px;}
    .image-wrap {padding: 30px 15px 0;}
    .follow-container {padding: 0 0 70px;}
    .features-container {padding: 60px 0 50px;}
    .features-container h2 {margin-bottom: 30px;}
    .icon-card {padding: 0 0 20px;}
    .icon-card p {font-size: 16px;  line-height: 25px;}
    .testimonial-container {padding: 60px 0 70px;}
    .review-blk img {max-width: 250px;}
    .review-blk {max-width: 330px;padding: 21px 20px 11px;}
    .review-blk span {width: 230px;font-size: 14px;}
    .testimonial-slider {padding: 65px 0 90px;}
    .testimonial-slider .slick-list {padding: 0 !important;}
    .testimonial-slide {margin: 0 12px;padding: 0 15px 35px;}
    .testi-image {  width: 100%;  margin-top: -30px;}
    .testi-content {  width: 100%;  padding: 30px 0 0;  text-align: center;}
    .testi-content p {font-size: 18px;  line-height: 30px;}
    .review-rating ul {justify-content: center;}
    .review-rating li img{width: 22px;}
    .tab-wrapper .nav-tabs .nav-link {padding: 8px 10px;  min-width: 140px;}
    .tab-wrapper .nav-tabs .nav-item {margin: 0 5px 11px;}
    .tab-content {padding: 30px 0 0;}
    .image-card img{height: 250px;}
    span.categry-title {padding: 7px 12px;font-size: 12px;bottom: 50px;  min-width: 160px;}
    .portfolio-container {padding: 0 0 70px;}
    .content-wrap.right {  padding: 20px 0 0;}
    .contentrow h2 {margin-bottom: 20px;}
    .contentrow p {font-size: 16px;  line-height: 25px;margin-bottom: 25px;}
    .contentrow {margin-bottom: 60px;}
    .highlight-text {font-size: 50px;  line-height: 65px;}
    .content-container {padding: 70px 0 25px;}
    .content-wrap {padding: 0 0 30px;}
    .content-right p {font-size: 40px;}
    .content-right::before {left: 6px; top: 0;height: 100px;width: 92px;}
    .fullwidthblock .block1 {order: 2;}
    .fullwidthblock .block1 {order: 1;}
    .content-right {padding: 40px 15px 0;}
    .intro-container .contentrow {  margin-bottom: 26px;}
    .intro-container .contentrow .img-wrap {  padding-right: 0;}
    .intro-container .content-wrap {padding: 0 0 35px;}
    .intro-container {padding: 70px 0 0;}
    .banner-container h2,h1.bannertitle {font-size: 38px;  line-height: 50px;margin-bottom: 22px;}
    .banner-container h1 br,
    .banner-container h2 br {display: none;}
    .banner-container {padding: 230px 0 70px;}
    h1.main-heading,.banner-container h2.main-heading {font-size: 15px;line-height: 20px;padding: 6px 9px 3px;margin-bottom: 17px;}
    .column-container {padding: 70px 0 50px;}
    .col-md-6.left-col1 {  padding-right: 12px;}
    .right-col1 {  padding-top: 26px;  padding-left: 12px;}
    .list-block p {font-size: 16px;  line-height: 24px;}
    .list-block h5 {margin: 6px 0 10px;}
    .list-block {height: auto;}
    .img-holder img {height: auto;}
    .content-wrap ul li {font-size: 16px;  line-height: 25px;margin-top: 6px;}
    .content-wrap ul {margin: 0 0 25px;}
    .column-container h2 {margin-bottom: 25px;}
    .offers-card {height: 450px;margin: 0 0 25px;}
    .portfolio-container.service {  padding-top: 60px;}
    .grid-container {padding: 60px 20px 0;}
    .content-box {  width: 100%;margin: 35px 0 0;}
    .content-box::after {display: none;}
    .imginner-wrap {margin: 25px 0 0;}
    .grid-container h2 {margin-bottom: 0;}
    .service .icon-card p {  padding: 0 0 10px;}
    .leftcontent p {  width: 100%;}
    .column-container.whychooseus {padding-bottom: 70px;}
    .imginner-wrap img {height: auto;}
    .services-block .offers-card,
    .services-block .offers-card.card1, .services-block .offers-card.card2, .services-block .offers-card.card3
    {width: 100%;padding: 20px 15px 35px;margin: 0 0 30px;height: auto;min-height: 480px;}
    .services-block {margin: 0;width: 100%;}
    .offers-card p {  font-size: 16px;  line-height: 25px;}
    .column-container.listsblock {  padding-bottom: 55px;  margin-bottom: 60px;}
    .column-container.contactus {padding: 65px 0;}
    .contact-details p {font-size: 17px;  line-height: 26px;margin-bottom: 26px;}
    .contact-details {padding-bottom: 20px;}
    .form-wrapper {padding: 30px 18px 40px;}
    .form-wrapper .wpcf7-submit {font-size: 20px;}
    .postid-150 .service .icon-card p,
    .postid-155 .service .icon-card p {  padding: 0;}
    .inner-wrap {min-height: auto;}
    .contact-us-section.innerpage .form-sect-1, .contact-us-section.innerpage .form-sect-2 {width: 48.5%;  }
    #scrollTop {right: 13px;  bottom: 30px;}
    .contact-us-section.innerpage .form-sect-1 .captcha-section {height: 73px;}
    .contact-us-section.innerpage .wpcf7 .wpcf7-recaptcha iframe {margin-bottom: 0;  margin-top: -17px;}
    .postid-140 .left-col1 h2 {padding-right: 0;}
    .postid-140 .img-holder img {  height: auto;}
}