/*=======================================================
      GLOBAL STYLING
========================================================*/

html {
    padding: 0px !important;
    margin: 0px !important;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden !important;
    background-color: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
    color: #666;
    margin: 3px 0px;
    padding: 3px 0px;
	/*font-family: 'Open Sans', sans-serif !important;*/
}

hr {
    margin: 3px 0px 15px 0px;
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #7b51fd;
    height: 0px;
}

.center {
    text-align: center;
}

.clear {
    clear: both !important;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none !important;
}

.cutPaddingLeft {
    padding-left: 0px !important;
}

.cutPaddingRight {
    padding-right: 0px !important;
}

.cutPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (min-width: 640px) and (max-width: 991px) {
    .oneThird {
        width: 33.333% !important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
    .half {
        width: 50% !important;
    }
}

/* FOR CHROME */

@media only screen and (min-width: 1px) and (max-width: 979px)  and (-webkit-min-device-pixel-ratio:0) {
    
    @media only screen and (min-width: 640px) and (max-width: 767px) {
    .half {
        width: 50% !important;
    }
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .halfOther {
        width: 50% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 639px) {
    .fourtyEight {
        width: 48% !important;
    }
}


.pad-both {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.pad-right {
	padding-right: 0px !important;
}

.pad-left {
	padding-left: 0px !important;
}


@media only screen and (min-width: 1px) and (max-width: 3000px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
    .clearSmall {
        clear: both !important;
    }
}

ul{
    margin-bottom: 0px !important;
}

textarea:focus, input:focus{
    outline: none;
}

p {
    font-family: "PT Sans" !important;
	/*	font-family: 'Exo', sans-serif;*/
	line-height: 26px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #969fa3 !important;
	font-size: 14px !important;
}


/*=======================================================
    TOP BAR
========================================================*/

.topBar{
    border-bottom: 1px solid #e5e7e6;
	background: #002b7f;
	font-size: 11px;
	padding: 10px 0px 5px;
}

.topLeft .social li
{
	list-style: outside none none;
	float: left;
	padding-right: 23px;
	font-size: 14px;
	cursor: pointer;
	color:#fff;
}

.topRight .social li i
{
	color:#FFF;
	transition:all 0.3s ease-in-out 0s;
	padding-right: 7px;
}

.topBar .topRight{
    float: right;
	position: relative;
	top: -2px;
	color:#fff;
}

.topRight .social li i
{
	color:#FFF;
	transition:all 0.3s ease-in-out 0s;
}

.topRight .social li
{
	font-size:12px !important;
}

.topLeft .social li i:hover
{
	color: #fff;
	padding: 7px 11px;
	background: #F34580;
	border-radius: 20px;
	font-size: 14px;
}




.logo {
  /*  margin: 0px auto -155px;
	position: relative;
	top: 0px;
	width: 230px;
	z-index: 20;
	padding-top: 5px;
	padding-left: 10px;
	left: -5%;*/
}

.info-address {
    padding: 80px 0px 65px;
}

.info-address li {
    float: left;
	list-style:none;
	width: 19%;
}

.info-address li i{
	float: left;
	margin-right: 10px;
	position: relative;
	top: 5px;
	font-size: 20px;
}

.info-address li .landline, .info-address li .mobile , .info-address li .email , .info-address li .chat
{
	font-size: 11px;
	color: #454545;
	font-weight: bold;
	letter-spacing: 1px;
}

.info-address li .landline span, .info-address li .mobile span, .info-address li .email span, .info-address li .chat span
{
	color:#249CF2;
}

.info-address li:nth-child(2)
{
    margin-right: 130px !important;
}


.info-address li:nth-child(3)
{
    margin-left: 130px !important;
}


/*=======================================================
    MAIN NAV
========================================================*/

.mainMenu
{
	padding:0px;
	z-index:50;
	position: relative;
	background: #002b7f !important;
}

.navbar
{
	padding: 0px 0px;
	margin-bottom: 0px !important;
	border: none !important;
	top: 35px;
	float: right;
}

.navbar-nav > li a {
    color: #333;
    padding: 8px 13px !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	transition:all 0.3s ease-in-out 0s;
}

.mainMenu .nav > li > a:hover{
    background-color: transparent !important;
	color: #F1437E;
/*	border-bottom: 2px solid #F1437E;*/
}

.mainMenu .nav > li.active > a{
    background-color: transparent !important;
	color: #333;
	border-bottom: 2px solid #F1437E;
}



/*=======================================================
    MAIN CRAOUSEL
========================================================*/

.mainCarousel{
	z-index: 25;
	position: relative;
}


/*==================================================
	 	PAGE HEADER
==================================================*/

.page-header-top {
  /*  background: url(../images/page-img.jpg) no-repeat 0px -155px;
	padding: 4%;
	position: relative;
	background-size: cover;*/
	
	background: url(../images/page-img.jpg) no-repeat 0px -155px;
	padding: 4%;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.left-sec h3
{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	float: left;
	margin-bottom: 0;
}


.center 
{
    text-align: center;
}

.page-title {
    font-size: 16px;
	text-transform: lowercase;
	float: right;
	position: relative;
	top: 23px;
}

.sb_breadcrumb > li {
    float: left;
    padding: 0 10px 0 0;
    list-style: none;
    color: #000;
}

.sb_breadcrumb .homeclr a {
    color: #FFF !important;
}

.sb_breadcrumb a {
    color: #fff !important;
}

.sb_breadcrumb > li:first-child:before {
    display: none;
}

.sb_breadcrumb > li::before {
    content: "/";
    margin-right: 10px;
    color: #fff;
}



/*=======================================================
    FEATURES
========================================================*/

.features
{
	margin: 25px 0px;
}

.features .header h4
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Open Sans ;
	font-size: 25px;
	letter-spacing: 1px;
	color:#002b7f;
}

.features .header p
{
	text-align: center;
	text-transform: uppercase;
	color: rgb(86, 86, 86) !important;
	letter-spacing: 2px !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

.features .features-box h4
{
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	color:#002b7f;
}

/*.features .features-box img
{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
*/
.features .features-content p
{
	text-align: center;
	padding: 25px 80px;
	font-size: 13px;
}

.features .features-content .feature-btn
{
	padding: 11px 45px;
	border-radius: 3px;
	background: #F34580;
	display: table;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*==================================================
		BANNER
==================================================*/

.counter-up2
{
	background:#482C81;
	padding: 40px 0px;
	text-align: center;
}

.counter-up2 h4 {
	color: #ffffff;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin: 0;
}

.counter-up2 p {
    font-weight: 700 !important;
	margin: 15px 0 15px;
	color: #ffffff !important;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 0px;
	font-size: 13px !important;
}


/*=================================================
		WHY CHOOSE US
=================================================*/
.why-choose-us-content
{
	padding: 0px 5px;
	margin-top: 25px;
}

.why-choose-us .why-choose-us-content h4
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Open Sans !important;
	font-size: 25px;
	letter-spacing: 2px;
}

.why-choose-us .why-choose-us-content h4 span {
    font-size: 35px;
}

.why-choose-us-content p
{
	text-transform: uppercase;
	color: rgb(86, 86, 86) !important;
	letter-spacing: 2px !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

.why-choose-us .why-choose-us-list .why-choose-us-icon
{
	font-size: 29px;
	color: rgb(255, 255, 255);
	display: table;
	margin: 0 auto;
}

.why-choose-us .why-choose-us-list h4
{
	font-size: 13px;
	font-weight: bold;
	color: #004C8E;
	text-transform: uppercase;
}

.why-choose-us .why-choose-us-list p
{
	font-size: 12px;
}

.why-choose-us .why-choose-us-list
{
	/*margin-bottom: 35px;*/
	border: 2px solid RGBA(181, 181, 181, 0.34);
	padding: 15px;
	text-align: center;
	margin-top: 5px;
}

/*=======================================================
	WHAT WE DO
========================================================*/
.block .img
{
	position:relative;
	top:70px;
}

.block
{
	background:#482C81;
	padding:30px 0px;
}

.block .header
{
	padding:52px;
}

.block .header a.block-btn
{
	padding: 8px 24px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	top: 20px;
	font-weight: 700;
}


.block .header h4
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Open Sans;
	font-size: 23px;
	letter-spacing: 2px;
	color: #FFF;
	line-height: 35px;
}

.block .header p {
    text-transform: capitalize;
    color: #FFF !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    margin-bottom: 25px;
}



/*==================================================
	LATEST UPDATES
================================================== */

.latest-update .header h4 {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Open Sans;
    font-size: 23px;
    letter-spacing: 1px;
    color: #002b7f;
}

.latest-update .header p {
    text-align: center;
    text-transform: uppercase;
    color: rgb(162, 162, 162) !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.latest-update .header p
{
	margin-bottom: 30px;
}


.latest-update-content h4
{
	color: #D40F45;
	margin-top: 0px;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
}

.latest-update-img img
{
	height: 365px;
	width: 100%;
}

.latest-update-content
{
	background: #F6F6F6;
	padding: 25px 30px 50px;
	min-height: 365px;
}

.latest-update-content a.update-btn
{
	padding:6px 10px;
	border:1px solid #E86110;
	color:#D31145;
	position:relative;
	top:20px;
}


/*=======================================================
    TESTIMONIAL
========================================================*/

.testimonial-bg .header h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 23px;
    letter-spacing: 1px;
    color: #002b7f;
}

.testimonial-bg .header p {
    text-align: center;
    text-transform: uppercase;
    color: rgb(162, 162, 162) !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.owl-carousel .owl-item {
    padding: 0px 5px !important;
}


.testimonial-item-inner .testimonial-content {
    border-color: #e5e5e5;
}

.testimonial-item-inner .testimonial-content {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px 30px 30px;
    position: relative;
}

.testimonial-item-inner .testimonial-content h4{
	color:#002b7f;
}

.testimonial-item-inner .testimonial-content {
    font-style: italic;
    line-height: 1.875rem;
}

#testimonials
{	
	margin-top:20px;
}


.testimonial-item-inner .testimonial-image {
    float: right;
	margin-left: 2em;
	overflow: hidden;
	text-align: right;
	display: inline-block;
}

.testimonial-item-inner .testimonial-meta {
	text-align: right;
}

.testimonial-item-inner .testimonial-image img {
    border-radius: 30px;
}

.testimonial-item-inner .testimonial-meta .item-title a{
   text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 0px;
	color: #28283b;
}

.testimonial-item-inner .testimonial-meta .meta-position {
    font-family: Merriweather;
    font-style: italic;
    color: #38A14F;
	display: block;
}

.testimonial-section-title-box h2 {
    font-size: 30px;
	text-transform: uppercase !important;font-weight: 700 !important;letter-spacing: 3px !important;
	color: #28283b;
	text-align: center;
}

.testimonial-section-title-box hr
{
	border: 0;
	border-top: 1px solid #565656;
	width: 38%;
	display: table;
	margin: 0 auto 35px;
}




/*=======================================================
    CONTACT US
========================================================*/

.contact
{

}


.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
}

.pix_icon_element_content {
    width: 100%;
    display: inline-block;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin: 20px 0px 0 0 !important;
    display: inline-block;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin: 0px 5px 0 0 !important;
    display: inline-block;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
    width: auto !important;
    height: auto !important;
    margin: 0px 5px 0 10px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
    max-width: 100% !important;
    line-height: 1.6em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 1.6em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.vc_icon_element-style-boxed-outline .vc_icon_element-icon {
    border-right-color: #002b7f !important;
}

.vc_icon_element-style-boxed-outline .vc_icon_element-icon {
    border: 1px solid #eee !important;
    border-right: #002b7f 5px solid !important;
    margin: 20px 10px 0 0;
    padding: 16px 0 0 0;
    width: 40px;
    height: 40px;
}

.vc_icon_element-style-boxed-outline .vc_icon_element-icon::before {
    font-size: 16px !important;
    top: -8px;
    position: relative;
    left: -3px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility;
}

.vc_icon_element-outer .vc_icon_content {
    padding-left: 50px !important;
    padding-bottom: 0px;
}

.vc_icon_element-outer .vc_icon_content p
{
	text-align:left !important;
}

.vc_icon_content {
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 22px;
    margin-left: 0;
}

.contact h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
/*    font-family: Open Sans;*/
	font-family: 'Exo', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
	color:#28283B;
}

.contact .text-left h4
{
	text-align:left !important;
	font-family: 'Exo', sans-serif;
}

.text-left
{
	margin-bottom: 20px;
}

.contact p
{
	text-align: center;
	text-transform: capitalize;
	color: #28283B !important;
	letter-spacing: 2px !important;
	font-size: 12px !important;
	margin-bottom: 25px;
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"]
{
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #D1D1D1;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
}

.contact textarea
{
	border: 1px solid #D1D1D1;
	padding: 10px;
	background: #fff;
	width: 100%;
	margin-bottom: 15px;
	min-height: 200px;
	font-size: 13px;
}

.contact input[type="submit"]
{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
	border-color: #ccc;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #CCC;
	border-right: 2px solid rgb(242, 101, 32) !important;
	border-radius: 0px !important;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid #ccc !important;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-left: 2px solid rgb(242, 101, 32) !important;
}

div.wpcf7-validation-errors
{
	display: inline-block !important;
}

span.wpcf7-not-valid-tip 
{
	border: 2px solid rgb(247, 231, 0);
	margin-bottom: 10px;
	text-align: center;
}


/*=======================================================
    COUNTER
========================================================*/

.counter-up
{
    text-align: center;
	padding: 15px 0px 50px;
/*  margin-bottom: -50px;
	background:#002b7f;*/
}

.counter-up .overlay
{
	background: RGBA(60, 186, 234, 0.25);
	padding: 10% 0px;
}

.counter-up .counter-bg
{
	padding: 20px !important;
	background: #F6F3F0;
	border: 1px solid rgba(255, 255, 255, 0.53);
	margin-bottom: 25px;
}

.counter-up .counter-bg img
{
	display: table;
	margin: 0 auto;
}

.counter-up h2
{
	font-size: 45px !important;
	font-family: 'Exo', sans-serif !important;
	color: #382E26 !important;
	text-align: center;
	margin-bottom: 45px;
}

.counter-up h4 {
	color: #002b7f;
	font-size: 48px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 900;
	margin: 0;
}

.counter-up p {
    font-weight: 700 !important;
	margin: 15px 0 15px;
	color: #382E26 !important;
	text-transform: capitalize;
	letter-spacing: 1.8px;
	margin-bottom: 0px;
	font-size: 15px !important;
	font-family: 'Exo', sans-serif !important;
}

/*=======================================================
    FOOTER
========================================================*/

footer{
    background: #242d36;
    padding: 20px 0; 
    padding-top: 30px;
}

.footer-bg
{
	background: transparent url("../images/footer-bg.png") no-repeat scroll center center / cover;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
}

footer .color-part {
    position: absolute;
    margin-top: -75px;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 2;
}

footer .color-part::after {
    content: "";
    display: inline-block;
    border-top: 12px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    width: 900px;
    max-width: 90%;
    position: relative;
    margin-top: -10px;
}


.faboutUs h4{
    color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px;
}

.faboutUs .border
{
	width: 10%;
	height: 3px;
	background: #8DC645 none repeat scroll 0% 0%;
}

.footer-content .date
{
	float: left;
	margin-right: 10px;
	padding: 5px 10px 0px;
	border: 2px solid #6C7175;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold !important;
}

.footer-content .date span
{
	font-size: 12px;
	position: relative;
	top: -9px;
}

.faboutUs .newsletter input[type="text"]
{
	border: none;
	padding: 8px 22px;
	width: 100%;
	margin-bottom: 15px;
	color: #929292;
	border-radius: 20px;
	background: #242D36;
	border: 1px solid #9B9B9B;
}

.faboutUs .newsletter input[type="button"]
{
	padding: 8px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	background: #55C4B3;
	color: #fff;
	border: none;
	border-radius:30px;
}

.eemail_caption
{
	display:none;
}


.faboutUs hr
{
	margin-top: 30px;
	margin-bottom: 20px;
	border-color: rgba(108, 113, 117, 0.27);
}

img.gallery-res
{
	float: left;
	margin-right: 3px;
	height: 80px;
	margin-bottom: 5px;
}



/*=======================================================
    BOTTOM
========================================================*/

.bottom
{
	background: #004b8e;
	padding: 15px 0px 0px;
}

.bottom .info h4
{
	text-align: left;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.bottom .info p
{
	color:#fff !important;
	text-transform:uppercase;
	font-size: 13px !important;
}

.bottom .topRight
{
	float: right;
	position: relative;
	top: 5px;
	color:#fff;
}
 
.bottom .topRight a
{
	color: #9AACF5;
}

.topRight .social li
{
	list-style: outside none none;
	float: left;
	padding-right: 10px;
	font-size: 16px;
	cursor: pointer;
}

/*=======================================================
    ABOUT PAGE
========================================================*/

.about .about-content h3
{
	color: #333;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size:22px;
}

.about .about-img img
{
	margin: 25px 0px 20px;
}


/*=================================================
		QUALITY
================================================== */

.quality-section .img-hover-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}

.quality-section > span {
    display: block;
    float: right;
    margin-top: -20px;
    margin-right: -8px;
    position: relative;
    z-index: 2;
    height: 20px;
    width: 60px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
	background-color: #fff;
}

.img-hover-effect img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.quality-section img {
    width: 100%;
    height: auto;
}

.quality-section h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.img-hover-effect {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}

.img-hover-effect img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.img-hover-effect:after {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -180%;
	position: absolute;
	top: 0;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.img-hover-effect:hover img {
	transform: scale(1.1);
}

.img-hover-effect:hover:after {
	left: -75%;
}

.quality-section
{
	margin-bottom:30px;
}

.btn-sm
{
	border-right: 3px solid rgb(242, 101, 32) !important;
	border-radius: 0px !important;
	border-color: #eaeaea;
}

.btn-default:hover {
    color: #333;
    background-color: #e4e4e4;
    border-color: #eaeaea;
}

/*=================================================
	PORTFOLIO
==================================================*/


.option-isotop 
{
    float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	margin-top: 10px;
}

.option-set
{
    background:#fafafa;
    display: inline-block;
    list-style:outside none none;
    margin: 0 0 -10px;
    padding: 0 20px;
}

.option-set li {
    color: #2c2a2a;
    display: inline-block;
    font-family: hind;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.option-set li a {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    margin: 0 10px;
    padding:13px 10px;
    position: relative;
}
.option-set li a:before{
    background:#2c2a2a;
    content: "";
    height:1px;
    width:5px;
    position:absolute;
    right:-10px;
    top:50%;
}
.option-set li:last-child a:before{display:none}
.option-set li a:after{
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    content: "";
    opacity:0;
    height: 100%;
    width:0;
    position: absolute;
    right:50%;
    top:0;
}
.option-set li a:hover:after,
.option-set li a.selected:after{
    opacity:1;
    right:0;
    width:100%;
}
.masonary,
.masonary3 {
    float: left;
    width: 100%;
    margin-bottom:-30px;
}
.portfolio{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom:30px;
}
.portfolio > img{width:100%}
.portfolio-hover {
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.portfolio-hover > span {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.portfolio-hover > span a{
    background: black;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    text-align: center;
    width: 45px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
    -ms-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    transition-delay:0.3s;
}
.portfolio:hover .portfolio-hover > span a{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.portfolio-hover > span a:hover{background:#FFF}
.portfolio-hover > span a:last-child{
    -webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.portfolio-hover > h4 {
    color: #fff;
    float: left;
    font-family: hind;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 5px;
    width: 100%;
    opacity:0;
    -webkit-transform:translateX(-100px);
    -moz-transform:translateX(-100px);
    -ms-transform:translateX(-100px);
    -o-transform:translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.portfolio-hover > i {
    color: #fff;
    float: left;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    opacity:0;
    -webkit-transform:translateX(100px);
    -moz-transform:translateX(100px);
    -ms-transform:translateX(100px);
    -o-transform:translateX(100px);
    transform:translateX(100px);
    -webkit-transition-delay:0.7s;
    -moz-transition-delay:0.7s;
    -ms-transition-delay:0.7s;
    -o-transition-delay:0.7s;
    transition-delay:0.7s;
}
.portfolio:hover  .portfolio-hover > h4,
.portfolio:hover  .portfolio-hover > i{
    opacity:1;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}

.portfolio:before{
    background: #131313;
    content: "";
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.portfolio:hover:before{
    opacity: 0.88;
    -webkit-transform:scale(0.97);
    -moz-transform:scale(0.97);
    -ms-transform:scale(0.97);
    -o-transform:scale(0.97);
    transform:scale(0.97);
}
.no-gap{margin:0}
.no-gap .masonary,
.no-gap .masonary2,
.no-gap .masonary3{margin:0}
.no-gap .masonary > div{padding:0;}
.no-gap .masonary2 > div {padding:0;}
.narrow-gap{margin:0 -2px}
.narrow-gap .masonary2 > div {padding:2px;}
.no-gap .portfolio,
.no-gap .innovative-image{margin:0}
.remove-ext30{
    float:left;
    width:100%;
    margin-bottom:-30px;
}

/*=============== Filter Style 4 ===================*/

.options.style4 .option-set {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.options.style4 .option-set li a{
    background: #F34580;
	padding: 8px 15px;
	text-transform: uppercase;
	outline: none;
	color: #fff;
	font-family: "Open Sans" !important;
	border-radius: 4px;
	font-size: 11px;
}
.options.style4 .option-set li a:before, .style4 .option-set li a:after{display:none}
.see-more {
    float: left;
    width: 100%;
    margin-top:60px;
}
.icon-btn.style2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #d2d2d2;
    color: #393737;
    line-height: 48px;
}
.icon-btn.style2 i {border-left: 2px solid #d2d2d2}
.icon-btn.style2:hover i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393737;
}

.button-set > a:hover, .toggle-item h3.active i, .options .option-set li a::after, .options.style2 .option-set li a::after, .big-slide-text a.play-circle, .simple-btn:hover, .post-img-video a, .product-links a:hover, .ceo-message > span, .product-img > span, .timer ul li, .transparent-btn, .team-selectors > li a::before, .affiliates-carousel .owl-nav > div:hover, .field label, .banner-link > a:hover, .options.style4 .option-set li a.selected, .icon-btn.style2:hover, .icon-btn.style2:hover i, .border-btn:hover, .style2 nav ul li a::before, .intro-widget > a, .videos-img-carousel .owl-nav > div, .style4 .toggle-item.activate, .office-thumbs .owl-nav > div:hover, .fancy-video .play-circle, .toggle.style5 .toggle-item.activate, .toggle.style5 .toggle-item h3.active i, .comming-soon-page.style2 .timer ul li::before, .layer4, .layer12:hover, .rev_slider .ares .tp-bullet::before, .rev_slider .ares .tp-bullet.selected::after {
   border-color: #15BEAC;
}

/*=============== Innovative Image  ===================*/

.innovative-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.innovative-image:before{
    /*background: black;*/
	background: #A4A4A4;
    content: "";
    height: 100%;
    width: 100%;
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
}

.innovative-image:hover:before
{
	opacity:0.78;
}

.innovative-image img
{
	width:100%;
}

.innovative-image:hover .innovative-hover
{
	background:#F34580;
	 -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.innovative-hover {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 36%;
    text-align: center;
    width: auto;
	min-height: 190px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	transition:all 0.4s ease-in-out 0s;
	margin:30px;
}

.innovative-hover h4 {
    color: #fff;
    float: left;
    font-family: hind;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    opacity:0;
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    transform:translateY(-100px);
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.innovative-image:hover .innovative-hover h4{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.innovative-hover h4:before{
    background: white none repeat scroll 0 0;
    content: "";
    margin-left: -15px;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition:all 0.3s ease 0.6s;
    -moz-transition:all 0.3s ease 0.6s;
    -ms-transition:all 0.3s ease 0.6s;
    -o-transition:all 0.3s ease 0.6s;
    transition:all 0.3s ease 0.6s;
}
.innovative-image:hover .innovative-hover h4:before{width:30px}
.innovative-hover > span{
    color: #fff;
    float: left;
    font-family: playfair display;
    font-style: italic;
    margin-bottom: 20px;
    width: 100%;
    opacity:0;
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    transform:translateY(-100px);
    -webkit-transition: all 650ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 650ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition: all 650ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition: all 650ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 650ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.innovative-image:hover .innovative-hover span{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.innovative-links {
    float: left;
    width: 100%;
}
.innovative-links a {
    background: black none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 39px;
    margin: 0 3px;
    text-align: center;
    height: 40px;
    width: 40px;
    opacity:0;
    -webkit-transform:translateY(200px);
    -moz-transform:translateY(200px);
    -ms-transform:translateY(200px);
    -o-transform:translateY(200px);
    transform:translateY(200px);
    -webkit-transition: all 750ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition: all 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition: all 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.innovative-links a.inn-delay2{
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.innovative-links a.inn-delay3{
    -webkit-transition: all 850ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition: all 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition: all 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition: all 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.innovative-image:hover .innovative-links a{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}


.block .slices{
	position:relative;
}

.block .slices .slice{
	position:relative;
	display:inline-block;
	width:18px;
	height:3px;
	background:#15BEAC;
	margin:0px 5px;	
}


.innovative-image:hover .innovative-links a i
{
	color:#fff;
}

/*=================================================
		SERVICES
==================================================*/

.title-section h2
{
	color: #545454;
	font-size: 25px;
	margin: 25px 0 30px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	position: relative;
	line-height: 34px;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}



.title-section
{
	margin-bottom: 35px;
}

.title-section p
{
	font-family: 'Exo', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #888 !important;
	line-height: 22px !important;
	letter-spacing: 2px;
	text-align: center;
}

.title-section hr
{
	background: #002b7f;
	position: relative;
	content: '';
	width: 40px;
	height: 2px;
	bottom: 5px;
	left: 48%;
	margin: 0px;
}

.our-services .service-box > a{
    border-color: #eee !important;
    height: auto;
	color: #4C4C4C;
	
	position: relative;
	padding: 40px 10px 0px 105px;
	display: block;
	cursor: pointer;
	border: 1px solid;
	border-right: none;
	margin-bottom: 40px;
}

.our-services .service-box > a > span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}

.our-services .service-box > a > span::before, .our-services .service-box > a > span::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 80px solid #eee;
    border-right: 25px solid transparent;
    top: -1px;
    right: -25px;
}

.our-services .service-box > a > span > i {
    color: #333;
	font-size: 30px;
	margin-left: 0px;
	top: 5px;
	position: relative;
}

.our-services .service-box > a > span::after {
    border-bottom-color: #fff;
    top: -2px;
    right: -23px;
}

.our-services h4 {
    margin-bottom: 13px;
	color: #333;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.our-services .service-box > a::after {
    background: #eee;
}

.our-services .service-box > a::after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: -1px;
    width: 4px;
}

.our-services .service-box > a:hover {
    text-decoration: none;
}

.our-services .service-box > a:hover > span
{
    border-color: #002b7f !important;
    background: #002b7f !important;
}

.our-services .service-box > a:hover::after
{
	background: #002b7f !important;
}


.our-services .service-box > a:hover > span::before, .our-services .service-box > a:hover > span::after
{
    border-bottom-color: #002b7f !important;
}

.our-services .service-box > a:hover > span > i 
{
    color: #fff;
}

/*=================================================
	WHY US
==================================================*/

.why-us
{
	padding: 40px 0px 30px !important;
}

.why-us .sec-heading h3
{
	color: #545454;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 18px;
}

.why-us .sec-heading h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #002b7f;
}

.sec-why .panel-group {
    width: 100% !important;
}

.sec-why .panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0px !important;
    box-shadow: none;
}


.sec-why .panel-default {
    border-color: #666 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff !important;
}

.sec-why .panel-body p
{
	color: #878787 !important;
	font-size: 14px !important;
}

.sec-heading p
{
	margin-bottom:20px;
	font-size: 14px !important;
}

.sec-why .panel-default > .panel-heading
{
	border-color: #666 !important;
}

.sec-why .panel-heading {
    background-color: transparent !important;
    border: none !important;
    padding: 10px;
}

.sec-why .panel-heading a h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #002b7f;
    padding-left: 6px;
	outline:none !important;
}

.sec-why .panel-heading a.collapsed h4.panel-title::after {
    border-radius: 0;
    content: "\f0ab";
    display: inline-block;
    font-family: FontAwesome;
  	 color: #002b7f;font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    float: right;
    margin-top: -2px;
    text-decoration: none;
}

.sec-why .panel-heading a h4.panel-title::after {
    border-radius: 0px;
    content: "\f0aa";
    display: inline-block;
    font-family: FontAwesome;
    color: #002b7f;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    float: right;
    margin-top: -2px;
    text-decoration: none;
}

.free-contact h2
{
	margin: 0;
	font-size: 28px;
	color: #2c2e30;
	font-weight: 400;
	text-align: left;	
}

.sec-heading h2
{
	margin: 0;
	font-size: 20px;
	color: #2c2e30;
	font-weight: 400;
	text-align: left;	
}

.free-contact h1
{
	font-size: 32px;
	color: #2c2e30;
	font-weight: 900;
	margin-top: 2px;
	padding-bottom: 30px;
	margin: 0;
	text-align:left !important;
}

.sec-heading h1
{
	font-size: 23px;
	color: #2c2e30;
	font-weight: 900;
	margin-top: 2px;
	padding-bottom: 30px;
	margin: 0;
	text-align:left !important;
}


.free-contact .line, .sec-heading .line, .about-content .line
{
	margin-bottom: 40px;
    position: relative;
    background: #002b7f;
	height: 6px;
	width: 72px;
	padding: 2px;
	border: 1px solid #002b7f;
}

.free-contact .line::after, .sec-heading .line::after, .about-content .line::after
{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
}


.free-contact a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #002b7f;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: #002b7f;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #002b7f;
    border-bottom-color: #002b7f;
    border-left-color: #002b7f;
}

.btn-orange i {
    position: relative !important;
	right: -25px !important;
	top: -1px;
}

a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    border: 1px solid #2c2e30;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}

a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2c2e30;
    border-bottom-color: #2c2e30;
    border-left-color: #2c2e30;
}



.not-found h1.page-title {
    font-size: 16px;
    text-transform: capitalize;
    float: none;
    position: relative;
    top: 0px !important;
}

/*================================================
		COMMON PAGE
==================================================*/

.sidebar-container ul.styled
{
    margin: 0;
    padding: 0;
}

ul.styled > li.active
{
	background: #002b7f !important;
}

ul.styled > li {
    position: relative;
    background: #f5f5f5;
    list-style: none;
    margin-bottom: 6px;
}

ul.styled > li.active > a, ul.styled > li.current-cat > a {
    color: #fff;
}

ul.styled > li > a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 20px 10px 20px 35px;
}

ul.styled > li.active::after {
    background: #fff;
    opacity: 0.5;
}

ul.styled > li::after {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e3e3e3;
}

ul.styled > li > a
{
    color: #333;
}

ul.styled > li::after {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e3e3e3;
}

.course-content h1
{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 16px;
	line-height: 24px;
}

.course-content img
{
	width:100%;
	margin-bottom: 15px;
}

.course-content .line
{
	margin-bottom: 25px;
	position: relative;
	background: rgb(0, 43, 127, 1) none repeat scroll 0% 0%;
	height: 6px;
	width: 72px;
	padding: 2px;
	border: 1px solid rgb(0, 43, 127, 1);
}

.course-content .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.course-content h3
{
	color: #382e26;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
	font-family: 'Exo', sans-serif;
	font-size: 2.34em;
	font-weight: 700;
	margin-top: 0px;
	text-align: left;
	top: -5px;
}

.course-content h4
{
	color: #382e26;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
	font-family: 'Exo', sans-serif;
	font-size: 1.7em;
	font-weight: 700;
	margin-top: 30px;
	text-align: left;
	text-decoration:underline;
}

.course-content p
{
	font-size: 15px !important;
}

.course-content ul li
{
	font-family: "PT Sans" !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #969fa3 !important;
	font-size: 15px !important;
}

/*=======================================================
    ABOUT 2
========================================================*/

.about2
{
	background-position: center center;
/*	padding: 5em 0px 8em;*/
	background-image: url("../images/11.jpg");
	background-repeat: no-repeat;
}

.about2 h3
{
	margin-bottom: 0.56em;
	color: #382e26;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
	font-family: 'Exo', sans-serif;
	font-size: 2.34em;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 2em;
}

.about2 .about-content
{	
	position: relative;
	top: -20px;
}

.about2 .about-content p
{
	font-size: 18px !important;
	margin-bottom: 25px;
	color: #6e6a67 !important;
	line-height: 32px !important;
}

.about2 .lft, .about2 .ri8
{
	list-style: none;
	padding-left: 0;
}

.about2 .lft li, .about2 .ri8 li
{
	padding-left: 1em;
	position: relative;
	margin-bottom: .85em;
	color: #6e6a67 !important;
	font-size: 15px;
}

.about2 .lft li::before , .about2 .ri8 li::before{
     content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 0;
	color: #e43b1b;
}


#testimonials .testimonial_content
{
	color: #ffffff;
	margin-bottom: 2em;
	padding: 0 5em;
	padding-top: 1em;
	font-size: 1.4286em;
	font-style: italic;
	line-height: 1.5em;
}

.testimonial_avatar {
    margin-right: 1.2em;
}

.testimonial_content p
{
    margin: 0;
    display: inline;
    position: relative;
    font-style: normal!important;
    font-size: 21px !important;
	color: #fff !important;
	font-family: 'Exo', sans-serif !important;
	letter-spacing:1px;
}


.testimonial .testimonial_avatar  img
{
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
}

.testimonial_author {
margin-top:10px;
}

.testimonial_author_position {
    color: #e43b1b;
}

.testimonial
{
	text-align: center;
	background: transparent url("../images/bg-about.jpg") no-repeat fixed center center / cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 35px 0px 70px;
	color:#fff !important;
}

.testimonial h2
{
	font-size: 45px !important;
	font-family: 'Exo', sans-serif !important;
	text-align: center;
	margin-bottom: 15px;
	color:#fff !important;
}

/*==================================================
		PROSPECTUS DOWNLOAD
==================================================*/

.prospectus
{
	padding-top: 15px !important;
	padding-bottom: 50px !important;
	background: url(../../../../../ww25.templattio.com/guardwp/wp-content/uploads/2016/03/4-2bbbe.html?id=1484) no-repeat fixed center / cover!important;
}

.left 
{
	text-align: left !important;
}

.title-block
{
	padding-top: 35px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-left: 100px !important;
}

.title-block h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 5px;
}

.title-block .description {
    font-size: 16px;
    color: #cccccc;
    font-style: italic;
}

.download-block
{
	padding-top: 35px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.download-brochure {
    padding: 0;
}

.download-brochure .button {
    background-image: url(../images/btn.png);
}

.download-brochure .button {
    background-repeat: no-repeat;
    background-position: center center;
    width: 271px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.download-brochure .button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.download-brochure .button a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 65px;
}

.download-brochure .button a i {
    font-size: 24px;
    padding: 0;
    margin: 0;
    padding-right: 12px;
    padding-top: 8px;
}


/*==================================================
		GALLERY
==================================================*/

.featured-thumbnail, .thumbnail, figure.frame 
{
	background:none;
	border-radius:4px;
	padding:0;
	box-shadow:none;
	border:none;
	-webkit-transform:translateZ(0);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	box-shadow:none;
	border:none;
	border-radius:0;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.featured-thumbnail a {
    position: relative;
    display: block;
	transition: all 0.3s ease 0s;
	color: #F87839;
    text-decoration: none;
}

.thumbnail img {
    border-radius: 4px;
}

.featured-thumbnail img {
    width: 100%;
}

.thumbnail a img {
    transition: transform 200ms linear 0s;
}

.zoom-icon {
    background: transparent none repeat scroll 0 0 !important;
}
.zoom-icon::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease 100ms;
    width: 100%;
    z-index: 10;
}
@media only screen and (min-width: 1200px) {
.zoom-icon::after {
    transform: scale(0);
}
}
.zoom-icon::before {
    content: "\f067";
	color:#fff;
	background:#f87839;
	font:9px/51px FontAwesome;
	width:60px;
	height:60px;
	border-radius:50%;
	border:none;
	text-align:center;
	margin:-30px 0 0 -30px;
	z-index:100;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 0px;
}

.zoom-icon::before {
    transform: scale(5);
}

.thumbnail a img {
    transition: transform 200ms linear 0s;
}
.thumbnail:hover .zoom-icon::before {
    transform: scale(1);
}

.thumbnail:hover .zoom-icon::after {
    transform: scale(1);
}

.thumbnail:hover a img {
    transform: scale(1.1);
}


.zoom-icon {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
}

.no-rgba .zoom-icon {
    background: rgba(0, 0, 0, 0) url("../images/black-opacity-60.png") repeat scroll 0 0;
    visibility: hidden;
}
.zoom-icon::before {
    background: rgba(193, 31, 36, 0.63) url("../images/magnify-alt.png") no-repeat scroll 60% 56%;
	/*content: "";*/
	display: block;
	height: 55px;
	left: 50%;
	margin: -23px 0px 0px -23px;
	top: 50%;
	position: absolute;
	width: 55px
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
    opacity: 1;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
    visibility: visible;
}

.gallery .thumbnail
{
margin-bottom: 20px !important;
margin-top: 15px;
}

.gallery hr 
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


/*==================================================
		VARIFICATION FORM
==================================================*/

.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom:120px;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module input[type="submit"] {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input[type="submit"]:hover {
  background: #178ab4;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.tooltip
{
opacity: 1 !important;
}