::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

::-moz-selection {
    color: #fff;
    background: #000
}


::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::placeholder {
    color: #fff;
}

html,
body {
    height: 100%;
    min-height: 100%
}

body {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
   font-family: 'Josefin Sans', sans-serif;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*==Global css starts==*/


h1{
    margin-bottom: 0px;
    color: #0b4878;
    line-height: normal;
    outline: none;
	font-weight:bold;
    margin-top: 0;
	 font-family: 'Poppins', sans-serif;
}

h1 b {
    color: #0b4878;
    font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    color: #d50a0f;
    line-height: 30px;
    text-align: left;
	
	
}

/*h6::before,
h6::after {
    display: inline-block;
    content: "";
    border-top: 4px solid #e9702a;
    width: 5rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}


h2:after {
    content: ' ';
    display: block;
    border: 3px solid #00255c;
    width: 81px;
    margin-top: 7px;
}


h1:after {
    content: ' ';
    display: block;
    border: 1px solid #8b8b8b;
    width: 60px;
    text-align: center;
    margin: 0px auto;
}
*/


h5 {
   font-size:25px;
   font-weight: 500;

}


p {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	color:#000000;
}

p:last-child {
    margin-bottom: 0
}

a,
button {
    outline: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

input,
textarea {
    outline: none
}

img {
    max-width: 100%
}

ul,
ol {
    padding-left: 20px
}

ul li,
ol li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px
}

a {
    color: #2d2d2d;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #1c669a
}

a:focus {
    text-decoration: none;
    outline: none;
    color: #1c669a;
}

.btn,
.button,
.btn-default {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

/*==Global css ends==*/

.container {
    width: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.cta-btn {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    padding: 10px 50px;
    width: auto;
    text-transform: uppercase;
    background: rgba(58,66,20,.4);
    display: inline-block;
    position: relative;
    line-height: normal;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	border:1px solid #fff;
	
}
.cta-btn:hover {
    color: #fff;
    background: #231f20;
}

/*main-header starts*/

.main-header {
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    background-color: #cd1324;
    padding: 0px;
    width: 100%;
}


.logo-wrap {
    width: 191px;
}
.logo-wrap img {
    width: 100%;
    padding: 0px;
    height: 74px;
}


.main-header .logo-wrap {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header .logo {
    float: left;
    display: block;
    width: 100%;
    margin: 0px 0;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header .navigation {
    float: right;
}

.main-header .navigation nav:before,
.main-header .navigation nav:after,
.mean-container .mean-bar:before,
.mean-container .mean-bar:after,
.main-header .logo-wrap:before,
.main-header .logo-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.main-header .navigation nav {
    margin-top: 0px;
}

.main-header .navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .navigation nav ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 18px;
    position: relative;
}

/*.main-header .navigation nav ul li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}*/

.main-header .navigation nav ul li a {
    font-size: 18px;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 10px 0px;
    text-transform: uppercase;
    position: relative;
    display: block;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.main-header .navigation nav ul li:hover a,
.main-header .navigation nav ul li:focus a,
.main-header .navigation nav ul li.active a {
    color: #000;
}


.main-header .navigation nav ul li.active a {
    color: #000;
    font-weight: 500;
}



.main-header .navigation nav ul li:first-child {
    padding-left: 0;
}

.main-header .navigation nav ul li:last-child {
    padding-right: 0;
}

.main-header .navigation nav ul li:last-child:after {
    content: '';
    display: none;
}

.main-header .navigation nav ul li {
    position: relative;
}

.main-header .navigation nav ul li ul,
.main-header .navigation nav ul li ul li ul {
    position: absolute;
   left: 0px;
    /*    margin-top: 40px;*/
    width: 270px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    /*
    visibility: hidden;
    opacity: 0;
*/
    z-index: 99999;
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-header .navigation nav ul li:focus ul,
.main-header .navigation nav ul li:focus-within ul,
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.main-header .navigation nav ul li ul li ul {
    top: 0%;
    left: 100%;
    display: none;
}

.main-header .navigation nav ul li:hover ul li ul {
    display: none;
}

.main-header .navigation nav ul li ul li:hover ul {
    top: 0%;
    left: 100%;
    display: block;
}

.main-header .navigation nav ul li:last-child ul {
    left: auto;
    right: 0;
}

.main-header .navigation nav ul li:last-child ul li:hover ul {
    left: auto;
    right: 100%;
    display: block;
}

.main-header .navigation nav ul li:hover ul {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block;
}

.main-header .navigation nav ul li ul li {
    display: block;
    margin: 0 !important;
    padding: 0;
    border-bottom: solid 1px #ccc;
    width: 100%;
}

.main-header .navigation nav ul li ul li a,
.main-header .navigation nav ul li ul li:first-child a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 15px;
    text-transform: none;
    text-align: left;
    color: #333 !important;
}

.main-header .navigation nav ul li ul li:focus a {
    color: #000;
}

.main-header .navigation nav ul li ul li:hover a {
    padding: 10px 20px;
    color: #000 !important;
}

.main-header .navigation nav ul li ul li:after,
.main-header .navigation nav ul li ul li a:before,
.main-header .navigation nav ul li ul li:hover:after,
.main-header .navigation nav ul li ul li:hover a:before,
.main-header .navigation nav ul li ul li a:hover:before,
.main-header .navigation nav ul li:hover ul li a:before,
.main-header .navigation nav ul li.active ul li a:before {
    content: '';
    display: none;
}

.main-header .navigation nav ul li ul li:hover a,
.main-header .navigation nav ul li ul li.active a {
    background: #cd1324;
    color: #fff !important;
}

.main-header.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header.fixed .logo {
    max-width: 180px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header.fixed .navigation nav {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header.fixed .logo-wrap span.call {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header.fixed .logo-wrap {
    top: 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-header.fixed .navigation nav ul li a {
    padding: 10px 0px;
    font-size: 16px;
}

.main-header.fixed .navigation nav ul li:after {
    font-size: 14px;
    top: 12px;
}

.main-header.fixed .navigation nav ul li:last-child a {
    padding-right: 0;
}

.main-header.fixed .navigation nav ul li ul li a {
    padding: 7px 15px;
}

.main-header.fixed .navigation nav ul li ul li:hover a {
    padding: 7px 15px 7px 20px;
}

/*== meanmenu css ==*/

.mean-container .mean-bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.mean-container .mean-bar,
.mean-container .mean-nav,
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li:hover a,
.mean-container .mean-nav ul li a:hover {
    background: #000;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li:hover a,
.mean-container .mean-nav ul li a:hover {
    background: #000;
}

.mean-container .mean-nav ul li {
    margin-bottom: 0 !important;
}

.mean-container .mean-nav ul li a {
    padding: 11px 20px;
    display: block;
    width: calc(100% - 40px) !important;
    font-size: 14px;
    font-weight: 500;
}

.mean-container .mean-nav ul li li a {
    padding: 11px 30px;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 8%;
}

.mean-container .mean-bar:before {
    content: 'MENU';
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    width: 100px;
    top: 14px;
    right: 50px;
    font-family: 'Poppins', sans-serif;
}

.mean-container a.meanmenu-reveal {
    right: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li a.mean-expand:hover {
    font-weight: 600 !important;
    height: 24px !important;
    width: 26px !important;
}

.main-header.fixed .header-top {
    display: none;
}

/*== meanmenu css ==*/

/*==banner starts==*/

.banner-wrapper {
    width: 100%;
    position: relative;
}

.item.slick-slide {
    height: 100%;
    background-size: cover;
    height: 720px;
}
.banner-wrapper .banner,
.banner-wrapper .banner-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-wrapper .banner .banner-overlay,
.banner-wrapper .banner-inner .banner-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrapper .banner .banner-img,
.banner-wrapper .banner-inner .banner-img {
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 810px;
    position: relative;
    margin: 0;
    padding: 0;
}

.banner-wrapper .banner .container,
.banner-wrapper .banner-inner .container {
    position: relative;
    z-index: 22;
    background: none;
    top: 285px;
    max-width: 1170px;
    text-align: center;
}

.banner .banner-list {
    position: relative;
}





.banner-wrapper .banner h1 {
  font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
	text-align:left;
    text-transform:uppercase;
    line-height: 20px;
	letter-spacing:0px;
    padding: 13px;
}

.banner-wrapper .banner h2 {
  font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #fff;
   margin: 0px;
    font-weight: bold;
	text-align:left;
    text-transform:uppercase;
    line-height: 50px;
	letter-spacing:0px;
	padding:0px;
}


.banner-wrapper .banner h2 span {
  font-family: 'Poppins', sans-serif;
    font-size: 60px;
    color: #ee1825;
    margin: 0px;
    font-weight: bold;
	text-align:left;
    text-transform:uppercase;
    line-height: 60px;
	letter-spacing:0px;
}
.banner-wrapper .banner a {
  font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #ee1825;
    margin-top: 30px;
    font-weight: 300;
    text-transform:uppercase;
    line-height: 20px;
	background:#fff;
	text-align:center;
	float:left;
	padding:10px 30px;
}

.item::before {
    content: "";
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}



section.banner-inner {
    height: 446px;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	background-position:center;
}


section.banner-inner::before {
    content: "";
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}


.overlay {
    position: relative;
}

.overlay h1 {
	
	font-family: 'Poppins', sans-serif;
    font-size: 60px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 160px;
}


/*==banner ends==*/

/*==main-footer starts==*/
.main-footer {
    padding: 0;
}

.main-footer .footer-top, .main-footer .footer-btm {
    padding: 20px 0;
    background: #d50a0f;
}


.main-footer .footer-top p, .main-footer .footer-btm p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
	text-transform:inherit;
}


/*==main-footer ends==*/

/*==contact-wrap starts==*/

.contact-wrap {
    padding: 0px 70px;
}

.about-wrap h2,
.services-wrap h2,
.contact-wrap h2,
.environmental-wrap h2,
.testimonials-wrap h2 {
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.contact-wrap input, .contact-wrap textarea, .contact-wrap .captcha-box {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: none;
    border: none;
	border:2px solid #ffffff;
}




.contact-wrap input[type="submit"] {
    background: #ffffff;
	 padding: 15px 20px;
    border: none;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #ee1825;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0px auto;
    text-align: center;
    width: 100%;
   
}

.contact-wrap input[type="submit"]:hover,
.contact-wrap input[type="submit"]:focus,
.contact-wrap input[type="submit"]:active {
    border-color: #000;
	background: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 9px;
}

/

/*==about-wrap ends==*/

/*==inner page css sarts==*/
.banner-wrapper .banner-inner .banner-img {
    height: 480px;
}

.banner-wrapper .banner-inner .container {
    z-index: 2;
    top: calc(50% - 25px);
}

.banner-wrapper .banner-inner .banner-overlay {
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.banner-wrapper .banner-inner h1 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 50px;
}

.subpage-wrap .comp-anniversary h3 {
    font-size: 28px;
}

.subpage-wrap .comp-anniversary h3 span {
    font-size: 36px;
}

.subpage-wrap .comp-anniversary,
.subpage-wrap .certificates {
    margin-bottom: 30px;
    text-align: center;
}

.subpage-wrap .certificates h4 {
    position: inherit;
    top: auto;
    left: auto;
    margin: 0 auto 15px auto;
    text-align: center;
}

.subpage-wrap .certificates {
    padding: 15px 0;
}

.subpage-wrap .certificates ul,
.subpage-wrap .sub-page-block ul {
    border-top: solid 1px #a5a5a5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.subpage-wrap .certificates ul li,
.subpage-wrap .sub-page-block ul li {
    border-bottom: solid 1px #a5a5a5;
    margin: 0;
    position: relative;
    display: block;
    padding: 0;
}

.subpage-wrap .certificates ul li:last-child {
    border-bottom: none;
}

.subpage-wrap .certificates ul li a,
.subpage-wrap .sub-page-block ul li a {
    display: block;
    font-size: 18px;
    color: #231f20;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0 15px 35px;
    text-align: left;
}

.subpage-wrap .certificates ul li:hover a,
.subpage-wrap .sub-page-block ul li:hover a {
    color: #ed1c24;
}

.subpage-wrap .certificates ul li:before,
.subpage-wrap .sub-page-block ul li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #ed1c24;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 15px;
}

.subpage-wrap .sub-page-block {
    padding: 30px 0;
}

.subpage-wrap .sub-page-block h2 {
    color: #ed1c24;
    margin-bottom: 10px;
}

.subpage-wrap .sub-page-block h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.subpage-wrap .sub-page-block ul {
    border: none;
}

.subpage-wrap .sub-page-block ul li {
    border: none;
}

.subpage-wrap .sub-page-block ul li:before {
    left: 0;
}

.subpage-wrap .sub-page-block ul li,
.subpage-wrap .sub-page-block ul li a {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.subpage-wrap p,
.about-content p {
    font-size: 18px;
    line-height: 24px;
}

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

.about-content h3 {
    font-size: 35px;
    color: #ed1c24;
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 35px;
}

.about-block .blockquote {
    margin-bottom: 35px;
}

.about-block .blockquote p {
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}

.about-block .blockquote p span {
    color: #ed1c24;
    font-size: 30px;
}

/*==inner page css ends==*/


ul.privacy li, ul.privacy li a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #74a83b;
    padding: 8px;
    text-align: center;
}
ul.privacy {
    float: right;
    color: #fff;
    list-style: none;
    font-size: 16px;
    width: 180px;
}



ul.call-top {
    width: 232px;
    float: left;
    list-style: none;
    margin-top: 18px;
}

ul.call-top::before {
    content: "\f095";
    float: left;
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    margin-right: 10px;
}
ul.call-top li, ul.call-top li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
}


.home_box_wrap.wpb_row .vc_col-sm-2 {
    float: left;
    width: 21.2%;
    padding: 0;
    margin-right: -1.5%;
    min-height: 0;
}

.home_box_wrap .home_box_last {
margin: 0 !important;
}

figcaption.vc_figure-caption {
    background: #d95217;
    padding: 13px 0px;
    color: #fff;
    font-size: 13px !important;
	margin-top:0px !important;
}


.contact-wrap div#wpcf7-f4-p56-o1 {
    padding-left: 225px;
    padding-right: 225px;
}

.col-center {
	 padding-left: 225px !important;
    padding-right: 225px !important;
	
}

.col-center p {
	margin-bottom:70px !important;
}



.contact-wrap div#wpcf7-f4-p56-o1 p {
  	margin:0px !important;

}

.widget_nav_menu, .widget_text {
    background: #fff;
    margin-bottom: 51px;
}


.acc_head h3 {
    background: #0e5091;
    padding: 15px 0px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    width: 100%;
}



.content-aside input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #c9c9c9;
    width: 100%;
	border-radius:5px;
	border:none;
	margin-bottom:15px;
	padding:15px 12px;
}


.content-aside form.wpcf7-form {
    padding: 30px 12px;

}

.textwidget p {
    text-align: center;
    padding: 0px 34px;
    font-weight: 500;
	margin:0px;
}

.content-aside input.wpcf7-form-control.wpcf7-submit {
    background: #e76606;
    padding: 15px;
    color: #fff;
    border: none;
    width: 100%;
	font-size:25px;
    border-radius: 5px;
}


.content-aside ul {
    width: 100%;
    list-style: none;
	padding:0px;
}
.content-aside ul li{
    border-bottom: 1px solid #c5c5c5;
    width: 100%;
	padding-bottom: 11px;
	display: flex;
}
.content-aside ul li:last-child {
    border: none !IMPORTANT;
}
.content-aside ul li a {
    font-size: 20px;
    width: 100%;
    list-style: none;
	text-transform:capitalize;
}


.content-aside ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.7em;
    width: 1.3em;
}

.content-aside {
    padding-top: 75px;
}


.Icon_left {
    float: left;
    height: 238px;
    width: 80px;
    position: relative;
    display: block;
    margin-right: 21px;
}


.About_wrap {
	padding-top:100px;
	padding-bottom:70px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat , .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #e56a23 !important;
    background-color: none !important;
    font-size: 20px !important;
    text-decoration: underline !important;
	 font-family: 'Montserrat', sans-serif !important;
}

a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background: none !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
   font-family: 'Montserrat', sans-serif;
	
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
    color: #163d8b;
    font-size: 20px;
    line-height: 28px;
	font-weight:bold;
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.Social_Icons {
    padding: 22px;
    display: block;
    margin: 0px 6%;
}
.Social_Icons i.fa {
    color: #fff;
    font-size: 36px;
    margin-right: 22px;
    float: right;
}


.Social_Icons p {
    color: #fff;
}


.Padding_Issue {
    padding-right: 12%;
}	



.About_Image {
    margin-top: -80px;
}


.blackbar {
    background: #000;
    padding: 12px;
}
.blackbar h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    line-height: 50px;
	text-align:center;
}










/*==Sidebar starts==*/

.content_sidebar {
    width: 100%;
    padding-top: 50px;
}


.sidebar-wrap {
    border:1px solid #cfcfcf;
    padding: 30px;
}



.content_sidebar input, .content_sidebar textarea, .content_sidebar .captcha-box {
    width: 100%;
     padding: 20px 20px;
  /  color: #fff;*/
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: none;
    border: none;
	border:1px solid #cfcfcf;
}




.content_sidebar input[type="submit"] {
    background: #33281e;
	 padding: 20px 20px;
    border: none;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0px auto;
    text-align: center;
    width: 100%;
   
}

.content_sidebar input[type="submit"]:hover,
.content_sidebar input[type="submit"]:focus,
.content_sidebar input[type="submit"]:active {
    border-color: #000;
	background: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.content_sidebar input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 9px;
}



.content_sidebar input::-webkit-input-placeholder { /* Edge */
    color: #757575;
}

.content_sidebar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
}

.content_sidebar input::placeholder {
    color: #757575;
}


.content_sidebar h2 {
    background: url(../images/SidebarHeadingBg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
       padding: 20px 10px;
    color: #fff;
	font-weight:bold;
	font-size:30px;
	font-family: 'Poppins', sans-serif;
	margin:0px;
}



.Start_Content ul {
  list-style: none;
  padding: 0px;
}
.Start_Content li {
    font-size: 16px;
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;

}
.Start_Content li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
   font-size:18px;
   color:#e41822;
}


.content_sidebar ul {
	background:#f5f5f5;
  list-style: none;
  padding: 30px 0px;
}
.content_sidebar li {
    font-size: 20px;
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    padding-left: 50px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}
.content_sidebar li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
   font-size:25px;
   color:#e41822;
}


section.top-footer {
    background: #1f1f1f;
    padding: 30px 0px;
}


section.top-footer p, section.top-footer p a {
    font-size: 16px;
    color: #b7b7b7;
    font-family: 'Josefin Sans', sans-serif;
}

section.top-footer p span {
  font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

section.top-footer .icon i {
    float: left;
    color: red;
    font-size: 20px;
    display: inline-block;
    margin-right: 9px;
}

.social-Icons ul {
    list-style: none;
}
.social-Icons ul li {
    float: left;
    padding-right: 15px;
    color: #fff;
    font-size: 25px;
}


.social-Icons ul li a{
 	color: #fff;
}

.menu-image-title-below.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper {
 
    height: 37px;
}

section.Image-footer {
    padding: 50px 0px;
}
.NoSpace h2 {
    margin: 0px;
    font-size: 16px !important;
}

.NoSpace br {
    display: none;
}


.container-fluid {
    padding-left: 0px !IMPORTANT;
}