@charset "utf-8";

*{
font-family: "Poppins", sans-serif;
box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background-attachment:fixed;
	background-size:cover;

}

img {
	max-width: 100%;
}
.mt-0{
margin-top: 0px;
}
.mt-50{
	margin-top: 50px;
}
.mt-30{
	margin-top: 30px;
}
.mt-15{
	margin-top: 15px;
}
.flex-div {
	display: flex;
}

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

.home-page  header {
	background-image: linear-gradient(to left, #0060aa 85%, #fff 15%);
}
header {
	background-image: linear-gradient(to left, #0060aa 85%, #0060aa 15%);
}
header {
margin-top: 0;
}


.banner-wraper {
	position: relative;
	/* background: url("../images/banner.png") no-repeat scroll center left / 35%; */
	display: none;
}

.home-page header .banner-wraper {
	display: block;
}
.banner-wraper .org-container {
	padding: 0 0%;
	max-width: 1900px !important;
}

.org-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}
.home-page header .menu {
	max-width: calc(100% - 15%);
	margin-left: auto;
	margin-right: 0;
	padding-right: 5%;
	padding-left: 5%;
}

header .menu {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
}

header > .flex-div {
	display: block;
}
#cssmenu > ul > li:nth-child(1) > a {
	color: #fff;
}
.banner-wraper .flex-div .col-item:nth-child(1) .banner-image {
	position: relative;
	top: -40px;
}
.banner-wraper {
	position: relative;
	/*background: url("../images/banner.png") no-repeat scroll center left / 35%;*/
}
/*.banner-image {
	display: none;
}*/
/*.banner-wraper::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: url("../images/banner.png") no-repeat scroll center left / cover;
}
*/

.banner-wraper .org-container {
	padding: 0 0%;
}

.banner-wraper .flex-div {
	display: flex;
	align-items: center;
}
.banner-wraper .flex-div .col-item:nth-child(1) {
	width: 100%;
	max-width: 40%;
}
.banner-wraper .flex-div .col-item:nth-child(2) {
	width: 100%;
	max-width: 60%;
	padding-left: 50px;
	position: relative;
	top: 55px;
}
.banner-title {
    font-size: 55px;
    line-height: 65px;
    color: #fff;
}
.banner-title .red-color {
	color: #DC2D1A;
}
.banner-wraper .flex-div .col-item .desc-text p {
	font-size: 20px;
	color: #fff;
	font-weight: normal !important;
	line-height: 30px;
}
.banner-wraper .flex-div .col-item:nth-child(2) .get-quote {
	display: block;
	margin: 50px 0 140px;
}



.get-quote a {
	background: #D9D9D9;
	color: #0060AA;
	font-size: 25px;
	padding: 9px 20px;
	display: block;
	max-width: max-content;
	border-radius: 15px;
	font-weight: 500;
}
.banner-wraper .flex-div .col-item:nth-child(2) {
	width: 100%;
	max-width: 65%;
	padding-left: 50px;
}

#section-2 .flex-div {
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 60px;
	margin-top: 90px;
}
#section-2 .col-item {
	flex: auto;
	max-width: calc(33.3% - 30px);
}
.head-title {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0.05em;
	color: #0060AA;
}
.caption-title {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #525252;
}
.align-center{
align-items: center;
}

section {
	margin-top: 100px;
}

#section-2 .col-item .content {
	background-color: #EFEFEF;
	border-radius: 30px;
	padding: 80px 40px 40px;
	position: relative;
}
#section-2 .col-item .content .icon {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#section-2 .col-item:nth-child(2) .content {
	background-color: transparent;
	padding: 0;
}
#section-3{
position: relative;
}
#section-3 .flex-div {
flex-wrap: wrap;
}

#section-3 .flex-div .col-item{
flex: auto;
}
#section-3::before {
	position: absolute;
	content: "";
	width: 100%;
	background-color: #D9D9D9;
	height: 85%;
	top: 7.5%;
	z-index: -9;
}
#section-3 .flex-div .col-item:nth-child(1) {
	padding-left: 0px;
	max-width: 50%;
}

#section-3 .flex-div .col-item:nth-child(2) {
	max-width: 50%;
}
#section-3 .flex-div .col-item:nth-child(1) .desc_box {
	padding-right: 1%;
}

#section-3 .flex-div .col-item:nth-child(1) .desc-text {
	padding-right: 30%;
}


#section-3 a {
	color: #0060AA;
	background-color: #fff;
	padding: 10px 20px;
	display: block;
	max-width: max-content;
	border-radius: 10px;
	margin-top: 40px;
}

#section-3 .head-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
}

#section-4 .flex-div {
	gap: 30px;
	margin-top: 50px;
}
#section-4 .flex-div ul {
	margin: 0;
	padding: 0;
	line-height: ;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}


.contact-us form .flex-div {
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-us .flex-div > .col-item {
	flex: auto;
	max-width: calc(50% - 0px);
}
.contact-us form .flex-div .col-item input {
	width: 100%;
	display: block;
	border-radius: 30px;
	padding: 18px 20px;
	outline: none;
	border: 1px solid #ABC0C8;
	background-color: transparent;
}
.contact-us form .flex-div .col-item {
	flex: auto;
	max-width: calc(50% - 10px);
	width: 100%;
	margin: 0 0 30px;
}

.contact-us form .flex-div .col-item textarea {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #ABC0C8;
	height: 150px;
	background-color: transparent;
	padding: 15px;
}
.contact-us form .flex-div .col-item:nth-last-child(1), .contact-us form .flex-div .col-item:nth-last-child(2) {
	width: 100%;
	max-width: calc(100% - 0px);
}

.contact-us .org-container > .flex-div {
    gap: 15px;
    align-items: center;
}
#section-5 .head-title {
    font-size: 40px;
    line-height: 50px;
    color: #0060AA;
}


.contact-us {
	background-color: #E5EDEF;
}
.contact-us .flex-div > .col-item .sec-title {
	padding-top: 50px;
	margin-bottom: 20px;
}
.contact-us form .flex-div .col-item textarea:focus {
	outline: none;
}
.contact-us form .flex-div .col-item .btn {
	background-color: #0060AA;
	max-width: max-content;
	color: #fff !important;
	padding: 15px 59px;
	font-size: 16px;
	border-radius: 30px;
	display: block;
	cursor: pointer;
	border: none;
}
.contact-us section .org-container {
	padding-left: 0;
	padding-right: 0;
}
.responsive-logo {
	display: none;
}

footer {
	background: #0060AA;
	padding-top: 50px;
	padding-bottom: 20px;
}

footer .flex-div {
	flex-wrap: wrap;
}

footer .flex-div .col-item {
	flex: auto;
}
footer .flex-div .col-item .link-list li {
	list-style: none;
}
footer .flex-div .col-item .link-list li a {
	color: #fff;
	padding: 5px 0;
	display: block;
	position: relative;
}
.ftr-col-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}
footer .flex-div .col-item p {
	color: #fff;
	padding: 5px 0;
}
footer .flex-div .col-item p a {
	color: #fff;
}

footer .flex-div .col-item .link-list li a:hover,  footer .flex-div .col-item a:hover {
	color: #DC2D1A;
}

.copyright-ftr .flex-div {
	justify-content: center;
}
.copyright-ftr {
	padding-top: 20px;
	border-top: 4px solid #0785E7;
	margin-top: 30px;
}

.copyright-ftr p {
	color: #fff;
	font-size: 18px;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.d-flex .col-item {
	flex: auto;
	max-width: calc(50% - 15px);
}

.d-flex .col-item .desc-box {
	box-shadow: 0px 0px 1px 0px #848484;
	min-height: 190px;
	padding: 30px;
	border-radius: 10px;
}
.d-flex .col-item .desc-box .title3 {
	margin-bottom: 10px;
	color: #0060aa;
}
.d-flex .col-item:nth-last-child(1) {
	max-width: calc(100% - 0px);
	margin-bottom: 50px;
}
.listul {
	margin: 15px auto 0;
	padding: 0 0 0 15px;
}


.contact-page .flex-div > .col-item .contact-info a{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
}

.contact-page .flex-div > .col-item .sec-title {
    padding-top: 0px;
    margin-bottom: 20px;
}
.contact-info svg {
    fill: #135cfd;
}

.contact-page .head-title {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #0060AA;
    margin-bottom: 30px;
}

