@font-face {
    font-family: 'Mazzard M';
    src: url('../fonts/MazzardM-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mazzard M';
    src: url('../fonts/MazzardM-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard M';
    src: url('../fonts/MazzardM-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #2ba1d3;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}


/****** Header ******/

#global-header {
    background: #f0ffff;
}

#global-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 335px;
    height: 49px;
    background: #2aa0d3;
}

#global-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #2aa0d3;
    z-index: 9;
}

#global-header .logo {
    padding-top: 20px;
}

#global-header .logo img {
    width: 85%;
}

#global-header .logo:before {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 200px;
    background: url(../img/logo-bg.png);
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
}

#global-header .top-bar {
    display: flex;
    padding: 5px 15px;
    padding: 10px 15px;
    background: url(../img/topBar-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#global-header .top-bar .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#global-header .top-bar .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#global-header .top-bar .left p {
    padding: 0;
}

#global-header .top-bar .left p a {
    color: #fff;
    font-size: 18px;
    font-family: 'Mazzard M';
    margin-left: 5px;
    font-weight: 500;
}

#global-header .top-bar .left p i {
    color: #fff;
    font-size: 20px;
}

#global-header .top-bar .left p:nth-child(1) {
    margin-right: 30px;
}

#global-header .top-bar .right p {
    color: #fff;
    font-size: 18px;
    font-family: 'Mazzard M';
    margin-right: 10px;
}

#global-header .top-bar .right ul {
    padding: 0;
    display: flex;
    gap: 5px;
}

#global-header .top-bar .right ul li {
    list-style: none;
}

#global-header .top-bar .right ul li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
#global-header .top-bar .right ul li a i{
    color: #2aa0d3; 
    transition: 0.5s all;   
}

#global-header .top-bar .right ul li a:hover {
    background: #175594;
    color: #fff;
    transition: 0.5s all;
}

#global-header .top-bar .right ul li a:hover i{
    color: #fff; 
    transition: 0.5s all;   
}

#global-header .et_pb_menu__wrap {
    justify-content: flex-end;
}

#global-header nav ul {
    margin: 20px 0 0 0;
    align-items: center;
}

#global-header nav ul li {
    margin: 0 30px 0 0;
    padding: 0;
}

#global-header nav ul li a {  
    font-size: 20px;
    font-family: 'Mazzard M';
    font-weight: normal;
    color: #44444a;
    padding: 0;
    opacity: 1;
}

#global-header nav ul li a:hover{
   color: #2aa0d3; 
}

#global-header nav ul li.header-btn {
    margin: 0;
}

#global-header nav ul li.header-btn a {
    background: #175594;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 60px 20px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

#global-header nav ul li.header-btn a:hover{
    background: #2aa0d3; 
}

#global-header nav ul li.header-btn a:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
}



/***** Sections ******/

#section-1 {
    height: 1100px;
    display: flex;
    background-size: 100% 100%;
}

#section-1 p {
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Mazzard M';
    font-weight: bold;
}

#section-1  h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    font-family: 'Mazzard M';
    font-weight: bold;
    padding: 0;
    margin: 50px 0;
}


#section-1 .booking-form {
    text-align: center;
}

#section-1 .booking-form h5 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Mazzard M';
    font-weight: bold;
    background: #2aa0d3;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 10px;
    z-index: 9;
	position: relative;
}

#section-1 .booking-form  form {
    margin: -15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px 25px;
    gap: 10px;
	position: relative;
}


#section-1 .booking-form form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #175594;
    opacity: 0.7;
    border-radius: 15px;
}

#section-1 .booking-form form p {
    margin: 0;
    width: 100%;
    max-width: 240px;
}

#section-1 .booking-form form label {
    display: block;
    font-size: 15px;
    text-align: left;
    font-family: 'Mazzard M';
    font-weight: bold;
    position: relative;
}

#section-1 .booking-form form input {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    color: #4c4c4c;
    font-family: 'Mazzard M';
    font-weight: normal;
    font-size: 18px;
	padding: 15px;
    border: 0;
}
#section-1 .booking-form form select{
    width: 100%;
    background: #fff;
    font-size: 18px;
    border-radius: 10px;
    color: #4c4c4c;
    font-family: 'Mazzard M';
    font-weight: normal;
	padding: 15px;
    border: 0;
}

#section-1 .booking-form form p br {
    display: none;
}
#section-1 .booking-form form input::placeholder,
#section-1 .booking-form form select::placeholder{
      color: #4c4c4c;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;  
}

#section-1 .booking-form form .form-btn {
    float: none;
    margin: 23px 0 0 0;
    position: relative;
}

#section-1 .booking-form form .form-btn .wpcf7-submit {
    margin: 0;
    background: #175594;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 15px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border: 2px solid #92a8bd;
    width: 100%;
	cursor: pointer;
	transition: 0.5s all;
}

#section-1 .booking-form form .form-btn .wpcf7-submit:hover{
    background: #2aa0d3; 
	transition: 0.5s all;
}

#section-1 .booking-form form .form-btn:before{
    content:"";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 999;
}

#section-1 .booking-form form::after {
    display: none;
}

#section-1 .booking-form form .form-btn .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 100%;
    top: 15px;
}

#section-1 .booking-form form .wpcf7-not-valid-tip {
    font-size: 16px;
    text-align: left;
    font-family: 'Mazzard M';
    font-weight: bold;
    position: absolute;
}

#section-1 .booking-form form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    color: #fff;
	border: 0;
}

#section-1 .booking-form form.invalid .wpcf7-response-output {
    background: #ffb900;
}

#section-1 .booking-form form.sent .wpcf7-response-output {
    background: #46b450;
}

#section-2 {
    padding: 120px 0;
}


#section-2 .right {
    padding-left: 90px;
}

#section-2 h2 {
    color: #44444a;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
}

#section-2 h5 {
    padding: 0;
    font-size: 28px;
    color: #175594;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin: 40px 0;
}

#section-2 p {
    padding: 0;
    font-size: 17px;
    color: #000;
    font-family: 'Mazzard M';
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 1.5;
}

#section-2 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-2 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-2 .btn{
    background: #175594;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-2 .btn:hover{
    background: #2aa0d3; 
}

#section-2 .btn:after{
    display:none;
}

#section-2 .et_pb_code {
    position: absolute;
    top: 40%;
    right: 100%;
    margin-right: 50px;
}

#section-2 .small-about {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 10px;
    writing-mode: vertical-lr;
    position: relative;
    color: #2c3547;
    font-family: 'Mazzard M';
    font-weight: 500;
}

#section-2 .small-about:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background: #2c3547;
    left: 15px;
    bottom: 100%;
    margin-bottom: 25px;
}

#section-3 {
    padding: 160px 0 130px;
}

#section-3 h2 {
    text-align: center;
    margin-bottom: 65px;
    color: #44444a;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
}

#section-3 .row-2 {
    display: flex;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

#section-3 .et_pb_column_1_4 {
    background: #fff;
    padding: 45px 45px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: inherit;
    transition: 0.5s all;
    width: 24%;
}
#section-3 .et_pb_column_1_4:hover {
    box-shadow: none;
    transition: 0.5s all;
}

#section-3 p {
    text-align: center;
    color: #44444a;
    font-size: 23px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-top: 30px;
}


#section-3 .et_pb_column_1_4:before {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    background: url(../img/ellipse.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: bold;
    transition: 0.5s all;
}

#section-3 .et_pb_column_1_4:hover:before {
    color: #175594;
    transition: 0.5s all;
}

#section-3 .col-1:before{
  content: "1";  
}
#section-3 .col-2:before{
  content: "2";  
}
#section-3 .col-3:before{
  content: "3";  
}
#section-3 .col-4:before{
  content: "4";  
}

#section-3 .col-1:after{
    content: "";
    position: absolute;
    top: 35%;
    left: 90%;
    width: 94px;
    height: 25px;
    background: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}

#section-3 .col-2:after{
    content: "";
    position: absolute;
    top: 35%;
    left: 90%;
    width: 94px;
    height: 25px;
    background: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}

#section-3 .col-3:after{
    content: "";
    position: absolute;
    top: 35%;
    left: 90%;
    width: 94px;
    height: 25px;
    background: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}


#section-4 {
    padding: 120px 0;
}

#section-4 h2 {
    color: #44444a;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 20px;
}

#section-4 .top-heading p {
    padding: 0;
    font-size: 17px;
    color: #000;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
}

.service-wrapper {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

.service-area {
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 200px 200px 0 0;
    width: 100%;
    padding-bottom: 100px;
}

.service-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 132px;
    background: url(../img/shape-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    left: 0;
    bottom: 0;
}

.service-area:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 760px;
    background: white;
    left: 0;
    z-index: -9;
    border-radius: 200px 200px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-area .heading h3 {
    padding: 0;
    margin-top: 25px;
    text-align: center;
    color: #44444a;
    font-size: 25px;
    font-family: 'Mazzard M';
    font-weight: bold;
    line-height: 1.2;
}

.service-area .big-img {
    padding-top: 15px;
}

.service-area .big-img img {
    width: 350px;
}

.service-area .small-img img {
    margin-top: -60px;
}

.service-area .heading {
    padding: 0 30px;
    position: relative;
}

.service-area .heading h5 {
    padding: 0;
    margin-top: 25px;
    text-align: center;
    color: #44444a;
    font-size: 25px;
    font-family: 'Mazzard M';
    font-weight: bold;
    line-height: 1.2;
}

.service-area .heading p {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
    margin: 25px 0;
	height: 100px;
    overflow-y: auto;
    padding-right: 15px;
}

.service-area .heading p::-webkit-scrollbar {
    width: 4px;
}

.service-area .heading p::-webkit-scrollbar-thumb {
    background: #2ba1d3;
}

.service-area .heading p::-webkit-scrollbar-track {
    background: #d1d2d4;
}

.service-area .heading .btn {
    color: #175594;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Mazzard M';
    font-weight: bold;
    border: 0;
    padding: 0;
    line-height: inherit !important;
    background: none;
}

.service-area .heading .btn:hover{
   color: #2aa0d3;  
}

.single-service .container:before {
    display: none;
}

.single-service #content-area {
    padding: 100px 0;
}

.single-service #left-area {
    width: 100% !important;
    float: none;
    padding: 0;
}

.single-service #sidebar {
    width: 100%;
    display: none;
}

.single-service #left-area article {
    margin: 0;
}

.single-service #left-area .et_post_meta_wrapper {
    display: none;
}

.single-service #left-area .entry-content {
    padding: 0;
}

.single-service #left-area .entry-content p {
    font-size: 20px;
    color: #44444a;
    padding: 0;
    font-family: 'Mazzard M';
    font-weight: normal;
    margin-top: 20px;
    line-height: 1.3;
}

.single-service #left-area .entry-content h1 {
    text-align: center;
    color: #44444a;
    padding: 0;
    font-size: 50px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 30px;
}

.single-service #left-area .entry-content h1 br {
    display: none;
}
/* #section-4 .row-2 {
    margin-top: 50px;
    display: flex;
    gap: 45px;
}

#section-4 .et_pb_column_1_3:before {
    content: "";
    position: absolute;
    width: 430px;
    height: 750px;
    background: url(../img/shape.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding: 25px;
    left: -55px;
    top: -20px;
}

#section-4 .et_pb_column_1_3:hover:before{
    background: url(../img/hover.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    top: -55px;
    width: 380px;
    padding: 50px;
    left: -55px;
} 


#section-4 .big-img {
    padding-top: 15px;
}

#section-4 .big-img img {
    width: 340px;
}

#section-4 .small-img img {
    margin-top: -60px;
} */

/* #section-4 .heading {
    padding: 0 30px;
}

#section-4 .heading h5 {
    padding: 0;
    margin-top: 25px;
    text-align: center;
    color: #44444a;
    font-size: 25px;
    font-family: 'Mazzard M';
    font-weight: bold;
    line-height: 1.2;
}

#section-4 .heading p {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
    margin: 25px 0;
	height: 100px;
    overflow-y: auto;
    padding-right: 15px;
}

#section-4 .heading p::-webkit-scrollbar {
    width: 4px;
}

#section-4 .heading p::-webkit-scrollbar-thumb {
    background: #2ba1d3;
}

#section-4 .heading p::-webkit-scrollbar-track {
    background: #d1d2d4;
} */

/* #section-4 .btn {
    color: #175594;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Mazzard M';
    font-weight: bold;
    border: 0;
    padding: 0;
    line-height: inherit !important;
    background: none;
}

#section-4 .btn:hover{
   color: #2aa0d3;  
}


#section-4 .btn:after{
    display: none;
} */

#section-4 .row-btn {
    margin-top: 100px;
	text-align: center;
}

#section-4 .row-btn .et_pb_button_module_wrapper {
    display: inline-block;
}

#section-4 .row-btn .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-4 .service-btn {
    background: #175594;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-4 .service-btn:hover{
    background: #2aa0d3; 
}

#section-4 .service-btn:after{
    display:none;
}

#section-5 {
    padding: 200px 0 150px;
    background-size: 100% 100%;
}

#section-5 h2 {
    color: #fff;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 25px;
}

#section-5 p {
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 25px;
}

#section-5 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-5 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-5 .btn{
    background: #2aa0d3;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-5 .btn:hover{
    background: #fff;
    color: #2aa0d3;
}

#section-5 .btn:after{
    display:none;
}


#section-6 {
    padding: 120px 0;
    background-size: 100% 100%;
}

#section-6 h2 {
    color: #44444a;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 25px;
}

#section-6 p {
    color: #44444a;
    padding: 0;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 25px;
}

#section-6 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-6 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-6 .btn{
    background: #175594;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-6 .btn:hover{
    background: #2aa0d3; 
}

#section-6 .btn:after{
    display:none;
}


#section-7 {
    background-size: 100% 100%;
}

#section-7 .et_pb_row {
    display:flex;
    align-items:center;
    min-height: 1000px;
}

#section-7 h2 {
    color: #fff;
    padding: 0;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 25px;
}

#section-7 p {
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 25px;
}

#section-7 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-7 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-7 .btn{
    background: #2aa0d3;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-7 .btn:hover{
    background: #fff;
    color: #2aa0d3;
}

#section-7 .btn:after{
    display:none;
}


#section-8 {
    padding: 200px 0 250px;
}

#section-8 .heading {
    padding-left: 50px;
}

#section-8 h2 {
    padding: 0;
    color: #202020;
    font-size: 70px;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 25px;
}

#section-8 p {
    color: #231f20;
    padding: 0;
    font-size: 21px;
    font-family: 'Mazzard M';
    font-weight: normal;
    line-height: 1.5;
}

.testimonial {
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 30px 50px;
    margin: 150px 0 0 40px;
    position: relative;
}

.testimonial .content {
    display: flex;
    align-items: center;
}

.testimonial .content .title {
    padding-left: 25px;
}

.testimonial .content .title h3 {
    color: #175594;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0;
    font-family: 'Mazzard M';
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial .content .title h3 span {
    display: block;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;
    color: #918f8f;
}

.testimonial .disc {
    margin-top: 30px;
}

.testimonial .disc p {
    color: #231f20;
}


.testimonial .date {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 18px;
    font-family: 'Mazzard M';
    font-weight: normal;
    color: #918f8f;
}

#section-9 {
    background-size: 100% 100%;
}

#section-9 .et_pb_row {
    display: flex;
    align-items: center;
    min-height: 1000px;
}

#section-9 .right {
    text-align: center;
}

#section-9 h2 {
    text-align: center;
    padding: 0;
    margin: 25px 0;
    color: #202020;
    font-size: 60px;
    font-family: 'Mazzard M';
    font-weight: bold;
    text-transform: capitalize;
}

#section-9 h2 em {
    font-style: initial;
    color: #175594;
}

#section-9 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-9 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 42px;
    background: url(../img/c.png);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: cover;
    z-index: 9;
}

#section-9 .btn{
    background: #2aa0d3;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 20px;
    border-radius: 10px 30px 30px 10px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-9 .btn:hover{
    background: #175594;
}

#section-9 .btn:after{
    display:none;
}



#section-10 {
    padding: 100px 0;
}

#section-10 .full-col {
    text-align: center;
}

#section-10  h2 {
    text-align: center;
    color: #202020;
    font-size: 65px;
    font-family: 'Mazzard M';
    font-weight: bold;
    text-transform: capitalize;
    padding: 0;
}

#section-10 h2 em {
    font-style: initial;
    color: #175594;
}

#section-10 p {
    text-align: center;
    font-size: 64px;
    color: #202020;
    font-family: 'Mazzard M';
    font-weight: normal;
    margin: 30px 0 60px;
}


#section-10 .et_pb_button_module_wrapper {
    display: inline-block;
    position: relative;
}

#section-10 .et_pb_button_module_wrapper:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    width: 40px;
    height: 40px;
    background: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 9;
}

#section-10 .btn {
    background: #2aa0d3;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px 20px 80px;
    border-radius: 10px 50px 50px 10px;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    line-height: inherit !important;
    border: 0;
}

#section-10 .btn:hover{
    background: #175594;
}

#section-10 .btn:after{
    display:none;
}


#section-1 .et-pb-contact-message {
    text-align: left;
}

#section-1 .et-pb-contact-message p {
    font-size: 20px;
    text-align: left;
    color: white;
}

#section-1 .et-pb-contact-message ul {
    padding: 0;
    margin-bottom: 30px;
}

#section-1 .et-pb-contact-message ul li {
    list-style: none;
    color: #c00000;
    font-family: 'Mazzard M';
    font-weight: bold;
    font-size: 20px;
}


#about-1,
#service-1,
#portfolio,
#contact{
    padding: 100px 0;
}

#about-1 h1,
#service-1 h1,
#portfolio h1,
#contact h1{
    text-align: center;
    color: #44444a;
    padding: 0;
    font-size: 70px;
    font-family: 'Mazzard M';
    font-weight: bold;
}

#about-1 p,
#service-1 p,
#portfolio p,
#contact p{
    font-size: 20px;
    color: #44444a;
    padding: 0;
    font-family: 'Mazzard M';
    font-weight: normal;
    margin-top: 20px;
    line-height: 1.3;
}

.page-id-13 #section-4 {
    padding: 0 0 200px;
}

#common-page {
    padding: 100px 0;
}

#common-page p{
    font-size: 20px;
    color: #44444a;
    padding: 0;
    font-family: 'Mazzard M';
    font-weight: normal;
    margin-top: 20px;
    line-height: 1.3;
}

/***** Footer ******/

#global-footer {
    padding-top: 275px;
}

#global-footer h3 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Mazzard M';
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

#global-footer h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #175594;
}

#global-footer nav ul {
    margin: 0;
    flex-direction: column;
}

#global-footer nav ul li {
    margin: 0;
    padding: 0;
}

#global-footer nav ul li a {
    padding: 0;
    font-size: 18px;
    font-family: 'Mazzard M';
    margin-bottom: 25px;
    color: #fff;
}

#global-footer nav ul li:last-child a{
    margin:0;
}

#global-footer .et_pb_blurb {
    margin-bottom: 25px;
}

#global-footer .et_pb_blurb:last-child{
    margin:0;
}

#global-footer .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

#global-footer .et_pb_main_blurb_image {
    margin: 0;
}

#global-footer .et_pb_blurb_container {
    padding: 0;
}

#global-footer .et_pb_blurb_content .et-pb-icon {
    font-size: 18px;
    color: #fff;
}

#global-footer .et_pb_blurb_content p{
     font-size: 18px;
    font-family: 'Mazzard M';
    color: #fff; 
}

#global-footer .et_pb_blurb_content a {
    font-size: 18px;
    font-family: 'Mazzard M';
    color: #fff;
}


#global-footer .social-col {
    padding-top: 180px;
}

#global-footer .social-col ul {
    display: flex;
    gap: 5px;
}

#global-footer .social-col ul li {
    margin: 0;
}

#global-footer .social-col ul li a {
    background: #175594 !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.5s all;
}

#global-footer .social-col ul li a:hover{
     background: #2aa0d3 !important;
     transition: 0.5s all;
}

#global-footer .social-col ul li a::before {
    font-size: 20px;
}


#global-footer .copy-right {
    margin-top: 115px;
    padding: 30px 0;
    border-top: 1px solid #616161;
}

#global-footer .copy-right p {
    font-family: 'Mazzard M';
    color: #fff;
    font-size: 18px;
}
#global-footer .copy-right p a {
    color: #fff;
}