*{
    padding: 0px;
    margin: 0px;
}
body{
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
margin: 0px;
padding: 0px;
}
.brampton_banner h4 {
    color: #ffd300;
    font-size: 28px;
    line-height: 37px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
}
.brampton_banner h4 span {
    background: #ffd324;
    width: 22px;
    height: 4px;
    position: absolute;
    top: 24px;
    margin-left: 12px;
}
.brampton_banner .text-heading {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.brampton_banner h1 {
    font-size: 43px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
    font-family: "impact", sans-serif;
    letter-spacing: -1px;
    margin-bottom: 19px;
}
.brampton_banner h1 span {
    color: #33d1e2;
}
 
@keyframes zoom {
    0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}
.banner{
    position: relative;
}
.banner .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, #000000c2, transparent);
    padding-bottom: 62px;
}
.banner .overlay .btn_banner a {
    background: #0096ab;
    color: #fff;
    font-family: 'impact';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 22px 42px;
}

.brampton_banner img {
    height: 700px;
    width: 100%;
}

.about_area {
    padding: 100px 0px;
    background: #fcfcfc;
}
.about_area .heading{
    margin-bottom: 20px;
}
.heading{
     font-family: "impact", sans-serif;
    font-size: 57px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #333;
}

.heading span{
    color: #0099a9;
}
.heading2 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: -1px;
    color: #003DA7;
}

p{
    color: #000;
    font-family: georgia, palatino, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}

.about_area p {
    max-width: 529px;
}
.about_area .btn_about a{
border: 5px solid #0096ab;
    color: #fff;
    font-family: 'impact';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 11px 38px;
    display: inline-block;
    margin-top: 12px;
    color: #0096ab;
}

.abt_img {
    display: flex;
    gap: 20px;
}

.abt_img img {
    width: 100%;
    max-width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center center;
    border-radius: 11px 11px 11px 11px;
}

.abt_img .img_fir {
    width: 50%;
}


.our_work {
    position: relative;
    padding: 80px 0px;
}

.our_work .head{
    margin-bottom: 60px;
}


.our_work img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px 0px 0px 6px;
}
.our_work .head_area a {
    background: #0096ab;
    color: #fff;
    font-family: 'impact';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 39px;
    display: inline-block;
}

.our_work .head_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.our_work .max_wid_area {
    max-width: 649px;
    width: 100%;
    padding: 40px;
    background: #fff;
    margin-top: -109px;
    position: relative;
}
.our_work .max_wid_area h3 {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 18px;
    max-width: 419px;
}
.our_work .max_wid_area a{
    color: #0196ac;
    font-family: 'impact';
    text-decoration: underline;
    font-size: 18px;
    text-transform: uppercase;
}
.our_work .owl-stage   span.tag_n {
    position: absolute;
    top: 28px;
    background-color: #FFD300;
    padding: 6px 23px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.our_work .owl-stage .owl-item:nth-child(2n) span.tag_n{
    background: #0099a9 !important;
    color: #fff;
}

.our_work .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 60px;
    margin: 5px;
    padding: 4px 7px;
    background: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    color: #333;
}
.our_work .owl-theme .owl-nav [class*=owl-]:hover{
    background:none !important;
}
.our_work .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    bottom: 56px;
    right: 7%;
}
.our_work .owl-theme .owl-nav span:hover{
    color: #0196ac !important;
}

.our_work .new_slider {
    max-width: 100%;
    margin: 0px auto;
}

.banner video {
    width: 100%;
    height: 97vh;
    object-fit: cover;
}

.col-md-12.tx_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-md-12.tx_banner h1 {
    font-size: 60px;
    font-family: impact;
    color: #fff;
}
.col-md-12.tx_banner h4{
    font-size: 20px;
    font-family: impact;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.video_area video{
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.side_area{
    padding: 100px 0px;
}

.side_area .img_area_side{
    padding-right: 15px;
    position: relative;
}
.side_area .img_area_side img {
    height: 643px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.side_area .heading{
    margin-bottom: 25px;
}
.side_area .img_area_side::after {
    height: 86%;
    right: 0px;
    width: 100%;
    border-radius: 10px;
    background: #0196ac;
    content: "";
    top: 7%;
    position: absolute;
}

.txt_area_side {
    padding-left: 21px;
}

.side_area .txt_area_side ul{
 padding-left: 18px;   
 margin-top: 10px;
}
.side_area .txt_area_side ul li{
    color: #000;
    font-family: georgia, palatino, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 5px;

}


.side_area .row.two_side_area {
    margin-top: 99px;
    align-items: center;
}

.side_area .row.two_side_area .img_area_side {
    padding-left: 15px;
    position: relative;
    padding-right: 0px;
}

.side_area .row.two_side_area .img_area_side img {
    height: 390px;
}

.side_area .row.two_side_area  .txt_area_side {
    padding-left:0px;
     padding-right:40px;
}

.cont_area{
    padding: 100px 0px;
    background: url(../images/background_con1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.cont_area h4{
    font-size: 20px;
    font-family: impact;
    color: #0096ab;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.side_area .row.two_side_area .txt_area_side{
	color: #000;
    font-family: georgia, palatino, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}

.cont_area form input, .cont_area form textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 27px;
    height: 54px;
    padding-left: 14px;
    font-size: 18px;
}

.cont_area form textarea {
    height: 136px;
    margin-bottom: 17px;
    padding-top: 9px;
}

.cont_area .heading {
    margin-bottom: 35px;
}

.cont_area  input.wpcf7-form-control.wpcf7-submit {
    font-family: impact;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cont_area  input.wpcf7-form-control.wpcf7-submit:hover{
	background:#333 !important;
}

.logo-nav #menu-header {
    margin: 1em 0;
    padding-left: 40px;
}
footer p{
	font-family: Tahoma, sans-serif;
	font-size:16px;
}

footer {
    padding: 2rem 0 1em ;
}

a {
    color: #0097a0;
}
.banner .overlay .btn_banner a:hover{
	background:#fff !important;
	color:#333 !important
}

.about_area .btn_about a:hover{
	background:#0097a0 !important;
	color:#fff !important;
}

.our_work .head_area a:hover{
	background:#333 !important;
}
.our_work .max_wid_area a:hover{
	color:#333 !important;
}
a:hover{
	text-decoration:none !important;
}

.logo-nav .menu a {
    font-family: Tahoma, sans-serif;
}
.cont_area form p br{
    display: none;
}
.cont_area form .wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: -24px;
    font-family: georgia, palatino, serif !important;
    margin-bottom: 10px;
}
.our_work img {
    height: 494px;
    object-position: center center;
    border-radius: 6px 0px 0px 6px;
}
.banner img.infrabaner {
    height: 97vh;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1500px) {
.our_work img {
	height: 609px;
	}	
	.video_area video{
	height: 609px;	
	}
}
@media screen and (max-width: 1400px) {
	.logo-nav .menu a {
    font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.col-md-12.tx_banner h1 {
    font-size: 44px;
    font-family: impact;
    color: #fff;
}
	.banner .overlay .btn_banner a {
    padding: 22px 20px;
}
	.banner img {
    height: 92vh;
}
	.heading {
    font-size: 46px;
}
	.txt_area_side {
    padding-left: 0px;
}
.side_area .row.two_side_area .txt_area_side {
    padding-right: 0px;
}
	.our_work img {
    height: 380px;
}
	.about_area .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.about_area .abt_txt {
    margin-top: 26px;
}
	.about_area .row {
    flex-direction: column-reverse;
}
	.about_area p {
    max-width: 100%;
}
	.side_area .img_area_side img {
		height: auto;
	}
.banner .overlay {
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
	.abt_img {
    display: block;
}
	.abt_img .img_fir {
    width: 100%;
}
	.abt_img img {
	height: auto;
	margin-bottom: 20px;
	}
	.about_area .abt_txt {
        margin-top: 5px;
    }
	.img_fir.img_sec {
    display: none;
}
	    .banner .overlay .btn_banner a {
        display: inline-block;
		padding: 15px 20px;	
    }

.col-md-12.tx_banner {
        margin-top: 65px;
        flex-direction: column;
    }
	    .col-md-12.tx_banner h1 {
        margin-bottom: 21px;
    }
	.our_work .owl-theme .owl-nav [class*=owl-] {
    font-size: 44px;
}
	.about_area, .side_area {
    padding: 70px 0px;
}
	.our_work {
    padding: 66px 0px;
}
	.side_area .row.two_side_area {
    margin-top: 41px;
    flex-direction: column-reverse;
}
	.side_area {
    padding: 73px 0px 70px;
}
.side_area .heading {
    margin-bottom: 12px;
    padding-top: 14px;
}
	.col-md-12.tx_banner h1 {
        text-align: center;
    }
 .our_work .owl-theme .owl-nav {
    bottom: 0px;
}	
	.wpcf7 form .wpcf7-response-output {
    border: 2px solid #00a0d2;
    background: #ffffffa8;
}
	.cont_area form p, .cont_area input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0px;
}
	.wpcf7-spinner{
		display: none;
	}
	.side_area .row.two_side_area .img_area_side img {
    height: auto;
}
	.side_area {
        padding: 73px 0px 0px;
    }
	    .banner .overlay .btn_banner a {
        padding: 12px 19px;
        font-size: 17px;
    }
	.video_area img {
    height: auto;
}
	    .banner video {
        height: 81vh;
    }
	.our_work img {
        height: 300px;
    }
	.banner img{
		height:auto !important;
	}
	footer .column .logo img {
    width: 100%;
    margin-bottom: 18px;
}
}
@media screen and (max-width: 580px) {
	    .heading {
        font-size: 41px;
    }
	.our_work .max_wid_area {
    padding: 26px;
}
	.side_area .img_area_side img {
    height: auto;
}
	.side_area .img_area_side {
    padding-right: 0px;
}
	.side_area .row.two_side_area .img_area_side {
    padding-left: 0px;
}
	.cont_area {
		padding: 60px 0px;
	}
}
@media screen and (max-width: 575px) {
		.side_area .row.two_side_area {
    margin-top: 41px;
    flex-direction: column-reverse;
    background: #f6f6f6;
    padding: 62px 0px;
}

	}
@media screen and (max-width: 480px) {
  .col-md-12.tx_banner h1 {
        font-size: 35px;
    }
	.our_work .max_wid_area {
        padding: 26px 15px;
    }
	.banner img {
        height: 418px !important;
    }
	    .side_area {
        padding: 53px 0px 0px;
    }
	    .heading {
        font-size: 35px;
    }
	.side_area .row.two_side_area, .our_work, .about_area {
        padding: 50px 0px;
    }
	.about_area .heading {
    margin-bottom: 5px;
}
.our_work .head_area a {
    padding: 14px 21px;
}	
.about_area .btn_about a {
    font-size: 17px;
	padding: 10px 26px;
	}
	.video_area video {
    height: 283px;
}
}
@media screen and (max-width: 397px) {
	.our_work .head_area {
    margin-bottom: 28px;
    flex-direction: column;
}
	.cont_area h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
}