/*
Theme Name: Unite
Theme URI: http://colorlib.com/wp/unite
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 2.0.9
Tested up to: 5.6
Requires PHP: 5.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, translation-ready, custom-header,  custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments, portfolio, photography, e-commerce
This theme, like WordPress, is licensed under the GPL.
Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/* =Global
----------------------------------------------- */
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
}
.font{
  font-family: 'Rajdhani', sans-serif;
}
.n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow::before, .n2-ss-slider .n2-ow::after, .n2-ss-slider .n2-ow-all *, .n2-ss-slider .n2-ow-all ::before, .n2-ss-slider .n2-ow-all ::after {
    box-sizing: content-box;
    font-family: 'Rajdhani', sans-serif !important;
}
a {
  color: #54397E;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
button:focus{
  outline: none !important;
}

a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	color: #000;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 0em;
}
.byline,
.updated {
	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;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 0px 10px;
}

.widget-title {
  border-bottom: 0px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 0px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
.btn-primary, .label-primary {
	background-color: #54397E;
	border-color: #54397E;
}

.label-primary[href]:hover,
.label-primary[href]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-previous a:focus,
#image-navigation .nav-next a:hover,
#image-navigation .nav-next a:focus {
	background-color: #4b3371;
	border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #54397E !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover,
#infinite-handle span:focus-within {
  background-color: #54397E !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus,
.more-link:hover,
.more-link:focus {
  color: #fff;
  background: #54397E;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #54397E;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #54397E;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav li:focus-within .dropdown-menu {
	visibility: visible;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
	display:none;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #54397E;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: #54397E;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover,
.btn.btn-primary.read-more:focus {
	color: #FFF;
  background-color: #54397E;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #54397E;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover,
#image-navigation .nav-next a:focus {
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #09538f;
  margin-top: 0px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover,
.site-info a:focus {
	color: #fff;
}
.site-info {
  color: #fff;
  font-size: 16px;
}
.footer-nav.nav > li > a:hover,
.footer-nav.nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: left;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}


/* =Social icons
----------------------------------------------- */

#social {
  float: right;
  top: 55px;
  position: relative;
}
.widget #social {
  float: none;
  top: 0;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
        .widget #social {
            float: none;
            top: 0;
        }
}

@media (max-width: 992px) {
/* 	.site-branding {
		text-align: center;
	} */
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
        .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
          float: none;
        }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

body label,
body .label {
    color: #6B6B6B;
}

/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}

/* vishal css*/
img.menu_img {
    width: 19px;
    margin-right: 5px;
}
.search-container form input.from-control {
    border: none;
    padding: 5px 0px 4px 39px;
    width: 100%;
    font-weight: 500;
}
.search-container form input.from-control::placeholder {
   color: #000;
   font-weight: 500;
}
.search-container form button {
    border: none;
    background-color: transparent;
    padding: 0px;
    position: absolute;
    top: 5px;
    left: 6px;
}
.search-container {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
    height: 39px;
}
.social_icon .social-media-button-container {
    text-align: right !important;
}
.social_icon a {
    box-shadow: none !IMPORTANT;
    border-radius: 50% !important;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 34px !important;
    padding: 0 !important;
    border: none !important;
}
.footer_bottom h3 {
    border: none;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.white{
  color: #fff;
}
ul.ul_footer {
    list-style: none;
    padding: 0px;
}
ul.ul_footer li {
    margin-bottom: 9px;
}
ul.ul_footer li a {
    border-bottom: 3px solid #09538f;
    transition: all 0.5s;
}
ul.ul_footer li a:hover {
    border-bottom: 3px solid #fc6042;
    transition: all 0.5s;
    color: #fff;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #09538f;
  }
  


  *::-webkit-scrollbar {
    width: 12px;
  }
  *::-webkit-scrollbar-track {
    background: #09538f;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #09538f ;
    border-radius: 20px;
    border: 3px solid #09538f;
  }
  .f600 h1 {
    font-weight: 800;
}
.gill_contact_form_1 {
    background-color: #fc6042;
}
#pg-2-1> .panel-row-style {
    background-size: 109%;
    padding: 60px 0px 60px 0px;
    background-repeat: no-repeat;
}
.p_height a.ow-icon-placement-left.ow-button-hover {
    padding: 22.5px 0px;
    position: relative;
}
.footer_bottom p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
a.khow {
    margin-top: 20px;
    padding: 8px 23px;
    background: #fc6042;
    color: #fff;
    font-weight: 600;
    border:2px solid #fc6042;
    transition: all 0.5s;
    border-radius: 5px;
	font-size:19px;
}
a.khow:hover {
    color: #fc6042;
    border:2px solid #fc6042;
    background-color: #fff;
}
.bg_home_third::after {
    content: "";
    background-image: url(https://pad.agency/work/GIL/wp-content/uploads/2021/02/Group-3891.png);
    position: absolute;
    background-size: 100%;
    height: 49px;
    width: 100%;
    left: 0px;
    background-repeat: no-repeat;
    bottom: 57px;
}
.news_sec .news_inner h3.widget-title {
    color: #2c82c9;
    font-size: 42px;
    padding-bottom: 30px;
    font-weight: 700;
    border:none;
}
.news_sec .iw-so-blog-container .iw-so-article .iw-so-article-thumb {
    width: 25% !important;
    border-radius: 5px;
}
.news_sec p.iw-so-article-byline-above {
    color: #2c82c9 !important;
    margin-bottom: 4px;
}
.news_sec a.iw-so-article-btn {
    background: transparent !IMPORTANT;
    border: none !important;
    color: #000 !important;
    text-align: left !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px !important;
}
.news_sec a.iw-so-article-btn::after {
    content: "";
    background-image: url(https://www.pad.agency/work/granulesindia/wp-content/uploads/2021/02/Group3902.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 0;
}
h4.iw-so-article-title.iw-text-left {
    font-size: 17px;
    font-weight: 700;
}
.orange_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fc6042;
    padding: 14px 20px;
    border-radius: 7px;
}
.blue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c82c9;
    padding: 14px 20px;
    border-radius: 7px;
}
.text_h1 h1 {
    font-size: 56px;
color: #fff;
font-weight: 500;
line-height: 59px;
margin-bottom: 0px;
}
.white_bg {
   background-color: #fff;
border-radius: 5px;
padding: 6px 6px;
width: 280px;
}
.new_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_one1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_one h4 {
    font-size: 39px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.new_one1 h4 {
    font-size: 39px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.new_one span {
    font-size: 18px;
    color: #40b219;
    font-weight: 500;
    padding-right: 0px;
    position: relative;
}
.new_one span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    left: 4px;
}
.new_one1 span {
    font-size: 18px;
    color: #fc6042;
    font-weight: 500;
    padding-right: 0px;
    position: relative;
}
.new_one1 span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    left: 4px;
}
.f800 h1 {
    font-weight: 600;
}
.tab_menu .iw-so-tabs-nav {
    display: flex;
    justify-content: center;
}
.so-widget-ink-tabs-tabs-dc61af76ed44 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    background: top;
    color: #2c82c9 !important;
    border-bottom: 2px solid #2c82c9;
    font-size: 20px;
    padding: 2px 10px !important;
    font-weight: 600;
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    font-size: 20px !important;
    padding: 2px 10px !important;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active  a {
  color: #09538f !important;
  background-color: transparent !important;
    border: none;
}
.search-container form button img {
    width: 20px;
}
.search-container form button img:focus {
    outline: none;
}
#pg-2-4> .panel-row-style {
    background-size: 100%;
}
.f500 p.sow-sub-headline {
    font-weight: 500;
    padding-right: 63px;
}
.f18 {
    font-size: 14px;
    font-weight: 600;
}
/* width */
*::-webkit-scrollbar {
  width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #fc6042; 
  border-radius: 10px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #fc6042; 
}
section.sticy {
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 4px -3px #000;
}
.p_18 p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
}
.blue_box {
    padding: 74px 35px;
    position: absolute;
    text-align: center;
	top: -150px;
    left: 10px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.f32 {
    font-size: 29px;
}
.f600 {
    font-weight: 500;
}

.button_f18 span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.fbold {
    text-transform: uppercase;
}
.op_t h3.widget-title {
    font-size: 32px;
    font-weight: 600;
    color: #09538f;
	border:none;
}
.bold {
    font-weight: 600;
}

.black {

    color: #000;

}
.ul_one li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.ul_one {
    margin-bottom: 7px;
}
.ul_one li::marker {
    color: #fc6042;
}
.border_img::before {
    content: "";
    position: absolute;
    background-image: url(https://pad.agency/work/GIL/wp-content/uploads/2021/02/Path-2030.png);
    background-size: 100%;
    right: -16px;
    height: 213px;
    width: 263px;
    background-repeat: no-repeat;
    top: 17px;
}
.top {
    margin-top: 13px;
}
.f16 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.so-widget-sow-button-flat-9a336abcf798 .ow-button-base a {
    padding: 1em 0em;
}
p.menu_p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.menu_product {
    padding-left: 0px;
}
ul.menu_product {
   list-style:none;
}
ul.menu_product li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
	line-height: 20px;
	transition:all 0.5s;
}
ul.menu_product li a:hover {
    color: #09538f;
}

/*mega mennu*/
.mega-menu-item h4.mega-block-title {
    color: #fc6042 !important;
}
#mega-menu-wrap-primary #mega-menu-primary p {
    color: #09538f !important;
}

/*-----------*/
.about_block {
    padding:40px 55px;
    background-color: #fff;
    box-shadow: 0 0px 20px 0px #fc60424d;
    border-radius: 10px;
	margin-bottom: 30px;
}
.about_block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    border: none;
}
.about_block p {
    color: #444;
    font-weight: 500;
}
.v_nd_m_heading h1 {
    font-weight: 700;
    color: #4691CF;
	text-transform: uppercase;
}
.value_content h3 {
    font-weight: 600;
    font-size: 20px;
	border: none;
}
.value_content p {
    font-weight: 500;
	margin-bottom: 100px;
}
.left_top_content h3{color:#FC6042;}
.left_bottom_content h3{color:#09538F;}
.right_top_content h3{color:#2CC990;}
.right_bottom_content h3{color:#2C82C9;}
.bottom_content h3{color:#FCB941;}
.left_bottom_content {
    padding-right: 70px;
}
.right_bottom_content{
    padding-left: 70px;
}
.middle_image img {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left_top_content {
    margin-bottom: 100px;
    margin-right: -20px;
}
.right_top_content {
    margin-bottom: 100px;
    margin-left: -20px;
}
.bottom_content p {
    margin-bottom: 0;
}

html{scroll-behavior:smooth;}

/*Tab*/
.leadership_tab h3 {
    font-size: 20px;
    font-weight: 700;
	margin-top: 20px;
    color: #000;
	margin-bottom: 5px;
}
.leadership_tab h3 a{
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
.leadership_tab .leader_tab_content p {
    color: #2C82C9;
    font-weight: 600;
	margin: 0px;
}
.leadership_tab ul.nav {
    justify-content: center;
	margin-bottom: 40px;
}
.widget ul.nav.nav-tabs li{padding:0 10px;}
.widget ul.nav.nav-tabs a {
    font-weight: 700;
    font-size: 26px;
    padding: 8px 0 0;
    border-bottom: 2px solid transparent !important;
	color:#000;
}
.widget ul.nav.nav-tabs a.active {
	border-bottom: 2px solid #2c82c9 !important;
    color: #2c82c9;
}
.leadership_tab .tab-content{
	background: #fff;
    box-shadow: 0 4px 20px #dedede;
    padding: 60px 20px 20px;
	border-radius: 10px;
}
.leader_tab_content {
    margin-bottom: 50px;
}
.modal-header {
    background-image: url(https://pad.agency/work/GIL/wp-content/uploads/2021/08/Rectangle-2050.png);
    padding: 40px 20px !important;
    background-position: center;
    background-size: cover;
}
.modal-body img{
    margin-top: -13%;
}

/*product page*/
.portfolio_btn a {
    /* padding: 10px 50px 8px 25px !important; */
    background: #09538f !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    position: relative;
    border: none !IMPORTANT;
}
/* .portfolio_btn a::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/Solid.png);
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
} */


/*hover Tab*/
.hover_tab .tab {
    margin: 0 auto 30px;
    text-align: center;
    padding: 10px 0;
}
.hover_tab .tab_1 {
	background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/01.png);
    width: 150px;
    background-position: center;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	line-height: 1.3;
}
.hover_tab .tab_2 {
	background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/03.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width: 260px;
}
.hover_tab .tab_3 {
	background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/05.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width: 390px;
}
.hover_tab .tab_4 {
	background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/07.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width: 510px; 
	box-shadow: 0px 20px 20px #e8e8e8;
} 
.content_tab {
    display: none;
    opacity: 0;
    transition: 0.2s linear;
}
.tab_1_content {
    display: block;
    opacity: 1;
}
.hover_tab .tab_2::hover > .tab_2_content{display:block;}
.w-60 {
    width: 55%;
    max-width: 55%;
}
.orange {
  display: flex;
  align-items: center;
}
.orange {
  border-radius: 60px;
  padding: 3px 10px;
  position: relative;
}
.bg_orange {
  background-color: #68CBF8;
  box-shadow: 0px 1px 0px 13px #68cbf84f;
}
.bg_green{
  background-color: #CCCCCC;
    box-shadow: 0px 1px 0px 13px #cccccc4f;
}
.bg_blue {
  background-color: #68CBF8;
  box-shadow: 0px 1px 0px 13px #68cbf84f;
}
.orange_text h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.orange_text p {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

.orange_bg img {
  width: 69px;
}
.orange_bg img {
  z-index: 0;
  position: relative;
}


.orange_text h4 {
  position: relative;
  top: 5px;
}

.orange_left::before {
  content: "";
  background-image: url(./img/Path2890.png);
  position: absolute;
  height: 91px;
  width: 79px;
  background-repeat: no-repeat;
  left: -99px;
  top: 49px;
}
.home .news_sec .news_inner h3.widget-title {
  padding-bottom: 0px;
}
a.anker_4 {
  background-color: #2c82c9;
  padding: 10px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
p.thanks {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.orange_left::after {
  content: "";
  background-image: url(./img/01.png);
  position: absolute;
  height: 136px;
  width: 239px;
  background-repeat: no-repeat;
  left: -28px;
  top: -29px;
  background-size: 100%;
}
.orange_left {
  position: relative;
    top: -131px;
    left: -162px;
}
.dark_b_left::before {
  content: "";
  background-image: url(./img/Path2892.png);
  position: absolute;
  height: 91px;
  width: 79px;
  background-repeat: no-repeat;
  left: -99px;
  top: -22px;
}
.dark_b_left::after {
  content: "";
  background-image: url(./img/05.png);
  position: absolute;
  height: 136px;
  width: 239px;
  background-repeat: no-repeat;
  left: -25px;
  top: -29px;
  background-size: 100%;
}
.green_left::before {
  content: "";
  width: 239px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/02.png);
  height: 136px;
  background-repeat: no-repeat;
  top: -29px;
  left: -28px;
  z-index: 0;
}
.green_left::after {
  content: "";
  width: 77px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/Path2889.png);
  height: 9px;
  background-repeat: no-repeat;
  top: 39px;
  left: -110px;
  z-index: 0;
}

.blue_left::before {
  content: "";
  width: 239px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/03.png);
  height: 136px;
  background-repeat: no-repeat;
  top: -29px;
  left: -28px;
  z-index: 0;
}
.blue_left::after {
  content: "";
  width: 77px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/Line864.png);
  height: 9px;
  background-repeat: no-repeat;
  top: 39px;
  left: -110px;
  z-index: 0;
}
.yellow_left::before {
  content: "";
  width: 239px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/04.png);
  height: 136px;
  background-repeat: no-repeat;
  top: -29px;
  left: -28px;
  z-index: 0;
}
.yellow_left::after {
  content: "";
  width: 77px;
  position: absolute;
  background-size: 100%;
  background-image: url(./img/Path2891.png);
  height: 12px;
  background-repeat: no-repeat;
  top: 39px;
  left: -110px;
  z-index: 0;
}
.green_left {
  position: relative;
  top: -87px;
  left: -44px;
}
.w-80 img {
  width: 80%;
}
.blue_left {
  position: relative;
  top: -76px;
}
.bg_yellow {
  background-color: #CCCCCC;
  box-shadow: 0px 1px 0px 13px #cccccc4f;
}
.dark_b_left {
  background-color: #68CBF8;
  box-shadow: 0px 1px 0px 13px #68cbf84f;
  position: relative;
  top: -21px;
  left: -162px;
}
.yellow_left {
  position: relative;
  top: -61px;
  left: -44px;
}
.segment_page{
  padding: 15px 30px;
}
.segment_page h3 {
  font-size: 28px;
  font-weight: 600;
  border: none;
  color: #606060;
  line-height: 38px;
}
.segment_page ul li {
  font-size: 17px;
  margin-bottom: 11px;
  font-weight: 500;
  color: #000;
}
.segment_page ul li::marker {
  color: #eda232;
}
.br_white {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 0px 12px 1px #fc60424d;
  transition: all 0.5s;
}

.br_white_facility {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 0px 12px 1px #fc60424d;
  transition: all 0.5s;
}
.segment_page_p p {
  margin: 0px;
  padding: 25px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px 0px 5px 5px;
}
.bg_one {
  background-color: #feddd7;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bg_two{
  background-color: #e0e1e3;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bg_three{
  background-color: #d0e0ef;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.pd_img {
  padding: 30px 30px 0px;
}
.hv_p {
  height: 597px;
}
.tab {
  
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  z-index: 9999;
  position: relative;
}
.f36 {
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
  color: #2c82c9;
}
.od_15 h5 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  margin-top: 15px;
}
.od_15 p {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.od_15 ul li{
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.od_15 ul li::marker{
  color: #eda232;
}
/* .tablinks.first_b {
  background-color: #000;
  width: 240px;
} */



/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border: 0px solid #ccc;
  width: 100%;
  border-left: none;
}
.first_b::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 187px;
  width: 272px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/01.png);
  top: -55px;
  background-repeat: no-repeat;
  right: -84px;
  z-index: -1;
}
.tablinks.second_b {
  margin-top: 49px;
}
.first_b::after {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 46px;
  width: 269px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/02.png);
  background-repeat: no-repeat;
  right: -58px;
  z-index: -1;
  bottom: -52px;
}
.second_b::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 79px;
  width: 392px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/03.png);
  top: 0px;
  background-repeat: no-repeat;
  right: -112px;
  z-index: -1;
}
.second_b::after {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 47px;
  width: 425px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/04.png);
  bottom: -37px;
  background-repeat: no-repeat;
  right: -111px;
  z-index: -1;
}
.tablinks.third_b {
  margin-top: 35px;
}
.tablinks.four_b {
  margin-top: 35px;
}
.third_b::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 79px;
  width: 547px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/05.png);
  top: 0px;
  background-repeat: no-repeat;
  right: -181px;
  z-index: -1;
}
.four_b::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 163px;
  width: 751px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/07.png);
  top: -32px;
  background-repeat: no-repeat;
  right: -285px;
  z-index: -1;
}
.third_b::after {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 47px;
  width: 547px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/02/06.png);
  bottom: -40px;
  background-repeat: no-repeat;
  right: -181px;
  z-index: -1;
}
.tablinks.four_b {
  color: #000;
}
.p_our_25 {
  padding: 25px;
}
.our_f_three h3 {
  color: #fc6042;
  font-weight: 600;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 16px;
  padding-bottom: 6px;
  font-size: 23px;
}
.fc_or h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 16px;
  padding-bottom: 7px;
}
.fc_or_b h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 7px;
}
.faaq_our div.sow-accordion-panel div.sow-accordion-panel-header {
  background-color: #09538f!important;
  padding: 9px 22px !important;
  font-weight: 600;
  border-radius: 2px;
  font-size: 18px;
  margin-bottom: 2px;
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: 0px dotted #666 !important;
  outline: auto 0px -webkit-focus-ring-color !important;
}
*:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.faaq_our ul li {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.portfolio_btn span {
  font-size: 18px;
}

.faaq_our .sow-accordion-panel-border {
  padding: 15px 22px 0px 22px !important;
}
.faaq_our ul{
  position: relative;
}
.titel_3 h3 {
  border: none;
  font-weight: 600;
  color: #09538f;
}
.br_orange_v {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FC6042;
  box-shadow: 0px 1px 0px 13px #fc604273;
}
.br_orange_v h1 {
  font-weight: 600;
  margin-bottom: 0px;
}

.br_blue_v {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00456e;
  box-shadow: 0px 1px 0px 13px #e2e8ec;
}
.br_blue_v h1 {
  font-weight: 600;
  margin-bottom: 0px;
}
.button_oranze .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 11px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}
.button_oranze_r .ow-button-base a {
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}
.so-widget-sow-button-atom-364f9af92f81 .ow-button-base a {
  background: #00456e !important;
}
.so-widget-sow-button-atom-e51cf1f828c3 .ow-button-base a {
  background: #979797 !important;
}

.right_o .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 11px 10px !important;
  font-weight: 600;
}
.right_o_l .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 7px !important;
  font-weight: 600;
}
.bg_grren_s .ow-button-base a{
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}
.bg_orange_s .ow-button-base a{
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}
.bg_o_yellow .ow-button-base a{
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}
.bg_o_dblue .ow-button-base a{
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}

.bg_red_r .ow-button-base a{
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}

.button_oranze_one .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}
.button_oranze_green .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}
.button_oranze_blue .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}
.button_oranze_yellow .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}

.button_oranze_dblue .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #00456e38 !important;
}
.button_oranze_red .ow-button-base a {
  border: none !important;
  border-radius: 30px !important;
  padding: 16px 10px !important;
  font-weight: 600;
  box-shadow: 0px 1px 0px 5px #aeaeae6b !important;
}
.f-right {
  display: flex;
  justify-content: flex-end;
  margin-right: 11px;
}
.f-right::before {
  content: "";
    background-size: 100%;
    position: absolute;
    height: 285px;
    width: 89px;
    background-image: url(./img/bleft.png);
    bottom: -89px;
    background-repeat: no-repeat;
    left: 89px;
    z-index: 0;
}
.right_side::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 285px;
  width: 89px;
  background-image: url(./img/bright.png);
  bottom: -89px;
  background-repeat: no-repeat;
  left: 74px;
  z-index: 0;
}
.button_oranze::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 161px;
  width: 161px;
  background-image: url(./img/bo.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 172px;
  top: 27px;
  z-index: 1;
}
.button_oranze_green::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 28px;
  width: 111px;
  background-image: url(./img/bg.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 176px;
  top: 28px;
  z-index: 1;
}
.button_oranze_blue::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 12px;
  width: 86px;
  background-image: url(./img/bb.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 175px;
  top: 23px;
  z-index: 1;
}
.button_oranze_yellow::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 12px;
  width: 86px;
  background-image: url(./img/by.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 172px;
    top: 20px;
    z-index: 1;
}
.button_oranze_dblue::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 111px;
  width: 111px;
  background-image: url(./img/bd.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 166px;
  top: -9px;
  z-index: 1;
}
.button_oranze_red::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 74px;
  width: 148px;
  background-image: url(./img/br.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: 166px;
  top: -41px;
  z-index: 0;
}

.button_oranze_r::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 161px;
  width: 161px;
  background-image: url(./img/bo1.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -200px;
  top: 27px;
}
.bg_grren_s::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 28px;
  width: 111px;
  background-image: url(./img/bg1.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -155px;
  top: 28px;
}
.bg_orange_s::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 12px;
  width: 86px;
  background-image: url(./img/bb1.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -128px;
  top: 23px;
}
.bg_o_yellow::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 12px;
  width: 86px;
  background-image: url(./img/by1.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -124px;
    top: 20px;
}
.bg_o_dblue::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 111px;
  width: 111px;
  background-image: url(./img/bd11.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -144px;
  top: -9px;
}
.bg_red_r::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 74px;
  width: 148px;
  background-image: url(./img/br1.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -179px;
  top: -41px;
}
.f_36 h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 41px;
  color: #09538f;
}
.ul_second ul li {
  font-weight: 500;
    color: #000;
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 23px;
}
.ul_second ul li::marker {
  color: #eda232;
}
.bg_white_counter {
  width: 90px;
  height: 90px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 1px 0px 10px #fc604273;
}
.box_sh img {
  width: 80%;
}
.bg_white_counter span {
  font-weight: 600;
}
.white p {
  color: #fff;
}
.bg_white_counter .so-widget-ink-num-count-number-e6a546e4984f .iw-so-number {
  padding: 24px 15px;
}
.sub_p {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 9px;
  position: relative;
  z-index: 1;
}
.sub_r {
  box-shadow: 0px 0px 0px 10px #f0eeee;
  border-radius: 30px;
}
.bg_r{
  background-color: #fe4146;
}
.tab_one {
  border-radius: 30px;
  text-align: center;
  padding: 7px 10px;
  width: 90px;
  height: 54px;
  margin-right: 10px;
  z-index: 0;
}
.tab_one p {
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 600;
}
.tab_two p {
  margin-bottom: 0px;
  font-weight: 600;
}
.border-red::before {
  content: "";
  background-color: transparent;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 12px #fe4146;
  left: 20px;
  top: -8px;
}
.top_one {
  display: flex;
  align-items: center;
}
.bold_b h2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  left: -22px;
  top: -4px;
}
.top_p::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 69px;
  width: 67px;
  background-image: url(./img/red_f.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -47px;
  top: 1px;
}
/* .top_p {
  top: -12px;
} */
.top_b::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 69px;
  width: 67px;
  background-image: url(./img/blue_f.png);
  bottom: 0px;
  background-repeat: no-repeat;
  left: -47px;
  top: 1px;
}

.border_blue::before {
  content: "";
  background-color: transparent;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 12px #2680eb;
  left: 20px;
  top: -8px;
}
.border-yellow::before {
  content: "";
  background-color: transparent;
  width: 107px;
  height: 107px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 12px #fcb941;
  right: 62px;
  top: -8px;
  z-index: 1;
}
.border-green::before {
  content: "";
  background-color: transparent;
  width: 107px;
  height: 107px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 12px #2cc990;
  right: 62px;
  top: -8px;
  z-index: 1;
}
.bg_blue_o{
  background-color: #2680eb;
}
.bg_green_o{
  background-color: #2cc990;
}

.top_b {
  top: 200px;
}
.tab_two {
  width: 189px;
}

.wp_50{
  width: 31px;
}
.top_red {
  top: -12px;
}
.top_yellow {
  top: 138px;
  right: -40px;
}

.top_yellow::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 69px;
  width: 67px;
  background-image: url(./img/yellow_f.png);
  background-repeat: no-repeat;
  right: -5px;
  top: 17px;
  z-index: 0;
}
.top_green_v::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 69px;
  width: 67px;
  background-image: url(./img/gree_f.png);
  background-repeat: no-repeat;
  right: -5px;
  top: 17px;
  z-index: 0;
}

.bold_b_yellow h2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  left: 29px;
  top: 3px;
}
.bg_yellow_r{
 background-color: #fcb941; 
}
.top_green {
  position: relative;
  bottom: -324px;
  right: -40px;
}
.leader_tab_content img{
border-radius: 50%;
border: 3px solid #4e8ccb;
}
.tab {
  position: relative;
  z-index: 0;
}
a.map_plus {
  position: absolute;
  top: -377px;
  left: 171px;
}
a.map_plus_india {
  position: absolute;
  top: -345px;
  right: 335px;
}
.bg_pop{
  background-size: cover;
/*   background-image: url(./img/pop_up.png); */
  background-repeat: no-repeat;
}

p.f500 {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.font b {
  text-shadow: 1px 3px 8px #000;
}


.all_map_detail {
    position: absolute;
    top: -379px;
    left: 178px;
}
.all_map_detail.top_map_two {
  position: absolute;
  top: -352px;
  right: 332px;
	left:auto;	
}
.map_detail {
    position: absolute;
    top: -50px;
    right: -30px;
	display:none;
}
.active_block {
    display: none;
	transition:0.2s linear;
}
.active .active_none {
    display: none;
	transition:0.2s linear;
}
.active .active_block {
    display: block;
	transition:0.2s linear;
}

.up h3{
  text-transform: uppercase;
}

 .f28 {
  font-size: 33px;
  font-weight: 600;
  position: absolute;
  right: 25px;
  top: 25px;
}

li.fsmall a {
  font-size: 13px !important;
}
.blue_bg {
  background-color: #09538f;
  padding: 57px 0px 111px;
  border-radius: 114px;
}
.blueinvestor_bg {
  background-color: #09538f;
}
.shadow_b {
  box-shadow: 0px 1px 9px 0px #09538fb5;
}
.four_icon {
  position: absolute;
  top: -88px;
}
.box_three {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_bold {
  margin-left: 28px;
}
.text_bold p {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0px;
}
.blue_white {
  background-color: #fff;
  padding: 50px 0px;
  box-shadow: 0px 4px 12px 0px #00000069;
  border-radius: 113px;
}


.bg_white_counter .so-widget-ink-num-count-number-e6a546e4984f .iw-so-number-count {
    color: #fc6042;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    display: flex;
    font-weight: 500;
    justify-content: center;
}

.bg_none {
  background-image: none !important;
  padding: 0px !important;
  background-color: #2c82c9;
  border: none;
}
.modal-body.img_p img {
  margin: 0px;
}
.bg_none button.close {
  padding: 0px;
  margin: 11px;
}
.pop_up_h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 6px;
  margin-left: 11px;
}
.f19 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 500;
}
.bglight_b {
  background-color: #E7EFF7;
  border-radius: 6px;
}
.bglight_o {
  background-color: #FFE2DC;
  border-radius: 6px;
}
.pad15 {
  padding: 10px 20px 17px;
}
.blue_milestone {
  background-image: url(./img/bluegb.png);
  width: 115px;
  height: 103px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 43px;
}
.blue_milestone::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 28px;
  width: 28px;
  background-image: url(./img/bluedot.png);
  background-repeat: no-repeat;
  right: -32px;
  top: 32px;
  z-index: 0;
}
.blue_milestone::after {
  content: "";
  position: absolute;
  height: auto;
  width: 74px;
  top: 45px;
  z-index: 0;
  border-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  left: -74px;
  border-color: #2c82c9;
}
.f24 {
  font-size: 25px;
  font-weight: 800;
}
.orange_milestone {
  background-image: url(./img/orangebg.png);
  width: 115px;
  height: 103px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 25px;
}
.orange_milestone::before {
  content: "";
  background-size: 100%;
  position: absolute;
  height: 28px;
  width: 28px;
  background-image: url(./img/orangedot.png);
  background-repeat: no-repeat;
  left: -38px;
  top: 32px;
  z-index: 0;
}
.orange_milestone::after {
  content: "";
  position: absolute;
  height: auto;
  width: 72px;
  top: 46px;
  z-index: 0;
  border-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  right: -72px;
  border-color: #fc6042;
}
.mag_top {
  margin-top: 178px;
}
.bordr_line::before {
  content: "";
  border-left: 2px solid #fc6042;
  position: absolute;
  left: 50%;
  height: 4138px;
  display: flex;
  justify-content: center;
  top: 47px;
  border-width: 2px;
}
.top_in {
  margin-top: -143px;
}
.top_in_three {
  margin-top: -112px;
}
.top_in_2008 {
  margin-top: -128px;
}
.top_in_105 {
  margin-top: -149px;
}
.top_in_77{
  margin-top: -118px;
}
.top_one_mile {
  margin-top: -53px;
}
.top_in_2019 {
  margin-top: -77px;
}
.top_in_2020 {
  margin-top: -60px;
}
.carear h1 {
  text-align: left;
  color: #000000;
  line-height: 55px;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0px;
}
.bold_h2 h2 {
  font-weight: 800;
}
.six_blue {
  background-color: #2c82c9;
  padding: 32px 29px;
  border-radius: 6px;
}
.six_grren {
  background-color: #676C75 ;
  padding: 32px 29px;
  border-radius: 6px;
}
.six_orange {
  background-color: #fc6042;
  padding: 32px 29px;
  border-radius: 6px;
}
.six_red{
  background-color: #ff4146;
  padding: 32px 29px;
  border-radius: 6px;
}
.six_yellow{
  background-color: #fcb941;
  padding: 32px 29px;
  border-radius: 6px;
}
.h_428{
  height: 440.38px;
}
.six_pick{
  background-color: #a911df;
  padding: 32px 29px;
  border-radius: 6px;
}
.fsmall {
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}
.b_six h3.widget-title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.apply_box {
  padding: 40px 35px;
  background-color: #fff;
  box-shadow: 0 0px 13px 0px #fc60424d;
  border-radius: 10px;
  margin-bottom: 30px;
  border-top: 15px solid #fc6042;
}
.apply_box h3.widget-title {
  color: #fc6042;
  font-weight: 700;
}
.one_ap p {
  font-size: 19px;
  font-weight: 500;
}

.pad_carrear {
    background-color: #fc60429e;
    padding: 100px 60px !important;
    box-shadow: 0 0px 13px 0px #38373710;
  border-radius: 10px;
}
.white_carrear {
  background-color: #fff;
  padding: 100px 60px !important;
  box-shadow: 0 0px 13px 0px #38373710;
border-radius: 10px;
}
.carrea_from input {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}
.carrea_from select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
}
.carrea_from textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}
.carrea_from label {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
}

.mb_ca {
  margin-bottom: 26px;
}
.blue_sub input {
  padding: 10px 36px;
  font-size: 19px;
  font-weight: 600;
  background-color: #09538f;
  border: none;
}
.blue_sub input:hover {
  background-color: #09538f;
} 
.box_testi h4 {
  margin-top: 16px;
}
.box_testi p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.testmonial span.carousel-control-next-icon {
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Group-5653.png);
  opacity: 1;
}
.testmonial span.carousel-control-prev-icon {
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Group-3901.png);
  opacity: 1;
}
.testmonial .carousel-control-prev {
  position: absolute;
  top: 212px;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  left: 35%;
}
.testmonial .carousel-control-next {
  position: absolute;
  top: 212px;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  left: 38%;
}
.testmonial img {
 
    border-radius: 50%;
    border: 6px solid #2c82c9;
}
.margin_top {
  margin-top: -66px;
}
.testmonial::before {
  content: "";
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/dots.png);
  background-size: 100%;
  height: 63px;
  width: 110%;
  position: absolute;
  background-repeat: no-repeat;
  left: -54px;
  bottom: -30px;
}
.box_testi::before {
  content: "";
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/right-quotation-mark-1-1-1.png);
  background-size: 80%;
  height:40px;
  width: 40px;
  position: absolute;
  background-repeat: no-repeat;
  left: -16px;
  top: -39px;
}
.box_testi::after {
  content: "";
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/right-quotation-mark-1-1.png);
  background-size: 80%;
  height: 40px;
  width: 40px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0px;
  bottom: 35px;
}
.br_orange_v_m {
  height: 50px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #FC6042;
  /* box-shadow: 0px 1px 0px 10px #fc604273; */
  margin: 0 auto;
}
.br_orange_v_m h1 {
  margin-bottom: 0px;
}
.br_orange_v_g {
  height: 50px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #2cc990;
  /* box-shadow: 0px 1px 0px 10px #d3f2e7; */
  margin: 0 auto;
}
.br_orange_v_g h1 {
  margin-bottom: 0px;
}
.br_orange_v_b {
  height: 50px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #2c82c9;
  /* box-shadow: 0px 1px 0px 10px #d2e3f1; */
  margin: 0 auto;
}
.br_orange_v_b h1 {
  margin-bottom: 0px;
}
.br_orange_v_y {
  height: 50px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #676c75;
    /* box-shadow: 0px 1px 0px 10px #676c7569; */
  margin: 0 auto;
}
.br_orange_v_y h1 {
  margin-bottom: 0px;
}
p.four_section {
  font-size: 17px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 5px;
}
#pg-336-1 {
  position: sticky;
  top: 81px;
  z-index: 1;
}
.font span {
  text-shadow: 1px 3px 8px #000;
}
.f600 h2 {
  font-weight: 700;
}

.contact-us h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fc6042;
  margin-bottom: 3px;
}
.contact-us p, a {
  font-size: 18px;
  font-weight: 500;
  color: #6B6B6B;
  margin-bottom: 5px;
}
.top_150 {
  margin-top: 90px;
}
.contact_from input {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #6b6b6b;
}
.contact_from select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #6b6b6b;
}
.contact_from textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #6b6b6b;
}
.blue_sub_b {
  position: absolute;
  right: -8px;
}

.khow input {
  padding: 8px 28px;
  background: #fc6042;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 5px;
  font-size: 19px;
  border: none;
}

.wpcf7 .ajax-loader {
  margin: 0px;
  position: relative;
  top: 44px;
  right: 24px;
}
.contact-us h3 {
  font-weight: 700;
  color: #fc6042;
  margin-bottom: 5px;
}
.contact-us h5 {
  color: #6B6B6B;
  font-size: 21px;
  font-weight: 700;
}
.mar_top_contact {
  margin-top: 70px;
}

.height_contact {  
  height: 10px;
}
.bg_white_contact {
  background-color: #fff;
  padding: 30px 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 11px 0px #00000070;
} 


/* Zoom In #1 */
.hover_effrct {
  overflow: hidden;
  border-radius: 17px;
  box-shadow: 0px 0px 7px 0px #00000054;
}
.hover_effrct .sow-image-container a {
  margin-bottom: 0px;
}
.hover_effrct  img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
 
}
.hover_effrct:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.blog_box p {
    margin-bottom: 0px;
    color: #2C82C9;
    font-weight: 600;
    margin: 0px;
}
.blog_box small {
  color: #09538f;
}
.blog_box a {
  font-weight: 600;
  color: #000;
} 
a.read_more::after {
  content: "";
  background-image: url(https://www.pad.agency/work/granulesindia/wp-content/uploads/2021/02/Group3902.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 1px;
  left: 80px;
}
.blog_box {
  position: relative;
}
a.read_more {
  color: #fc6042;
}
.blog_box, div a {
  line-height: 22px;
}
.page-id-1406 .news_inner h3.widget-title{
  padding-bottom: 0px;
}



.red_box {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.red_box h5 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 700;
}
.red_box p {
  font-size: 21px;
  font-weight: 600;
}
.red_box span {
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
}
.red_gradiant {
  background: rgb(219,40,27);
  background: linear-gradient(0deg, rgba(219,40,27,0.6699054621848739) 0%, rgba(103,150,189,1) 100%);
}
.inverstor {
  height: 410px;
  padding: 60px 25px;
  border-radius: 8px;
}
.career_block_2 .white {
    position: static !important;
}
.inverstor h4 {
  color: #FFFF;
  font-size: 28px;
}
.inverstor p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
a.text_orange {
  color: #fc6042;
  background-color: #fff;
  padding: 10px 25px;
  font-weight: 700;
  border-radius: 5px;
  position: absolute;
  bottom: 33px;
  transition: all 0.5s;
}
a.text_orange:hover {
  color: #fff;
  background-color: #fc6042;
}
.news_inner h3.widget-title {
  color: #2c82c9;
  font-size: 42px;
  font-weight: 700;
}
.career_block_2 .inverstor.height_320 {
/*     height: 320px; */
	position:relative;
}
.career_block_2 a.text_orange {
    display: inline-block;
    margin-bottom: 0;
}
.career_block_2 .pos_ab {
    position: absolute;
    bottom: 60px;
}

.INVESTOE_PAGE{
  height: 277px;
  padding: 31px 25px;
  border-radius: 8px;
}
.INVESTOE_PAGE h4 {
  color: #FFFF;
  font-size: 28px;
}

.INVESTOE_PAGE p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.blueinvestor_bg {
  background-color: #2c81c8;
}
.greeninvestor_bg{
  background-color: #676C75;
}
.orangeinvestor_bg{
  background-color: #fb5f40;
}
.border-radius_2 {
  border-radius: 8px;
}
/* .br_white:hover {
  background-color: #fc6042;
} */
.font_bold h1 {
  font-size: 80px;
  line-height: 73px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #09538f;
  margin-left: 75px;
}
span.orange_h1 {
  color: #fc6042;
}
span.green_h1 {
  color: #000000ad;
}

/* .br_white:hover {
 background-color: #feddd7;
} */

.br_green {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 0px 12px 1px #fc60424d;
  transition: all 0.5s;
}
/* .br_green:hover {
  background-color: #9ae6cb;
} */
.br_blue {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 0px 12px 1px #fc60424d;
  transition: all 0.5s;
}
/* .br_blue:hover {
  background-color: #d0e0ef;
} */
h1.fmile {
  font-size: 34px;
}
.investor_s {
  background-size: 120% 120%;
  background-position: center center;
  animation: shrink 5s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}

/** tab menu*/

.width_tab ul.iw-so-tabs-nav a {
  text-align: left !important;
  padding: 17px 0px !important;
}
.width_tab ul.iw-so-tabs-nav a {
  background-color: transparent !important;
  border-bottom: 0px solid !important;
}
.width_tab ul.iw-so-tabs-nav {
  
  border-right: 2px solid #00000059 !important;
}
.hide_tab, .hide_press{
  display: none;
}
.hide_tab.active, .hide_press.active {
  display: flex !important;
}
select.tab_select{
  position: relative;
}
select.tab_select {
  background-color: #fc6042 !important;
  border: none;
  padding: 7px 37px 7px 25px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  appearance: none;
}
.icon{
  position: relative;
}
.icon::before {
  content: "";
  position: absolute;
  top: 18px;
  width: 19px;
  height: 17px;
  left: 83px;
  z-index: 1;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/arrow-down-sign-to-navigate.png);
  background-size: 80%;
  background-repeat: no-repeat;
  pointer-events: none;
}
ul.menu_product li {
  line-height: 18px;
  margin-bottom: 0px;
}
a.tab_d {
  background-color: #09538f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 25px 8px;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 5px;
}

.menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li{
  display: block;
  margin: 0 0px;
}
.menu a{
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding: 1px 0;
}
.menu a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.menu a:hover::before{
  transform: scale3d(1,1,1);
}
.menu-1 a::before{
  background: #09538f;
  transform-origin: 100% 50%;
}
.menu-1 a:hover::before{
  transform-origin: 0 50%;
}
.bg_black {
  background-color: #000;
  padding: 7px 10px;
  color: #fff;
  box-shadow: 0px 4px 8px 0px #00000052;
}
.bg_green_b {
  padding: 7px 10px;
  color: #fff;
  background-color: #2cc990;
  box-shadow: 0px 4px 8px 0px #2cc9905c;
}
.bg_green_y{
  padding: 7px 10px;
  color: #fff;
  background-color: #fcb941;
  box-shadow: 0px 4px 8px 0px #fcb94161;
}
.bg_green_w{
  padding: 7px 10px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px #0000003b;
}

.bg_img_tab_op::before {
  content: "";
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Group-5828.png);
  height: 606px;
  width: 627px;
  position: absolute;
  top: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.top_oe_one{
  position: absolute;
  bottom: -83px;
  left: 29px;
}
.top_oe_two{
  position: absolute;
  bottom: -128px;
  left: 29px;
}
.top_oe_three{
  position: absolute;
  bottom: -156px;
  left: 29px;
}
.top_oe_four {
  position: absolute;
  bottom: -189px;
  left: 29px;
  color: #000 !important;
}
span.carousel-control-next-icon {
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Group-5653.png);
  opacity: 1;
}
span.carousel-control-prev-icon {
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Group-3901.png);
  opacity: 1;
}

.home_second span.iw-so-number-timer {
  font-weight: 800;
  color: #000;
}
.titel_second h3.iw-so-number-title {
  font-size: 14px;
  font-weight: 500;
}
.one_conter {
  position: absolute;
  top: 0px;
  left: 41px;
}
.counter_one {
  text-align: right;
}

.fd_b ul {
  margin-bottom: 0px;
}
.fd_b {
  margin-bottom: 20px;
}
.fd_b ul li {
  font-size: 24px;
  color: #c9c9c9;
  line-height: 30px;
  font-weight: 700;
}
.red_fd ul li {
  font-size: 24px;
  color: #ed3237;
  line-height: 30px;
  font-weight: 700;
}
.green_fd ul li {
  font-size: 24px;
  color: #0098da;
  line-height: 30px;
  font-weight: 700;
}

.blue_fd ul li {
  font-size: 24px;
  color: #09548e;
  line-height: 30px;
  font-weight: 700;
}

.fd_b p {
  font-size: 19px;
    margin-bottom: 0px;
    font-weight: 600;
    position: relative;
    left: 9px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}
.blue_box {
  width: 335px;
  height: 355px;
  padding: 0px 25px;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/Rectangle-2027.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.twiter_gil {
  height: 313px;
  overflow: auto;
}
.box_testi h4 {
  color: #fc6042 !important;
}
p.blue_test {
  color: #2c82c9;
}
b.left_slide {
  position: relative;
  left: -7px;
  top: -43px;
}



.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
  width: 113px;
}


@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.inverstor_anker a {
  color: #fff;
  font-size: 19px;
  display: grid;
  line-height: 30px;
}
.investor_contact .contact-us p {
  margin-bottom: 2px;
  line-height: 23px;
}
.invstor_table thead tr {
  background-color: #09538f;
  color: #fff;
  font-size: 18px;
}
.invstor_table tbody td {
  font-size: 18px;
  font-weight: 500;
}
.invstor_table tbody td a {
  color: #09538f;
}
.orange_t h4 {
  color: #fc6042;
  margin-top: 7px;
}
.accordion {
  background-color: #09538f;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  font-weight: 600;
}

.accordion.active {
  background-color: #fc6042;
}
  .accordion:hover {
  background-color: #fc6042;
}

.accordion:after {
  content: '\002B';
color: #fff;
font-weight: bold;
float: right;
margin-left: 5px;
font-size: 34px;
line-height: 30px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.press tbody tr td:nth-child(2) {
  width: 121px;
}
.press tbody td a {
  color: #09538f;
  display: flex;
}
.press tbody td a span:nth-child(1) {
  margin-right: 6px;
}
.img_titel h3 {
  color: #09538f;
  font-size: 22px;
  position: relative;
  top: 15px;
}
.height_chart {
  height: 490px;
  width: 600px !important;
  max-width: 600px !important;
  margin-bottom: 80px;
}
#chartContainer a.canvasjs-chart-credit {
  display: none !important;
}

.tetx_graf {
  margin-right: 23px;
}
.tetx_graf h4 {
  font-size: 21px;
  color: #707070;
}
.top_1 {
  position: relative;
  top: -11px;
}
.top_2 {
  position: relative;
  top: -5px;
}
.top_4 {
  position: relative;
  top: 7px;
}
.top_5 {
  position: relative;
  top: 16px;
}
.top_6 {
  position: relative;
  top: 22px;
}
.top_7 {
  position: relative;
  top: 29px;
}
.year_graf {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_8 {
  position: relative;
  right: 9px;
}
.top_10 {
  right: -94px;
  position: relative;
}
.top_9 {
  position: relative;
  right: -43px;
}
.year_one h4 {
  color: #707070;
}
h4.top_11 {
  text-align: center;
  margin-top: 25px;
  color: #fc6042;
}
.counter_one h2 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
  font-size: 35px;
  line-height: 39px;
}
.counter_one p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 17px;
}
.w_second img {
  width: 69%;
}
.one_two {
  position: absolute;
  top: 124px;
  left: -40px;
}
.one_three {
  position: absolute;
  top: 267px;
  left: -40px;
}
.one_four {
  position: absolute;
  top: 405px;
  left: 62px;
}
.one_five {
  position: absolute;
  right: 17px;
  top: 269px;
}
table.product_table {
  width: 100%;
  background-color: #ff866e;
  color: #fff;
  font-size: 17px;
  border-radius: 8px 8px 0px 0px;
}
table.product_table th {
  padding: 16px 14px;
}

.p-0 .sow-accordion-panel-border {
  padding: 0px !important;
}
table.inner_table {
  width: 100%;
  text-align: left;
  margin-top: 8px;
  margin-bottom:8px;
    
}

table.inner_table tr {
  font-size: 16px;
  font-weight: 600;
  
}
table.inner_table tr a {
  color: #fc6042;
  font-weight: 600;
  text-decoration: underline;
  font-size: 17px;
  line-height: 36px;
}
table.product_table th:nth-child(1) {
  width: 200px;
}
table.product_table th:nth-child(2) {
  width: 120px;
}
table.product_table th:nth-child(3) {
  width: 93px;
}
table.product_table th:nth-child(4) {
  width: 156px;
}
table.product_table th:nth-child(5) {
  width: 78px;
  text-align: center;
}
table.product_table th:nth-child(6) {
  width: 113px;
}
table.product_table th:nth-child(7) {
  width: 163px;
}
.pia {
  width: 450px;
}
.pia_one {
  position: absolute;
}
.pia_two {
  position: absolute;
  top: 208px;
  left: 133px;
}
.pia_three {
  top: 106px;
  left: 162px;
}
.pia_one {
  right: 127px;
  top: 187px;
}
.font_h h5 {
  color: #fff;
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 16px;
}
.font_h p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
}
.bottom_pia {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
.api {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.api::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fb330d;
  left: -12px;
  top: 7px;
}

.pfi {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.pfi::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #676c75;
  left: -12px;
  top: 7px;
}

.latin {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.latin::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #00498b;
  left: -12px;
  top: 7px;
}
.row_v {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.row_v::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #676c75;
  left: -12px;
  top: 7px;
}
.other_v {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.other_v::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fc6042;
  left: -12px;
  top: 7px;
}
.pia_one_m {
  position: absolute;
  top: 117px;
  right: 163px;
}
.pia_two_m {
  position: absolute;
  bottom: 88px;
  right: 163px;
}
.pia_three_m {
  position: absolute;
  left: 151px;
  top: 244px;
}
.pia_four_m {
  position: absolute;
  top: 102px;
  left: 150px;
}
.pia_four_m h5 {
  transform: rotateZ(56deg);
}
.pia_four_m p {

    transform: rotateZ(56deg);
    position: relative;
    left: 17px;
    top: 8px;

}

.pia_five_m {
  position: absolute;
  top: 88px;
  left: 176px;
}
.pia_five_m h5 {
  position: relative;
  left: -3px;
}
.pia_five_m p {
  position: relative;
  left: 8px;
}
.pia_six_m {
  position: absolute;
  top: 150px;
  left: 124px;
}
.fd {
  margin: 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.fd::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #0098da;
  left: -12px;
  top: 7px;
}

.pia_three {
  position: absolute;
}
.pai_c {
  text-align: center;
  margin-top: 23px;
}
.pia h4 {
  color: #000;
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 22px;
}
.pia small {
  color: #000;
  font-weight: 800;
}

.pia_two_g {
  position: absolute;
  top: 263px;
  left: 162px;
}
.pia_three_g {
  position: absolute;
  top: 93px;
  left: 182px;
}
.pia_four_g {
  position: absolute;
  top: 155px;
  left: 126px;
}
.pia_five_g {
  position: absolute;
  top: 92px;
  right: 184px;
}

table.inner_table td:nth-child(1) {
  width: 200px;
  padding: 0px 14px;
}
table.inner_table td:nth-child(2) {
  width: 120px;
  text-align: center;
}
table.inner_table td:nth-child(3) {
  width: 100px;
  text-align: center;
}
table.inner_table td:nth-child(4) {
  width: 156px;
  text-align: center;
}
table.inner_table td:nth-child(5) {
  width: 78px;
  text-align: center;
}
table.inner_table td:nth-child(6) {
  text-align: center;
  width: 113px;
}
table.inner_table td:nth-child(7) {
  text-align: center;
  width: 163px;
}



.so-widget-sow-accordion-default-7285e354ec42 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: 0px dotted #666;
  outline: auto 0px -webkit-focus-ring-color;
}
.faaq_our.p-0 .sow-accordion-panel {
  margin-bottom: 0px;
}
table.inner_table a.khow {
  color: #fff;
  padding: 6px 17px;
  position: relative;
  top: 7px;
  font-size: 15px;
}
table.inner_table a.khow:hover {
  color: #fc6042;
 
}
.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
  margin-bottom: 0rem;
  width: 100%;
}
.product_body {
  background-color: #2c82c9;
  padding: 10px;
}

.blue_border_fd {
  border-radius: 8px;
  border: 2px solid #2c82c9;
}
button.close.top_fd_center img {
  width: 23px;
  opacity: 1;
  position: relative;
  top: 0px;
  right: 8px;
}
.close.top_fd_center {
  opacity: 1;
}
.product_fd h3 {
  color: #2c82c9;
  font-weight: 600;
}
.product_fd h6 {
  color: #fc6042;
  font-weight: 600;
  font-size: 20px;
}
.product_fd p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}
.fd_product_table {
  width: 100%;
  border: 0px solid #fc60427a;
  border-radius: 5px;
}
table.fd_product_table td {
  padding: 1px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
table.fd_product_table th {
  background-color: #fc6042;
  padding: 17px;
  color: #fff;
  font-size: 16px;
}
.bg_c {
  background-color: #fc60427a;
  padding: 5px 15px;
}
.bg_c p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.grafh {
  width: 450px;
}
table.inner_table td:nth-child(8) {
  text-align: center;
}
table.inner_table td {
  border: 1px solid #2c82c9;
}
.notice {
  width: 95%;
}
.tab_d span:nth-child(1) {
  width: 95%;
}

/*Slider*/
div#n2-ss-1 .n2-ss-slider-2{
	height: calc(100vh - 73px) !important;
}
.n2-ss-slide {
    height: 100% !important;
}
.n2-ss-layers-container {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}


/*Media Post*/
.all_media_box {
  display: flex;
  flex-wrap: wrap;
}
.media_box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
align-items:center;
margin-bottom: 30px;
}
.hover_effrct {
  width: 30%;
  height: 100px;
}
.hover_effrct img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_box {
  width: 70%;
padding:0 20px;
}
.cat_all_data{
padding-top: 30px;
flex-wrap:wrap;
} 
span.icon_select{position:relative;}
span.icon_select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  right: 10px;
  z-index: 1;
  background-image: url(http://pad.agency/work/GIL/wp-content/uploads/2021/03/arrow-down-sign-to-navigate.png);
  background-size: 80%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.border_8 img {
border-radius: 6px;
}
.border_16 img {
border-radius: 16px;
}
h4.blue_p {
color: #09538f;
}
table.inner_table a.khow {

display: none;
}
.page-id-2774 table.product_table th:nth-child(1) {
width: 260px;
}
.page-id-2792 table.product_table th:nth-child(1) {
width: 237px;
}
.page-id-2792 table.product_table th:nth-child(4) {
 width: 147px;
text-align: center;
}
.page-id-2792 table.product_table th:nth-child(2) {
 width: 120px;
text-align: center;
}
.page-id-2792 table.product_table th:nth-child(3) {
width: 87px;
text-align: center;
}
.category_active_pharma li:nth-child(2) {
  order: 3;
}
.fd_p {
text-align: center;
padding-top: 20px;
padding-bottom: 40px;
justify-content: center;
}
.fd_product_table tr {
  vertical-align: baseline;
}
.fd_p a {
  font-size: 20px;
  font-weight: 800;
  margin: 0px 15px;
  border-bottom: 2px solid transparent !important;
  color: #000 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
}
.active_pharma_main {
  margin-bottom: 5px;
}
.fd_p a.nav-links{background: transparent !important;}
.fd_p a.active {
color: #09538f !important;
border-bottom: 2px solid #09538f !important;
}
.so-widget-sow-accordion-default-f8ec8cfad9d6 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
outline: 0px dotted #666 !important;
}
span.mega-indicator {
display: none !important;
}
.home .media_box {
  width: 100%;
}
.bg_job_b {
  background-color: #09538f;
  padding: 7px;
}
.bg_job_b h4 {
  margin-bottom: 0px;
  color: #fff;
}
.parent_job {
  border-radius: 8px;
  border: 2px solid #09538f;
}
.two_section {
  padding: 6px 15px 0px 15px;
} 
.border_b {
  border-bottom: 1px solid #dedede;
}
.sec_one b {
  color: #fc6042;
  font-size: 17px;
  line-height: 23px;
  margin-left: 32px;
}
.sec_one b::before {
  content: "";
  background-color: #dedede;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 22px;
  top: 5px;
}
.sec_two ol {
  padding-left: 13px;
}
.sec_two ol li {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 22px;
}
.sec_two ol li::marker {
  font-weight: 800;
}
#more {display: none;}

.sec_two p {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 22px;
  margin-top: 9px;
}

.gill_contact_form {
    display: none;
}
.gill_contact_form {
  background-color: #fc60429e;
  padding: 50px 60px !important;
  position: relative;
  bottom: 26px;
  border-radius: 11px 11px 0 0;
}
.bg_white_job {
  background-color: #fff;
/*   box-shadow: 0px 0px 14px 0px #0000002b; */
  padding: 26px 0px 26px;
  border-radius: 8px;
}
.applr a.show_hide_form {
  	background-color: #09538f;
    padding: 18px 57px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 0;
}
ul#datafetch {
list-style: none;
text-align: left;
background-color: #09538f;
 padding-left: 5px;
}
ul#datafetch li a {
    font-size: 14px;
    color: #fff;
}


.top_v {
  padding-top: 55px;
}
.top_v1 {
  padding-top: 56px;
}
.top_v3 {
  padding-top: 56px;
}

#wrap {
    display: inline-block;
    position: relative;
    height: 33px;
    float: right;
    padding: 0px;
    position: relative;
	width:100%;
}
#wrap input[type="submit"] {
  height: 28px;
  width: 27px;
  display: inline-block;
  float: right;
  background: url(https://pad.agency/work/GIL/wp-content/uploads/2021/02/search_01.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 6px;
    right: 7px;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}
ul#datafetch1 {
  margin-bottom: 0px !important;
}
.search-container input[type="text"] {
    border: none;
    padding: 6px 3px 5px 9px;
}
.search-container input[type="text"]::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
}

.search-container input[type="text"]:-ms-input-placeholder { /* Internet Explorer */
  color: #000;
  font-weight: 600;
}

.search-container input[type="text"]::placeholder {
  color: #000;
  font-weight: 500;
}
p.revenue_18 {
  position: relative;
  top: -169px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: -1px;
}
p.revenue_19 {
  position: relative;
  top: -198px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 50px;
}

p.revenue_20 {
  position: relative;
  top: -227px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 102px;
}
p.exi_three{
  position: relative;
  top: -187px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 104px;
}
p.exi_two{
  position: relative;
  top: -163px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 52px;
}
p.exi_one{
  position: relative;
  top: -156px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: -1px;
}
p.exito_three{
  position: relative;
  top: -231px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 105px;
}
p.exito_two{
  position: relative;
  top: -163px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 52px;
}
p.exito_one{
  position: relative;
  top: -119px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: -1px;
}
p.pat_three{
  position: relative;
  top: -200px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 105px;
}
p.pat_two{
  position: relative;
  top: -158px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 52px;
}
p.pat_one{
  position: relative;
  top: -86px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: -1px;
}

p.patt_three {
  position: relative;
  top: -187px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 105px;
}
p.patt_two {
  position: relative;
  top: -159px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 53px;
}
p.patt_one {
  position: relative;
  top: -152px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 3px;
}

p.net_three {
  position: relative;
  top: -210px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 104px;
}
p.net_two {
  position: relative;
  top: -186px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 51px;
}
p.net_onne {
  position: relative;
  top: -157px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: -1px;
}

p.g_three {
  position: relative;
  top: -205px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 104px;
}
p.g_two {
  position: relative;
  top: -171px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 52px;
}
p.g_one {
  position: relative;
  top: -134px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  left: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  display: none;
}
.bottom_h4 h4 {
  position: absolute;
  bottom: 148px;
  font-size: 34px;
}
.height_320 a.text_orange {
  background-color: #fc6042;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #fc6042;
}
.height_320 a.text_orange:hover {
  background-color: #fff;
  color: #fc6042;
  transition: all 0.5s;
  border: 1px solid #fc6042;
}

.height_320 a.text_orange {
  background-color: #fc6042;
  color: #fff;
}



.so-widget-ink-tabs-tabs-dc61af76ed44 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
  background: transparent !important;
  color: #ffffff;
}

.bottom_h4 p {
  position: absolute;
  top: 187px;
}
.height_g {
  height: 91vh;
}
.height_320 p {
  font-size: 17px;
}

.f60 {
  font-size: 57px;
  line-height: 61px;
}
.f18_g {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.portfolio_btn span .sow-icon-image {
  width: 21px !important;
}
.page-id-3344 .widget ul.nav.nav-tabs a.active {
  border-bottom: 0px solid #2c82c9 !important;
  color: #000;
  font-size: 36px;
  line-height: 40px;
}
span.granu_l {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background-color: #edf0f2;
  padding: 8px 28px;
  border-radius: 5px;
  transition: all 0.5s;
}

.top_bot_g {
  padding-top: 50px;
  padding-bottom: 54px;
}
.inverstor.h_330 {
  height: 288px;
  transition: all 0.5s;
}
.inverstor.h_330:hover {
  box-shadow: 0px 7px 30px 0px #00000054;
  margin-top: -6px;
}
.inverstor.height_320 {
  height: 400px;
  transition: all 0.5s;
}
.inverstor.height_320:hover {
  box-shadow: 0px 7px 30px 0px #00000054;
  margin-top: -6px;
}
.h_330.bottom_h4 h4 {
  position: absolute;
  top: 30px;
  font-size: 34px;
}
.page-id-3344 .leader_tab_content img {
  border-radius: 50%;
  border: 0px;
}
.bg_blue_p {
  padding: 10px 15px;
  background-color: #09538f;
}
p.p18 {
  margin-bottom: 0px;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}
.pop_up {
  background-color: #fc6042;
  font-size: 19px;
  border-radius: 4px;
}
.pop_up a{
  color: #fff;
  font-weight: 600;
  padding: 4px 18px;
}
.p_popup h3 {
  color: #09538f;
  margin-bottom: 0px;
}
.p_popup h6 {
  color: #fc6042;
  font-size: 24px;
  margin-bottom: 0px;
}
.modal-body.pop_p img {
  margin-top: 0px;
  border-radius: 8px;
}
.fd_product_table tr td:nth-child(1) {
  color: #09538f;
  width: 290px;
}
.so-widget-ink-tabs-tabs-dc61af76ed44-2 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
  background: transparent !important;
  border: none;
}




/*abhishek*/
.benefits_pfi {
    padding-top: 24px;
}
.benefits_pfi h4 {
    font-weight: 700;
}
.benefits_pfi ul li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
	padding:3px 0;
	line-height: 25px;
}

.benefits_pfi ul {
    margin-left: 10px;
	padding-top: 15px;
}

.poweredbywrapper {
    display: none !important;
}

/*Blogs*/
.blog_page {
    padding: 90px 0 40px;
}
.blog_page .iw-so-article-thumb {
    height: 260px;
    border-radius: 6px;
}
.blog_page .iw-so-article-thumb a, .blog_page .iw-so-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_page .iw-so-article-content p.iw-so-article-byline-above {
    font-size: 14px;
    color: #228DED;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.blog_page .iw-so-article-content {
    padding:23px 20px !important;
	border:1.5px solid #F6F6F6;
	border-radius:0 0 6px 6px;
}
.blog_page .iw-so-article {
    margin-bottom: 34px !important;
}
.blog_page .iw-so-article:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}
.blog_page h2.iw-so-article-title a {
    font-size: 24px;
    font-weight: 700;
}
.blog_page p.iw-so-article-excerpt {
    font-size: 18px;
    font-weight: 500;
}
.blog_page a.iw-so-article-btn:after{
	content: "";
    background-image: url(https://www.pad.agency/work/granulesindia/wp-content/uploads/2021/02/Group3902.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
}
.blog_page a.iw-so-article-btn {
    background: transparent;
    color: #000;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
	position:relative;
}
.blog_page a.iw-so-article-btn:hover,
.blog_page h2.iw-so-article-title a:hover{
	color:#FC6042;
}
/*single post*/
.single-post article {
    padding: 60px 0 20px;
}
.single-post h1.entry-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px;
}
.single-post header .wp-post-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin: 50px 0 25px;
}
.single-post .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 25px 0 10px;
}
.single-post .entry-content p {
    font-weight: 500;
    font-size: 18px;
}
.single-post .entry-content li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EDA232;
    position: absolute;
    left: 0;
    top: 16px;
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post .entry-content li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 500;
}
.single-post header .entry-meta {
    font-size: 14px;
    font-weight: 500;
    color: #2C82C9;
}
.recentblog_heading {
    width: 58%;
    margin: 0 auto;
}
.recentblog_heading p {
    font-size: 18px;
    font-weight: 500;
}
.recentblog_heading h3 {
    font-size: 42px;
    font-weight: 700;
    color: #2C82C9;
}
.single-post .nav-links a i {
    font-size: 12px;
}
.single-post .nav-links a {
    font-size: 16px;
}
.single-post .comments-area textarea {
    height: 100px;
}
.single-post .comments-area input[type="text"], .single-post .comments-area textarea {
    width: 100%;
    padding: 8px 16px;
}
.single-post .comments-area input#submit {
    background: #fc6042;
    border: none;
}
.single-post  .comment-respond label{display:inline-block;}
span.date_post::after {
    content: '';
    width: 1px;
    height: 70%;
    background: #228DED;
    position: absolute;
    right: 0;
    top: 2px;
}
span.date_post {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

/** responsive*/
@media screen and (max-width: 1200px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px ;
		padding: 0px 6px 0px 6px;
	}
	
	/*home news*/
	.text_h1 h1{
		font-size: 40px;
    	margin-right: 10px;
	}
	.smw-widget.smw-up[data-v-47424847] {
		border-width: 3px !important;
		padding: 0 5px !IMPORTANT;
	}
	.news_sec .smw-field.smw-field-price{font-size: 24px !important;}
	div.smw-root{font-size: 12px !important;}
	.news_sec .pad_10 .white_bg{width:auto;}
} 
@media screen and (max-width: 1024px){
	.mobile_none {display: none !important;}
	.mega-menu{padding:8px !important;}
}
@media screen and (max-width: 1024px) and (min-width: 992px) { 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px 0px 6px;
}
.footer_bottom p {
  font-size: 14px;
}
a.khow {
    padding: 8px 21px;
    font-size: 14px;
}
.f60 {
  font-size: 46px;
  line-height: 50px;
}
.h_330.bottom_h4 h4 {
    font-size: 28px;
}
.bottom_h4 h4 {
  font-size: 30px;
}
.height_320 p {
  font-size: 14px;
}
.bg_orange {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.sec_one b {
  font-size: 13px;
  margin-left: 26px;
}
.sec_two p {
  font-size: 15px;
}
.sec_two ol li {
  font-size: 15px;
}
.sec_one b::before {
  width: 10px;
  height: 10px;
  top: 8px;
}
.button_f18 span {
  font-size: 14px;
}
.blue_left::before ,.yellow_left::before ,.orange_left::after {
  height: 133px;
  width: 203px;
  left: -24px;
  top: -24px;
}
.our_f_three h3 {
  font-size: 18px;
}
.fc_or h5 {
  font-size: 16px;
}
.faaq_our ul li {
  font-size: 15px;
}
.f19 {
  font-size: 15px;
  line-height: 20px;
}
.sticky {
  position: relative;
  top: -8px;
}
.green_left::after,.blue_left::after,.yellow_left::after,.dark_b_left::before,.orange_left::before{
  display: none;
}
.green_left {
  top: -111px;
}
.blue_left {
  top: -99px;
}
.yellow_left {
  top: -89px;
}
.dark_b_left {
  top: -79px;
}
p.four_section {
  font-size: 13px;
  line-height: 17px;
  margin-top: 19px;
  margin-bottom: 3px;
}
.bg_green {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.bg_blue {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.bg_yellow {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.dark_b_left {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.green_left::before {
  width: 203px;
  height: 136px;
  top: -24px;
  left: -24px;
}
.orange_text h4 {
  font-size: 15px;
}
.orange_text p {
  line-height: 17px;
  font-size: 12px;
}
.one_conter {
  left: 49px;
}
.counter_one p {
  font-size: 10px;
  line-height: 14px;
}
.counter_one h2 {
  font-size: 25px;
  line-height: 27px;
}
.one_three {
  position: absolute;
  top: 213px;
  left: -9px;
}
.one_five {
  right: 23px;
  top: 220px;
}
.one_four {
  position: absolute;
  top: 323px;
  left: 76px;
}
.one_two {
  position: absolute;
  top: 102px;
  left: -10px;
}
.bold_h2 h2.sow-headline {
  font-size: 24px !important;
}
a.read_more::after {
  width: 18px;
  height: 18px;
  left: 84px;
}
.f25_c h2.sow-headline {
  font-size: 25px !important;
}
.fsmall {
  font-size: 17px;
  line-height: 23px;
}
.contact-us p, a {
  font-size: 15px;
  font-weight: 500;
  color: #6B6B6B;
  margin-bottom: 5px;
}
.contact-us h5 {
  font-size: 16px;
  font-weight: 600;
}
.contact-us h3 {
  font-size: 18px;
}
.h_428 {
  height: 409.38px;
}
.f42 h1.sow-headline {
  font-size: 30px !important;
  line-height: 32px !important;
}
.f500 p.sow-sub-headline {
  padding-right: 0px;
  font-size: 15px !important;
  line-height: 20px !important;
}

.f32 {
  font-size: 19px;
}
.mobile_28 h1.sow-headline {
  font-size: 30px !important;
  line-height: 35px !important;
}
.p_18 p {
  font-size: 16px;
  line-height: 21px;
}
.blue_box {
  width: 311px;
  height: 311px;
  padding: 0px 20px;
}
.blue_milestone {
  left: 12px;
}
.blue_milestone::after {
  width: 80px;
  left: -43px;
}
.orange_milestone::after {
  right: -40px;
}
.bordr_line::before {
  height: 2870px;
}
.segment_page ul li {
  font-size: 15px;
}
.segment_page_p p {
  font-size: 15px;
}
.hv_p {
  height: 595px;
}
.button_oranze::before {
  height: 65px;
  width: 142px;
  left: 132px;
  top: 18px;
}

.button_oranze_green::before {
  left: 132px;
  top: 23px;
  z-index: 1;
}
.button_oranze_blue::before {
  left: 132px;
  width: 72px;
}
.button_oranze_yellow::before {
  width: 72px;
  left: 132px;
  top: 45px;
  z-index: 1;
}
.button_oranze_dblue::before {
  height: 55px;
  width: 92px;
  left: 132px;
  top: -9px;
}
.button_oranze_red::before {
  width: 137px;
  left: 132px;
  top: -31px;
}
.f-right::before {
  height: 337px;
  width: 104px;
  bottom: -108px;
  left: 55px;
  z-index: 0;
}
.button_oranze_r::before {
  height: 130px;
  width: 151px;
  left: -162px;
  top: 27px;
}
.bg_grren_s::before {
  left: -121px;
  top: 23px;
}
.bg_orange_s::before {
  width: 80px;
  left: -88px;
  top: 28px;
}
.bg_o_yellow::before {
  width: 76px;
  left: -82px;
  top: 32px;
}
.bg_o_dblue::before {
  height: 70px;
  width: 107px;
  left: -115px;
  top: 3px;
}

.bg_red_r::before {
  width: 140px;
  left: -148px;
  top: -29px;

}
.right_side::before {
  height: 321px;
  width: 102px;
  bottom: -112px;
  left: 54px;
  z-index: 0;
}
.f28 {
  right: 10px;
  top: 20px;
  font-size: 27px;
}
.f_36 h3 {
  font-size: 23px;
  line-height: 36px;
}
.ul_second ul li {
  font-size: 15px;
  line-height: 21px;
}
.blue_bg {
  padding: 45px 0px 69px;
}
.f23 h1.sow-headline {
  font-size: 23px !important;
  line-height: 29px !important;
}
.four_icon h1.sow-headline {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
}
.bg_img_tab_op::before {
  width: 538px;
}
.top_oe_one {
  bottom: -71px;
  left: 34px;
}
.top_oe_two {
  bottom: -81px;
}
.top_oe_three {
  bottom: -97px;
}
.top_oe_four {
  bottom: -116px;
}

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
  width: 92px;
}
.box_testi::before {
  background-size: 64%;
  height: 44px;
  width: 44px;
  left: -35px;
  top: -13px;
}

.box_testi::after {
  background-size: 64%;
  height: 44px;
  width: 44px;

}


.testmonial .carousel-control-prev {
  width: 3%;
}
.testmonial .carousel-control-next {
  width: 3%;
}
/* .n2-ss-layers-container {
  left: 41%;
} */
div#n2-ss-1 .n2-ss-slider-2 {
  height: 600px !important;
}
.font b {
  text-shadow: 1px 3px 8px #000;
  font-size: 36px !important;
}

}
@media screen and (max-width: 992px){
	.blog_page h2.iw-so-article-title a{font-size:22px;}
	.single-post header .wp-post-image{height:300px;}
	.blog_page .iw-so-article-thumb{height:200px;}
	.blog_page p.iw-so-article-excerpt, .single-post .entry-content p, .single-post .entry-content li , .recentblog_heading p{
			font-size: 16px;
			line-height: 1.4;
		}
	.blog_page a.iw-so-article-btn:after{
		width: 18px;
		height: 18px;
		right: -24px;
		top: 3px;
	}
	.single-post .entry-content li::before{top:11px;}
	.single-post .entry-content h2{font-size:20px;}
	.recentblog_heading h3{font-size:32px;}
	.recentblog_heading{width:90%;}
	.single-post h1.entry-title{font-size:34px;}
	.blog_page {
			padding: 30px 0 20px;
		}
	
	/*home news*/
	.text_h1 h1 {
		font-size: 26px;
	}
	.news_sec .pad_10{padding:10px !important;}
}
@media screen and (max-width: 575px){
	
	.single-post header .wp-post-image {
		height: 200px;
		margin: 30px 0 20px;
	}
	.recentblog_heading {
		width: 100%;
	}
	
	
	
}
@media screen and (max-width: 991px) and (min-width: 781px) {
 
  .about_block {
    padding: 40px 9px;
}
.footer_bottom p {
  font-size: 12px;
  font-weight: 500;
} 
.bg_orange {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.bg_green {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.bg_blue {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.bg_yellow {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.dark_b_left {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.green_left::after,.blue_left::after,.yellow_left::after,.dark_b_left::before,.orange_left::before{
  display: none;
}
.orange_text h4 {
  font-size: 15px;
}
.orange_text p {
  line-height: 15px;
  font-size: 9px;
  margin-bottom: 3px;
}
.orange_left::after {
  width: 162px;
  top: -19px;
left: -20px
}
.green_left::before {
  width: 162px;
  top: -19px;
left: -20px
}
.blue_left::before {
  width: 162px;
  top: -20px;
  left: -20px;
}
.yellow_left::before {
  width: 162px;
  top: -20px;
  left: -20px;
}
.dark_b_left::after {
  width: 177px;
  left: -19px;
  top: -20px;
}
.orange_left {
  top: -99px;
}
.dark_b_left {
  top: -46px;
}
  .f42 h1.sow-headline {
    font-size: 24px !important;
    line-height: 30px !important;
}
.f_tabb_18 h1 {
  font-size: 18px !important;
  line-height: 20px !important;
}
.f_tab_20 h1 {
  font-size: 21px !important;
  line-height: 25px !important;
}
.blue_bg {
  background-color: #09538f;
  padding: 45px 0px 79px;
  border-radius: 114px;
}
.text_bold p {
  font-size: 16px;
  line-height: 20px;
}
.br_orange_v {
  height: 80px;
  width: 76px;  
  box-shadow: 0px 1px 0px 9px #fc604273;
}
.f23 h1.sow-headline {
  font-size: 21px !important;
  line-height: 26px !important;
}
.bg_orange_s::before {
  width: 53px;
  left: -57px;
  top: 18px;
}
.bg_o_yellow::before {
  width: 53px;
  left: -57px;
  top: 18px;
}
.bg_o_dblue::before {
  height: 42px;
  width: 76px;
  left: -81px;
  top: -2px;
}
.bg_red_r::before {
  height: 74px;
  width: 116px;
  left: -123px;
  top: -27px;
}
.img_titel h3 {
  font-size: 15px;
}
.bg_img_tab_op::before {
  height: 359px;
  width: 372px;
}
.tab button {
  padding: 3px 10px;
  font-size: 15px;
}
.f36 {
  font-size: 28px;
  line-height: 35px;
}
.od_15 ul li {
  font-size: 15px;
}
.od_15 h5 {
  font-size: 19px;
  margin-top: 11px;
}
.od_15 p {
  font-size: 15px;
}
.top_oe_one {
  bottom: -62px;
  left: 15px;
}
.top_oe_two {
  bottom: -100px;
  left: 15px;
}

.f_36 h3 {
  font-size: 22px;
  line-height: 28px;
}
.ul_second ul li {
  font-size: 15px;
  line-height: 19px;
}
.f28 {
  font-size: 23px;
  font-weight: 600;
  position: absolute;
  right: 5px;
  top: 14px;
}
.top_v {
  padding-top: 55px;
}
.top_v1 {
  padding-top: 56px;
}
.top_v3 {
  padding-top: 56px;
}
.br_blue_v {
  height: 91px;
  width: 91px;
  box-shadow: 0px 1px 0px 8px #2f84ca6b;
}
.f-right::before {
  left: 29px;
  z-index: 0;
}
.top_oe_four {
  bottom: -177px;
  left: 19px;
}
.inverstor {
  padding: 33px 15px;
  border-radius: 8px;
}
.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
  font-size: 14px !important;
}
.accordion {
  padding: 10px;
  font-size: 15px;
}
.panel p {
  font-size: 15px;
  line-height: 20px;
}
.font_bold h1 {
  font-size: 50px;
  line-height: 54px !important;
}
.bold_h2 h2.sow-headline {
  font-size: 22px !important;
}
.six_blue,.six_grren,.six_orange {
  padding: 32px 15px;
}
.fsmall {
  font-size: 15px;
  line-height: 20px;
}
.pulse {
  width: 59px;
}
.b_six h3.widget-title {
  font-size: 18px;
  line-height: 22px;
}
.box_testi p {
  font-size: 16px;
  font-weight: 500;
}
.box_testi::before {
  height: 41px;
  width: 41px;
  left: -27px;
  top: 0px;
}
.white_carrear {
  padding: 64px 17px !important;
}
.testmonial .carousel-control-prev {
  width: 3%;
}
.testmonial .carousel-control-next {
  width: 3%;
  left: 39%;
}
.box_testi::after {
  height: 41px;
  width: 41px;
  right: 0px;
  bottom: 35px;
}

.f25_c h2.sow-headline {
  font-size: 18px !important;
}
.mar_top_contact {
  margin-top: 67px;
}
.contact-us h3 {
  font-size: 18px;
}
.contact-us p, a {
  font-size: 15px;
}
.contact-us h5 {
  font-size: 16px;
  font-weight: 600;
}
.one_ap p {
  font-size: 14px;
  line-height: 20px;
}
.apply_box h3.widget-title {
  font-size: 19px;
}
.h_428 {
  height: 389.38px;
}
.news_inner h3.widget-title {
  font-size: 28px;
}
.inverstor_anker a {
  font-size: 16px;
  line-height: 20px;
}
.inverstor h4 {
  font-size: 20px;
}
table.product_table th {
  padding: 13px 7px;
}
table.inner_table tr {
  font-size: 13px;
}
table.inner_table td{
  padding: 0px 8px;
}
table.product_table {
  font-size: 13px;
}
.top_oe_three {
  bottom: -136px;
  left: 15px;
}
.right_side::before {
  left: 38px;
  z-index: 0;
}
.br_blue_v h1 {
  font-size: 34px;
}
.button_oranze::before {
  height: 62px;
  width: 112px;
  left: 96px;
  top: 13px;
}
.button_oranze_green::before {
  height: 28px;
  width: 76px;
  left: 96px;
  top: 13px;
}
.button_oranze_blue::before {
  height: 12px;
  width: 47px;
  left: 96px;
  top: 20px;
}
.button_oranze_yellow::before {
  height: 12px;
  width: 37px;
  left: 96px;
  top: 22px;
}
.button_oranze_dblue::before {
  height: 27px;
  width: 65px;
  left: 96px;
  top: 1px;
}
.button_oranze_red::before {
  height: 59px;
  width: 106px;
  left: 96px;
  top: -26px;
}
.button_oranze_r::before {
  height: 66px;
  width: 113px;
  left: -122px;
  top: 21px;
}
.bg_grren_s::before {
  height: 28px;
  width: 75px;
  left: -81px;
  top: 15px;
}

.button_oranze .ow-button-base a ,.button_oranze_green .ow-button-base a,.button_oranze_blue .ow-button-base a,.button_oranze_yellow .ow-button-base a,.button_oranze_dblue .ow-button-base a,.button_oranze_red .ow-button-base a,.right_o .ow-button-base a,.right_o_l .ow-button-base a{
  padding: 8px 0px !important;
  font-size: 12px !important;
}
.pd_img img {
  width: 82px;
}
.segment_page h3 {
  font-size: 20px;
}
.segment_page {
  padding: 15px 15px;
}
.segment_page ul li {
  font-size: 14px;
  margin-bottom: 4px;
}
.segment_page_p p {
  padding: 11px 15px;
  font-size: 14px;
}
.hv_p {
  height: 511px;
}
.our_f_three h3 {
  font-size: 15px;
}
.p_our_25 {
  padding: 6px 6px 19px 6px;
}
.faaq_our ul li {
  font-size: 13px;
}
.top_v {
  padding-top: 46px;
}
.top_v1 {
  padding-top: 46px;
}
.top_v3 {
  padding-top: 44px;
}
.fc_or h5 { 
  font-size: 14px;
}
.faaq_our div.sow-accordion-panel div.sow-accordion-panel-header {
  padding: 6px 8px !important;
  font-size: 14px;
}
.f500 p.sow-sub-headline {
  padding-right: 0px;
  font-size: 15px !important;
  line-height: 20px !important;
}
.counter_one h2 {
  font-size: 25px;
  line-height: 27px;
}
.counter_one p {
  font-size: 8px;
  line-height: 12px;
}
.one_two {
 top: 70px;
  left: -15px;
}
.one_three {
  top: 154px;
  left: -13px;
}
.one_five {
  right: 7px;
  top: 162px;
}
.one_four {
  top: 233px;
  left: 52px;
}
a.khow {
  padding: 8px 16px;
  font-size: 17px;
}
.news_sec .news_inner h3.widget-title {
  padding-bottom: 0px;
}
.site-info {
  font-size: 13px;
  line-height: 20px;
}
.contact-us p, a {
  font-size: 13px;
}
body span.mega-indicator {
  display: block !important;
}
.mobile_28 h1.sow-headline {
  font-size: 30px !important;
  line-height: 31px !important;
}
.br_orange_v_m {
  height: 38px;
  width: 80px;
  /* box-shadow: 0px 1px 0px 7px #fc604273; */
}
.br_orange_v_g{
  width: 93px;
  height: 38px;
/* box-shadow: 0px 1px 0px 7px #d3f2e7; */
}
.br_orange_v_b{
  width: 93px;
  height: 38px;
  /* box-shadow: 0px 1px 0px 7px #d2e3f1; */
}
.br_orange_v_y {
  width: 93px;
  height: 38px;
  /* box-shadow: 0px 1px 0px 7px #676c7569; */
  margin: 0 auto;
}
p.four_section {
  font-size: 10px;
  line-height: 14px;
  margin-top: 14px;
}
h1.fmile {
  font-size: 27px;
}
.sticky {
  padding: 20px 15px 0px !important;
  position: relative;
  top: -3px;
}
.f19 {
  font-size: 13px;
  line-height: 17px;
}
.blue_milestone {
  width: 65px;
  height: 65px;
  left: 22px;
} 
.f24 {
  font-size: 17px;
}
.blue_milestone::before {
  height: 15px;
  width: 15px;
  right: -23px;
  top: 21px;
  z-index: 0;
}
.blue_milestone::after {
  width: 61px;
top: 26px;
left: -52px;
}
.orange_milestone {
  width: 65px;
  height: 65px;
  left: 14px;
}
.orange_milestone::before {
  height: 15px;
  width: 15px;
  top: 21px;
  z-index: 0;
  left: -21px;
}
.orange_milestone::after {
  width: 48px;
  top: 26px;
  right: -52px;
}
.bordr_line::before {
  height: 2360px;
  top: 23px;
}
.pd_img {
  padding: 15px 15px 0px;
}

 
.sec_one b {
  font-size: 13px;
  margin-left: 26px;
}
.sec_two p {
  font-size: 15px;
}
.sec_two ol li {
  font-size: 15px;
}
.sec_one b::before {
  width: 10px;
  height: 10px;
  top: 8px;
}

.about_block h3 {
  font-size: 18px;
}
.button_f18 a {
  padding: 12px 0px !important;
}
.footer_bottom h3 {
  font-size: 13px;
}
.button_f18 span {
  font-size: 12px;
}
.p_18 p {
  font-size: 14px;
  line-height: 21px;
}
.blue_box {
  width: 204px;
  height: 204px;
  padding: 0px 20px;
}
.f32 {
  font-size: 16px;
}
div#n2-ss-1 .n2-ss-slider-2 {
  height: 600px !important;
}
.font b {
  text-shadow: 1px 3px 8px #000;
  font-size: 36px !important;
}
/* .n2-ss-layers-container {
  left: 41%;
} */
.site-branding {
  margin-bottom: 4px;
}
 }
@media screen and (max-width: 780px){
	
	.about_us_one img.so-widget-image {
			width: 80%;
			min-height: 200px !important;
			margin: 0 0 0 auto;
			border-radius: 10px;
			object-fit: cover;
		}
	
}

@media screen and (max-width: 780px) and (min-width: 767px){
  .blue_box {
    width: 154px;
    height: 154px;
    padding: 0px 10px;
    top: -127px;
}
.p_popup h6 {
  font-size: 19px;
}
.product_fd p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
}
.product_fd h6 {
  font-size: 18px;
}
table.fd_product_table td {
  padding: 1px 4px;
  font-size: 14px;
}
.fd_product_table tr td:nth-child(1) {
  color: #09538f;
  width: 217px;
}
.granules {
  padding-top: 96px;
}
.height_g {
  height: 39vh;
}
.mobile_f_50_768_three .w_six_full .panel-grid-cell {
  width: 100% !important;
}
.pulse {
  width: 45px;
}
.b_six h3.widget-title {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: -9px;
  left: 20px;
}
.fsmall {
  font-size: 14px;
  line-height: 20px;
}
.six_orange {
  padding: 32px 15px;
}
.six_blue {
  padding: 32px 15px;
}
.six_grren {
  padding: 32px 15px;
}
.one_conter {
  left: 58px;
}
.one_two {
  top: 138px;
  left: -20px;
}
.one_three {
  top: 312px;
  left: -20px;
}
.one_four {
  top: 465px;
  left: 95px;
}
.one_five {
  position: absolute;
  right: 29px;
  top: 325px;
}
/* .n2-ss-layers-container {
  left: 41%;
} */
div#n2-ss-1 .n2-ss-slider-2 {
  height: 600px !important;
}
.font b {
  text-shadow: 1px 3px 8px #000;
  font-size: 36px !important;
}
.sec_one b {
  font-size: 13px;
  margin-left: 26px;
}
.sec_two p {
  font-size: 15px;
}
.sec_two ol li {
  font-size: 15px;
}
.sec_one b::before {
  width: 10px;
  height: 10px;
  top: 8px;
}
.bordr_line::before {
  height: 2596px;
  top: 24px;
  border-width: 2px;
}
.orange_left::before,.green_left::after,.blue_left::after,.yellow_left::after,.dark_b_left::before{
  display: none;
}
.img_titel h3 {
  font-size: 13px;
}
.bg_img_tab_op::before {
  height: 391px;
  width: 393px;
}
.top_oe_one {
  bottom: -64px;
}
.top_oe_two {
  bottom: -112px;
}
.top_oe_three {
  bottom: -150px;
}
.top_oe_four {
  bottom: -192px;
}
.tab button {
  padding: 3px 10px;
  font-size: 15px;
}
.od_15 ul li {
  font-size: 15px;
}
.f36 {
  font-size: 28px;
  line-height: 35px;
}
.box_testi::before {
  height: 41px;
  width: 41px;
  left: -27px;
  top: 0px;
}
.box_testi::after {
  height: 41px;
  width: 41px;
  right: 0px;
  bottom: 35px;
}
table.product_table th {
  padding: 16px 7px;
}
table.product_table {
  color: #fff;
  font-size: 13px;
}
table.inner_table tr {
  font-size: 13px;
}
.f32 {
  font-size: 13px;
}
.p_18 p {
  font-size: 16px;
  line-height: 22px;
}
.mobile_28 h1.sow-headline {
  font-size: 30px !important;
  line-height: 31px !important;
}
.mar_top_contact {
  margin-top: -13px;
}
.contact-us h3 {
  font-size: 20px;
}
.contact-us p, a {
  font-size: 15px;
}
body span.mega-indicator {
  display: block !important;
}
.font_bold h1 {
  font-size: 50px;
  line-height: 54px !important;
  margin-left: 0px;
  text-align: center !important;
}

/** milestone page*/

.blue_milestone {
  width: 65px;
  height: 65px;
  left: 20px;
}
.orange_milestone{
  width: 65px;
  height: 65px;
  left: 0px;
}

.blue_milestone::before{

  height: 15px;
  width: 15px;
  right: -23px;
  top: 21px;
  z-index: 0;
}
.orange_milestone::before {
  height: 15px;
  width: 15px;
  top: 21px;
  z-index: 0;
  left: -21px;
}
.orange_milestone::after {
  width: 30px;
  top: 26px;
  right: -20px;
}
.blue_milestone::after {
  width: 30px;
  top: 26px;
  left: -20px;
}
.f24 {
  font-size: 17px;
}
.pad15 {
  padding: 7px 8px 11px;
}

.mobile_f_50_768 {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50_768 .panel-grid-cell {
  width: 48% !important;
}
/** milestone*/
.mobile_f_50_sub {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50_sub .panel-grid-cell:nth-child(1) {
  width: 74% !important;
}

.mobile_f_50_sub .panel-grid-cell:nth-child(2) {
  width: 26% !important;
}
.mobile_f_50_sub .w_img_1 .panel-grid-cell {
  width: 100% !important;
}
.mobile_f_50_sub_r {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50_sub_r .panel-grid-cell:nth-child(2) {
  width: 74% !important;
}

.mobile_f_50_sub_r .panel-grid-cell:nth-child(1) {
  width: 26% !important;
}
.mobile_f_50_sub_r .w_img_1 .panel-grid-cell {
  width: 100% !important;
}

.f19 {
  font-size: 13px;
  line-height: 19px;
}
.button_f18 span {
  font-size: 14px;
}
.about_block {
  padding: 20px 14px;
}
.hv_p {
  height: 506px;
}
.our_f_three h3 {
  font-size: 15px;
}
.page-id-340 a.khow {
  padding: 2px 14px;
  font-size: 12px;
}
.top_v {
  padding-top: 50px;
}
.fc_or h5 {
  font-size: 12px;
}
.faaq_our div.sow-accordion-panel div.sow-accordion-panel-header {
  font-weight: 600;
  font-size: 13px;
}
.mobile_f_50_768_three .w_100_p .panel-grid-cell {
  width: 100% !important;
}
.blue_bg {
  background-color: #09538f;
  padding: 45px 0px 70px;
  border-radius: 18px;
}
.br_orange_v {
  height: 66px;
  width: 65px;
  box-shadow: 0px 1px 0px 8px #fc604273;
}
.text_bold {
  margin-left: 22px;
  width: 129px;
}
.br_orange_v h1 {
  font-size: 32px;
}
.text_bold p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}
.blue_white {
  padding: 39px 18px;
  border-radius: 13px;
}
.button_f18 a {
  padding: 12px 0px !important;
}
.mobile_f_50_768_three {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50_768_three .panel-grid-cell {
  width: 32% !important;
}
.mobile_f_50_two {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  -ms-justify-content: start !important;
  justify-content: start !important;
}
.mobile_f_50_two .panel-grid-cell:nth-child(1) {
  width: 25% !important;
}
.mobile_f_50_two .panel-grid-cell {
  width: 48% !important;
}
.bold_h2 h2.sow-headline {
  font-size: 22px !important;
}
.h_428 {
  height: 365px;
}
.box_testi p {
  font-size: 16px;
  font-weight: 500;
}
.white_carrear {
  padding: 64px 17px !important;
}
.testmonial .carousel-control-prev{
  top: 232px;
  width: 3%;
}
.testmonial .carousel-control-next {
  top: 232px;
  width: 3%;
  left: 39%;
}
.testmonial::before {
  width: 100%;
  left: 0px;
}
.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
  font-size: 15px !important;
}
.orange_left {
  position: relative;
  top: 0px;
  left: 0px;
}
.green_left {
  position: relative;
  top: 9px;
  left: 0px;
}
.blue_left {
  position: relative;
  top: 19px;
}

.yellow_left {
  position: relative;
  top: 29px;
  left: 0px;
}
.dark_b_left {
  top: 37px;
  left: 0px;
}
.orange_text {
  width: 85%;
  margin-left: 111px;
}
.orange_left::after {
  left: -23px;
  top: -28px;
}
.yellow_left::before {
  height: 147px;
  top: -28px;
  left: -21px;
  z-index: 0;
}
.dark_b_left::after {
  height: 144px;
  left: -20px;
  top: -28px;
}

.mobile_f_50 {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50 .panel-grid-cell:nth-child(1){
  width: 100% !important;
}
.mobile_f_50 .panel-grid-cell {
  width: 22% !important;
}

.mobile_50 {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_50 .panel-grid-cell {
  width: 48% !important;
}
.tab_m_75 {
  padding-bottom: 45px;
}
.milestone_mobile{
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.milestone_mobile .panel-grid-cell {
  width: 23% !important;
}
.mobile_five{
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_five .panel-grid-cell:nth-child(1) {
  width: 20% !important;
}
.mobile_five .panel-grid-cell:nth-child(2) {
  width: 18% !important;
}
.mobile_five .panel-grid-cell:nth-child(3) {
  width: 10% !important;
}
.mobile_five .panel-grid-cell:nth-child(4) {
  width: 16% !important;
}
.button_oranze::before,.button_oranze_green::before,.button_oranze_blue::before,.button_oranze_yellow::before,.button_oranze_dblue::before,.button_oranze_red::before,.button_oranze_r::before,.bg_grren_s::before,.bg_orange_s::before,.bg_o_yellow::before,.bg_o_dblue::before,.bg_red_r::before{
  display: none;
}
.f-right::before {
  left: -20px;
  z-index: 0;
}
.right_side::before {
  left: 41px;
  z-index: 0;
}

.mobile_five .panel-grid-cell:nth-child(5) {
  width: 20% !important;
}
.sticky {
  padding: 20px 15px 0px !important;
  position: relative;
  top: -3px;
}
.p_our_25 {
  padding: 13px;
}

}

.so-widget-ink-num-count-number-e6a546e4984f-882 .iw-so-number {
    padding: 22px 3px !important;
}
.so-widget-ink-num-count-number-e6a546e4984f-428 .iw-so-number {
   padding: 22px 3px !important;
}
.border_18 img {
    border-radius: 12px;
}

@media screen and (max-width: 766px) and (min-width: 320px) { 
table.product_table {
  width: 987px;
}
.modal-body img {
    margin-top: -31%;
}
.granules .f60 {
    font-size: 24px;
    line-height: 20px;
}
.granules .f18_g {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.height_g {
    height: auto;
    padding-top: 50px;
    padding-bottom: 43px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px !important;  
}
.mobile_serch {
    display: none;
}
.f_tab_20 h1.sow-headline {
    font-size: 20px !important;
    line-height: 25px !important;
}
a.khow {
    font-size: 17px;
}
div#n2-ss-1 .n2-ss-slider-1 {
    min-height: auto !important;
}
.blog_box a {
    font-size: 14px;
}
.white_bg {
    width: 183px;
}
.hover_effrct {
    height: auto;
}
.blue_border_fd {
  margin-bottom: 20px;
}
.product_fd p {
  font-size: 14px;  
  line-height: 21px;
}
table.fd_product_table td {
  padding: 1px 4px;
  font-size: 13px;
}
.fd_product_table tr td:nth-child(1) {
  color: #09538f;
  width: 203px;
}
.fd_product_table {
  width: 520px;
}
#pg-336-1 {
  position: sticky;
  top: 0px;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}
#pgc-w6093e0cdbb550-0-0, #pgc-w6093e0cdbb550-1-0, #pgc-w6093e0cdbb550-2-0, #pgc-w6093e0cdbb550-3-0, #pgc-w6093e0cdbb550-4-0, #pgc-w6093e0cdbb550-5-0, #pgc-w6093e0cdbb550-6-0, #pgc-w6093e0cdbb550-7-0, #pgc-w6093e0cdbb550-8-0, #pgc-w6093e0cdbb550-9-0 {
  margin-bottom: 0px !important;
}
.mag_top {
  margin-top: 0px;
}
.top_in {
  margin-top: 0px;
}
.top_in_three {
  margin-top: 0px;
}
.top_in_2008 {
  margin-top: 0px;
}
.top_in_105 {
  margin-top: 0px;
}
.top_in_77 {
  margin-top: 0px;
}
.top_in_2019 {
  margin-top: 0px;
}
.top_in_2020 {
  margin-top: 0px;
}
.mobile_f_50_sub_r {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50_sub_r .panel-grid-cell:nth-child(2) {
  width: 74% !important;
}

.mobile_f_50_sub_r .panel-grid-cell:nth-child(1) {
  width: 26% !important;
}
.mobile_f_50_sub_r .w_img_1 .panel-grid-cell {
  width: 100% !important;
}
h1.fmile {
  font-size: 16px;
}
.br_orange_v_m {
  height: 29px;
  width: 45px;
  border-radius: 1px;
  /* box-shadow: 0px 1px 0px 7px #fc604273; */
}
.br_orange_v_g {
  height: 29px;
  width: 58px;
  border-radius: 1px;
  /* box-shadow: 0px 1px 0px 7px #d3f2e7; */
}
.sticky {
  padding: 20px 10px 0px !important;
  position: relative !important;
}
.mobile_f_50_sub {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.mobile_f_50_sub .panel-grid-cell:nth-child(1) {
  width: 74% !important;
}
.mobile_f_50_sub .w_img_1 .panel-grid-cell {
  width: 100% !important;
}
.mobile_f_50_sub .panel-grid-cell:nth-child(2) {
  width: 26% !important;
}
.blue_milestone {
  width: 65px;
  height: 65px;
  left: 20px;
}
.orange_milestone {
  width: 65px;
  height: 65px;
  left: 0px;
}
.orange_milestone::before {
  display: none;
}
.orange_milestone::after {
  width: 30px;
  top: 26px;
  right: -20px;
}
.blue_milestone::before {
 display: none;
}
.pad15 {
  padding: 10px 9px 12px;
}
.f19 {
  font-size: 14px;
  line-height: 19px;
}
.blue_milestone::after {
  width: 30px;
  top: 26px;
  left: -20px;
}
.f24 {
  font-size: 17px;
}
.bordr_line::before{
  display: none;
}
.br_orange_v_b {
  height: 29px;
  width: 58px;
  border-radius: 1px;
  /* box-shadow: 0px 1px 0px 7px #d2e3f1; */
}
p.four_section {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 0px;
}
.br_orange_v_y {
  height: 29px;
  width: 45px;
  border-radius: 1px;
  /* box-shadow: 0px 1px 0px 7px #676c7569; */
}
.box_testi p {
  font-size: 15px;
  font-weight: 500;
}
.testmonial::before {
  width: 108%;
  left: -12px;
}
.testmonial img {
  margin-bottom: 25px;
}
.gill_contact_form {
  padding: 50px 10px !important;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
  margin-bottom: 0rem;
  width: 100% !important;
}
table.product_table th:nth-child(1) {
  width: 136px;
}
table.inner_table {
  width: 895px;
  text-align: left;
}
table.inner_table td:nth-child(1) {
  width: 273px;
}
table.inner_table td:nth-child(2) {
  width: 84px;
}
table.inner_table td:nth-child(3) {
  width: 46px;
}
table.inner_table td:nth-child(4) {
  width: 118px;
}
.blue_box {
  	width: 180px;
	height: 180px;
  	padding: 0px 10px;
}
.about_us_one {
    padding-bottom: 40px;
}
.f32 {
  font-size: 15px;
}
.blue_box {
  top: -160px;
  left: 0px;
}
.one_conter {
  left: 32px;
}
.counter_one p {
  font-size: 8px;
  line-height: 12px;
}
.counter_one h2 {
  font-size: 25px;
  line-height: 27px;
}
.one_three {
  position: absolute;
  top: 154px;
  left: -5px;
}
.one_five {
  right: 0px;
  top: 160px;
}
.one_four {
  position: absolute;
  top: 233px;
  left: 48px;
}
.one_two {
  position: absolute;
  top: 65px;
  left: -10px;
}
.f42 h1.sow-headline {
  font-size: 24px !important;
  line-height: 30px !important;
}
.f500 p.sow-sub-headline {
  padding-right: 0px;
  font-size: 15px !important;
  line-height: 20px !important;
}
.mobile_50 {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_50 .panel-grid-cell {
  width: 48% !important;
}
.milestone_mobile{
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.milestone_mobile .panel-grid-cell {
  width: 21% !important;
}
.mobile_f_50 {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_f_50 .panel-grid-cell:nth-child(1){
  width: 100% !important;
}
.mobile_f_50 .panel-grid-cell {
  width: 48% !important;
}
#pgc-w608fc20027861-0-0{
  margin-bottom: 0px !important;
}
body span.mega-indicator {
  display: block !important;
}
.p_18 p {
  font-size: 17px;
  line-height: 25px;
}
.mobile_28 h1.sow-headline {
  font-size: 28px !important;
  line-height: 31px !important;
}
.about_block {
  padding: 33px 18px;
  box-shadow: 0px 0px 15px 0px #fc60422e;
  margin-bottom: 16px;
}
.orange_left {
  position: relative;
  top: 0px;
  left: 0px;
}
.orange {
  border-radius: 3px;
  padding: 3px 10px;
}
.orange_left::before{
  display: none;
}
.bg_orange {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.orange_left::after {
  width: 93px;
  height: 80px;
  top: -11px;
  left: -9px;
}
.green_left {
  top: 0px;
  left: 0px;
}

.bg_green {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.green_left::before {
  width: 93px;
  height: 80px;
  top: -11px;
  left: -9px;
}
.blue_left::before {
  width: 93px;
  height: 80px;
  top: -11px;
  left: -9px;
}
.yellow_left::before {
  width: 93px;
  height: 80px;
  top: -11px;
  left: -9px;
}
.dark_b_left::after {
  width: 93px;
  height: 80px;
  top: -11px;
  left: -9px;
}
.dark_b_left::before {
  display: none;
}
.blue_left {
  position: relative;
  top: 0px;
}
.bg_blue {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
}
.yellow_left {
  top: 0px;
  left: 0px;
}
.bg_yellow {
  box-shadow: 0px 1px 0px 8px #cccccc4f;
}
.dark_b_left {
  box-shadow: 0px 1px 0px 8px #68cbf84f;
  top: 0px;
  left: 0px;
}
.green_left::after{
  display: none;
}
.blue_left::after{
  display: none;
}
.yellow_left::after{
  display: none;
}
.w-60 {
  width: 96%;
  max-width: 96%;
}
.top_v {
  padding-top: 0px;
}
.top_v1 {
  padding-top: 0px;
}
.top_v3 {
  padding-top: 0px;
}

.button_oranze::before , .button_oranze_green::before ,.button_oranze_blue::before ,.button_oranze_yellow::before , .button_oranze_dblue::before , .button_oranze_red::before ,.f-right::before ,.right_side::before{
  display: none;
}
.mobile_t1f {
  position: absolute;
  top: -296px;
}
.mobile_t2f {
  position: absolute;
  top: 246px;
}
.f_36 h3 {
  font-size: 22px;
  line-height: 28px;
}
.ul_second ul li {
  font-size: 15px;
  line-height: 19px;
}

.f28 {
  right: 94px;
}
.blue_bg {
  background-color: #09538f;
  padding: 32px 0px 64px;
  border-radius: 13px;
}
.blue_white {
  border-radius: 13px;
}
.blue_white {
  border-radius: 13px;
}
.text_bold {
  width: 126px;
}
.f23 h1.sow-headline {
  font-size: 21px !important;
  line-height: 26px !important;
}
.fd_b p {
  font-size: 17px;
}
.bg_img_tab_op::before {
  height: 295px;
  width: 300px;
}
.tab button {
  font-size: 14px;
}
.tab button {
  padding: 19px 9px;
}
.top_oe_one {
  bottom: -26px;
  left: 16px;
}
.top_oe_two {

  bottom: -23px;
  left: 16px;
}

.top_oe_three {
  bottom: -15px;
  left: 16px;
}
.top_oe_four {
  bottom: -10px;
  left: 18px;
}
.tab {
  margin-bottom: 30px;
}

.news_inner h3.widget-title {
  font-size: 25px;
}
.orange_t h4 {
  color: #fc6042;
  margin-top: 7px;
  font-size: 20px;
}
.accordion {
  padding: 14px;
  font-size: 15px;
}
.page-id-1553 .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content .iw-so-tabs-panel {
  padding: 0 10px;
  width: 100%;
  overflow: auto;
}
.grafh {
  width: 450px;
  overflow-x: auto;
}
.pia {
  width: 450px;
  overflow-x: auto;
}
.top_1 {
  position: relative;
  top: -5px;
}
.media_box {
  width: 100%;
}
.news_sec .news_inner h3.widget-title {
  font-size: 25px;
}

.font_bold h1 {
  font-size: 50px;
  line-height: 54px !important;
  margin-left: 0px;
  text-align: center !important;
}

.bold_h2 h2.sow-headline {
  font-size: 17px !important;
}
.h_428 {
  height: auto;
}
.f42 h2.sow-headline {
  font-size: 26px;
}

.white_carrear {
  padding: 50px 15px !important;
}
.box_testi::before {
  height: 30px;
  width: 30px;
  left: 0px;
  top: -18px;
}
.box_testi::after {
  height: 30px;
  width: 30px;
  right: -2px;
  bottom: 34px;
}
.testmonial .carousel-control-prev {
  top: 100%;
  width: 6%;
  left: 43%;
}
.testmonial .carousel-control-next {
  top: 100%;
  width: 6%;
  left: 50%;
}

.pad_carrear {
  padding: 30px 15px !important;
}

#pgc-w608fc41984322-0-0{
  margin-bottom: 0px !important;
}
.top_150 {
  margin-top: 20px;
}
.mar_top_contact {
  margin-top: 0px;
}
.contact-us h3 {
  font-size: 20px;
}
.contact-us h5 {
  font-size: 16px;  
}
section.sticy {
  box-shadow: 0px 0px 11px -3px #0000006b;
  padding: 0px 0px 0px 0px;
  position: inherit;
}
.site-branding {
  margin-bottom: 2px;
}
	
/*Slider*/	
div#n2-ss-1 .n2-ss-slider-2 {
		height: 300px !important;
	}

  b.left_slide {
    position: relative;
    left: 0px;
    top: 0px;
}
	
	.about_us_one img.so-widget-image{
		border-radius:10px 0 0 10px;
		margin-right:-15px;
	}
	body{overflow-x:hidden;}

}


.media_kit img {
    object-position: top;
}

.main_bg_blue{
	width:100%;
    padding: 10px 15px;
    background-color: #09538f;
	margin-bottom: 5px;
}
.main_bg_blue p {
    margin-top: 2px;
}
.btn_pdf a{
	display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 4px 18px;
    font-size: 18px;
    margin-bottom: 0;
    background-color: #fc6042;
    border-radius: 4px;
}
.smw-widget[data-v-47424847] {
    padding: 0em 0 0em 0em !important;
}


/** vishal 06-10-2021*/
.four_section h3{
  font-size: 17px;
text-align: center;
line-height: 22px;
font-weight: 600;
margin-top: 17px;
margin-bottom: 5px;
}
.four_section .iw-so-number {
  padding: 15px 0px !important;
}
.one_m .iw-so-number-count {
  height: 50px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #FC6042;
  margin: 0 auto;
}
.one_m2 .iw-so-number-count {
  height: 50px;
width: 123px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: #2cc990;
margin: 0 auto;
}
.one_m3 .iw-so-number-count {
  height: 50px;
width: 123px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: #2c82c9;
margin: 0 auto;
}
.one_m4 .iw-so-number-count {
  height: 50px;
width: 123px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: #676c75;
margin: 0 auto;
}
.four_section .iw-so-number-count {
  margin: 0 auto !important;
  font-weight: 600;
}
.segment_page_anker{
  font-size: 28px;
    font-weight: 600;
    border: none;
    color: #606060;
    line-height: 38px;
}
.segment_page_anker:hover{
    color: #09538f;
}

/* 22-10-2021 */
.busines_segment_blocks > .panel-grid-cell {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 0px 12px 1px #fc60424d;
    transition: all 0.5s;
}
.site_list_a ul li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
	padding: 3px 0;
}
.site_list_a ul {
    padding-left: 20px;
}