@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	/* min-width: 1200px; */
	margin: 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

.row {
	max-width: 1200px;
	margin: 0 auto
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #B11414;
}

.text-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

/*button*/
.button {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}

.button:hover {
	background: #ddd;
	border-color: #ddd;
	color: #ddd;
	color: #fff;
}

/*clearings*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: 100;
	color: #000;
}


.btn2.wrapper .mybtn {
    padding: 23px 68px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
    /* transition: transform 0.3s ease; */
}

/* CSS */
.mybtn {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.mybtn:hover,
.mybtn:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.mybtn:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.mybtn:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


/* TOP INFO HEADER START*/
.head-top-info {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.soc-icons img {
    max-width: 100%;
	padding-left: 20px;
    transition: transform 0.4s ease; 
}

.soc-icons img:hover {
    transform: scale(1.5); /* Adjust the scale factor for zoom on hover */
}


.dot-border img,
.dot-border-bot img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

/* TOP INFO HEADER END */


.logo-header img {
    max-width: 100%;
    transition: transform 0.3s ease; 
}

.logo-header img:hover {
    transform: scale(1.1); 
}


.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.nav-head {
    width: 555px;
}


nav.nav-head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dot-border-bot {
    /* margin-top: -10px; */
    padding: 0;
}

.head-top-info p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
}


.btn-wrapper .mybtn {
    padding: 23px 68px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    letter-spacing: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

.btn-wrapper .mybtn:hover {
    transform: scale(1.1); 
}



#header .row {
	width: 1300px;

}
#header {
	background: #111111;
	padding-top: 10px;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0 5px 0;
    display: inline-block;
    /* border-bottom: 5px solid #111; */
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #007FFF;
	/* border-bottom: 5px solid #fff; */
}

#header .hdRight {
	text-align: right;
}

#header .hdRight p {
	line-height: 1;
	margin: 0;
	color: #fff;
}

#header .hdRightBot {
	padding-top: 20px;
	border-top: 1px solid #222222;
	margin-top: 15px;
}

#header .hdSocial a {
	font-family: "socialico";
	font-size: 35px;
	color: #007FFF;
}

#header .hdSocial a:hover {
	color: #FFFFFF;
}

#header .hdPhone {
	font-size: 22px;
	vertical-align: top;
}

#header .hdPhone img {
	vertical-align: bottom;
}

#header .hdEmail {
	font-size: 16px;
}

#header .hdInfo,
.hdPhone {
	display: inline-block;
}

#header .hdInfo {
	border-left: 1px solid #222222;
	margin-left: 15px;
	padding-left: 15px;
	text-align: center;
}

/* end */

/* banner */
.banner-wrapper {
    width: 710px;
}
.btn-wrapper-cont .mybtn {
    padding: 23px 38px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    letter-spacing: 3px;
	font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}

.btn-wrapper-cont .mybtn:hover {
    transform: scale(1.1); 
}

.banner-content h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    text-align: left;
    color: #fff;
    padding-top: 15px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}




.banner-content {
    text-align: left;
    padding-top: 395px;
}

.banner-content span {
    color: #fff;
    padding-left: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

.icon-banner-wrapper p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.icon-banner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 620px;
    align-items: baseline;
}


.icon-1, .icon-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-1:hover, .icon-2:hover, .icon-3:hover {
    transform: scale(1.2); 
    transition: transform 0.3s ease;
}


.icon-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
	gap: 10px;
}

.icon-3 p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.btn-cont {
    display: flex;
    justify-content: left;
    gap: 25px;
    align-items: center;
}

.icon-banner-wrapper {
    display: flex;
    justify-content: left;
    width: 620px;
    align-items: baseline;
    gap: 139px;
}


span.call {
    text-align: left;
    font-size: 14px;
    padding: 0;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
	letter-spacing: 0;
}


.banner-tab-wrapper {
    display: flex;
    justify-content: center;
    width: 1250px ;
	max-width: 100%;
    margin: 0 auto;
}


.tab-1 {
    padding: 40px;
   background: url(../images/content/tab-bg.png);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
    width: 514px;
	box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-webkit-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-moz-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
}





.tab-2 {
	padding: 40px;
    background-color: #fff;
    width: 380px;
	border-left: 1px solid #AAAAAA;
	color: #000;
	box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-webkit-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-moz-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
}

.tab-2:hover {
    background: url(../images/content/tab-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}


.tab-3 {
	padding: 40px;
    background: #fff;
    width: 391px;
	border-left: 1px solid #AAAAAA;
	box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-webkit-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
-moz-box-shadow: 0px 7px 6px 0px rgba(38,33,33,0.75);
	
}


.tab-3:hover{
	background: url(../images/content/tab-bg.png);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
	color: #fff;
}

.banner-tab-nav {
    margin-top: -105px;
}


.banner-tab-wrapper p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}


.tab-1 p {
    color: #fff;
}

#banner {
	background: url(../images/content/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#banner .row {
    min-height: 959px;
    padding: 0;
    text-align: right;
    margin-top: -162px;
	max-width: 1679px;
}

#banner .text {
	display: inline-block;
	vertical-align: top;
	width: 462px;
	height: 462px;
	margin: 108px 0 0;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
	margin-right: -120px;
}

#banner .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 20% 2% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#banner .text h2 {
	padding: 0 0 20px;
	font-size: 40px;
	font-weight: 900;
}

#banner .text p {
	font-size: 18px;
	line-height: 122%;
	font-weight: bold;
}

#banner .text p .button {
	margin: 10px 0 0;
}

/* end */

/* content */
#content .row {
	padding: 0;
}

#services-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/services-wrapper.jpg);
}

#services-1 .row {
	margin: -200px auto -120px;
}

#services-1 dd {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

#services-1 dd p {
	font-size: 14px;
	color: #000;
}

#services-1 h3 {
	font-size: 25px;
	position: relative;
	padding-bottom: 20px;
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
	width: 100px;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	content: "";
	background: #2391FF;
	border-radius: 30px;
}

#services-1 dl {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 3px);
	padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
	padding-top: 0;
}

#services-1 dt {
	margin-bottom: 20px;
}

#services-1 dt img {
	border-radius: 50%;
	box-shadow: 0 -5px 10px grey;
	border: 5px solid #fff;
}

#services-1 .button {
	margin-top: -60px;
}

#services-1 .parag p {
	padding: 20px;
}


/* content bottom */
#services-section .row {
	padding: 13px 0 13px;
}

#services-section h2 {
	font-size: 25px;
}

#services-section p {
	font-size: 15px;
	line-height: 150%;
	font-weight: 300;
	padding: 8px 0;
}

#services-section .logo {
	padding: 20px 0;
	background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
	max-width: 286px;
}

#services-section .text {
	width: 462px;
	height: 462px;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 5% 5% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
	padding: 180px 0 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}

#content-1 .parag {
	max-width: 630px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 80px;
}

#content-1 .cn1imgBox {
	position: relative;
}

#content-1 .cn1imgBox img {
	width: 100%;
}

#content-1 .cn1imgBox h4 {
	font-size: 38px;
	font-weight: 900;
	color: #2391FF;
	line-height: 1;
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

#content-1 .cn1imgBox h4 span {
	display: block;
	color: #fff;
}

#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
	padding-bottom: 20px;
	position: relative;
}

#gallery-section .row {
	padding: 50px 0 105px;
	color: #000;
}

#gallery-section .galBox {
	max-width: 930px;
	margin: 30px auto 0;
}

#gallery-section .galRightTop {
	margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
	margin-right: 8px;
}

#feeds-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
	padding: 0;
}

#feeds-section .text {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	min-height: 396px;
	padding: 10px 4% 0;
	box-sizing: border-box;
	background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
	font-size: 20px;
	line-height: 125%;
	font-weight: lighter;
	max-width: 458px;
	margin: auto;
}

#feeds-section .rates {
	font-size: 60px;
	line-height: 120%;
	color: #FF7F00;
}

#feeds-section .user {
	padding: 20px 0 0;
	font-size: 35px;
	line-height: 120%;
}

#feeds-section .user small {
	display: block;
	padding: 0 0 5px;
	line-height: 0;
}

#feeds-section .user small img {
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
}

/* end */

/* footer */
#footer-section h2 {
	font-size: 51px;
	font-weight: 100;
	padding: 50px 0 20px;
	position: relative;
}

#footer-section .final {
	padding-top: 10px;
	float: right;
}

#footer-section .final p {
	max-width: 280px;
	margin: 30px auto;
	text-align: center;
	line-height: 180%;
}

#footer-section .final span {
	color: #007FFF;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

#footer-section .final strong {
	font-size: 15px;
	font-weight: normal;
}

#footer-section .final small {
	font-size: 25px;
	font-weight: bold;
}

#footer-section .copy-right p {
	font-size: 13px;
	font-weight: lighter;
	max-width: 739px;
	margin: auto;
	word-spacing: 2px;
	letter-spacing: 2px;
}

#footer-section .sub {
	text-align: left;
}

#footer-section .social-media a {
	max-width: 162px;
}

#footer-section .ctc-form .MesBox {
	height: 82px
}

#footer-section .MesBox input[type="text"] {
	padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
	position: absolute;
	top: 230px;
	left: 390px;
}

#footer-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/ft-wrapper.jpg);
	height: 638px;
}

#footer-section .row {
	min-height: 549px;
}

#footer-section nav {
	padding: 32px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-top: 40px;
}

#footer-section nav ul li {
	border-left: 1px solid #FFF;
	padding: 0 10px;
	letter-spacing: 2px;
	font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
	border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
	color: #000000;
}

/* end */
.silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.media a,
.social-media a {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}

.social-media a {
	font-size: 35px;
	line-height: 120%;
	font-family: "socialico";
}

.social-media a:hover {
	color: #007FFF;
}

.media a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.media a:nth-of-type(1) {
	background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
	background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
	background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
	background-image: url(../images/common/rss.jpg);
}

.media a:hover {
	background-position: center -40px;
}





/* WELCOME CSS START */

.logo-welcome img {
    max-width: 100%;
    transition: transform 0.3s ease; 
}

.logo-welcome img:hover {
    transform: scale(1.2); 
}


#welcome-section .row{
max-width: 1926px;
}

.welcome-wrapper {
    width: 1250px;
    display: flex;
    justify-content: left;
    align-items: center;
	padding-left: 130px;
	padding-top: 150px;
}


.welcome-bg {
    margin-top: -142px;
    position: relative;
    z-index: -9;
}

.welcome-wrapper span {
    color: #0054B1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

/* .welcome-content h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
	color: #0054B1;
	padding-top: 20px;
} */


.welcome-content h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    padding-top: 20px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #0054B1, #00177E);
}


span img {
    padding-right: 18px;
    vertical-align: middle;
}

.welcome-content {
    text-align: left;
}


.welcome-content {
    text-align: left;
    padding-bottom: 183px;
    margin-left: -100px;
   
}




.welcome-bg img {
    width: 100%;
}
/* WELCOME CSS END */





/* ABOUT SECTION START CSS  */

#abt-section{
	background: url(../images/content/abt-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 108px;
	padding-bottom: 120px;
	margin-top: -3px;

}

#abt-section .row {
    max-width: 1920px;
}
.abt-wrapper {
    max-width: 1807px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.abt-left-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.abt-hashtag-img {
    margin-left: -83px;
}

.hash-1 {
    padding-bottom: 20px;
    transition: padding-bottom 0.3s ease; /* Optional: Add a smooth transition effect */
}

.hash-1:hover{
    padding-bottom: 40px; /* Adjust this value according to your preference */
}


.hash-2 {
    padding-top: 20px;
    transition: padding-top 0.3s ease; /* Optional: Add a smooth transition effect */
}

.hash-2:hover{
    padding-top: 40px; /* Adjust this value according to your preference */
}


.abt-text h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 55px;
    padding-top: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.abt-text {
    text-align: left;
    margin-left: -135px;
    padding-bottom: 13%;
    padding-top: 1px;
}


.abt-text span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.hash-1 p,
.hash-2 p{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
	margin-top: -81px;
}


.abt-wrapper-btn .mybtn {
    padding: 25px 50px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    letter-spacing: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

.abt-wrapper-btn .mybtn:hover {
	transform: scale(1.2); 
}

.abt-wrapper-btn {
    padding-top: 60px;
}

/* ABOUT SECTION END CSS*/




 /* OUR SERVICES SECTION START CSS */

 #srv-section{
	background: url(../images/content/service-bg.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
 }

#srv-section .row{
	max-width: 1920px;
	
}

.serv-list {
    width: 410px;
    height: 258px;
    background-color: #093677;
    transition: transform 0.3s ease;
}

.serv-list:hover {
    transform: scale(1.1); 
}


.srv-inner-cont {
    padding-top: 75px;
}


.serv-list h3 {
    padding-top: 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #fff;
}


.srv-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1276px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}



.srv-cont h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    padding-bottom: 50px;
    background: linear-gradient(45deg,  #0054B1 ,#00177E);
    -webkit-background-clip: text;
    color: transparent;
}



.srv-cont span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
	color: #06214C;
}


.srv-cont {
    padding-top: 95px;
    padding-bottom: 106px;
}
 /* OUR SERVICES SECTION END CSS */


 /* TESTIMONIAL SECTION START CSS */

 #testi-section {
    background: url(../images/content/testti-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

#testi-section .row{
	max-width: 1920px;
}


.testi-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1660px;
    max-width: 100%;
}


.testi-reviews {
    width: 768px;
    text-align: left;
	color: #fff;
	padding: 0 15px;
}



.testi-img-quote {
    display: flex;
    justify-content: unset;
    align-items: center;
    gap: 25px;
    padding-left: 20px; 
    transition: padding-left 0.3s ease, transform 0.3s ease; 
}

.testi-img-quote:hover {
    padding-left: 50px; 
    transform: scale(1.1); 
}


.testi-right-img img {
    max-width: 100%;
    transition: padding-left 0.3s ease, transform 0.3s ease;
	height: 590px;
}

.testi-right-img img:hover {
    transform: scale(1.1); 
}


.testi-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 22px;
}


.testi-cont h2 {
    font-size: 61px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}

.testi-cont span {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}


.inner-testi p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px;
	line-height: 30px;
}


.inner-testi span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

.testi-wrap.up {
    padding-bottom: 32px;
    padding-top: 28px;
}



.arrow {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -47px;
    margin-right: -46px;
}
 /* TESTIMONIAL SECTION END CSS */




/* FOOTER SECTION START */


#footer{
	background: url(../images/content/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

#footer .row{
	max-width: 1920px;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	background-color: #F4F4F4;
}
  
  input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  }
  
  input[type=submit]:hover {
	background-color: #45a049;
  }
  
  .container {
	border-radius: 5px;
	/* padding: 20px; */
  }


  .contact-form-cont label {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.footer-contact-form {
    max-width: 728px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 71px 66px 60px 66px;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.77);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.77);
}

.footer-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding-top: 71px;
	flex-wrap: wrap;
}


span.footer-intro {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #878787;
    letter-spacing: 8px;
}

#footer h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 25px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #0054B1, #00177E);
}

p.form-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}


.footer-info {
    width: 637px;
}

.footer-inner-cont {
    display: flex;
    align-items: center;
    gap: 11px;
    text-align: left;
    padding-left: 177px;
    padding-bottom: 20px;
    transition: transform 0.3s ease; /* Add smooth transition effect for zoom */
}

.footer-inner-cont:hover {
    transform: scale(1.1); /* Adjust the scale factor for zoom on hover */
}

.footer-soc-icon img {
    max-width: 100%;
    padding-right: 10px;
	transition: transform 0.4s ease; 
}


.footer-soc-icon img:hover {
    transform: scale(1.4);
}


.footer-soc-icon{
	padding: 30px 0;
}

.footer-wrapper{
	position: relative;
}


span.cont-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0;
    color: #000;
}

.logo-footer img {
    max-width: 100%;
    transition: transform 0.3s ease; 
}

.logo-footer img:hover {
    transform: scale(1.2);
}



p.phone-footer {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
}


p.email-cont,
p.loc-cont {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
}

.form-btn-wrapper .mybtn {
    padding: 18px 39px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
    letter-spacing: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}


.form-btn-wrapper {
    display: flex;
    justify-content: right;
    align-items: center;
}




.contact-form-cont input::placeholder,
.contact-form-cont textarea::placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #444444;
}

/* FOOTER SECTION END */



/* INNER CONTENT */

#content h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #0054B1, #00177E);
}

#content  {
    padding: 150px 30px;
}



.inner-cont-btn-wrapper .mybtn {
    padding: 21px 69px;
    background: url(../images/content/btn-bg.png);
    background-size: cover;
    background-position: center;
}


.inner-cont-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

/* INNER CONTENT END*/


.btn2{
	display: none;
}

/** Responsive
-------------------------------------------------------*/



@media screen and (max-width: 1600px) {
	.abt-wrapper {
		max-width: 100%;
	}
	.abt-text {
		margin-left: 0;
		padding-bottom: 13%;
		padding-left: 50px;
	}

	.welcome-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 1380px) {
	.srv-list-wrapper {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		max-width: 100%;
	}

	.footer-info {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		min-width: 320px;
	}
	.row {
		width: 95%;
	}

	#header .row {
		max-width: 95%;
	}

	.banner-tab-wrapper {
		max-width: 100%;
	}

	#welcome-section .row {
		width: 100%;
	}

	.srv-list-wrapper {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
	}
	.welcome-content {
		text-align: left;
		padding-bottom: 100px;
		margin-left: 0;
	}

	.welcome-wrapper {
		width: 100%;
		padding-left: 0;
		padding-top: 50px;
		flex-direction: column;
	}

	.welcome-content h2 {
		padding-top: 10px;
	}

	.logo-welcome {
		padding-bottom: 60px;
	}

	.abt-wrapper {
		flex-direction: column-reverse;
		align-items: center;
	}

	.abt-text {
		margin-left: 0;
		padding-bottom: 50px;
		padding-left: 50px;
	}

	.abt-wrapper-btn {
		padding-top: 26px;
	}

	.testi-wrapper {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#testi-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.testi-right-img {
		padding-top: 30px;
	}

	.abt-left-img {
		flex-direction: column-reverse;
	}
	.abt-hashtag-img {
		margin-left: 0;
		display: flex;
		justify-content: center;
		align-items: baseline;
		gap: 30px;
		padding-bottom: 30px;
	}

	.btn-wrapper .mybtn {
		padding: 20px 50px;
		font-size: 12px;
	}
}

@media screen and (max-width: 959px) {
	.nav-wrapper {
		flex-direction: column;
		padding: 10px 0;
	}

.btn-wrapper .mybtn{
	display: none;
}


.btn2{
	display: block;
}

	.head-top-info {
		flex-direction: column;
		padding: 10px 0;
	}
	#header {
		padding: 20px 0;
	}
	#header .row {
		width: 100%;
	}
	#header nav {
		display: block;
		height: auto;
	}
	#header nav ul {
		width: 100%;
		display: none;
		height: auto;
		border-bottom: 5px solid #000;
		padding: 0 15px;
	}
	#header nav ul li {
		width: 100%;
		position: relative;
	}
	#header nav ul li a {
		display: block;
		float: none;
		padding: 10px 0;
	}
	#header nav a {
		text-align: left;
		width: 100%;
	}
	#header nav a strong {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
	}
	#header nav a#pull {
		display: block;
		color: #fff;
		background-color: #000;
		height: 30px;
		padding: 10px 0;
		width: 100%;
		position: relative;
	}
	#header nav a#pull:after {
		content: "";
		background: url('../images/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.cta {
		background: #035B96 url("../images/common/phonecall.png") no-repeat center center;
		border-bottom-left-radius: 40px;
		border-top: 2px solid #013f9a;
		border-top-left-radius: 40px;
		bottom: 1%;
		display: block;
		height: 80px;
		position: fixed;
		right: 0;
		text-decoration: none;
		text-indent: -9999em;
		width: 100px;
		z-index: 999;
	}
	
	#banner .row {
		
		margin-top: 0;
	}
	.form-btn-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.btn2.wrapper {
		display: flex;
	}


	.btn2.wrapper .mybtn {
		padding: 16px 40px;
		background: url(../images/content/btn-bg.png);
		background-size: cover;
		background-position: center;
	}
	.btn2.wrapper .mybtn {
		display: flex !important;
		/* padding: 17px -13px !important; */
		justify-content: center;
		align-items: center;
		width: 41% !important;
		height: 52px;
	}

}

@media screen and (max-width: 768px) {

	#banner .row {
		min-height: 650px;
	}

	.tab-1,
	.tab-2,
	.tab-3 {
		width: 100%;
	}


	.icon-banner-wrapper {
		justify-content: center;
		align-items: center;
		gap: 0;
		flex-direction: column;
		width: 100%;
	}

	.btn-cont {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		width: 100%;
	}

	.banner-content h1 {
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 42px;
		text-align: center;
		color: #fff;
		padding-top: 35px;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	}

	.banner-content {
		text-align: center;
		padding-top: 80px;
	}

	.banner-wrapper {
		width: 100%;
	}

	.banner-tab-nav {
		margin-top: 0;
	}


	.banner-tab-wrapper {
		max-width: 100%;
		flex-wrap: wrap;
		gap: 23px;
	}


	.abt-left-img img {
		width: 100%;
	}
}



@media screen and (max-width: 600px) {
	#header nav a#pull {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.welcome-content h2 {
		font-size: 41px;
	}

	.logo-welcome {
		padding-bottom: 20px;
	}

	nav.nav-head {
		width: 100%;
	}

	.logo-welcome img {
		width: 300px;
	}

	.welcome-content {
		text-align: center;
	}


	.abt-text {
		text-align: center;
		padding: 0;
	}

	.abt-text h2 {
		font-size: 38px;
	}


	#abt-section {
		padding-top: 40px;
	}


	.srv-cont h2 {
		font-size: 43px;
	}

	.srv-cont {
		padding-top: 40px;
		padding-bottom: 65px;
	}
	.testi-img-quote {
		gap: 0;
		flex-direction: column;
	}
	.testi-cont h2 {
		font-size: 35px;
	}
	.line-testi {
		display: none;
	}

}

@media screen and (max-width: 500px) {
	.welcome-content {
		text-align: center;
		padding-bottom: 100px;
		margin-left: 0;
	}

	.logo-welcome img {
		max-width: 300px;
		transition: transform 0.3s ease;
	}

	.logo-welcome {
		padding-bottom: 30px;
	}
	.abt-left-img img {
		max-width: 100%;
	}

	.icon-banner-wrapper {
		width: 100%;
	}

	.btn-cont {
		width: 100%;
	}

	.footer-inner-cont {
		
		padding-left: 92px;
		
	}

	#content {
		padding: 83px 30px;
	}

	#content h1 {
		font-size: 65px;
	}
	.testi-right-img img {
		height: auto;
	}
}


@media screen and (max-width: 480px) {
	.banner-content h1 {
		font-size: 30px;
		padding-top: 15px;
	}
	.banner-content {
		padding-top: 35px;
	}
	.head-top-info p {
		font-size: 13px;
	}
	#banner .row {
		min-height: 535px;
	}

	.welcome-content h2 {
		font-size: 31px;
	}
	.srv-cont h2 {
		font-size: 33px;
		padding-bottom: 20px;
	}

	.testi-img-quote {
		gap: 0;
		flex-direction: column;
	}
	.testi-cont h2 {
		font-size: 35px;
	}
	.logo-footer img {
		max-width: 300px;
	}
}




@media screen and (max-width: 320px) {
	#footer h2 {
		font-size: 32px;
		padding: 10px 0;
	}

	p.form-text {
		font-size: 8px;
	}

	span.footer-intro {
		font-size: 7px;
	}

	.footer-inner-cont {
		padding-left: 35px;
	}
	p.email-cont, p.loc-cont {
		font-size: 12px;
	}
	p.phone-footer {
		font-size: 21px;
	}

	#content h1 {
		font-size: 48px;
		padding-bottom: 15px;
	}
}
