/*
Theme Name: SK Patodia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sk-patodia
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SK Patodia is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	/*padding: 0;*/
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	/*color: #404040;*/
	/*font-family: sans-serif;*/
	/*font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
	    color: red;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

/*ul {
	list-style: disc;
}*/

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*.col.s12.g-recaptcha.no-padding.common-footer {
    margin-left: 15px;
}*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;*/
}

select {
	border-bottom:1px solid #ccc !important;
	border:none;
	
	
}
.getin-touch-section select:focus{
	outline: none !important;
	border-bottom: 1.2px solid #26a69a !important;

}
select#all_coutrylist {
    border: 1px solid #ccc !important;
    color: #ccc!important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

/*a:visited {
	color: purple;
}*/

/*a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	text-decoration: underline;	/*outline: 0;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.tophead-contact-details i.fa.fa-phone.fa-1g {
    color: #fff; padding-right: 10px;
}
.tophead-contact-details i.fa.fa-envelope-o.fa-lg {
    color: #fff;
    padding-right: 10px;
}
span.wpcf7-not-valid-tip{float: left;padding-left: 10px;}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.5em;
	left: -999em;
	z-index: 99999;

}
.main-navigation ul ul.ubermenu-submenu-id-461 {
	left: -53% !important;
    min-width: 1060px !important;
    width: 100% !important;
}
li.ubermenu-retractor.ubermenu-retractor-mobile {
	display: none;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*i.wpcf7-form-control.wpcf7-submit.btn.sub.waves-effect.waves-light.submit-btn.hover-3.waves-input-wrapper{margin-left: 15px;}
*/a.ubuntu.fz-14.green-5c {
    font-weight: bold;
}
.add .fa{margin-bottom: 8px;
    float: left;
    display: block;
    padding: 3px 10px 0 0;}

.readMore:hover{color: #3473c1 !important;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.breadcrumbs-block nav{color: #000;}

.box-upload{
	    margin-top: 10px;
}

label.file-label{
margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 15px;
    color: #726c6c;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.btn-file-submit{

	    margin-right: 345px;
}

.career-capcha{
	margin-left: 16px;
    margin-bottom: 14px;
}

@media (max-width:320px){
 
.col.s12.g-recaptcha.no-padding.common-footer {
    margin-left: -7px;
}
.recent-post-slider.design-3 .post-short-content {
    width: 100%;
}
}

/* login icon color
*/

i.fa.fa-user.fa-1g {
    color: white;
}

.block input{
	background-color: none!important;
	border: 1px solid #ccc!important;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0px 0px 0px 5px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;

}
/*new css*/
.contact-section a{
	color: #828282;
}
.section-title{
	font-size: 30px;
	font-weight: bold;
}
.expert-team .section-title{
padding: 50px 0 30px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 18px;
}
.bold{
	font-weight:bold;
}
.team-wrap .info{
	font-size: 16px;
	border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 12px;

}
.expert-team li{
	margin-right: 25px !important;
    margin-bottom: 20px !important;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: capitalize !important;
    width: auto !important; 
    text-overflow: unset !important;
    overflow: unset !important;
    letter-spacing: 0 !important;
    min-width: auto !important;
 
}
.expert-team .tabs{
	display: block !important;
	overflow-x: unset !important;
    overflow-y: unset !important; 
    height: 110px !important;
}
.expert-team .tab:focus,active,hover{
	outline: none !important;
}
.expert-team  .indicator{
	display: none !important;
	

}
/*.expert-team .tabs .tab a:focus, c, hover {
	text-decoration: none !important;
	background-color: #3aae7c !important;
	color:#ffffff !important;
}*/
.expert-team .tabs .tab a.active {
	text-decoration: none !important;
	background-color: #3aae7c !important;
	color:#ffffff !important;
}
.expert-team .tabs .tab a:active {
	text-decoration: none !important;
	background-color: #3aae7c !important;
	color:#ffffff !important;
}
.expert-team .tabs .tab a:focus, active, hover {
	text-decoration: none !important;
	background-color: #3aae7c !important;
	color:#ffffff !important;
}
.expert-team .tabs .tab a:hover {
	text-decoration: none !important;
	background-color: #3aae7c !important;
	color:#ffffff !important;
}
.mr-20{
	margin-right: 20px;
}
.expert-team li a{
	font-size: 16px;
	background-color: #dcdcdc;
	border-radius: 22px;
	padding: 0px 15px !important;
	color:#828282 !important;
}
.expert-team .name{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.expert-team .edu{
	font-size: 18px;
	text-align: center;
	color: #000;
}
.mt-30{
	margin-top: 30px !important;
}
.team-details{
	background-color: #f0f0f0;
	padding: 50px !important;
}
.details-contact-wrap{
	background-color: #3aae7c;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;

}
.details-contact-wrap span a{
	color: #ffffff !important;
}
.details-contact-wrap span a i{
	color: #ffffff !important;
}
.details-contact-wrap i.fa.fa-mobile {
    font-size: 1.6rem;
}
.contact-section i.fa.fa-mobile {
    font-size: 1.4rem;
}
.btn-wrap{
	position: relative;
	text-align: right;
}
.btn-wrap button{
	text-align: right;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #bbbbbb;
    position: absolute;
    bottom: 0;
}
.d-none{
	display: none;
}
.mtb-30{
	margin-top:30px;
	margin-bottom: 30px;
}
.mtb60{
	margin-top:60px;
	margin-bottom: 60px;
}
.branch-head .name{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.branch-head.edu{
	font-size: 18px;
	text-align: center;
	color: #000;
}
.branch-head {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bg-white{
	background-color: #ffffff;
}
.getin-touch-section{
	background-repeat: no-repeat;
    background-image: url(../../uploads/2018/08/graph.png);
    background-position: center;
}
.getin-touch-section input:focus{
	   border-bottom: 1.2px solid #26a69a !important;
}
.p-0{
	padding: 0 !important;
}
.send {
    background-color: #fcd24b !important;
    border: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    padding: 5px 20px;
    line-height: unset;
    height: auto;
}
.send i {
    font-size: 20px;
    color: #1eb974;
    margin-left: 10px;
}
.send:hover{
	background-color: #3aae7c;
	color: #fcd24b;
}
.send:hover i{
	color: #fcd24b;
}
.font35{
	font-size: 35px;
}
.pl-40{
	padding-left: 40px;
}
.pl-15{
	padding-left: 15px;
}
.contact-text a{
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.contact-text i{
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.contact-text a:hover{
	text-decoration: none;
}
.contact-text i:hover{
	text-decoration: none;
}
.ht100 {
    height: 100px;
}
.pl-0{
	padding-left: 0 !important;
}
.m-0{
	margin: 0;
}
.mb-0{
	margin-bottom: 0;
}
.careers-section .about-img-bg .form-title{
	font-size: 20px;
	font-weight: bold;
	color:#646464;
}
.careers-section .about-img-bg{
	border:2px solid #f2f2f2;
	border-radius: 20px;
	padding: 15px 50px;
}
.careers-section .about-img-bg .block input {
	padding-left: 10px;
	border: 1px solid #e6e6e6!important;
}
.careers-section .about-img-bg .green-btn{
	background: #1eb974;
	color:#ffffff;
	line-height: normal !important;
	padding: 10px 40px;
}
.careers-section .about-img-bg .g-recaptcha{
	transform: scale(0.87);
	transform-origin: 0 0;
}
.mt-10{
	margin-top: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.mt-50{
	margin-top: 50px;
}
.life-at-skp{
	background: #f7f7f7;
	padding: 40px 0;
}
.life-at-skp ul{
	list-style: disc;
	padding-left: 15px;
	color: #1eb974;
}
.life-at-skp li span{
color: #55595f;
}
.life-at-skp li p{
color: #55595f;
margin-bottom: 0;
}
.alumni-w{
	background: #ffffff;
	padding: 40px 0;
}
.alumni-w p{
	color: #55595f;
}
.font22{
	font-size: 22px;
}
.alumni-w .lets-connect{
font-size: 22px;
text-align: center;
color:#4CAF50!important;
margin-top: 50px;
}
.insight-tab-w .insight-title{
    font-size: 25px;
    min-height: 56px;
    color: #000;
    /* text-align: left; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
     display: -webkit-box; 
    /* -webkit-line-clamp: 2; */
     -webkit-box-orient: vertical; 
    width: 100%;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
h4.insight-title:after {
  /* overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    /*min-height: auto;*/
}
.insight-tab-w .date{
	font-size: 12px;
	color:#55595f;
	text-align: left;
}
.insight-tab-w .color-gray{
	color:#55595f;
	text-align: justify;
	/*truncate css*/
	/*min-height: 126px;*/
	text-align: left;
	text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.insight-tab-w .details-w {
    width: 90%;
}
.read-more{
	color: #003778;
}
.read-more i{
	color: #003778;
	margin-left: 7px;
    vertical-align: middle;
}
.read-more i:hover{
	text-decoration: none;
}
.insight-tab-w .tabs a{
	color: #828282;
	font-size: 18px;
	text-align: left;
	text-transform: capitalize;
}
.insight-tab-w .tab{
	width: auto;
	margin-right: 30px;
}
.insight-tab-w .indicator{
	display: none;
}
.insight-tab-w .tabs .tab a:hover {
    color: #00c986;
    text-decoration: none;
}
.pagination-w .pagination li.active a {
    background-color: transparent;
    color: #39ad7b;
}
.pagination-w .pagination li.active{
    background-color: transparent;
 }
 /*slider*/

.metaslider .caption-wrap {
    position: absolute !important;
    top: 76px !important;
    left: 0;
    background: transparent !important;
    color: white !important;
    opacity: 1 !important;
    margin: 0;
    display: block !important;
    width: 100%;
    line-height: 1.4em;
}
.recent-post-slider.design-3 .post-short-content
{
	background: none!important;
	width: 50%;
	margin: 0 auto;
    height: 77%;
}
.slider-text p.banner-subheading-text {
	font-family: 'Karla', sans-serif;
    font-size:20px;
    line-height:29px;
    padding-bottom:38px;
    color:#55595F;
    /*opacity: 1;
    font-size: 40px;
    color: #ccc!important;
    line-height: 42px;
    background: transparent;*/
}
.slider-text p.banner-heading-text  {
	font-family:'Karla', sans-serif;
    font-size:35px;
    line-height:45px;
    padding-bottom:38px;
    color:#23282f!important;
    text-transform: uppercase;
    /*opacity: 1;
    font-size: 40px;
    color: #ccc!important;
    line-height: 42px;
    background: transparent;*/
}
.slider-text button {
    padding: 5px 15px;
    /*margin-top: 20px;*/
    line-height: normal;
}
.insight-tab-w .tabs {
    display: block !important;
    overflow-x: unset !important;
    overflow-y: unset !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #39ad7b;
    background-color: transparent;
    border-color: none;
    text-decoration: none;
}
.pagination-w {
    margin: 40px 0;
    padding-bottom: 15px;
}
.pagination i.material-icons{
	  color: #39ad7b;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0 !important;
}
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0 !important;
}
.insight-tab-w .tabs .tab a.active {
    color: #00c986;
    text-decoration: none;
}
img.slider-1446.slide-1451 {
   width: 100% !important;
}
img.slider-1446.slide-1447 {
    width: 100% !important;
}
.plr-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.event-title{
	font-size: 25px;
	color:#4CAF50 ;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}
.event-title a {
    color: #4CAF50;
    text-decoration: none;
}
.p-25{
	padding: 25px;
}
.event-card{
	border:1px solid #f3f3f3;
	color:#55595f;
	margin-top: 15px;
}
.event-card:hover{
	background-color: #fcfcfc;
    transition: box-shadow .25s;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.news-events-w{
	margin-bottom: 25px;
}
.event-details-w{
	padding: 50px 0;
}
.event-details-w .center{
	    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pointer{
	cursor: pointer;
}
/*Blog Details*/
.no-post{
    font-size: 27px;
   /*margin-bottom: 30px;*/
   text-align: center;
}
.blog-post-left-section h2 {
   text-transform: none;
   font-size: 28px;
}
.m-130
{
    margin-bottom: 130px;
}
.page-title.blog-heading{
	height: auto;
	background-size: cover!important;
	background-position: center!important;
	padding-top: 180px;
	padding-bottom: 60px;
	overflow-x: hidden;
}
.blog-heading h1.headding-2{
	font-size: 80px;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 0px;
	position: relative;
}
.blog-heading h1.headding-2:before{
	content: "";
	width: calc(100% + 72px);
	position: absolute;
	left: -36px;
	bottom: 0;
	border-bottom: 2px dotted #ffffff;
}
.blog-details-wrapper p{
	font-size: 18px;
	line-height: 1.3;
	padding-right: 0px;
}
.blog-heading .post-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 25px;
	color: #ffffff;
}
.blog-heading .post-info a{
	color: #ffffff;
	text-decoration: none;
}
.blog-details-wrapper .row{
	margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.blog-details-wrapper{
	margin-top: 45px;
}
.blog-details-wrapper .post-block{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.blog-details-wrapper blockquote{
	margin: 30px 0;
	border-color: #55595f;
	padding: 25px 45px;
	background: #dcdcdc;
}
.blog-details-wrapper blockquote p{
	font-size: 22px;
	line-height: 1.3;
	padding-right: 0;
}
.blog-details-wrapper blockquote p:last-child{
	margin-bottom: 0px;
}

.blog-details-wrapper ul li{
	margin: 20px 0 0;
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}
.blog-details-wrapper ul li::before {
	content: "•"; 
	color: #39ad7b;
	position: absolute;
	top: -8px;
    left: 0;
    font-size: 25px;
}
.blog-details-wrapper .categories-block h3.headding-3 span{
	font-size: 25px;
	display:block;
	padding: 10px;
	background: #dcdcdc;
	color: #b4b4b4;
	text-transform: uppercase;
	text-align: center;
}
.blog-details-wrapper .categories-block ul{
	border-bottom: 1px solid #c1c1c1;
}
.blog-details-wrapper .categories-block ul li{
	margin: 0px;
	font-size: 14px;
	float: none;
}
.blog-details-wrapper .categories-block ul li:before{
	display:none;
}
.blog-details-wrapper .categories-block ul li + li{
	border-top: 1px dotted #f0f0f0;
}
.recent-post-slider h2.wp-post-title a
{
	color: #FFF!important;
	font-size: 38px;
    line-height: 50px;
}

@media(max-width:1400px){
	.page-title.blog-heading{
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.blog-heading h1.headding-2{
		font-size: 60px;
	}
	.recent-post-slider h2.wp-post-title a {
	    font-size: 30px;
    	line-height: 40px;
	}
}
@media(max-width:990px){
	.blog-heading h1.headding-2 {
		font-size: 50px;
	}
	.recent-post-slider.design-3 .post-short-content {
		width: 70%;
	}

}
@media(max-width:767px){
	.page-title.blog-heading{
		padding-top: 50px;
		padding-bottom: 15px;
	}
	.blog-heading h1.headding-2 {
		font-size: 30px;
	}
	.blog-heading .post-info{
		margin-top: 15px;
		font-size: 14px;
	}
	.blog-details-wrapper p{
		font-size: 14px;
	}
	.blog-details-wrapper blockquote{
		padding: 15px 25px;
	}
	.blog-details-wrapper blockquote p{
		font-size: 16px;
	}
	.blog-details-wrapper ul li{
		font-size: 14px;
	}
	.recent-post-slider h2.wp-post-title a {
	    font-size: 24px;
    	line-height: 35px;
	}
	.recent-post-slider.design-3 .post-short-content {
		width: 80%;
	}

}
@media (max-width: 1200px) {
	.team-wrap .info {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.expert-team li a {
    padding: 0px 10px !important;
}
.founder-name{
	margin-bottom: 0.1rem;
}
.expert-team .section-title {
    padding: 10px 0 20px;
}
.branch-head {
    padding-top: 10px;
    padding-bottom: 10px;
}
.team-details {
    padding: 40px 15px !important;
}
.team-details p{
margin-bottom: 0;
}
.metaslider .caption-wrap {
    top: 40px !important;
}
.slider-text p.banner-subheading-text {
    font-size: 21px;
    line-height: 20px;
    padding-bottom: 25px;
}
.slider-text p.banner-heading-text {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 25px;
}
}
@media (max-width: 980px) {
.team-details p{
margin-bottom: 0;
}
.expert-team li{
	margin-right: 12px !important;
}
.expert-team li a {
    font-size: 14px;
    }
.getin-touch-section label {
    font-size: 14px !important;
    margin-bottom: 12px;
}
.contact-text a{
	font-size: 22px;
}
.contact-text i{
	font-size: 22px;
}
/*.slider-text p {
    font-size: 25px!important;
    line-height: 24px!important;
}*/
.slider-text p.banner-subheading-text {
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 20px;
}
.slider-text p.banner-heading-text {
     font-size: 25px;
    line-height: 24px;
    padding-bottom: 20px;
}
.slider-text button {
    padding: 3px 15px;
    /*margin-top: 10px;*/
    height: auto;
}
.insight-tab-w .details-w {
    width: 95%;
}
}
@media (max-width: 600px) {
.res-p-0{
	padding: 0 !important;
	}
.res-mr-100{
	margin-right: 6px;
}
.expert-team .edu {
    font-size: 14px;
}
.expert-team .name {
    font-size: 14px;
}
.branch-head .name {
    font-size: 14px;
}
.s-d-none{
	display: none;
}
.team-details .res-center{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.insight-tab-w .details-w {
    width: 100%;
}
.insight-tab-w .color-gray{
	min-height: auto;
}
}

@media (max-width: 365px) {
.res-mr-100{
	margin-right: 150px;
}
}
@media (max-width: 890px) {
.w-100-768{
 	width: 100% !important;
 }
.contact-text{
	font-size: 16px;
	line-height: 20px;
}
.s-d-none{
	display: none;
}
.s-mt-20{
	margin-top: 20px;
}
}
@media (max-width: 485px){
	.careers-section .about-img-bg .g-recaptcha iframe{
		transform: scale(0.97);
	}
	.careers-section .about-img-bg {
		padding-left: 20px;
		padding-right: 20px;
	}
	.event-card{
		padding: 25px 2px;
	}
	.recent-post-slider h2.wp-post-title a {
		font-size: 18px;
    	line-height: 24px;
	}
}
@media (max-width: 567px) and (min-width: 500px){
  .metaslider .caption-wrap {
    top: 27px !important;
}
}
@media (max-width: 500px) {
	.slider-text p.banner-subheading-text {
   display: none;
}
.metaslider .caption-wrap {
    top: 10px !important;
}
}
@media (max-width: 1024px) {
	.metaslider .caption-wrap {
  left: 20px!important;
}
}	
@media (max-width: 768px){
	.contact-color{
		display: none;
	}
/*.slider-text p {
    font-size: 22px!important;
    line-height: 22px!important;
}*/
.slider-text p.banner-subheading-text {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
}
.slider-text p.banner-heading-text {
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 10px;
}

img.slider-1446.slide-1451 {
    height: 150px;
}
img.slider-1446.slide-1447 {
    height: 150px;
}
.insight-tab-w .tab{
	height: auto !important;
	line-height: 25px;
}
}


/*added by gauri*/
li.li-width {
    width: 100%!important;
}
li.li-width:before {
    content: "•";
    color: #00c986;
    left: 0;
    font-size: 16px;
    padding-right: 10px;
}
.col.m4.card-padding {
    padding-left: 100px;
}
div .p-40{
	padding: 40px;
	height: 100%;
}
.vi-icon {
    background-image: url(../../uploads/2018/07/our-vision.png);
    display: block;
    height: 34px;
    width: 53px;
    background-repeat: no-repeat;
    padding: 20px;
}
.event-card:hover> .vi-icon {
    background-image: url(../../uploads/2018/07/our-vision-1.png);
    display: block;
    height: 34px;
    width: 53px;
    background-repeat: no-repeat;
}
.va-icon {
    background-image: url(../../uploads/2018/07/our-value.png);
    display: block;
    height: 50px;
    width: 53px;
    background-repeat: no-repeat;
    padding: 20px;
}
.event-card:hover> .va-icon {
    background-image: url(../../uploads/2018/07/our-value-1.png);
    display: block;
    height: 50px;
    width: 53px;
    background-repeat: no-repeat;
}
.insight-section{
	background: #f7f7f7;
    width: 100%;
    float: left;
    padding: 30px;
}
.t-style{
	text-align: center;
}
.row.r-padding {
    margin-left: 150px;
    margin-right: 150px;
}
.img-wrap img {
    height: 200px;
    width: 100%;
}
.insight-title a {
    text-decoration: none;
    color: #000;
}
.ex-height{
	text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.getin-touch-section.color-theme {
    background-color: #1eb974;
}
.form-color label {
    color: #fff;
}
.form-color button.btn.btn-default.send {
    color: #fff;
}
.form-color i.fa.fa-long-arrow-right {
    color: #fff;
}
.col.m4.s12.l4.pl-40.s-mt-20.w-100-768.contact-color P {
    color: #fff!important;
}
.contact-color a {
    color: #fff;
}
.contact-color i {
    color: #fff;
}
.coutrylist option {
    color: #000;
}
select#countrylist {
    color: #1eb974;
	font-weight: 500;
	border-radius: 15px;
}

@media screen and (max-width: 1199px) {
	.row.r-padding{
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

h1.page-title.head-title {
    padding: 35px;
    color: #fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;

}
.navigation{
	padding-bottom: 40px;
    float: right;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

a.next.page-numbers {
    color: #39ad7b;
    font-size: 20px;
    font-weight: 800;
    padding: 10px;
}
a.page-numbers {
    color: #464646;;
    font-size: 18px;
    text-decoration: none;
}
span.page-numbers.current:hover {
    z-index: 3;
    color: #39ad7b;
    background-color: transparent;
    border-color: none;
    text-decoration: none;
}
a.page-numbers:hover {
    color: #39ad7b;
}
span.page-numbers.current{
	display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    color: #39ad7b;
}
a.prev.page-numbers {
    color: #39ad7b;
    font-size: 20px;
    font-weight: 800;
    padding: 10px;
}
.pagination{
	float: right;
    padding-right: 100px;
}
.insight-tab-w ul.nav-tab {
    display: block !important;
    overflow-x: unset !important;
    overflow-y: unset !important;
}
.nav-tab {
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}
.nav-tab .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;  
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
}
.insight-tab-w .nav-tab a:hover {
    color: #00c986;
    text-decoration: none;
}
.insight-tab-w .nav-tab li :active {
    color: #00c986!important;
    text-decoration: none;
}
.insight-tab-w .nav-tab a {
    color: #828282;
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
}
.nav-tab .tab a {
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}
.font40{
	text-align: left;
    line-height: 40px;
    font-size: 30px;

}
.card-flex{
	display: flex;
}
@media screen and (max-width: 600px) {
	.card-flex {
		display: block;
	}
	.col.m4.card-padding{
		padding-left: 0px;
	}
}
@media (max-width: 905px) and (min-width: 600px) {
	.event-card {
		margin-top: 0px;
	}
	.col.m4.card-padding{
		padding-left: 0px;
	}

}	
li.tab a.active {
    color: #00c986!important;
    text-decoration: none;
}
.contact-font40{
    text-align: left;
    line-height: 40px;
    font-size: 30px;
    color: #000!important;

}
.contact-font18{
	font-size: 18px;
	color:#000!important;
}
p.info.m-0 {
    margin-top: 10px;
}
.row .block.col-padding{
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.details-w img {
    height: 200px;
    max-width: 100%;
}
.recent-post-slider .post-image-bg img
{
	opacity: 0.5;
}
.item-meta.bottom {
    color: #000;
}
.recent-post-slider.design-3 a.readmorebtn
{
	padding: 5px 15px !important;
	font-size: 15px;
	background-color: #1eb974;
	border: 1px solid #1eb974;
	text-transform: uppercase;
	border-radius: 2px;
	color: #FFF;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.recent-post-slider.design-3 .readmorebtn:hover {
    border-color: #0d7747;
    background-color: #0d7747;
}
.recent-post-slider.design-3 .post-image-bg {
	background: #636262 !important;
}
.recent-post-slider.design-3 .wp-post-date, .recent-post-slider.design-3 .wp-sub-content {
	display: none;
}
.recent-post-slider h2.wp-post-title {
	text-align: center;
}
.recent-post-slider.design-3 h2.wp-post-title a:hover {
	text-decoration: none;
}
.recent-post-slider.design-3 .post-overlay:hover > .post-short-content {
	height: 77%;
}
.recent-post-slider.design-3 .wp-sub-content .readmorebtn {
	margin-top: 10px;
	display: block;
}
.recent-post-slider.design-3 .wp-post-content {
	opacity: 1;
    height: auto;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    margin-top: 25px;
}
.no-post{
	font-size: 27px;
    /*margin-bottom: 30px;*/
    text-align: center;
}
.blog-post-left-section h2 {
    text-transform: none;
    font-size: 28px;
}
.inc-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 18%;
}
.inc-content h2 {
    margin-top: 40px;
    margin-bottom: 20px!important;
}
.p-color p {
    color: #fff;
}
.btn-download{
	text-align: center;
}
.download{
	padding-bottom: 50px;
}
.n-download{
	width: 500px;
    text-align: center;
    margin: auto!important;
}
.img-pos
{
	position: relative;
    text-align: center;
    border: solid 1px #ccc;
    padding: 10px;
}
@media (max-width: 575px)
{
	.n-download
	{
		max-width: 100% ;
	}
	.partners-img .col.s1 {
    width: 0;
    
}
.partners-img .col.s2 {
    width: 18.666667%;
    
}
.partners-img .col {
    padding: 5px!important;
}
.pdf-download{
	margin-top: 15px;
}

}
.btn-dwnload{
	margin-top: 10px;
	margin-bottom: 15px;
}
.call-to-action{
	background: #3aae7c;
    margin: 0px 50px 50px 0px;
    margin: 0 auto;
   
}
.btn-action{
	
    font-weight: bold;
    color: #3aae7c;
    background: #fff;
}
h2.cta-content{
	color: #fff;
	font-size: 22px;
	
}
@media (max-width: 600px)
{
  .cta-content
	{
	font-size: 18px;
	}
	 .m-15 {
    margin-bottom: 15px!important;
    text-align: center!important;
    width: 100%;
}
}

.dvan-section .btn:hover, .btn-large:hover {
    background-color: #2bbbad;
    color: #fff;
}

.page-template-dubai-campaign-page-php #masthead .logo-nav-section .megamenu-section {
	display: none !important;
}
.page-template-dubai-campaign-page-php #masthead .logo-nav-section .mobilemenu-section {
	display: none !important;
}
.page-template-dubai-campaign-page-php .site-footer .other-links {
	display: none !important;
}
.page-template-dubai-campaign-page-php .tophead-contact-details {
	display: none !important;
}