
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/

/*google-font*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Poppins:300,400,500,600,700');

.clear {
    clear: both
}
::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}
.no-mar {
    margin: 0!important;
}
.no-pad {
    padding: 0!important;
}
div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.menu-area.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.h2-menu-area.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.h3-menu-area.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  background: #3fb698 none repeat scroll 0 0;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.mar-bot-50 {
    margin-bottom: 50px;
}
.mar-bot-40 {
    margin-bottom: 40px;
}
.mar-bot-35 {
    margin-bottom: 35px;
}
.mar-bot-30 {
    margin-bottom: 30px;
}
.mar-top-30 {
    margin-top: 30px;
}
.mar-top-80 {
    margin-top: 80px;
}
.mar-top-80 {
    margin-top: 80px;
}
.mar-top-55 {
    margin-top: 55px;
}
.mar-top-108 {
    margin-top: 108px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
textarea {
    letter-spacing: 1px;
}

body {
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}
h3 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 0px;
}
h4 {
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
}
h5 {
    font-size: 16px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}
p img {
    margin: 0;
}
span {
    font-family: 'Lato', sans-serif;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}
blockquote::before {
    color: #4e5665;
    content: "";
    font-family: FontAwesome;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}
blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}
/* abbreviations */

abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover,
a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}
a.active-page {
    color: #e6ae48!important;
}

/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}
ul {
    margin: 0;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}
li {
    line-height: 18px;
    margin-bottom: 0px;
}
@media screen and (max-width: 483px){
	.a{
		font-size:10px;
	}
}


ul.large li {}
li p {}

/* definition list */
dl {
    margin: 12px 0;
}
dt {
    margin: 0;
    color: #11ABB0;
}
dd {
    margin: 0 0 0 20px;
}
button {}


.bg-with-black {
    position: relative;
}
.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-with-white {
    position: relative;
}
.bg-with-white::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-with-blue {
    position: relative;
}
.bg-with-blue::before {
    background: #00bff3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.hvr-bs:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*----------------------------------------*/
/*  Irr Tech Custom
/*----------------------------------------*/
/*section-title*/
.section-title {
  text-align: center;
  margin: 72px 0 54px 0;
}
.section-title h6 {
/*  color: #3fb698;*/
    color: #ffffff;
  font-size: 18px;
/*  font-style: italic;*/
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 4px;
}
.section-title h4 {
/*  color: #3fb698;*/
    color: #ffffff;
  font-size: 26px;
/*  font-style: italic;*/
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 4px;
}
.section-title h2 {
/*  color: #00324c;*/
    color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  margin: 0 0 26px;
}
.section-title p {
/*  color: #333333;*/
    color: #ffffff;
    
  font-size: 20px;
  line-height: 44px;
    margin-top: 26px;
    font-weight: bold;
}
/*section-title*/
header {}
.header-upper-area {
  background: #00324c none repeat scroll 0 0;
  padding: 14px 0;
}

.address-phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0;

}
.ap-address {
  -webkit-flex: 1 1 60%;
  -moz-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  -o-flex: 1 1 60%;
  flex: 1 1 60%;
  position: relative;
}
.ap-address::after {
  background: #687377 none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 16px;
  top: 0;
  width: 1px;
}
.ap-address .address {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}
.ap-address .address span {
  color: #3fb698;
  margin-right: 5px;
}
.ap-phone {
  flex: 1 1 40%;
}
.ap-phone .phone {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}
.ap-phone .phone span {
  color: #3fb698;
  margin-right: 5px;
}
.ap-phone .phone span i {
  transform: rotate(90deg);
}
.header-social {}
.header-social ul {
  list-style: outside none none;
  padding: 0;
  text-align: right;
}
.header-social ul li {
  display: inline-block;
}
.header-social ul li a {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 17px;
  margin-left: 10px;
}
.header-social ul li a:hover {
  color: #3fb698;
}

/*Menu Area*/
.menu-area {}
.logo {
  padding: 20px 0;
}
.logo a {
    display: block;
}
.logo a img {}
.menu {
  padding: 0;
  text-align: right;
}
.menu ul {
    list-style: outside none none;
    padding: 0;
    z-index: 99;
}
.menu ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.menu ul li::before {
  background: #3fb698 none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.menu ul li:hover::before {
    opacity: 1;
}
.navbar-fixed-top .menu ul li::before {
  bottom: 6px;
}
.menu ul li.mega {
  position: static;
}
.menu ul li.mega::before {
  display: none;
}
.menu ul li > a {
  color: #333333;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 45px 20px 16px;
}


.logo-li{
	width:200px;
}

@media screen and (max-width: 513px) {
	.menu ul li > a {
	  color: #333333;
	  display: block;
	  font-family: "Poppins",sans-serif;
	  font-size: 12px;
	  font-weight: 400;
	  letter-spacing: 0;
	  line-height: 20px;
	  padding: 20px 4px;
	}
	.logo-li{
		width: 100px;
	}
}
.menu ul li:hover>a,
.menu ul li.active>a {
    color: #3fb698;
}
.menu ul li:last-child>a {
    padding-right: 0;
}
.menu ul li>a.disable {}
.menu ul li:hover a::after {
    transform: scale(1);
}
.menu ul li .drop {
  background: white none repeat scroll 0 0;
  display: block;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 220px;
}
@media screen and (max-width: 513px){
	.menu ul li .drop {
	  background: white none repeat scroll 0 0;
	  display: block;
	  opacity: 0;
	  padding: 8px 0;
	  position: absolute;
	  right: 0;
	  top: 100%;
	  -webkit-transform: translateY(-20px);
	  -ms-transform: translateY(-20px);
	  -o-transform: translateY(-20px);
	  transform: translateY(-20px);
	  -webkit-transition: all 0.4s ease 0s;
	  -o-transition: all 0.4s ease 0s;
	  transition: all 0.4s ease 0s;
	  visibility: hidden;
	  width: 150px;
	}
}



.menu ul li:hover .drop {
    opacity: 1;;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.menu ul li .drop li {
    display: block;
    position: relative;
}
.menu ul li .drop li:before {
    display: none;
}
.menu ul li .drop li > a {
  color: #333;
  display: block;
  padding: 10px 20px;
}
.menu ul li .drop li:hover > a {
  color: #3fb698;
}
.menu ul li .drop li .third {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: block;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
}
.menu ul li .drop li:hover .third {
    opacity: 1;
    visibility: visible;
}
.menu ul li .drop li .third li {}
.menu ul li .drop li .third li>a {}
.menu ul li .mega-menu {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    left: -26%;
    margin: auto;
    min-width: 1110px;
    opacity: 0;
    padding: 8px;
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}
.menu ul li:hover .mega-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.menu ul li .mega-menu li {
  flex: 1 1 auto;
}
.menu ul li .mega-menu li::before {
    display: none;
}
.menu ul li .mega-menu li > a {
  color: #fff;
  cursor: default;
  padding: 20px 16px;
  pointer-events: none;
  text-decoration: underline;
}
.menu ul li .mega-menu li:hover > a {
  color: #3fb698;
}
.menu ul li .mega-menu li ul {}
.menu ul li .mega-menu li ul li {
  display: block;
}
.menu ul li .mega-menu li ul li::before {
    display: none;
}
.menu ul li .mega-menu li ul li::after {
    display: none;
}
.menu ul li .mega-menu li ul li a {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  padding: 12px 16px;
  pointer-events: unset;
  text-decoration: none;
}
.menu ul li .mega-menu li ul li:hover a {
  color: #3fb698;
}
.mean-container .mean-bar {
}
.search-consultant {
  padding: 18px 0;
  text-align: right;
}
.sc-search {
  display: inline-block;
  margin-right: 24px;
}
.sc-search span {
  border-radius: 100px;
  color: #3fb698;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.sc-search span i {}
.search-modal {}
.search-modal .modal-dialog {
    height: 100%;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 9999999;
}
.search-modal .modal-content {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100vh;
    outline: 0 none;
    position: relative;
}
.search-modal .modal-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 100px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.search-modal .modal-content form {
    margin: 100px 0;
    text-align: center;
}
.search-modal .modal-content input[type="text"] {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    margin: auto;
    text-align: center;
    width: 400px;
}
.search-modal .modal-close {
    text-align: center;
}
.search-modal .modal-close button {
    background: #3fb698 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    text-transform: uppercase;
}
.modal-backdrop {
    display: none;
}
.sc-consultant {
  display: inline-block;
}
.sc-consultant .link {
  background: #3fb698 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 20px;
}

/*Slider Area*/
.slider-area {
  overflow: hidden;
  position: relative;
    height: 800px;
    background-image: url("../images/bg_main.jpg");
    background-size: cover;
}
.pogoSlider{
    height: 100%;
}

.pogoSlider-slide{
    background-image: url("../images/bg_main.jpg");
	opacity: 1;
	z-index: 1;
}
.pogoSlider-slide::before {
/*  background: #000 none repeat scroll 0 0;*/
    
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pss-box {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
/*  width: 36%;*/
    width: 100%;
}
.pss-box.center {
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.pss-box.right {
  right: 20%;
  text-align: right;
}
.pss-box .title-m {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 50px;
  margin: 0 0 5px;
}
.pss-box .title-b {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 60px;
  margin: 0 0 24px;
}
.pss-box .text {
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 58px;
}

    .pss-box .m-title4{
        color: #fff;
        font-size: 54px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 54px;
    }
    
    .intro-msg .m-title3{
        color: #fff;
        font-size: 29px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 48px;
    }
    
    .intro-msg .m-title2{
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 38px;
        margin: 0 0 64px 0;
    }

.pss-box .more {
  border: 1px solid #3fb698;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  padding: 10px 18px;
}
.pss-box .more span {}
.pss-box .more:hover {
  background: #3fb698 none repeat scroll 0 0;
}
.pogoSlider-dir-btn {
  display: none;
}
.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 138px;
}
.pogoSlider-nav > li {
  margin: 0 4px!important;
}
.pogoSlider-nav-btn {
  background: #ffffff none repeat scroll 0 0;
  height: 8px;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 8px;
}
.pogoSlider-nav-btn--selected {
  background: #3fb698 none repeat scroll 0 0;
}
.to-down {
  bottom: 52px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 90;
}
.to-down a {
  animation: 1s ease 0s normal none infinite running td;
  display: inline-block;
}
@-webkit-keyframes td {
  0%   {
    transform: translateY(0);
  }
  25%   {
    transform: translateY(5px);
  }
  50%   {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes td {
  0%   {
    transform: translateY(0);
  }
  25%   {
    transform: translateY(5px);
  }
  50%   {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes td {
  0%   {
    transform: translateY(0);
  }
  25%   {
    transform: translateY(5px);
  }
  50%   {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes td {
  0%   {
    transform: translateY(0);
  }
  25%   {
    transform: translateY(5px);
  }
  50%   {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.to-down a img {}

/*Top Agency*/
.top-agency-area {
  padding: 95px 0 73px;
}
.top-agencey-content {}
.single-top-agency {
  margin: 2px 0 30px;
  padding: 25px 10px 22px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-top-agency:hover {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(125,125,125,1);
  box-shadow: 0px 0px 10px -2px rgba(125,125,125,1);
}
.single-top-agency::before {
  border: 1px solid #eaeaea;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-top-agency:hover::before {
  border-bottom: 2px solid #3fb698;
}
.single-top-agency .icon {
  margin: 0 0 11px;
}
.single-top-agency .icon span {
  color: #3fb698;
  font-size: 52px;
  line-height: 52px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-top-agency:hover .icon span {
  color: #00324c;
}
.single-top-agency .name {
  color: #00324c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.top-agency-img {}
.top-agency-img img {}


/*Service*/
.service-area {
  background: #fafafa none repeat scroll 0 0;
  padding: 95px 0 90px;
}
.single-service {
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.single-service .img {}
.single-service .img a {
  display: block;
  position: relative;
}
.single-service .img a::before {
  background: #3fb698 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-service:hover .img a::before {
  opacity: 0.6;
}
.single-service .img a::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  color: #333;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 50px;
}
.single-service:hover .img a::after {
  opacity: 1;
  visibility: visible;
}
.single-service .img a img {}
.single-service .content {
  background: #fff none repeat scroll 0 0;
  padding: 20px 26px 26px;
}
.single-service .content .title {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 8px;
}
.single-service .content .text {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  line-height: 24px;
  padding: 0 0 8px;
}
.single-service .content .order-more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    position: relative;
}
.single-service .content .order-more::after {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 50%;
  top: 12px;
  width: 1px;
}
.single-service .content .order-more a {
  color: #333333;
  -webkit-flex: 1 1 40%;
  -moz-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  -o-flex: 1 1 40%;
  flex: 1 1 40%;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 7%;
  padding: 12px 0;
  text-align: center;
}
.single-service .content .order-more .order {
  border: 1px solid #3fb698;
  border-radius: 3px;
}
.single-service .content .order-more .order:hover {
  background: #3fb698 none repeat scroll 0 0;
  color: #fff;
}
.single-service .content .order-more .more {}
.single-service .content .order-more .more:hover {
  color: #3fb698;
}
.service-carousel .owl-dots {
  margin: 47px 0 0;
  text-align: center;
}
.service-carousel .owl-dots .owl-dot {
  background: #333333 none repeat scroll 0 0;
  border-radius: 100px;
  display: inline-block;
  height: 8px;
  margin-right: 17px;
  transition: all 0.3s ease 0s;
  width: 8px;
}
.service-carousel .owl-dots .owl-dot.active {
  background: #3fb698 none repeat scroll 0 0;
}

/*Footer*/
footer {}
.footer-top-area {
  background: #303030 none repeat scroll 0 0;
  padding: 15px 15px 10px 15px;
}
.footer-widget {
  margin: 0 0 30px;
}
.footer-widget .title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 31px;
}
.fw-info {}
.fw-info .flogo {
  margin: 0 0 19px;
}
.fw-info .flogo img {}
.fw-info .text {
  border-bottom: 1px solid #616161;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 21px;
  padding: 0 0 19px;
}
.fw-info .address {
  margin: 0 0 22px;
}
.fw-info .address h5 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.fw-info .address h5 span {
  margin-right: 6px;
}
.fw-info .address p {
  color: #fff;
  line-height: 24px;
}
.fw-info .social {
  list-style: outside none none;
  padding: 0;
}
.fw-info .social li {
  display: inline-block;
  margin-right: 6px;
}
.fw-info .social li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  color: #333333;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.fw-info .social li a:hover {
  background: #3fb698 none repeat scroll 0 0;
  color: #fff;
}
.fw-categories {}
.fw-categories .list {
  list-style: outside none none;
  padding: 0;
}
.fw-categories .list li {}
.fw-categories .list li a {
  color: #fff;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 12px;
}
.fw-categories .list li a:hover {
  color: #3fb698;
  margin-left: 3px;
}
.fw-categories .list li:last-child a {
  margin-bottom: 0;
}
.fw-categories .list li a span {
  margin-right: 5px;
}
.fw-insta {}
.fw-insta .insta {
  list-style: outside none none;
  padding: 0;
}
.fw-insta .insta li {
  display: inline-block;
  margin: 0 0 5px;
}
.fw-insta .insta li a {
  display: block;
  position: relative;
}
.fw-insta .insta li a::before {
  background: #3fb698 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.fw-insta .insta li a:hover::before {
  opacity: 0.6;
}
.fw-insta .insta li a img {}
.fw-insta .insta li a:hover img {}
.fw-rpost {}
.fw-rpost .rpost {
  list-style: outside none none;
  padding: 0;
}
.fw-rpost .rpost li {
  margin: 0 0 5px;
}
.fw-rpost .rpost li a {
  background: #3b3b3b none repeat scroll 0 0;
  display: block;
  overflow: hidden;
}
.fw-rpost .rpost li a .img {
  display: block;
  float: right;
  width: 68px;
}
.fw-rpost .rpost li a .img img {}
.fw-rpost .rpost li a .content {
  display: block;
  overflow: hidden;
  padding: 8px 14px;
}
.fw-rpost .rpost li a .content .name {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.fw-rpost .rpost li a .content .name:hover {
  color: #3fb698;
}
.fw-rpost .rpost li a .content .date {
  color: #fff;
  display: block;
  letter-spacing: 0;
  line-height: 16px;
}
.fw-rpost .rpost li a .content .date span {
  margin-right: 2px;
}
/*footer-bottom*/
.footer-bottom-area {
  background: #222222 none repeat scroll 0 0;
  padding: 5px 0;
}
.fba-left {}
.fba-left p {
  color: #fff;
  font-family: "Poppins",sans-serif;
  line-height: 18px;
}
.fba-left p a {
  color: #3fb698;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.fba-right {
  text-align: right;
}
.fba-right p {
  color: #fff;
  font-family: "Poppins",sans-serif;
  line-height: 18px;
}


/*----------------------------------------*/
/*  Custom
/*----------------------------------------*/

.landing{
    background: url("../images/bg_main.jpg") no-repeat;
    background-size: cover;
}

img.i-scroll{
    width: 60px;
    height: 30px;
}

.t-scroll{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin-top: 88px;
    margin-bottom: 14px;
}

.s-business{
	
	background: url("../images/bg_business01.png") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
   
}
.s-business1{
	
	background: url("../images/bg_main.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
}

.s-business2{
    background: url("../images/bg_business02.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
    
}
.s-business3{
	
	background: url("../images/technologybackground.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
}
    @media screen and (min-width: 500px) {
    .s-business{
    margin: 75px 0;
    }
    .s-business1{
     margin: 75px 0;
    }
  	.s-business3{
  	margin: 75px 0;
  	}
    }

.s-technology{
    background: url("../images/bg_business02.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
}

.s-service{
    background: url("../images/productbackground.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
}

.s-introduce
{
    background: url("../images/bg_business03.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 68px;
}

.s-vision{
    background: url("../images/visionbackground.png") no-repeat;
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 68px;
}

.s-normal{
    padding-bottom: 64px;
    padding-top: 68px;
}

.s-normal{
    background-color: #ffffff;
    padding-bottom: 64px;
    padding-top: 68px;
}


.s-normal01{
    background-color: #ffffff;
    padding-bottom: 22px;
    padding-top: 68px;
}


.s-normal02{
    background-color: #ffffff;
    padding-bottom: 22px;
    padding-top: 22px;
}
	 @media screen and (max-width: 991px){
	 .s-normal01{
	 padding-top: 68px;
	 padding-bottom: 64px;
	 }
	 .s-normal02{
	 padding-bottom: 64px;
	 padding-top: 68px;
	 }
	 
	 }




.s-normal-gray01{
    background-color: #f9fafa;
    padding-bottom: 64px;
    padding-top: 68px;
}
.s-normal-gray02{
    background-color: #f9fafa;
    padding-bottom: 64px;
    padding-top: 68px;
}
.s-normal-gray03{
    background-color: #f9fafa;
    padding-bottom: 64px;
    padding-top: 68px;
}
.s-normal-gray04{
    background-color: #f9fafa;
    padding-bottom: 22px;
    padding-top: 22px;
}
.s-normal-gray05{
    background-color: #f9fafa;
    padding-bottom: 64px;
    padding-top: 22px;
}

 @media screen and (max-width: 991px){
	 .s-normal-gray04{
	 padding-bottom: 64px;
	 padding-top: 68px;
	 }
	 .s-normal-gray05{
	padding-bottom: 64px;
	 padding-top: 68px;
	 }
	 
	 }

.s-normal-gray06{
    background-color: #f9fafa;
    padding-bottom: 64px;
    padding-top: 68px;
}

.section-title-normal {
  text-align: center;
  margin: 45px 0 45px 0;
}
.section-title-normal h6 {
/*  color: #3fb698;*/
    color: #333333;
  font-size: 18px;
/*  font-style: italic;*/
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 4px;
}
.section-title-normal h4 {
/*  color: #3fb698;*/
    color: #333333;
  font-size: 26px;
/*  font-style: italic;*/
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 4px;
}
.section-title-normal h3 {
/*  color: #3fb698;*/
    color: #333333;
  font-size: 36px;
/*  font-style: italic;*/
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 32px;
}
.section-title-normal h2 {
/*  color: #00324c;*/
    color: #333333;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  margin: 0 0 26px;
}
.section-title-normal p {
/*  color: #333333;*/
    color: #333333;
  font-size: 18px;
  line-height: 30px;
    margin-top: 26px;
    font-weight: bold;
}

.section-contents-normal{
    
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 26px;
    font-weight: bold;
    padding: 34px 34px;
    background-color: white;
    border: solid #e3dede 2px;
    border-radius: 1em;
}

.intro-msg{
    margin: 72px 0 54px 0;
}

.intro-msg p{
    color: #ffffff;
  font-size: 22px;
  line-height: 44px;
    margin-top: 26px;
    font-weight: bold;   
}

.welfare-contents h4 {
    color: #333333;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 4px;
}
.welfare-contents p {
/*  color: #333333;*/
    color: black;
  font-size: 18px;
  line-height: 44px;
    margin-top: 20px;
    margin-bottom: 68px;
    font-weight: 600;
}


.b-group div{
    text-align: center;
}
.b-group div h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 14px;
}
.b-group{
    margin-top: 68px;
}

.g-rm{
    margin-top: 50px;
    text-align: center;
}

.col-custom{
    width: 20%;
}
@media screen and (max-width:767px){
.col-custom{
	width: 100px;
}	
	
}

.ir-g{
    position: relative;
}

.ir-g div{
    position: absolute;
    width: 100%;
    top: 60%;
    text-align: center;
}

.ir-g h3{
    color: #0B638A;
    font-size: 22px;
    font-weight: 700;
}

.ir-g p{
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.ir-g .more{
    position: absolute;
    bottom: 0;
    right: 5%;
    font-weight: 500;
    color: black;
}

.s-info > h3{
   color: #262626;
  font-size: 2em;
  line-height: 1em;
    font-weight: bold; 
}

.s-info > p{
   color: #0F0F0F;
  font-size: 20px;
  line-height: 34px;
    font-weight: 400;
    margin-top: 2em;
}

.h-info > p{
   color: #0F0F0F;
  font-size: 20px;
  line-height: 38px;
    font-weight: 600;
}

.bg-01{
    background: url("../images/partnerbackground1.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 160px;
}

.bg-02{
    background: url("../images/rndbackground1.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.bg-03{
	background-color: #f9fafa;
   /* background: url("../images/bg041.png") no-repeat; */
    background-size: 100% 100%;
    padding-bottom: 120px;
}
.bg-04{
	background-color: #f9fafa;
   /* background: url("../images/backgroundset01-1.png") no-repeat; */
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.bg-05{
    background: url("../images/visionbackground3.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 160px;
}

.section-title .t-margin44{
    margin-top: 124px;
}

.t-margin6{
    margin-top: 84px;
}

.s-technology div, .s-service div, .s-vision div{
    text-align: center;
}

.read-more {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff!important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  outline: medium none;
  padding: 10px 54px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.read-more:hover {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  color: #333333!important;
}

.center{
    text-align: center;
    vertical-align: middle;
}

.right{
    text-align: right;
}

.b-left{
    border-left-width: 2px;
    border-left-color: #707070;
    border-left-style: solid;
}

.video-container video {
    width: 96%;
    transform: scale(1.11);
}

.section-title .t-margin44 {
    margin-top: 50px;
}

.video-container {
    max-width: 1000px;
    margin: auto;
    margin-top: 70px;
    overflow: hidden;
}

.vertical-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.bg-gray{
    background-color: #f9fafa;
}

.tb-padding{
    padding-top: 22px;
    padding-bottom: 22px;
}

@media (max-width: 768px){
    .s-reverse{
        flex-direction: column-reverse;
        flex-flow: row wrap-reverse
    }
}