@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i&display=swap');

*{
	padding:0;
	margin:0;
}
@font-face {
    font-family: ninestudio;
    src: url(../fonts/ninestudio.eot);
    src: url(../fonts/ninestudio.eot?#iefix) format("embedded-opentype"), url(../fonts/ninestudio.woff) format("woff"), url(../fonts/ninestudio.ttf) format("truetype"), url(../fonts/ninestudio.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}
[class*=" ns-"],
[class^=ns-] {
    font-family: ninestudio!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-boxes .icon-boxes-icon {
    color: #da0e2b;
    font-size: 80px;
    padding-top: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-boxes .icon-boxes-icon i {
    padding: 8px;
    border-radius: 50%;
    transition: all .5s;
}
.ns-tripod:before {
    content: "\e90d";
}
.ns-seats:before {
    content: "\e909";
}
.ns-video-camera:before {
    content: "\e90e";
}
.myopacity{
    position:relative;
}
.myopacity::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
}
body{
	padding:0;
	margin:0;
	overflow-x:hidden;
}
.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #0000005c;
}
.header_active{
	background: #222d35;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s ease-in-out;
}
.header ul.navbar-nav li.nav-item a.nav-link{
	text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.header ul.navbar-nav li.nav-item a.active{
	color:#cf0300;
	font-weight: 700;
}
.navbar-brand{
	width:150px;
}
.carousel-caption{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-caption span{
	display: block;
	text-transform: uppercase;
}
.carousel-caption a.btn{
	margin-top: 34px;
    background: #d72323!important;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: none!important;
}
.carousel-caption span.text1{
	font-size: 40px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
	animation-name:moveInleft;
	animation-duration:1s;
	animation-timing-function:ease-out;
}
.management_system_box {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; 
    margin-bottom: 30px;
}
@keyframes moveInleft{
	
	0%{
		opacity:0;
		transform:translateX(-100px);
	}
	
	80%{
		transform:translateX(10px);
	}
	
	100%{
		opacity:1;
		transform:translate(-0px);
	}
}
.carousel-caption span.text2{
	font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ed1c24;
	letter-spacing:2px;
	
	animation-name:moveInRight;
	animation-duration:1s;
	animation-timing-function:ease-out;
}

@keyframes moveInRight{
	
	0%{
		opacity:0;
		transform:translateX(100px);
	}
	
	80%{
		transform:translateX(-10px);
	}
	
	100%{
		opacity:1;
		transform:translate(0px);
	}
}

.creative_film{
	background-image:url(../images/img_aerial.jpg);
	background-size:cover;
	padding: 60px 0 51px;
    background-position: center;
}
.creative_film .film_heading h3{
	font-size: 43px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    padding-bottom: 1.6rem;
}
.creative_film .film_heading h3::before{
	content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right,#d72323 0%,#d72323 65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 71%,rgba(215,35,35,0.5) 71%);
}
.creative_film .film_heading p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin: 3em 0;
    font-weight: 500;
}
.creative_film .film_heading a{
	color: #ffffff;
    background-color: #d72323;
    border: 0;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 26px;
    margin-top: 20px;
}
.brief_title{
	background-image: url(../images/bg_1.png);
    background-position: center;
	padding: 100px 0 70px;
}
.brief_title .left_heading h3{
	font-size: 34px;
    color: #333;
    line-height: 1.4em;
    font-weight: 400;
	text-transform: capitalize;
	font-family: 'Fjalla One', sans-serif;
}
.brief_title .learn_btn a:nth-child(1){
	font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    border: 1px solid #d72323;
    color: #d72323;
    padding: 14px 40px;
}
.brief_title .learn_btn a:nth-child(2){
	font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    border: 1px solid #d72323;
    color: #fff;
    padding: 14px 40px;
    background: #d72323;
    margin-left: 14px;
}


.addon_work{
	background:#d72323;
}
.addon_work .click_for_demo{
	position:relative;
}
.addon_work .click_for_demo a{
	position: absolute;
    font-size: 45px;
    height: 100px;
    width: 100px;
    background: #d72323;
    color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.addon_work .click_for_demo a i{
	margin: 28px 38px;
}
.addon_work .video_service_details h3{
	color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 1.6rem;
    position: relative;
    font-size: 3.5em;
}
.addon_work .video_service_details h3::before{
	content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right,#ffffff 0%,#ffffff 65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 71%,rgba(255,255,255,0.5) 71%);
}
.addon_work .service_details h5{
	color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
	margin-top: 2.3rem;
    margin-bottom: 1rem;
}
.addon_work .service_details p{
	color: #efcfcf;
    font-size: 14px;
}
.service_details li{
	font-size: 17px;
    color: #ffff;
    list-style: none;
}
.featured_block{
	background: #222d35;
    padding: 5em 0;
}
.featured_block .featured_heading h3{
	color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 1.6rem;
    position: relative;
    font-size: 3.5em;
    text-align: center!important;
}
.featured_block .featured_heading h3::before{
	content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    left: 48%;
    bottom: 0;
    background: linear-gradient(to right,#ffffff 0%,#ffffff 65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 71%,rgba(255,255,255,0.5) 71%);
}
.featured_block .management_system_box img{
	border: 10px solid #fff3;
    transition: all .5s ease-in-out;
    cursor: pointer;
	height:230px;
}
.featured_block .management_system_box img:hover{
	border: 10px solid #fff;
}
.featured_block .management_system_box h5{
	font-family: "Fjalla One",sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    letter-spacing: 0.6px;
    margin-bottom: 25px;
    margin-top: 24px;
    transition: all .3s ease-in-out;
}
.featured_block .management_system_box a{
	color: #fff;
}
.featured_block .management_system_box ul{
	list-style:none;
	padding:0;
	    text-align: left;
}
.mycustomhead{
	position: relative;
}
.mycustomhead::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 52px;
    border: 2px solid #e9003f;
    border-radius: 2px;	
}
.featured_block .management_system_box ul li{
	position: relative;
    padding-left: 17px;
    color: #a4a7a9;
    font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}
.mycustombanner{
    background: url(../images/custombanner.jpg);
    background-size: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mycustombanner::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
}
.mycustombanner h3{
	color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 1.6rem;
    position: relative;
    font-size: 3.5em;
}
.mycustombanner p{
	color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.featured_block .management_system_box ul li::before{
	position: absolute;
    content: "";
    top: 11px;
    left: 0;
    background: #d72323;
    height: 5px;
    width: 5px;
}
.epic_service{
	padding:6em 0;
}
.epic_service .sm_heading h3{
	font-size: 14px;
    letter-spacing: .1em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 22px;
	color: #da0e2b;
	text-align:center;
}
.epic_service .icon_box_cnt h5{
	font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: .05em;
    font-size: 14px;
    color: #333;
}
.epic_service .icon_box_cnt p{
	color: #696969;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: 1px;
}
.epic_service .icon_box_link a i{
	font-size: 15px;
    color: #d72323;
    height: 50px;
    width: 50px;
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    padding: 16px 0;
	transition:all .5s ease-in-out;
}
.epic_service .icon_box_link a:hover i{
	background:#d72323;
	border:2px solid #d72323;
	color:#fff;
}
.video_tabs ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #da0e2b!important;
    color: #fff;
}
.video_tabs ul.nav-tabs li.nav-item a.nav-link.active:before,.video_tabs ul.nav-tabs li.nav-item a.nav-link.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.video_tabs ul.nav-tabs li.nav-item a.nav-link.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #da0e2b;
    border-width: 15px;
    margin-left: -10px;
}
.video_tabs ul.nav-tabs li.nav-item a.nav-link{
	font-size: 14px;
    color: #4e4444;
    font-weight: 700;
    letter-spacing: 2px;    position: relative;
}
.video_tabs ul.nav-tabs li.waves-effect{
	overflow:visible;
}
.video_tabs h3{
	font-size: 14px;
    letter-spacing: .1em;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 22px;
	color: #da0e2b;
	text-align: center;
}
.video_gallery .single_video img{
	width:100%;
}
.video_gallery .single_video{
	position:relative;
	overflow:hidden;
	border-right:0;
}
.video_gallery .single_video .play_video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0000008c;
}
.video_gallery .single_video .play_video a.refrence_link{
	font-size: 14px;
    font-family: Merriweather;
    font-style: italic;
    color: #fff;
    font-weight: 400;
}
.video_gallery .single_video .play_video p{
	font-size: 24px;
    font-family: Merriweather;
    color: #fff;
    font-weight: 400;
}
.video_gallery .single_video .play_video a.play_link{
	font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    line-height: 1;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #da0e2b;
}

.pop_form_sec .form-control{
	border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    padding: 14px 0px;
    line-height: 1.42857143;
    border-bottom: 1px solid #9c9c9c;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.pop_form_sec button{
	font-size: 15px;
    background: #ed1c24;
    border: 0;
    padding: 10px 18px;
    border-radius: 2px;
    color: #fff;
    margin-top: 25px;
}
.pop_form_sec .wrap_form{
	padding-bottom: 43px;
	padding-top: 27px;
}
.pop_form_sec .wrap_form h3{
	font-size: 30px;
    text-align: center;
    margin-top: 31px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.pop_form_sec .form-logo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 26px;
}
.modal-content{
	position:relative;
}
.modal-content button.close{
	position: absolute;
    top: 0;
    right: 4px;
    z-index: 1;
    font-size: 26px;
    color: #040404;
    text-shadow: none;
    opacity: 1;
}

.testimonial_sec{
	padding: 6em 0;
}
.testimonial_sec .testimonial_content img{
	margin:0 auto;
}
.testimonial_sec .testimonial_content h3{
	text-transform: uppercase;
    letter-spacing: .4em;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 35px;
    color: #333;
	font-family: 'Fjalla One', sans-serif;
}
.testimonial_sec .testimonial_content p{
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 2;
    color: #696969;
}
.testimonial_sec .testimonial_content h5{
	font-size: 14px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 700;
}
.testimonial_sec .testimonial_content h5 span{
	font-size: 14px;
    color: #ccc;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
}
footer{
	background:#333333;
	padding:5em 0;
}
footer .footer-logo ul{
	list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
	margin: 37px 0;
}
footer .footer-logo ul li{
	border: 2px solid #585858;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}
footer .footer-logo ul li a{
	color:#ababab;
}
footer .footer_service_link h3{
	margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff;
    font-family: Merriweather;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}
footer .footer_service_link h3:after{
	content: '';
    width: 30px;
    height: 1px;
    background-color: #da0e2b;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .footer_service_link ul{
	list-style:none;
	padding:0;
}
footer .footer_service_link ul li{
	margin-bottom: 15px;
    line-height: 1.6;
}
footer .footer_service_link ul li a{
	position: relative;
    color: #ababab;
	font-family: 'Fjalla One', sans-serif;
}
footer .footer_service_link p{
	font-family: 'Montserrat', sans-serif;
    color: #ababab;
    font-size: 15px;
}
footer .footer_service_link p a{
	color: #ababab;
}
footer .footer_service_link .g-map span a{
    color: #ababab;
	text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
footer .footer_service_link .g-map span a i{
	height: 35px;
    width: 35px;
    border: 2px solid #585858;
    border-radius: 50%;
    padding: 7px 0;
    text-align: center;
    margin-right: 11px;
}


/*======= production house page =========*/

.larger_pageheader {
    background: url(../images/cel-img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}

.larger_pageheader-1 {
    background-image:url(../images/em-img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.larger_pageheader-2{
	background-image:url(../images/pp-img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.larger_pageheader-3{
	background-image:url(../images/ph-img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.larger_pageheader-4 {
    background: url(../images/animation.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}

.larger_pageheader .page_caption {
    padding-top: 290px;
    padding-bottom: 290px;
}
.larger_pageheader .page_caption h1 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.service_single {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service_single .services_description {
    text-align: center;
}
.service_single .services_description p.lead_txt1 {
    font-size: 22px;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
    color: #0b0f13;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 100;
}
.service_single .services_description p.lead_txt2 {
    margin: 0 0 20px;
    line-height: 1.7;
    font-weight: 400;
}
.service_single .services_description a {
    text-decoration: none;
    color: #cf0a11;
    letter-spacing: 3px;
    font-family: sans-serif;
    font-size: 14px;
}
.clearfix_icon{
	margin-bottom:3rem;
}
.clearfix_icon .working_hours {
    padding-bottom: 26px;
	display: flex;
    align-items: center;
}
.clearfix_icon .working_hours i {
    float: left;
    font-size: 40px;
    color: #e9003f;
}
.clearfix_icon .working_txt {
    padding-left: 67px;
}
.clearfix_icon .working_txt h5 {
    font-weight: 700;
    color: #282828;
}
.clearfix_icon .working_txt p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.work_block {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.work_block .work_heading {
    margin-bottom: 70px;
    text-align: center;
}
.work_block .work_heading h3 {
    font-weight: 100;
    color: #11181f;
    margin: 0px 0px 15px 0px;
    font-size: 38px;
}
.work_block h4.work-small-title {
    color: #cf0a11;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.work_block h3.work-title a.title {
    font-size: 25px;
    font-weight: 500;
    color: #333;
}
.work_block .work-btn-link {
    margin-top: 40px;
    text-align: center;
}
.work_block .work-btn-link a {
    color: #cf0a11;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: sans-serif;
}
.send_request {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #484848;
}
.send_request .request_heading {
    margin-bottom: 70px;
    text-align: center;
}
.send_request .request_heading h3 {
    font-weight: 100;
    color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 38px;
}
.send_request .form-control {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    padding: 14px 0px;
    line-height: 1.42857143;
    border-bottom: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    color: #fff;
    font-family: sans-serif;
}
.send_request .service_form .form-group input {
    color: #fff;
}
.send_request .service_form button {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 13px 29px;
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #000000c7;
    margin-top: 54px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    background: #fff!important;
}
.send_request .service_form button:hover {
    background: #fff;
    color: #d72323;
}
.send_request .service_form .form-group ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.send_request .service_form .form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.send_request .service_form .form-group ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

/*======== about-us page=======*/

.about_us_page {
    background: #E9003F;
}
.about_us_page .d_txt_box {
    text-align: end;
}
.about_us_page .d_txt_box h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-right: 39px;
}
.about_us_page .d_txt_box p {
    color: #ffff;
    margin-right: 39px;
    font-family: 'Montserrat', sans-serif;
}
.analytics_sec {
    padding: 126px 0;
    text-align: center;
}
.analytics_sec .analytics_content h3 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
}
.analytics_sec .analytics_content p {
    font-size: 17px;
    font-weight: 400;
    color: #888484;
    padding-top: 12px;
	font-family: 'Montserrat', sans-serif;
}
.our_services {
    background: #E9003F;
}
.our_services .services_box {
    text-align: end;
    padding-right: 65px;
}
.our_services .services_box h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}
.our_services .services_box p {
    color: #ffff;
    font-family: 'Montserrat', sans-serif;
}
.our_services .upper_content_box {
    background: #F6F6F6;
    height: 300px;
    padding: 139px 113px;
}
.our_services .upper_content_box h5 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
}
.our_services .upper_content_box p {
    color: #888484;
    padding: 14px 0;
    font-family: 'Montserrat', sans-serif;
}
.our_services .upper_content_box a {
    outline: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: capitalize;
    letter-spacing: .02em;
    color: #fff;
    background: #e9003f !important;
    padding: 17px 49px;
    border: 0;
    transition: all .3s ease-in-out;
}

/*======= Gallery page=======*/

.page-title {
    padding-top: 145px;
    padding-bottom: 125px;
    background-color: #f6f7f7;
    color: #333;
    text-align: center;
    background-size: cover;
    display: block;
	background-position:center;
}
.page-title .page_heading h3 {
    font-family: Merriweather,Georgia,serif;
    font-weight: 400;
    font-size: 56px;
    color: #333;
    margin-top: 0;
}
.page-title .page_heading ul{
	padding: 0;
    margin: 0;
    list-style: none;
	display: flex;
}
.page-title .page_heading ul li a{
	color: #ababab;
}
.page-title .page_heading ul li:last-child {
    color: #da0e2b;
    margin-right: 0;
	margin-left: 10px;
}
.portfolio_heading{
	padding: 3em 0 9px;
}
.portfolio_heading h3{
	font-size: 22px;
    letter-spacing: .1em;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #da0e2b;
    text-align: center;
}


.contact_form_sec{
	padding:120px 0;
}
.contact_form_sec .form_right_txt{
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	padding-top: 22px;
}
.contact_form_sec .form_right_txt h3{
	margin-bottom: 10px;
    letter-spacing: .05em;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.contact_form_sec .form_right_txt p{
	font-size: 13px;
    font-weight: 600;
    color: #696969;
    line-height: 2;
}
.contact_form_sec .contact-form .form-control{
	background: #f4f4f4;
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: none;
    border: 1px solid #eee;
}
.contact_form_sec .contact-form textarea{
	font-size: 15px;
    color: #404040;
    background-color: #f4f4f4;
    margin-top: 31px;
    box-shadow: none;
    border: 1px solid #eee;
    margin-bottom: 31px;
}
.contact_form_sec .submit_button .btn-border-black{
	box-shadow: none;
    background: #cf0300;
    color: #fff;
}
.contact_form_sec .contact-form h3{
	font-size: 30px;
    font-family: Merriweather,Georgia,serif;
    margin-bottom: 46px;
}
.our_branches{
	background: #f7f7f7;
    padding-bottom: 3rem;
}
.our_branches .branch_heading h3{
	font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 31px;
    padding-top: 45px;
    text-align: center;
}
.our_branches .card{
	height:100%;
}
.our_branches .card-header{
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background: #222d35;
    color: #fff;
}
.our_branches .card-body p{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.our_branches .card-body a{
	font-size: 14px;
    font-weight: 700;
    color: #888888;
}
.owl_carousel{
	background:#f7f7f7;
}