/*
Theme Name: fourpoints
*/
@import url("font-awesome.min.css");

@font-face {
    font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.ttf');
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans';
	src: url('../fonts/OpenSans-SemiBold.ttf');
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Bold.ttf');
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Book.eot');
	src: url('../fonts/Nexa-Book.woff') format('woff'), 
         url('../fonts/Nexa-Book.ttf') format('truetype'), 
         url('../fonts/Nexa-Book.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaRegular.eot');
	src: url('../fonts/NexaRegular.woff') format('woff'), 
         url('../fonts/NexaRegular.ttf') format('truetype'), 
         url('../fonts/NexaRegular.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Bold.eot');
	src: url('../fonts/Nexa-Bold.woff') format('woff'), 
         url('../fonts/Nexa-Bold.ttf') format('truetype'), 
         url('../fonts/Nexa-Bold.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-XBold.eot');
	src: url('../fonts/Nexa-XBold.woff') format('woff'), 
         url('../fonts/Nexa-XBold.ttf') format('truetype'), 
         url('../fonts/Nexa-XBold.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaHeavy.eot');
	src: url('../fonts/NexaHeavy.woff') format('woff'), 
         url('../fonts/NexaHeavy.ttf') format('truetype'), 
         url('../fonts/NexaHeavy.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaBlack.eot');
	src: url('../fonts/NexaBlack.woff') format('woff'), 
         url('../fonts/NexaBlack.ttf') format('truetype'), 
         url('../fonts/NexaBlack.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Sofia';
	src: url('../fonts/Sofia Pro Medium.eot');
	src: url('../fonts/Sofia Pro Medium.woff') format('woff'), 
         url('../fonts/Sofia Pro Medium.ttf') format('truetype'), 
         url('../fonts/Sofia Pro Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	background-image: url(../img/bg.png);
	font-family: 'Nexa', OpenSans ,sans-serif !important;
    font-weight: 200;
}
h1, h2, h3, h4, h5{
    text-transform: inherit !important;
}
a{
	color: #ccc;
	transition: all 0.2s linear;
}
a:hover{
	color: #0074ff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929497;
    font: 100 15px/18px 'Nexa';
}
::-moz-placeholder { /* Firefox 19+ */
    color: #929497;
    font: 100 15px/18px 'Nexa';
}
:-ms-input-placeholder { /* IE 10+ */
    color: #929497;
    font: 100 15px/18px 'Nexa';
}
:-moz-placeholder { /* Firefox 18- */
    color: #929497;
    font: 100 15px/18px 'Nexa';
}
.home section{
    padding: 50px 0;
}
.application_resour {
  padding: 0px !important;
}
.visa_forms_down {
  padding-top: 0px !important;
}
.page section{
    padding: 80px 0;
}
.title_violet{
    font-size: 38px;
    color: #0094d9 !important;
    text-align: center;
    text-transform: inherit;
    padding: 35px 0 0;
}
.title_white{
    font-size: 38px;
    color: #fff;
    text-align: center;
    text-transform: inherit;
    padding: 35px 0;
}
figure:hover img{
    transform: none !important;
    cursor: inherit !important;
}
/*--------------------
    Custom Select 
---------------------*/


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 16px;
	color: #fff;
	height: 49px;
	margin-top: 10px;
}
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 12px;
    height: 49px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 8px;
	border: 1px solid #666;
	color: #666;
}
.select-styled::after {
	content: "\f078 ";
	width: 0;
	height: 0;
    color:#0094d9;
	/* border: 7px solid transparent; */
	/* border-color: #666 transparent transparent transparent; */
	position: absolute;
	top: 12px;
	right: 28px;
	font-family: fontawesome;
	font-size: 20px;
}

.select-styled:active::after, .select-styled.active::after {
	top: 11px;
	/* border-color: transparent transparent #666 transparent; */
	content: '\f077';
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#0094d9;
    border-radius: 10px;
    overflow: hidden;
}
.select-options li {
	margin: 0;
	padding: 12px 0;
	color: #fff;
	text-indent: 15px;
	border-top:1px solid #53abd4f5;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #fff;
  background:#0579af;
}
.select-options li[rel="hide"] {
  display: none;
}

/*--------------------
	   Header
--------------------*/
.navbar .logo {
	width: 240px  !important;
max-width:none !important;
}
img.logo {
    display: block;
width: 150px !important;
}
img.retina-logo {
    display: none;
}
nav.navbar .mobile-accordion-menu{
    background: #583f99 !important;
}
.navbar.navbar-default.navbar-fixed-top.shrink-nav .logo {
    width: 196px !important;
    margin-top: 5px;
}
.navbar .menu-position-right {
	padding-top: 45px;
}
.navbar.navbar-default.navbar-fixed-top {
/*   height: 130px; */
}
.navbar.navbar-default.navbar-fixed-top.shrink-nav {
  height: 80px !important;
}
.sticky-nav .navbar-nav > li > .dropdown-menu {
	background:#0094d9;
/* 	top: 95px !important; */
}
.sticky-nav .navbar-nav > li > .dropdown-menu {
    top: 90px !important;
}
.sticky-nav .navbar-nav > .simple-dropdown > .dropdown-menu {
    top: 49px !important;
}
.dropdown-menu li {
	line-height: 13px;
	margin: 10px 0;
}
.sticky-nav .navbar-nav > li > .dropdown-menu > li > a {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	margin: 0;
	    line-height: 20px;
}
.navbar-nav .dropdown-menu li .mega-sub-menu > li > a {
	color: #c8c8c8;
	text-transform: capitalize;
	font-size: 12px;
}
.nav-white.white-header.shrink-nav .navbar-nav li.current-menu-ancestor a{
    border-bottom-color: #ec1c24;
}
.navbar-nav > li:last-child > a {
	font-size: 26px !important;
	font-weight: 400 !important;
	color: #333 !important;
	margin-top: -2px !important;
	border: none !important;
}
.nav-black .navbar-nav .open a {
	text-transform: uppercase;
}
.navbar-nav li.current-menu-ancestor ul li.current-menu-item > a{
  color: #ffe03b !important ;
}
.nav.navbar-nav > li.current-menu-item > a, .navbar-nav > li > a:hover, .navbar-na > li.current-menu-ancestor > a {
	border-bottom-color: #ffe03b !important;
	border-bottom-width: 4px !important;
}
.navbar-nav li a{
  border-bottom: 4px solid transparent !important;
}
.nav > li.current-menu-ancestor > a, .nav > li.current-page-ancestor > a{
	border-bottom: 4px solid #ffe03b !important;
}
nav.navbar #custom_html-5 {
	display: none;
}
nav.navbar #custom_html-5 a {
	font-size: 16px;
	font-weight: 400;
    color:#0094d9;
}
/*--------------------
	Home page
--------------------*/
.home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3{
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 28%;
    left: 15px;
    color: #fff;
}
.home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 h1 {
	font-family: 'Nexa';
	font-size: 62px;
	font-weight: 100;
	letter-spacing: inherit;
	text-transform: inherit;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: normal;
	width: 70%;
}
.home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 .separator-line{
    display: none;
}
.home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 p{
    font-family: 'Nexa';
    font-weight: 100;
    max-width: 420px;
    font-size: 18px;
}
.home_slider_sec .carousel-inner .fill{
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: right ;
/* 	background-color: #0094d9; */
		
}

.home_slider_sec .carousel-inner > .item {
	height: 600px !important;
	margin-top: 120px;
	min-height: inherit !important;
}
.home_slider_sec .container.full-screen.position-relative {
	min-height: 600px !important;
}
.industry_sec, .printing_sec{
    padding: 0 0 80px !important;
}
.industry_sec .industry_text p {
  margin: 45px 0px 35px;
}
.industry_text p{
    margin: 45px 0px 0px;
    text-align: center;
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 36px;
    color: #333;
    line-height: 38px;
}
#mega-menu .mega-menu-column{
/*     width: 183px; */
	width:200px;
    clear: right;
}
.mega-menu-column a{
    white-space: normal;
}
.printing_sec .industry_text p {
	color: #fff;
	margin: 73px 35px 58px;
}
.printing_sec img{
    width: auto;
    max-height: 90px;
}
.printing_sec h2{
    max-width: 200px;
    margin: 25px auto;
    font-family: 'Nexa';
    font-weight: 400;
    text-transform: inherit;
    color: #fff;
    font-size: 24px;
}
.printing_sec .printing_three_col p{
    max-width: 230px;
    margin: auto;
    font-family: 'Nexa';
    font-weight: 100;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.printing_sec .printing_three_col .common_text{
    margin: 0px !important;
}
.company_sec .owl-carousel .owl-item, .slick-track > div {
/*	width: auto !important;*/
	padding: 10px;
}
.company_sec .owl-carousel .owl-item{
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 10px 25px;
}
.company_sec .owl-carousel .owl-item img {
	width: 100% !important;
	max-width: 200px;
	height: auto !important;
	max-height: inherit !important;
}
.company_sec .owl-carousel .owl-item img, .slick-track > div img  {
	max-height: 90px;
	filter: contrast(91%);
	/* opacity: 0.7; */
    margin: 10px auto;
}
.testimonial_sec .testimonial-style2 img{
    border-radius: 0px;
    margin-top: 20px;
}
.testimonial_sec .car_slide_testimonial p {
  max-width: 83%;
  margin: auto !important;
  position: relative;
  font: 100 17px/26px 'Nexa' !important;
}
.testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div p::before,
.testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div p::after{
  position: absolute;
  font-size: 24px !important;
  left: -35px;
  color: #333;
  content: "" !important;
  width: 25px;
  height: 20px;
  background: url('../images/quote.png') no-repeat;
  background-size: auto auto;
  background-size: 100%;
}
.testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div p::after {
	left: inherit;
	right: -35px;
	bottom: 0px;
	transform: rotate(180deg);
}
.testimonial_sec .car_slide_testimonial span {
	font-weight: 400;
	color:#0094d9;
	line-height: 22px;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 55px;
	letter-spacing: 0;
}
.testimonial_sec .car_slide_testimonial{
    margin-top: 55px;
}
.image_car_slide {
	padding: 20px 0 0px;
}
.company_sec {
	padding: 40px 0 !important;
}
.company_sec .industry_text p {
	margin: 40px 0 !important;
}
.image_car_slide + div > p {
    color:#0094d9;
}
.image_car_slide + div.industry_text {
	display: block;
	clear: both;
}
.recent_post_sec .vc-gitem-zone-height-mode-auto::before {
	padding-top: 61%;
}
.recent_post_sec .vc_grid-item{
    padding-right: 15px !important;
}
.recent_post_sec .vc_grid-item div{
    background: transparent !important;
    text-align: center !important;
    background-size: cover !important;
}
.recent_post_sec .vc_grid-item div h4{
    text-align: center !important;
    font: 28px 'Nexa';
    color:#0094d9;
    margin: 20px 0 10px;
}
.recent_post_sec .vc_grid-item div.vc_gitem-post-data-source-post_title{
    margin: 0px;
}
.recent_post_sec .vc_grid-item div.vc_gitem-post-data-source-post_excerpt p{
    font: 100 16px/23px 'Nexa' !important;
    padding: 0 35px;
    color: #231f20;
}
.recent_post_sec {
	padding: 90px 0 50px !important;
}
.testimonial_sec {
  padding: 60px 0 !important;
}
/*.testimonial_sec blockquote.blog-image p {
    max-width: 71%;
    margin: auto;
    position: relative;
    font: 100 17px/26px 'Nexa' !important;
}
.testimonial_sec blockquote.blog-image p::before, .testimonial_sec blockquote.blog-image p::after {
	position: absolute;
	font-size: 24px !important;
	left: -55px;
	color: #333;
	content: "" !important;
	width: 25px;
	height: 20px;
	background: url('../images/quote.png') no-repeat;
	background-size: 100%;
}
.testimonial_sec blockquote.blog-image p::after {
	left: inherit;
	right: -55px;
	bottom: 20px;
    transform: rotate(180deg);
}*/
.testimonial_sec blockquote.blog-image {
    background: transparent;
    padding: 70px 0;
}
.testimonial_sec h2, .consultation_sec h2 {
	font: 400 38px/32px 'Nexa';
	text-transform: inherit;
}
/*.testimonial_sec .person_details p {
	font-weight: 400;
	color: #583f99;
	line-height: 22px;
	font-size: 18px;
}*/
.consultation_sec{
    color: #fff;
}
.consultation_sec .industry_text p {
	font-weight: 100;
	font-size: 25px;
	line-height: 33px;
	color: #fff;
  margin: 25px 0 45px;
}
.consultation_sec h2{
    color: #fff;
}
.consultation_sec {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.consultation_sec::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
/* 	background: rgba(88, 63, 153, 0.92); */
	background-color: rgba(0, 148, 217, 0.9);
	top: 0;
	left: 0;
}
.consultation_sec input, .consultation_sec textarea, .consultation_sec label, .consultation_sec select{
	font-family: "Nexa";
	border-radius: 8px !important;
    max-width: 380px;
    width: 100%;
}
.consultation_sec input, .consultation_sec textarea{
    line-height: 16px;
    padding: 14px 10px;
    font-size: 15px;
    color: #333;
}
.consultation_sec select{
    line-height: 16px;
    padding: 14px 8px;
    font-size: 15px;
    color: #8a8a8a;
    height: 46px;
    outline: none;
    font-weight: 100;
}
.consultation_sec input {
	height: 46px;
}
.consultation_sec textarea {
	height: 207px;
}
.consultation_sec .ajax-loader {
	display: block !important;
	margin: auto !important;
}
.consultation_sec input[type="submit"] {
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  max-width: 150px;
  border-radius: 5px !important;
  background: #ffe03b;
  color: #000;
  border: none !important;
}
.consultation_sec input.wpcf7-submit:hover {
  background:#faa61a;
}
.consultation_sec .wpcf7-response-output, .contact_form .wpcf7-response-output {
	max-width: 550px;
	float: none !important;
	margin: auto !important;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.consultation_sec div.wpcf7-mail-sent-ok, .contact_form div.wpcf7-mail-sent-ok {
	border-color: green;
	color: #fff;
	background: rgba(0, 128, 0, 0.6);
}
.consultation_sec div.wpcf7-validation-errors, .contact_form div.wpcf7-validation-errors {
	border-color: red;
	color: #fff;
	background: rgba(222, 31, 38, 0.8);
}
.industry_sec .row > div {
  padding: 0 10px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}
.industry_sec .row > div img {
  width: 100%;
}
.industry_sec > .container{
    max-width: 1060px;
}
.industry_sec .row > div a div.icon_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: auto;
  height: 100%;
  margin: 0 10px;
  background: RGBA(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.industry_sec .row > div a div.icon_text:hover {
	background: rgba(0, 0, 0, 0.9);
}
.industry_sec .row > div a div.icon_text img {
  max-height: 100px;
  margin-top: 12%;
    width: auto;
}
.industry_sec .row > div a div.icon_text h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  font-family: 'Nexa';
  font-weight: 400;
}
.home_slider_sec .wow.fadeInUp.animated {
	animation-name: fadeInLeft !important;
    opacity: 0;
	animation-delay: 1s;
}

.consultation_sec .select-styled {
  text-align: left;
  background: #fff;
  margin: 0px;
  border: 0;
  padding: 14px 12px;
}
.consultation_sec .select {
  margin: 0 0 10px;
}
.consultation_sec .select-options {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.consultation_sec .select-options li {
  color: #666;
  text-align: left;
  border-color: #ccc;
}
.consultation_sec .select-options li:hover {
  background: #dbdbdb;
}
.testimonial-style2 img{
    margin: 0px auto 15px;
}


/*-------------
    About Page
--------------*/
nav.navbar + .parallax-fix {
	margin-top: 130px;
	text-align: center;
	height: 440px;
	background-attachment: inherit !important;
}
nav.navbar + .parallax-fix .bg-black{
    display: none;
}
nav.navbar + section.page-title-small {
	height: 260px;
    position: relative;
    margin-top: 130px;
    text-align: center;
}
nav.navbar + .parallax-fix::before, nav.navbar + section.page-title-small::before  {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#0094d9;
}
nav.navbar + section.title-with-img::before{
    background: rgba(0, 148, 217, 0.65) !important; 
}
nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp, nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 9% 0;
}
.single-post nav.navbar + .parallax-fix{
    height: 260px;
}
.single-post nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp{
    margin: 2% 0;
}
nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12 {
    margin: 99px 0;
}
.single-casestudies .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1 {
    font-size: 26px !important;
    line-height: 34px !important;
}
nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1, nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12 h1 {
	font-size: 60px;
	font-weight: 100;
	text-transform: inherit;
	letter-spacing: 0;
  line-height: 62px;
  color: #fff;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.abt_txt_sec p {
	font: 100 20px/30px 'nexa';
	text-align: center;
	margin: 0 0 50px;
  color: #231f20;
}
.abt_txt_sec .about_text{
    margin: 0 10% 0;
}
.abt_txt_sec {
	padding: 120px 0 50px;
}
.abt_client_sec {
	padding: 20px 0 60px;
}
.abt_client_icons.hcode-inner-row > div {
  min-height: 190px;
}
.abt_client_icons.hcode-inner-row > div img {
  height: auto;
  width: 100%;
  max-width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.abt_client_icons.hcode-inner-row {
	padding: 0 8%;
}
.abt_client_sec {
  padding: 20px 0 80px !important;
}
.theteam_sec{
    position: relative;
    padding: 220px 0 110px !important;
}
.theteam_sec::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	top: 0;
	left: 0;
}
.team_inner{
    max-width: 1183px;
    margin: auto;
    float: inherit !important;
}
.team_inner p{
    font-size: 30px;
    line-height: 46px;
    color: #fff;
/*     font-family: 'opensans'; */
	font-family: 'Nexa';
}
.team_inner .team_button a{
    font-size: 18px;
    background: #0094d9 !important;
    border: none !important;
    font-weight: 100;
    margin-top: 70px;
}
.team_inner .team_button a:hover {
	background:#0a7cb1 !important;
}
nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp.subtitled{
    margin: 2% 0;
}
nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp.subtitled h1 {
  margin-bottom: 5px;
}
nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp.subtitled span{
    padding: 25px 0;
    display: block;
    font: 100 18px/30px 'nexa';
    margin: 0 12%;
}


/*--------------
       News
---------------*/

.news_post_list .vc_gitem-animated-block {
    width: 190px;
    float: left;
}
.news_post_list .vc_gitem-zone.vc_gitem-zone-c {
	width: auto;
	padding: 16px 25px;
	background: transparent !important;
	height: 100%;
	min-height: 190px;
}
.news_post_list .vc_gitem-post-data-source-post_title h4 {
    font-size: 25px !important;
    font-weight: 400;
}
.news_post_list .vc_gitem-post-data-source-post_excerpt {
    font-size: 16px;
    color: #231f20;
/*     font-family: 'OpenSans'; */
	font-family: 'Nexa';
}
.news_post_list .vc_btn3-left a {
	margin: 0;
	padding: 0 !important;
	background: inherit !important;
	color: #0094d9 !important;
	font-size: 16px;
	font-weight: 400;
    border-bottom: 0px !important;
    position: relative;
}
.news_post_list .vc_btn3-left a::before {
	content: '>';
	right: -15px;
	position: absolute;
	font-size: 24px;
	top: -4px;
}
.news_post_list .vc_gitem_row .vc_gitem-col {
	min-height: 150px;
}
.news_post_list .vc_btn3-container.vc_btn3-left {
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 0;
	display: inline-block;
	width: 155px;
}
.news_post_list .vc_grid-item > div{
    background: #f1f1f2;
}
.news_post_list .vc_btn3-left {
    position: relative;
    margin: 0;
}
.recent_news_posts h3 {
    font: 400 25px/26px 'nexa';
    letter-spacing: 0;
}
.recent_news_posts ul {
    padding: 15px 30px 15px 15px;
}
.recent_news_posts ul li {
    list-style: disc;
    color: #231f20;
    font-size: 11px;
    line-height: 30px;
/*     font-family: 'OpenSans'; */
	font-family: 'Nexa';
    padding-left: 18px;
}
.recent_news_posts ul li strong{
    font-size: 18px;
    font-weight: 100;
}

.recent_news_posts h5 {
  font-size: 25px;
  margin-bottom: 15px;
}
.recent_news_posts .thin-separator-line {
  display: none;
}
.recent_news_posts ul li {
  list-style: none;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 35px;
}
.recent_news_posts ul li:before {
	content: "";
	margin-right: 20px;
	position: absolute;
	top: 14px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #231f20;
	border-radius: 50%;
}
.widget_recent_entries ul li a{
	color:#0094da !important;
}
.widget_recent_entries ul li a:hover{
	color:#ffe03b !important;
}
.single-post nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1 {
  font-size: 38px;
  line-height: 45px;
}
.single-post nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp {
  margin: 1% 0;
}
.news_page .vc_grid-btn-load_more a{
    background-color: #0094d9 !important;
    color: #fff;
    font-weight: 300;
    padding: 14px 45px;
    text-align: center;
    font-size: 14px;
    border: none !important;
    cursor: pointer;
    font-family: nexa;
    border-radius: 5px;
    line-height: inherit;
}
.news_page .vc_grid-btn-load_more a:hover{
    background: #0176ad !important;
}
.singlecs_recent_post.news_single_wrap ul li div {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.singlecs_recent_post.news_single_wrap ul li div.blog-details {
  padding: 10px !important;
}
.status-publish.format-standard.has-post-thumbnail.hentry.category-uncategorized {
	overflow: hidden;
}
section.related_article_ctn .padding-ten-bottom {
	padding-bottom: 40px !important;
}
section.related_article_ctn {
	padding: 40px 840% 0 !important;
	margin: 0 -840% !important;
}


/*-------------
    Work
-------------*/

.inner_left_thumb, .inner_right_thumb {
    display: inline-block;
    float: inherit !important;
    width: 50%;
    vertical-align: middle;
}
.inner_left_thumb h2, .inner_right_thumb h2 {
    font-size: 38px;
    margin: 0 0 45px;
    line-height: 40px;
}
.inner_left_thumb p, .inner_right_thumb p {
    font-size: 16px;
}
.inner_left_thumb.text-right p, .inner_right_thumb.text-right p {
    max-width: 80%;
    margin-left: 20%;
    margin-right: 0;
}
.inner_left_thumb p, .inner_right_thumb p {
    max-width: 80%;
    margin-right: 20%;
    margin-bottom: 45px;    
    font-weight: 100;
    color: #231f20;
}
.inner_left_thumb .vc_btn3-container.vc_btn3-center a, .inner_right_thumb .vc_btn3-container.vc_btn3-center a, .inner_right_thumb .vc_btn3-container a {
  border: none !important;
  font-size: 16px;
  color:#000;
  font-weight: 100;
  padding: 12px 25px;
  background: #ffe03b !important;
}
.inner_right_thumb.text-right .vc_btn3-container.vc_btn3-center {
    text-align: right;
}
.inner_left_thumb .vc_btn3-container.vc_btn3-center {
    text-align: left;
}
.color_gray h2, .color_gray p{
  color: #fff;
}
.temp_work_tss .inner_right_thumb h2 {
	color:#0094d9;
}
.temp_work_tss .inner_right_thumb p {
	font-size: 23px;
	line-height: 38px;
}

/*--------------
    work inner
---------------*/

.inner_left_col h2 {
    font-size: 36px;
    line-height: 44px;
    color:#0094d9;
    margin-bottom: 45px;
}
.inner_left_col {
    padding-right: 90px !important;
}
.inner_left_col p {
	font-size: 26px;
	line-height: 38px;
/* 	font-family: 'OpenSans'; */
	font-family: 'Nexa';
	color: #231f20;
}
.inner_right_col ul {
    padding-left: 0px;
    margin-bottom: 35px;
}
.inner_right_col li {
    list-style: none;
    padding: 4px 0px 4px 20px;
    position: relative;
}
.inner_right_col li::before, .sgl-nws .widget ul li::before {
	content: "";
	margin-right: 20px;
	position: absolute;
	top: 15px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #231f20;
	border-radius: 50%;
}
.inner_right_col p, .inner_right_col li {
	font-size: 18px;
/* 	font-family: 'OpenSans'; */
	font-family: 'Nexa';
	line-height: 27px;
	color: #231f20;
}
.inner_right_col p {
	margin-bottom: 11px;
}
.inner_right_col h2 {
    font-size: 20px;
/*     font-family: 'OpenSans'; */
	font-family: 'Nexa';
    margin: 36px 0 0;
    font-weight: 600;   
}
.inner_right_col h3 {
	font-size: 20px;
/* 	font-family: 'OpenSans'; */
	font-family: 'Nexa';
	margin: 15px 0;
    font-weight: 600;
}
.tss_single p {
	font: 200 30px/48px 'nexa';
	max-width: 80%;
	margin: 0 auto 60px;
	text-align: center;
	color: #231f20;
}
.summary_text > div, .conclusion div.vc-column-innner-wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
    text-align: left !important;
}
.summary_text h3, .skill_and_exper h3, .conclusion h3, .innner_heading h3 {
	font-size: 25px;
	font-weight: 200;
	color: #0074ff;
	margin-bottom: 25px;
	display: block;
	width: 100% !important;
}
.summary_text p, .skill_and_exper p, .conclusion p{
    font-size: 16px;
/*     font-family: 'opensans'; */
	font-family: 'Nexa';
    color: #231f20;
}
.innner_heading{
    padding: 0 15px;
}
.labour_market{
    padding: 80px 0 0;
    display: inline-block;
}
.conclusion .innner_heading > div{
    column-count: inherit;
}
/*-----------------
    Case Studies
-----------------*/
.single-casestudies nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp{
    margin: 2% 0;
}
.single-casestudies nav.navbar + .parallax-fix{
    height: 260px;
}
.case_study_section {
	padding: 50px 0 !important;
}
.case_study_section .container {
  max-width: 850px;
}
.case_study_section .casestudies-posts {
  padding: 20px 15px;
}
.case_study_section .casestudies-posts > .col-sm-6 {
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  width: 49%;
}
.case_study_section .casestudies-posts h2 {
  font-size: 36px;
  font-weight: 200;
  line-height: 42px;
}
.case_study_section .casestudies-posts h2 a{
    color: #333;
}
.case_study_section .casestudies-posts p {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 35px;
  font-weight: 100;
}
.case_study_section .casestudies-posts a.case-study-button {
  padding: 10px 30px;
  background: #ffde2f;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 100;
}
.case_study_section .casestudies-posts a.case-study-button:hover {
	background: #faa61a;
}
.case_studies_posts {
	padding: 70px 0;
}
.case_studies_posts .container, .singlecs_recent_post .container {
	max-width: 1050px;
}
.singlecs_recent_post .row > h2{
    padding: 0 15px;
    font-size: 18px;
/*     font-family: 'OpenSans'; */
	font-family: 'Nexa';
}
.posts_casestudies > div img{
    width: 100%;
}
.posts_casestudies > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 70px;
  width: 26%;
}
.posts_casestudies > div.col-sm-9 {
  width: 73%;
  padding-left: 0;
}
.posts_casestudies .col-sm-3 h2 {
  font-size: 18px;
  font-weight: 600;
}
.posts_casestudies .col-sm-3 img {
    max-width: 110px;
    margin-top: 10px;
}
.posts_casestudies .col-sm-3 h3 {
  font-size: 14px;
  font-weight: 200;
  margin-top: 30px;
}
.posts_casestudies .col-sm-3 p {
  font-size: 8px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3px;
}
.catestudy-text2 h3 {
  text-transform: uppercase !important;
  font-weight: 600;
  font-size: 18px;
  padding-top: 25px;
}
.catestudy-text2 {
	border-top: 1px solid #000;
	margin: 100px 0px 0 15px;
	width: 70% !important;
	padding-left: 0 !important;
    padding-top: 10px;
}
.catestudy-text2 p {
	margin: 15px 0 25px;
	font-size: 15px;
	font-weight: 100;
/* 	font-family: 'OpenSans'; */
	font-family: 'Nexa';
	color: #000;
}
.singlecs_recent_post {
	padding: 50px 0 120px;
}
.singlecs_recent_post ul li {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 10px;
}
.singlecs_recent_post ul li div{
    padding: 10px;
    background: #fff;
}
.singlecs_recent_post ul li h2 {
  font: bold 15px/20px 'nexa';
  margin-top: 20px;
}
.singlecs_recent_post ul li p {
  font: 100 12px/18px 'nexa';
  padding: 4px 0px;
}
.singlecs_recent_post ul {
	margin: 0;
	padding: 6px;
	display: inline-block;
}
.singlecs_recent_post  .singles_wrap{
    min-height: 350px;
    padding: 0;
    background: #fff;
    position: relative;
}
.singlecs_recent_post .singles_wrap img {
	width: 100%;
}
.case-study-button2 {
	display: block;
	text-align: right;
	font-weight: 400;
	color:#0094d9;
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.case-study-button2:hover,.case-study-button2 i:hover{
	color:#ffde2f;
}
.singlecs_recent_post.news_single_wrap > h2 {
	padding: 0 15px;
}
.case-study-button2 i {
	font-size: 18px;
	color: #0094d9;
	position: relative;
	bottom: -2px;
}
.posts_casestudies.agent_no_img {
  width: 25%;
  float: right;
}
.posts_casestudies.agent_no_img > div {
  width: 100%;
  padding-left: 20px;
}
.catestudy-text2.contnet_no_img {
	float: left;
	margin-top: -5px;
	border-top: 0;
}
.catestudy-text2.contnet_no_img h3{
    padding-top: 0px;
}
.catestudy-text2 > h3:not(:first-child) {
	padding-top: 28px;
}
/*---------------
    CitizenShip
----------------*/

.application_ctn h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 25px;
}
.application_ctn p {
  font-size: 16px;
  line-height: 30px;
  max-width: 80%;
  margin: 25px auto;
  display: inline-block;
  font-weight: 100;
}
.forms_download {
  padding: 0px;
  width: 100%;
}
.forms_download li {
  float: left;
  width: 50%;
  padding: 55px 5px;
  list-style: none;
}
.forms_download li > div {
  padding: 20px 10px 87px 64px;
  background: #0074ff;
  width: 130px;
  height: 130px;
  font-size: 38px;
  color: #fff;
  float: left;
  margin-right: 25px;
  text-align: right;
}
.forms_download li h4{
	font-size: 22px;
	line-height: 29px;
	color: #000;
	margin-bottom: 0;
}
.forms_download li p {
	font-size: 16px;
	line-height: 29px;
	font-weight: 100;
	color: #282525;
	display: block;
    margin-bottom: 0px;
}
.forms_download li a {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 400;
	color: #282525;
	margin-top: 25px;
	display: inline-block;
}
.forms_download li a span {
	font-size: 41px;
	margin-left: 35px;
	position: relative;
	bottom: -8px;
}

/*------------
    Tribunal
-------------*/
.process_ctn h3 {
	font-size: 25px;
/* 	font-family: 'Opensans'; */
	font-family: 'Nexa';
	font-weight: 400;
	margin-bottom: 15px;
}
.process_work_sec .container {
	max-width: 800px;
}
.process_ctn p, .process_ctn ul li {
	font-size: 18px;
/* 	font-family: 'Opensans'; */
	font-family: 'Nexa';
	color: #000;
	line-height: 28px;
	margin-bottom: 11px;
}
.process_work_sec ul{
    padding: 0px;
}
.process_work_sec ul li {
	list-style: none;
	padding-left: 20px;
    line-height: 24px;
	position: relative;
}
.process_work_sec ul li::before {
	content: "";
	margin-right: 20px;
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #231f20;
	border-radius: 50%;
}
.cancellation h2, .refusal h2 {
  font-family: nexa !important;
  padding: 25px 0 !important;
}
/*
.cancellation p, .refusal p {
  font-size: 28px !important;
  line-height: 40px;
  color: #000;
}
*/
.cancellation, .refusal {
  padding: 60px 0 !important;
}
.cancellation .container, .refusal .container {
  max-width: 1000px;
}

/*------------
    Contact
-------------*/
.contcat_text p, .address_ctn p {
  font-size: 16px;
/*   font-family: 'OpenSans'; */
	font-family: 'Nexa';
  line-height: 28px;
}
.contact_details .row, .contact_form .row {
  margin: 0 10% 0;
}
.contact_form .form_group {
  width: 50%;
  float: left;
  padding: 5px 20px;
  text-align: left;
  font-size: 16px;
}
.contact_form .form_group label {
  width: 100%;
}
.contact_form .form_group input, .contact_form .form_group textarea, .contact_form .form_group select {
  margin: 10px 0 0;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 12px;
}
.contact_form .form_group select{
    height: 45px;
}
.contact_form .form_group.message{
  display: block;
  width: 100%;
}
.address_ctn {
  padding-left: 95px;
}

.address_ctn {
  padding-left: 90px !important;
}
.address_ctn p {
  display: inline-block;
  width: 100%;
}
.address_ctn p strong {
	color: #0094d9;
}
.contact_form .form_group.message + p {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 35px;
}
.contact_form .form_group.message + p input {
  padding: 10px 50px;
  font-size: 15px;
  background: #0074ff;
  color: #fff;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}
.contact_form .form_group.message + p input:hover{
	background: #0579af;
}

.appointmnet {
  background-color:#0094d9;
  padding: 82px 0;
    text-align: center;
}
.text_center.appt_sbt p {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 50px;
}
.appointmnet .appt_sbt > a {
  background-color:#ffe03b;
  color: #000;
  font-weight: 300;
  padding: 14px 55px;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-family: 'Nexa';
  border-radius: 5px;
  text-transform: uppercase;
}
.appointmnet .appt_sbt > a:hover,
.inner_left_thumb .vc_btn3-container.vc_btn3-center a:hover, 
.inner_right_thumb .vc_btn3-container.vc_btn3-center a:hover, 
.inner_right_thumb .vc_btn3-container a:hover {
    background:#faa61a !important;
}
/*----------------
    Team Page
------------------*/
.page-template-team > section {
    padding: 80px 0 !important;
}
.team_banner {
    background-color: #0074ff;
    height: 300px;
}
.team_title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-top: 8%
}
.team_sec {
  background-color: #f1f1f2;
}
.team_sec_wraper > section:not(:last-child) {
	margin-bottom: 25px;
}
.content_sec p {
	max-width: 580px;
	font-size: 16px;
/* 	font-family: 'Opensans'; */
	font-family: 'Nexa';
	line-height: 26px;
	font-weight: 100;
	color: #3f3f3f;
}
.team_view h2 {
  font-weight: 100;
}
.team_view p {
  color: #231f20;
  font-size: 12px;
  margin-bottom: 12px;
}
.team_view a {
  font-weight: 500;
  font-size: 14px;
   color: #0094da !important;
}
.team_view a:hover{
	color:#ffe03b !important;
}
.image_sec img {
  border: 1px solid #d0e4f2;
}
.image_sec figure:hover img{
    opacity: 1 !important;
}
section.team_sec {
	padding: 60px 0 30px !important;
}
/* news-inner-page */
.sgl-nws {
	overflow: hidden;
	padding: 65px 0 0;
}
.sgl-nws .blog-single-full-width-header > img {
  width: 100%;
  padding: 0 15px 0 12%;
  /*max-height: 400px;*/
}
.sgl-nws .blog-comment {
    float: left;
    max-width: 500px;
	width: 100%;
}
.sgl-nws .comment-text {
    display: contents;
    float: left;
}
.sgl-nws .blog_comment1 .no-padding {
	border-top: 1px solid #808080;
	padding-top: 26px !important;
    margin-top: 12px;
	padding-bottom: 60px !important;
}
.sgl-nws .blog_date1 {
    display: inline-block;
    width: 9%;
	margin: 8px 0 0 !important;
}
.sgl-nws .widget-title.font-alt {
/*   font-family: 'OpenSans'; */
	font-family: 'Nexa';
  font-size: 16px;
  letter-spacing: 0;
  margin: 25px 0 18px;
}
.sgl-nws #a2a_share_save_widget-3 {
	margin-bottom: 35px;
}
.sgl-nws .widget ul li {
	padding-left: 15px !important;
	position: relative;
    font-size: 16px;
}
.sgl-nws .widget ul li::before {
	top: 10px;
}
.sgl-nws .addtoany_list.a2a_kit_size_32 a > span {
	border-radius: 50%;
	background: #8d8f91 !important;
	border: 3px solid #8d8f91;
}
.sgl-nws .about-author {
    background: transparent none repeat scroll 0 0 !important;
    float: left;
    padding: 0 !important;
    margin-top: 0 !important;
}
.sgl-nws .blog_comment1 > span {
	color: #000;
}
.sgl-nws .blog-comment .comment-avtar + div .blog-date {
	line-height: 16px !important;
	display: inline-block;
}
.sgl-nws .author.vcard .url.fn.n {
 /* display: inline-block;*/
  font-family: opensans;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
  overflow-wrap: break-word;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}
.sgl-nws .blog-comment .comment-avtar {
  margin-right: 0;
}
.sgl-nws .white-text.alt-font.entry-title {
    color:#0094d9;
}
.sgl-nws .blog_comment1 {
	float: right;
	width: 90%;
	padding-left: 15px;
}

.sgl-nws .btn.social-icon.social-icon-large.button {
    display: inline-block;
    margin: 0;
}
.sgl-nws .no-padding-lr > br {
    display: none;
}
.sgl-nws .social-icon-large .fa {
    border-radius: 50%;
    height: 30px !important;
    width: 30px;
	background: #ccc !important;
	color: #fff !important;
    font-size: 21px;
    margin: 0 2px;
    position: relative;
}
.sgl-nws .blog-single-full-width-header {
    padding: 20px 0 40px;
	width: 75%;
}
.sgl-nws section {
    padding: 0px;
}
.sgl-nws .status-publish.format-standard .col-sm-3 {
  margin-left: 40px;
  width: 20%;
  margin-top: 45px;
}
.sgl-nws .white-text.alt-font.entry-title, .sgl-nws .blog_comment1 > div, .sgl-nws .blog_comment1 > span {
  display: inline-block;
  font-family: opensans;
  font-size: 14px;
  font-weight: 300;
  margin: 0 4px 0 0;
  width: auto;
}
.sgl-nws .thin-separator-line.bg-dark-gray.no-margin-lr {
  display: none;
}
.sgl-nws .no-padding-lr {
  text-align: left !important;
  margin-bottom: 30px;
}
.sgl-nws .comment-list .avatar.avatar-100.photo {
  max-width: 80%;
}
.sgl-nws .blog_date1 .published {
    color:#0094d9;
    font-size: 55px;
    font-weight: 400;
	font-family: opensans;
}
.sgl-nws .blog_date1 .published > p {
	color: #000;
	font-size: 12px;
	margin: 10px 0 0;
	text-transform: capitalize;
	font-weight: 100;
}
.sgl-nws .vc-column-innner-wrapper > p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
}
.sgl-nws .center-col {
  font-family: opensans;
  margin: inherit !important;
}
.sgl-nws #comments .widget-title,.sgl-nws #comments .comment-reply-title {
  font-size: 16px;
  letter-spacing: 0;
}
.sgl-nws .form-submit .highlight-button-dark.submit.comment-button {
  background: #583f99 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  max-width: 150px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
}
.sgl-nws .comment-list .comment-reply-link {
  background: transparent none repeat scroll 0 0;
  color: #583f99 !important;
  font-size: 14px;
  text-decoration: underline;
  text-transform: capitalize;
}
.sgl-nws #comments > div {
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.sgl-nws #comments h5 {
	padding: 15px;
}
section.author_bios{
    padding: 0 0 50px 120px !important;
}
section.author_bios .author.vcard .url.fn.n {
	display: inline-block;
	font-size: 18px;
	margin-top: 3px;
}
section.author_bios .blog-comment .comment-avtar{
    margin-right: 15px !important;
}
.sgl-nws .row .col-sm-9 .about-author-text{
    display: none;
}
.sgl-nws .row .col-sm-9 {
	display: inline-block;
}
.sgl-nws .row .col-sm-3{
    padding-left: 75px;
}
.sgl-nws #respond.comment-respond {
	display: inline-block;
	margin: 20px 0;
}
.agent_dtl_info {
	margin-bottom: 20px;
}
.sgl-nws .blog-comment .comment-avtar .avatar.avatar-300.photo {
  max-width: 70px;
}
/*------------
    Footer
-------------*/
footer, .footer-bottom{
    background: #333 !important;
}
#menu-footer-mainmenu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
}
.footer-bottom .row div p {
	margin-bottom: 0 !important;
}
#menu-footer-mainmenu a {
    text-transform: inherit;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
#menu-footer-mainmenu .sub-menu a {
	color: #ccc;
	font-weight: 100;
	font-size: 14px;
    line-height: inherit;
}
#menu-footer-mainmenu .sub-menu li {
	line-height: 14px;
	margin: 15px 0;
}
.footer-links #hcode_custom_menu_widget-8 h5{
    margin: 0px !important;
}
.footer-links div h5 {
	margin: 0 0 10px;
	font-size: 18.5px;
	text-transform: inherit;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}
footer #custom_html-2 > div > p {
	margin: 0px;
	font-size: 13px;
	text-transform: capitalize;
	color: #ccc;
	font-weight: 100;
}
footer #custom_html-4 .footer_logo {
    padding: 0px;
    display: inline-block;
    width: 100%    
}
footer #custom_html-4 .footer_logo img {
	width: 200px !important;
	padding-bottom: 15px;
}
.footer-bottom .row {
	margin: 0 -15px 30px !important;
}
.footer-bottom .row div {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
}
.footer-middle .row > .col-sm-8 {
	padding: 40px 0 0;
}
footer #custom_html-3 a {
	color: #fff;
}
footer #custom_html-3 a.phone{
    font-size: 20px;
    color: #fff;
}
footer #custom_html-3 p.email a{
    word-wrap: break-word;
    white-space: normal !important;
}
footer #custom_html-3 p.email{
    line-height: 15px;
    
}
footer #custom_html-3 a, footer #custom_html-3 p.email{
    font-size: 13px;
    color: #ccc;
    white-space: nowrap;
}
footer #custom_html-3 p.email, footer #custom_html-3 p.email a {
  color: #a6a6a6 !important;
}
footer #text-34 a i {
  color: #333;
  font-size: 21px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
}
footer #text-34 a i::before {
  top: 5px;
  position: absolute;
  left: 1px;
  right: 0;
  margin: auto;
  width: 19px;
  display: inline-block;
}
footer #text-34 a i.fa-facebook::before{
  left: 5px;
  top: 6px;
}
footer #text-34 a i.fa-linkedin::before{
  top: 4px;
  left: 2px;
}
footer #menu-footer-mainmenu a:hover {
	color:#ffe03b !important
}
.footer-bottom + a.scrollToTop i {
	font-size: 32px;
	margin: 10px 16px 12px;
}
.footer-bottom + a.scrollToTop {
	background:#0094d9;
	border-radius: 50%;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

.contat-sec  .gm-style-iw {
	font-weight: bold !important;
	left: 145px !important;
	line-height: 23px !important;
	top: 50px !important;
	font-size: 25px !important;
	font-family: 'Nexa';
	font-weight: 100 !important;
	color: #583F99;
	overflow: visible !important;
}
body .contat-sec .gm-style-iw {
    overflow: visible !important;
}
.contat-sec .gm-style-iw div{
/*     overflow: inherit !important; */
	font-size: 24px;
    color: #0094d9;
    margin-top: 9px;
    margin-bottom: 0px;
    font-family: 'Nexa';
}
}
section.contat-sec {
	padding-bottom: 0px !important;
}

/*-------------------
    Media Queries
--------------------*/

@media(min-width: 1366px){
    footer #custom_html-3 p.email a{
        white-space: nowrap !important;
    }
}
@media(max-width: 1200px){
    footer .footer-middle {
        padding: 18px;
        width: 100%;
    }
    .footer-bottom > div{
        width: 100%;
        padding: 0px;
    }
    footer #custom_html-3 a, footer #custom_html-3 p.email {
        font-size: 11px;
    }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: -15px !important;
    }
    section.author_bios{
        padding: 0 0 50px 120px !important;
    }
}
@media(max-width: 991px){  
    section.author_bios{
        padding: 0 0 50px 85px !important;
    }
    #menu-item-18816 {
        display: none;
    }
    .nav.navbar-nav > li.current-menu-item > a, .navbar-nav > li > a:hover, .navbar-na > li.current-menu-ancestor > a {
        color:#ffe03b !important;
    }
    .navbar .navbar-nav > li > a {
        font-size: 14px !important;
        color: #fff !important;
    }
    .sticky-nav .navbar-nav > li > a i {
      font-size: 20px !important;
      color: #fff !important;
    }
    .sticky-nav .navbar-nav > li > a i:hover{
      color: red !important;
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu {
      background: #fff;
      height: 190px;
      overflow-y: scroll;
      padding: 0px !important;
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu a {
        color: #583f99 !important;
        margin-bottom: 0 !important;
        line-height: 24px !important;
        font-size: 11px !important;
        min-height: inherit !important;
        border-bottom: 0px !important; 
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu > li {
      padding: 0;
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu > li > a, .sticky-nav .navbar-nav > li > .dropdown-menu > li li {
      padding: 0 15px !important;
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu > li li:last-child {
        border-bottom: 1px solid #ccc;
    }
    .sticky-nav .navbar-nav > li > .dropdown-menu > li li {
      border-top: 1px solid #ccc !important;
    }
    .nav > li.current-menu-ancestor > a {
        border-bottom: 0px !important;
        color: red !important;
    }
    .sticky-nav ul li a:hover {
        color: red !important;
    }
    .sticky-nav ul li a {
        font-weight: 200 !important;
    }
    .navbar.shrink-nav .mobile-accordion-menu{
        top: 79px !important;
    }
    .navbar .mobile-accordion-menu{
        top: 81px !important;
        background: #583f99 !important;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border: 1px solid #0094d9;
        margin: 3px;
        background: #583f99;
    }
    .navbar .logo {
        width: 130px  !important;
        
    }
    .navbar-default .navbar-toggle {
        background-color: transparent !important;
        border: 0px solid #583f99 !important;
        border-radius: 5px;
        margin: 11px 0;
        padding: 8px;
    }
    .navbar.navbar-default.navbar-fixed-top {
        height: 81px;
        border-bottom: 1px solid #ccc;
    }
    .dropdown-menu li {
        margin: 0;
    }
    #mega-menu .mega-menu-column {
        width: 100%;
        clear: right;
        padding: 4px 0;
    }
    .navbar.navbar-default.navbar-fixed-top.shrink-nav .logo {
        width:130px !important;
        margin-top:0px;
        display: block;
    }
    .mega-menu-column li {
        border-top: 1px solid transparent !important;
    }
    .nav > li {
        margin: 16px 15px;
        border-width: 1px 0;
        border-color: #583f99;
        /*! border-style: solid; */
    }
    nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1, nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12 h1 {
        font-size: 40px;
        line-height: 42px;
    }
    nav.navbar + .parallax-fix {
        margin-top: 81px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3{
        margin-left: 0px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 h1 {
        font-size: 52px;
        margin-bottom: 20px;
    }
    .home_slider_sec .carousel-inner > .item{
        margin-top: 81px;
    }
    .industry_sec .row > div a div.icon_text img {
        max-height: 60px;
    }
    .industry_sec .industry_text p, .industry_text p {
        margin: 25px 0px 15px;
        font-size: 24px;
        line-height: 25px;
    }
    .printing_sec .industry_text p {
        color: #fff;
        margin: 35px 0px;
    }
    .recent_post_sec .vc_grid-item div.vc_gitem-post-data-source-post_excerpt p {
        font: 100 15px/23px 'Nexa' !important;
        padding: 0;
    }
    .recent_post_sec .vc_grid-item div h4 {
        font: 24px/26px 'Nexa';
        margin: 10px 0 10px;
    }
    .testimonial_sec blockquote.blog-image {
        padding: 30px 0;
    }
    .home_slider_sec .carousel-inner > .item .opacity-full {
        display: none !important;
    }
    nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp.subtitled h1 {
        margin-bottom: 5px;
    }
    nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp.subtitled span {
        padding: 15px 0;
        display: block;
        font: 100 16px/26px 'nexa';
        margin: 0 12%;
    }
    .inner_left_col h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .inner_left_col p {
        font-size: 22px;
        line-height: 30px;
    }
    .inner_left_col {
        padding-right: 30px !important;
    }
    .inner_right_col li::before {
        top: 11px;
    }
    .inner_right_col p, .inner_right_col li {
        font-size: 16px;
        line-height: 26px;
    }
    .forms_download li a {
        max-width: 190px;
        line-height: 0px;
    }
    .team_sec .row > .col-sm-5 > div {
        width: 100%;
        padding: 0;
    }
    nav.navbar #custom_html-5 {
	    margin: 0;
        display: inline-block;
        position: relative;
        top: 18px;
        right: 35px;
    }
    .mega-sub-menu {
        display: none !important;
    }
    .navbar-fixed-top .mobile-accordion-menu  .navbar-collapse{
        max-height: inherit !important;
    }
     nav.navbar + section.content-top-margin{
        margin-top: 81px !important;
    }
	.sgl-nws .status-publish.format-standard .col-sm-3 {
	  margin-left: 30px;
	  width: 20%;
	}
	.sgl-nws .blog_date1 .published > p {
	  font-size: 9px;
	}
	.sgl-nws .blog_date1 .published {
	  font-size: 39px;
	}
	.sgl-nws .blog_date1 .comment-avtar.no-margin-top {
	  margin-right: 0 !important;
	}
	.sgl-nws .blog-comment .comment-avtar .avatar.avatar-300.photo {
	  max-width: 50px;
	}
    section.author_bios .blog-comment .comment-avtar .avatar.avatar-300.photo {
        max-width: 70px;
    }
}
/* End media 991px*/


@media (min-width:768px) and (max-width: 991px){
    #menu-footer-mainmenu > li {
        padding: 6px 14px;
        float: left;
        width: 50%;
    }
	.sgl-nws .blog-comment .comment-avtar {
	  margin-right: 0 !important;
	}
}
@media(max-width: 767px){
    section.author_bios{
        padding: 0 0 50px 15px !important;
    }
    section.author_bios .about-author {
        padding: 0 15px 0 0 !important;
        width: 100% !important;
    }
  .page section {
    padding: 30px 0;
  }
  nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp{
    top: 15px;
    margin: 30px 0 !important; 
  }
  .single-casestudies .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1 {
	font-size: 22px !important;
   }
    nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12 {
        margin: 64px 0 !important;
    }
  nav.navbar + .parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1, 
  nav.navbar + section.page-title-small .col-lg-8.col-md-7.col-sm-12 h1 {
    font-size: 26px;
    line-height: 32px;
    max-width: 81%;
    margin-left: auto;
    margin-right: auto;
  }
  nav.navbar + .parallax-fix {
    height: 260px !important;
  }
  .inner_left_col h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
    .cancellation, .refusal {
        padding: 25px 0 !important;
    }
    .cancellation h2, .refusal h2 {
        padding: 15px 0 !important;
    }
    .cancellation p, .refusal p {
        font-size: 18px !important;
        line-height: 28px;
    }
  .inner_left_col {
    padding-right: 15px !important;
  }
  .inner_left_col p {
    font-size: 18px;
    line-height: 28px;
  }
  .text_center.appt_sbt p {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 28px;
    margin-top: 10px;
  }
    .home_slider_sec .carousel-inner > .item {
        height: 330px !important;
    }
    .home_slider_sec .container.full-screen.position-relative {
        min-height: 330px !important;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 {
        top: 35px;
        left: 25px;
    }
    .home_slider_sec .carousel-inner .fill {
        background-size: 370px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 p {
        max-width: 320px;
        font-size: 16px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 h1 {
        font-size: 42px;
    }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0px !important;
    }
    .recent_post_sec .vc_grid-item {
        padding-right: 0px !important;
    }
    .printing_sec .industry_text p {
        line-height: 26px;
    }
    .testimonial_sec h2, .consultation_sec h2 {
        font: 400 26px/28px 'Nexa';
    }
    .consultation_sec .industry_text p {
        font-size: 20px;
        line-height: 26px;
        margin: 12px 0 15px;
    }
    .testimonial_sec blockquote.blog-image p {
        max-width: 81%;
        font: 100 16px/23px 'Nexa' !important;
    }
    .testimonial_sec blockquote.blog-image p::before{
        left:  -25px;
    }
    .testimonial_sec blockquote.blog-image p::after {
        right: -25px;
    }
    .industry_sec {
        padding: 0 0 60px !important;
    }
    footer .footer-middle > div > div > div {
        width: auto;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding: 0 15px;
    }
    footer .footer-middle > div > div.col-sm-8 > div, footer .footer-middle > div > div.col-sm-4 {
        width: 100%;
        text-align: center !important;
    }
    footer #custom_html-3 a, footer #custom_html-3 p.email {
        font-size: 12px;
    }
    #menu-footer-mainmenu > li {
        text-align: left;
    }
    
    .theteam_sec {
         min-height: 390px;
         padding: 30% 0 !important;
    }
    .theteam_sec .team_inner p {
      font-size: 23px;
      line-height: 35px;
    }
    .address_ctn {
      padding-left: 0;
    }
    .contact_form .form_group {
      width: 100%;
    } 
    .case_study_section .casestudies-posts > .col-sm-6 {
      width: 100%;
      padding: 10px;
    }
    .news_post_list .vc_gitem-animated-block {
      width: 100%;
    }
    .printing_sec .printing_three_col p {
        margin: 0 auto 50px;
    }
    .printing_sec h2 {
        margin: 15px auto 10px;
    }
    .address_ctn {
        padding-left: 15px !important;
    }
    .posts_casestudies .col-sm-3 img {
        margin-top: -20px;
        margin-right: 15px;
        float: left;
    }
    .posts_casestudies > div.col-sm-3 {
        order: 1;
        margin-bottom: 20px;
    }
    .posts_casestudies > div {
        width: 100% !important;
        padding: 0;
    }
    .posts_casestudies > div.col-sm-9, .comn_in_pages section:nth-child(even) div.row .inner_left_thumb {
        order: 2;
    }
    .comn_in_pages section:nth-child(even) div.row .inner_right_thumb{
        order: 1;
    }
    .posts_casestudies, .comn_in_pages section div.row  {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .catestudy-text2 {
        border-top: 1px solid #000;
        margin: 100px 15px;
        width: auto !important;
        padding: 0 15px !important;
    }
    .singlecs_recent_post ul li {
        width: 50%;
    }
    .catestudy-text2 {
        margin: 40px 15px 0px;
    }
    .comn_in_pages section .row div, .comn_in_pages section .row > div p {
      text-align: left !important;
    }
    .comn_in_pages section .row div p, .comn_in_pages section .row div h2 {
        margin: 0 0 18px;
        width: 100% !important;
        max-width: inherit;
    }
    .comn_in_pages section .row div img {
      width: 100%;
      margin-bottom: 20px;
    }
    .comn_in_pages section .row div h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .forms_download li{
        width: 100%;
        padding: 25px 5px;
    }
    .forms_download li a{
        max-width: inherit;
        margin-top: -10px;
    }
    .forms_download li > div {
        padding: 11px 10px 57px 58px;
        width: 100px;
        font-size: 26px;
        margin-right: 15px;
        height: 100px;
    }
    .application_ctn p {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%;
        margin: 11px auto;
    }
    .application_resour .row div {
        padding: 0px;
    }
    .news_post_list .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        padding: 15px 0px;
    }
    nav.navbar + section.page-title-small {
        height: 150px;
        margin-top: 81px;
    }
    .team_sec .row > .col-sm-5 > div {
        width: auto;
        padding: 15px 15px 15px 0;
        display: inline-block;
    }
    .footer-bottom + a.scrollToTop{
        display: none !important;
    }
    .abt_client_icons.hcode-inner-row > div img {
        width: 77% !important;
    }
    .abt_client_icons.hcode-inner-row > div {
        width: 50% !important;
        display: inline-block;
        float: left;
        padding: 15px;
        clear: none;
    }
    .abt_client_sec .row > div{
        width: 100% !important;
    }
	.sgl-nws .status-publish.format-standard .col-sm-3 {
	  padding-left: 12%;
	  clear: both;
	  margin: 0;
	  width: 100%;
	}
	.sgl-nws .thin-separator-line.bg-dark-gray.no-margin-lr {
		margin: 10px;
	}
	.sgl-nws .padding-four-bottom {
		padding: 0;
	}
	.sgl-nws .blog_date1 {
	  width: 10%;
	}
	.sgl-nws .blog_comment1 {
	  width: 90%;
	}
	.sgl-nws .about-author {
	  width: 90%;
	}
	.sgl-nws .blog-single-full-width-header {
	  padding: 20px 0;
	  width: 100%;
	}
	.sgl-nws .blog-single-full-width-header > img {
	  padding: 0;
	}
	.sgl-nws .blog-comment .comment-avtar .avatar.avatar-300.photo {
		max-width: 45px;
	}
	.sgl-nws .blog-comment a {
		margin-bottom: 0;
	}
	.sgl-nws .row .col-sm-3{
		padding-left: 15px;
	}
	.agent_dtl_info {
		display: inline-block;
		width: 100%;
		margin: 25px 0 20px;
	}
	.agent_dtl_info > h3 {
	  margin-top: 0 !important;
	}
    .posts_casestudies.agent_no_img {
      width: 100%;
        float: none;
    }
    .posts_casestudies.agent_no_img > div{
        padding-left: 0px;
    }
    .catestudy-text2.contnet_no_img {
        float: left;
        margin-top: 0;
        border-top: 1px solid #000;
        padding: 30px 0 0 !important;
    }
    .contat-sec  .gm-style-iw {
        left: 115px !important;
        line-height: 17px !important;
        font-size: 15px !important;
    }
    .sgl-nws .row .col-sm-9 {
        width: 100%;
    } 
} 

/*767*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .page .logo { display: block;}
  .retina-logo { display: inline-block;  }
  .retina-logo-light { display: block;  }
}

@media(max-width:479px){
    #menu-footer-mainmenu > li {
        width: 48% !important;
        padding: 8px 0;
        float: left;
    }    
    .abt_txt_sec .about_text {
      margin: 0;
    }
    .abt_txt_sec p {
      font: 100 14px/26px "nexa";
      margin: 0 0 25px;
    }
    .abt_client_icons.hcode-inner-row > div {
        min-height: 120px;
    }
    .abt_client_icons.hcode-inner-row > div img {
        max-width: 120px;
    }
    .vc_custom_heading.title_violet, .theteam_sec .title_white {
        font-size: 28px !important;
    }
    .theteam_sec .team_inner p {
        font: 100 14px/26px "nexa";
    }
    .team_inner .team_button a {
        margin-top: 20px;
    }
    .theteam_sec {
        min-height: 450px !important;
    }
    .contact_details .row, .contact_form .row {
      margin: 0;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 p {
        max-width: 280px;
        font-size: 15px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .home_slider_sec .slider-text-middle.slider-text-middle6 > div.col-md-3 {
        top: 55px;
    }
    .industry_sec .row > div a div.icon_text h3, .industry_sec .row > div a div.icon_text p {
        margin: 0 !important;
    }
    .case_study_section .casestudies-posts h2 {
        font-size: 26px;
    }
    .case_study_section .casestudies-posts p {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0 25px;
        font-weight: 100;
    }
    .singlecs_recent_post ul li {
        width: 100%;
    }
    .forms_download li a span {
        margin-left: 12px;
    }
    .forms_download li a {
        margin-top: -10px;
        font-size: 15px;
    }
    .team_sec .row > .col-sm-5 > div {
        width: 100% !important;
        padding: 0 0 15px !important;
        text-align: center !important;
    }
    .team_sec .row > .col-sm-4 > div img {
        width: auto;
    }
    #menu-footer-mainmenu .sub-menu li {
        margin: 6px 0;
        line-height: 14px;
    }
    footer #custom_html-4 .footer_logo img {
        width: 100%;
        margin-left: -15px;
    }
    footer #custom_html-2 > div > p {
        font-size: 13px;
        line-height: 17px;
        text-align: right;
    }
    footer .footer-middle > div > div > div {
        width: 50%;
        padding: 0 15px 15px;
        float: left;
    }
    .footer-middle .row > .col-sm-8 {
        padding: 0px;
        display: inline-block;
    }
     nav.navbar #custom_html-5 {
        right: 15px;
    }
    #menu-footer-mainmenu > li:not(:first-child) {
        text-align: right;
    }
    .testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div::before, 
    .testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div::after {
        left: 0;
    }
    .testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div::after {
        left: inherit;
        right: 0;
        bottom: 130px;
    }
    .testimonial_sec .car_slide_testimonial p {
        max-width: 100%;
    }
	.sgl-nws .blog_date1 .comment-avtar.no-margin-top {
	  margin-right: 10px !important;
	}
	.sgl-nws .blog_date1 .published > p {
	  font-size: 8px;
	}
	.sgl-nws .blog_date1 .published {
	  font-size: 20px;
	}
	.contact_details .row, .contact_form .row {
		margin: 0 -15px;
	}
	.sgl-nws .comment-list .comment-reply-link {
		display: block;
	}
	.blog_date1 .full-blog-date {
	  display: inline-block;
	  float: left;
	}
	.sgl-nws .blog_date1 {
		width: 100%;
	}
	.sgl-nws .about-author {
	  padding-left: 20px !important;
	  width: 28% !important;
	}
	.sgl-nws .blog_date1 .published > p {
	  font-size: 18px;
      display: inline-block;
	}
	.sgl-nws .blog_comment1 {
	  width: 100%;
	  padding: 0;
	}
	.agent_dtl_info {
		width: 100%;
	}
    .sgl-nws .author.vcard .url.fn.n {
	    font-size: 14px;
        margin-top: 0px;
        letter-spacing: 0;
        display: inline-block;
    }
    .sgl-nws .blog-comment .comment-avtar .avatar.avatar-300.photo {
        max-width: 75px;
    }
    .sgl-nws .blog-comment .comment-text {
        clear: both;
        width: 100%;
        display: block;
    }
    .sgl-nws .blog-comment .comment-text > p{
        margin-bottom: 0px;
    }
    .sgl-nws .blog_date1 > div {
        width: 100% !important;
        padding: 0 !important;
    }
    .testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div p::after {
        right: -15px;
    }
    .testimonial_sec .car_slide_testimonial .owl-wrapper > .owl-item > div p::before{
        left: -15px;
    }
}
.vc_custom_1504507390070.printing_sec {
    background-color: #0094d9 !important;
}
.nav-black .navbar-nav li a,.nav-white.sticky-nav .navbar-nav li a{
 color:#0094d9 !important;
}
.row.margin-three a {
    color: #0094d9;
}
li#menu-item-18816 a {
    color: #000 !important;
}
.row.margin-three a:hover {
    color:#ffe03b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffde2f !important;
}
.navbar .dropdown-menu .mega-sub-menu li a:hover{
	color: #ffde2f !important;
}
.navbar-nav .dropdown-menu li .mega-sub-menu > li > a {
    color: #fff !important;
}
.textwidget ul li a {
    color: #0094d9;
}
.textwidget ul li a:hover {
    color: #ffde2f;
}
.fca_eoi_layout_description_copy_wrapper.fca_eoi_form_text_element span {
    color: #0094d9 !important;
}
#fca_eoi_form_19788 .fca_eoi_layout_21.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input:hover {
    background-color: #0084c1  !important;
}
#fca_eoi_form_19788 .fca_eoi_layout_21.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input:hover {
    background-color: #0094d9 !important;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
    color: #fff;
    border-color: #0094d9 !important;
    background-color: #0094d9 !important;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
    color: #fff;
    border-color: #0094d9 !important;
    background-color: #0094d9 !important;
}
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern{
    color: #fff;
    border-color: #0094d9 !important;
    background-color: #0094d9 !important;
}
i.vc_btn3-icon.vc-oi.vc-oi-book-alt {
    color: #fff;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
    color: #ffffff;
    border-color: #ffe03b;
    background-color: #ffe03b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    color: #ffffff;
    border-color: #ffe03b;
    background-color: #ffe03b;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #000 !important;
    border-color: #ffe03b !important;
    background-color: #ffe03b !important;
}
#fca_eoi_form_19788 .fca_eoi_layout_21.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input {
    background-color: #0094d9 !important;
}
.blog_comment1 a {
    color: #0094d9;
}
.blog_comment1 a:hover{
    color:#ffe03b;
}
.blog-details.no-padding.post_recent a {
    color: #0094d9;
}
.blog-details.no-padding.post_recent a:hover {
    color: #ffe03b;
}
@media (max-width: 991px){
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 15px;
    text-align: left;
}
	.nav > li {
		background-color:#0094d9;
	}
	.sticky-nav .navbar-nav > li > .dropdown-menu > li > a {
		color: #0094d9 !important;
	}
	.sticky-nav ul li a:hover {
    color: #ffe03b !important;
}
	.sticky-nav .nav > li {
    float: left;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid rgb(96, 202, 251) !important;
}
}
.vc_custom_1504505284834 {
    background-color: #0094d9 !important;
}
.carousel-inner {
    background-color: #0094d9;
	    background:linear-gradient( #0094da 0%, #0094da94 100%);
}
.blog_comment1 ul {
    list-style-type: disc !important;
}
.top-header-area {
    background: #0094d9 !important;
	padding:4px 0 0 !important;
}
.top_social ul{
	display:flex;
	justify-content: flex-end;
}
.top_social{
	padding-right:20px;
}
.top_social ul li a i{
    color:#0094d9;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0px 5px;
    padding: 7px 8px;
}
.top_social i.fa.fa-facebook {
    padding: 8px 10px;
}
.top_social ul li a i:hover{
	color:#0094d9 !important;
}
.nav > li {
    display: block;
    margin: 0px 20px !important;
}

@media (max-width:1024px){
	.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 15px !important;
}
	.nav > li {
    display: block;
    margin: 0px 10px !important;
}
.menu-position-right .navbar-nav > li a:last-child{
	font-size:18px !important;
}
}
section.content-top-margin-big.mobile-mini-header-visible.page-title-section.page-title.no-effect.parallax-fix{
	margin-top: 130px;
    text-align: center;
    height: 440px;
    background-attachment: inherit !important;
}
section.content-top-margin-big.mobile-mini-header-visible.title-with-img.page-title-section.page-title.no-effect.parallax-fix {
    margin-top: 130px;
    text-align: center;
    height: 440px;
    background-attachment: inherit !important;
}
.parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp h1{
    font-size: 60px;
    font-weight: 100;
    text-transform: inherit;
    letter-spacing: 0;
    line-height: 62px;
    color: #fff;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.col-lg-8.col-md-7.col-sm-12.slideInUp.wow.fadeInUp.animated span {
    padding: 25px 0px;
    display: block;
    font: 100;
    font: 100 18px/30px 'OpenSans';
    margin: 0 12%;
}
.parallax-fix .col-lg-8.col-md-7.col-sm-12.slideInUp {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin:9% 0;
}
.services-child-page .col-lg-8.col-md-7.col-sm-12.slideInUp.wow.fadeInUp.animated{
    margin: 6% 0;
} 
.bg-black {
    background: #0094d9bd !important;
}

p.vc_custom_heading.book_info {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 991px){
p.vc_custom_heading.book_info {
    font-size: 35px !important;
    /* margin-bottom: 40px; */
    line-height: 28px;
    margin-top: 6px;
}
	.vc_btn3-container.ed-contact-us.vc_btn3-center.vc_custom_1603795260823 {
    padding-top: 10px;
}
}
@media only screen and (max-width: 767px) {
.vc_btn3-container.ed-contact-us.vc_btn3-center.vc_custom_1603795260823 {
    padding-top: 0px;
/*     padding-bottom: 20px; */
}
	p.vc_custom_heading.book_info {
    font-size: 26px !important;
    /* margin-bottom: 40px; */
    line-height: 28px;
    margin-top: 20px;
}
}