html {

    height: 100%;

}



body {

    padding: 0;

    margin: 0;

    font-size: 14px;

    background-color: #0d2541;

    font-family: 'Corbel';

}



.grid-items {
 

   /* width: 570px;

    margin-top: 10px;*/

}



.grid {
    display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
      gap: 30px;
      margin: 70px auto;
      padding: 0 85px;

    /*margin-top: 50px;

    margin-bottom: 150px;*/

}



body.home {

    overflow: hidden

}



ul {

    margin-top: 0;

    margin-bottom: 10px;

    padding: 0

}



body.home.loaded {

    overflow-y: visible

}



h1 h2 h4 {

    font-weight: bold;

    color: #0D2541;

}



p {

    /* font-weight: bold;

    */

    color: #0D2541;

}



.cs-loader {

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 999999;

    background: #0d2541;

    overflow: hidden;

    -webkit-transition: all .3s linear;

    -moz-transition: all .3s linear;

    -ms-transition: all .3s linear;

    transition: all .3s linear;

}

.newsletter-accordion {
    padding-left: 0;
}

.newsletter-accordion li {
    border: solid 1px #DBDFEA;
    position: relative;
    border-bottom: none;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.newsletter-heading:after {
    content: "";
    background: url(../img/newsletter/arrow-down-sign-to-navigate.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 11px;
    width: 18px;
    height: 16px;
    background-size: 11px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newsletter-heading.active:after {
    content: "";
    background: url(../img/newsletter/arrow-point-to-right-white.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 11px;
    width: 18px;
    height: 16px;
    background-size: 11px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.newsletter-heading {
    border-bottom: solid 1px #DBDFEA;
    display: block;
    padding: 20px;
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    background-color: #EFF4F7;
}

.newsletter-accordion li .newsletter-content {
    display: none;
    /* padding-bottom: 1px; */
    border-bottom: solid 1px #DBDFEA;
}

.newsletter-heading.active {
    background-color: #39abc5;
    color: #fff !important;
    border-bottom: solid 1px #39abc5;
}

.newsletter-accordion-pdg li .active {
    border: solid 1px #39abc5;
}

.newsletter-heading:hover {
    background-color: #39abc5;
    text-decoration: none;
}

.letter-col img {
    width: 20px;
    height: auto;
}

.news-div {
    padding: 15px 15px;
}

.newsletter-link a {
    width: 25px;
    background: #39abc5 url(../img/newsletter/right-arrow-big.svg) no-repeat;
    background-position: center;
    background-size: 13px 13px;
    height: 25px;
    border-radius: 50px;
    display: block;
}

.letter-col {
    /* width: 25%;
    float: left;
    height: 134px; */
    background-color: #FFFFFF;
    position: relative;
    border: solid 1px #DBDFEA;
    margin: 0 8px 20px;
}

.news-div p {
    text-transform: uppercase;
    color: #39abc5;
    font-weight: 700;
}
#accordion li:first-child ul {
    display: block;
}
ul.static-menu,
.static-menu ul {
    list-style-type: none;
}

.static-menu {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #FFF;
}

.static-menu li {
    outline: none;
}

.static-menu .link,
.static-menu .static-link {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #0D2541;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.static-menu .sub-menu {
    display: none;
    background: #f4f9fa;
    font-size: 14px;
    padding-left: 0;
}

.static-menu .sub-menu li {
    position: relative;
}

.static-menu .sub-menu li {
    border-bottom: 1px solid #CBCBCB;
}
.static-menu .sub-menu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 6px;
    padding-left: 15px;
    font-size: 12px;
}
.static-menu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.static-menu li.open i {
    color: #39abc5;
}

.static-menu li i {
    right: 12px;
    left: auto;
    font-size: 11px;
}

.static-menu li i {
    position: absolute;
    font-size: 18px;
    color: #4d4d4d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.static-menu li.open .link {
    color: #39abc5;
    outline: none;
    border-bottom: 1px solid #CBCBCB;
}
.active-head {
    color: #fff !important;
    background: rgba(13, 37, 65, .6);
}
#newsletter-bank-list .newsletter-tab-content:first-child {
    display: block;
}
.newsletter-tab-content {
    display: none;
}
body.home.loaded .cs-loader {

    width: 0;

}



.cs-loader-inner {

    transform: translateY(-50%);

    top: 50%;

    position: absolute;

    width: 100%;

    color: #FFF;

    padding: 0 100px;

    text-align: center;

}



.cs-loader-inner img {

    margin: -70px auto 0 -20px;

    display: inline-block;

}



.cs-loader-inner label {

    font-size: 20px;

    opacity: 0;

    display: inline-block;

}



@keyframes lol {

    0% {

        opacity: 0;

        transform: translateX(-300px);

    }



    33% {

        opacity: 1;

        transform: translateX(0px);

    }



    66% {

        opacity: 1;

        transform: translateX(0px);

    }



    100% {

        opacity: 0;

        transform: translateX(300px);

    }

}



@-webkit-keyframes lol {

    0% {

        opacity: 0;

        -webkit-transform: translateX(-300px);

    }



    33% {

        opacity: 1;

        -webkit-transform: translateX(0px);

    }



    66% {

        opacity: 1;

        -webkit-transform: translateX(0px);

    }



    100% {

        opacity: 0;

        -webkit-transform: translateX(300px);

    }

}



.cs-loader-inner label:nth-child(6) {

    -webkit-animation: lol 3s infinite ease-in-out;

    animation: lol 3s infinite ease-in-out;

}



.cs-loader-inner label:nth-child(5) {

    -webkit-animation: lol 3s 100ms infinite ease-in-out;

    animation: lol 3s 100ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(4) {

    -webkit-animation: lol 3s 200ms infinite ease-in-out;

    animation: lol 3s 200ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(3) {

    -webkit-animation: lol 3s 300ms infinite ease-in-out;

    animation: lol 3s 300ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(2) {

    -webkit-animation: lol 3s 400ms infinite ease-in-out;

    animation: lol 3s 400ms infinite ease-in-out;

}



.cs-loader-inner label:nth-child(1) {

    -webkit-animation: lol 3s 500ms infinite ease-in-out;

    animation: lol 3s 500ms infinite ease-in-out;

}



.top-menu ul {

    padding-left: 0;

    margin-bottom: 4px;

}



.banner {

    overflow: hidden;

}
.banner-slider{
  width: 100%;
  height:100vh;
  position:relative;
}
.item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#banner {
  margin-bottom: 200px;
  height:100vh;
}
.banner-slider .owl-carousel.owl-theme,
.banner-slider .owl-carousel .owl-wrapper-outer,
.banner-slider .owl-carousel .owl-wrapper,
.banner-slider .owl-carousel .owl-item,
.banner-slider .item{
	height: 100%;
}
.banner-slider .owl-theme .owl-controls .owl-page span{
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 100%;
  margin: 0;
  
}
.banner-slider .owl-theme .owl-controls .owl-page.active span{
	background: rgba(255,255,255,1);
}
.banner-slider .owl-theme .owl-controls .owl-pagination{
	right: 65px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 transform: translateY(-50%);
}
.banner-slider .item{
	position:relative;
}
.banner-slider .item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(13,37,65,0.3);
}
 
.caption {

    position: absolute;

}



.top-section {

    width: 100%;

    left: 0;

    padding: 10px 50px;

    /* padding-top: 10px;

    padding-bottom: 10px; */

    position: fixed;

    z-index: 20000;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

    /* ie6-9 */

}



.top-menu li {

    list-style-type: none;

    float: left;

    font-family: 'DuplaDemibold';

    padding: 15px;

    color: white;

    padding-top: 25px;

}



.top-menu a:hover {

    text-decoration: none;

    color: #fff;

    font-family: 'DuplaDemibold';

}



.top-menu a {

    color: #fff;

    font-family: 'DuplaDemibold';

}



.top-logo img {

    max-width: 100%;

    display: block;

    margin: auto auto auto 0;

}

.caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    top: auto;
	
	bottom: 30px;

    left: 0;

    right: 0;

    margin: auto;

    position: absolute;

    z-index: 10;

    text-align: center;

    background-color: rgba(13, 37, 65, .6);

    max-width: 700px;

}



.caption:after {

    position: absolute;

    left: 30%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.caption h5 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

}



/* .caption1 {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    top: 37%;

    left: 0;

    right: 0;

    margin: auto;

    position: absolute;

    z-index: 10;

    text-align: center;

    background-color: rgba(13, 37, 65, .6);

    max-width: 600px;

} */

.caption1 {

    border: 1px;

    /* border-top: 2px solid #39abc5; */

    top: auto;
	
	bottom: 60px;

    left: 50px;

/*    right: 810px;*/

    margin: auto;

    position: absolute;

    z-index: 10;

    text-align: left;

    /* background-color: rgba(13, 37, 65, .6); */

    max-width: 600px;

}



.caption1:after {

    position: absolute;

    left: 15px;

    width: 180px;

    top: -5px;

    border-bottom: 2px solid #fff;

    content: '';

}



.caption1 h5 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-family: 'Corbel';
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 115px;
}
.more-btn{
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    float: left;
    text-decoration: none;
}
.more-btn:hover{
    text-decoration: none;
}

.bx-wrapper{
	display: inline-block;
}

.bx-wrapper .bx-pager {

    top: 0;

    margin-top: 25%;

}



.service-section {

    background-color: #0d2541;

}



.clear {

    clear: both;

}



.white-section h2 {

    color: #415469;

    font-size: 18px;

    font-weight: bold;

    font-family: 'Corbel';

    margin-top: 0;

}



/* .full-container {

    max-width: 1400px;

    margin-left: auto;

    margin-right: auto;

}

*/

.white-section ul {

    padding: 0;

    margin-top: 25px;

}



.white-section span {

    font-size: 18px;

    color: #5bb9cf;

    font-weight: bold;

    font-family: 'Corbel';

}



.left h2 {

    font-size: 15px;

    color: #161616;

    font-weight: bold;

    padding-top: 25px;

}



.left p {

    line-height: 1.5em;

}



.addressto {

    padding-left: 82px;

}



.service-complete h3 {

    font-size: 15px;

    font-weight: bold;

    font-family: 'Dupla';

    margin-top: 0;

}



.service-complete1 p {

    font-family: 'Corbel';

    font-size: 15px;

}



.service-complete {

    padding: 10px 10px 10px 10px;

    min-height: 165px;

}



.service-complete1 {

    padding-top: 10px;

}



.service-complete:hover {

    background-color: #39acc6;

    color: #fff;

}



.our-capabilities {

    padding: 50px 50px 30px;

}



.service-icon {

    width: 100px;

    height: 100px;

    float: left;

}



.service-1 {

    background-image: url(../img/service/bookkeeping.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-1 {

    background-image: url(../img/service/bookkeeping-white.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-2 {

    background-image: url(../img/service/compliance-ser-black.svg);

    background-position: 0 0;

    background-size: 80% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-2 {

    background-image: url(../img/service/compliance-white-ser.svg);

    background-position: 0 0;

    background-size: 80% auto;

    background-repeat: no-repeat;

}



.service-3 {

    background-image: url(../img/service/grc.svg);

    background-position: 0 0;

    background-size: 70% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-3 {

    background-image: url(../img/service/grc-white.svg);

    background-position: 0 0;

    background-size: 70% auto;

    background-repeat: no-repeat;

}



.service-4 {

    background-image: url(../img/service/startup.svg);

    background-position: 0 0;

    background-size: 80% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-4 {

    background-image: url(../img/service/startup-white.svg);

    background-position: 0 0;

    background-size: 80% auto;

    background-repeat: no-repeat;

}



.service-5 {

    background-image: url(../img/service/hr-section.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-5 {

    background-image: url(../img/service/hr-white.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-6 {

    background-image: url(../img/service/transaction.svg);

    background-position: 0 0;

    background-size: 75% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-6 {

    background-image: url(../img/service/transaction-whitee.svg);

    background-position: 0 0;

    background-size: 75% auto;

    background-repeat: no-repeat;

}



.service-7 {

    background-image: url(../img/service/healthcare.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-complete:hover .service-7 {

    background-image: url(../img/service/health-care-white.svg);

    background-position: 0 0;

    background-size: 90% auto;

    background-repeat: no-repeat;

}



.service-complete:hover p {

    color: #fff;

}



.white-section .bx-wrapper .bx-pager {

    position: absolute;

    width: auto;

    top: -50px;

}



.owl-buttons {

    display: none;

}



.owl-demo ul,

li {

    list-style-type: none;

}



.owl-pagination {

    position: absolute;

    right: 0;

    top: -45px;

}



#owl-demo {

    margin-left: -10px

}



#owl-demo .item {

    margin: 3px;

}



#owl-demo li a h3 {

    color: #333;

    text-decoration: none

}



#owl-demo li a p {

    color: #0D2541;

    text-decoration: none

}



#owl-demo a:hover {

    text-decoration: none;

    color: inherit

}



#owl-demo .service-complete:hover h3,

#owl-demo .service-complete:hover p {

    color: #fff;

    text-decoration: none !important

}



#owl-demo .item img {

    display: block;

    width: 50%;

    height: auto;

}



.owl-theme .owl-controls .owl-page {

    display: inline-block;

    /* float: right;

    */

}



.owl-theme .owl-controls .owl-page span:hover {

    background: #39acc6;

}



.owl-theme .owl-controls .owl-page span:active {

    background: #39acc6;

}



.owl-theme .owl-controls .owl-page span {

    background: none repeat scroll 0 0 #869791;

    border-radius: 19px;

    display: block;

    height: 11px;

    margin: 5px 5px;

    opacity: 0.5;

    width: 11px;

}



.white-section .bx-wrapper .bx-pager.bx-default-pager a.active {

    background-color: #39acc6;

}



.white-section {

    margin-top: -200px;

    background-color: #fff;

    padding: 50px 50px 30px;

}



.grey-capabilities {

    background-color: #0d2541;

}



.grey-capabilities h2 {

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    font-family: 'Corbel';

    margin-top: 0;

}



.grey-capabilities span {

    color: #5bb9cf;

    font-family: 'Corbel';

    font-size: 18px;

}



.grey-capabilities p {

    color: #fff;

    padding-top: 10px;

    font-family: 'Corbel';

}



.first p {

    font-family: 'Corbel';

    text-align: center;

}



img.capable {

    display: block;

    margin: 0 auto;

    width: 60px;

    min-height: 60px;

}



.blue-button {

    background-color: #39acc6;

    margin-top: -200px;

}



.blue-button h2 {

    font-size: 16px;

    color: #fff;

    padding-left: 20px;

    font-family: 'Corbel';

    font-weight: bold;

}



.blue-button p {

    font-size: 15px;

    color: #fff;

    padding-left: 20px;

    padding-right: 20px;

    line-height: 1.4em;

    text-align: justify;

    font-family: 'Corbel';

}



.read-button {

    background-color: #39acc6;

    border: 1px solid #fff;

    color: white;

    padding: 5px 15px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 15px;

    margin: 3px 20px;

    /*    margin-left: 20px;*/

    cursor: pointer;

    font-family: 'Corbel';

}



.read-button:hover {

    background-color: #39acc6 !important;

    color: white !important;

    text-decoration: none !important

}



.global img {

    width: 100%;

    padding-top: 20px;

}



.address {

    background-color: #fff;

    margin-top: 5px;

    padding: 0;

}



.address-icon {

    margin-top: 70px

}



.kochin {

    padding-top: 20px;

}



.mail {

    float: left;

    width: 50px;

    /* padding-top: 20px; */

}



.contact-address-service .left2 .mail {

    margin-top: 30px;

    padding: 0

}



.contact-address-service .left3 .mail {

    margin-right: 10px;

    margin-top: 30px;

    padding: 0

}



.footer-content ul li a {

    color: #fff;

    text-decoration: none;

}



.left2 {

    background-color: #f4f4f4;

    /*    min-height: 140px;*/

    min-height: 270px;

}



.left2 h2 {

    /*    margin-left: 20px;*/

    margin-top: 30px

}



.left3 h2 {

    margin-top: 35px

}



.right-section {

    float: left;

}



.address h2 {

    font-size: 17px;

    font-weight: bold;

}



.address h4 {

    font-size: 14px;

    font-weight: bold;

    font-family: 'Corbel';

}



.address p {

    font-size: 13px;

    font-family: 'Corbel';

    line-height: 15px;

}



.left2 p {

    font-family: 'Corbel';

}



.email {

    background-color: #fff;

}



.footer-content ul {

    overflow: hidden;

}



.footer-content {

    text-align: center;

}



.footer-content li {

    list-style-type: none;

    /*    float: left;*/

    display: inline-block;

    font-family: 'Corbel';

    padding: 10px 20px;

    color: white;

    margin-top: 40px;

}



.footer-icons p {

    color: #fff;

    float: right;

    font-family: 'Corbel';

    margin-right: 70px;

}



.footer-icons p span {

    float: left;

}



.footer-icons p a {

    float: left;

    margin-top: -5px;

    padding-left: 10px;

}



.footer-icons p a img {

    width: 20px;

}



.footer-icons {

    margin-top: 55px;

    overflow: hidden

}



.last-section {

    background-color: #39acc6;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 35px;

}



.last-section p {

    font-family: 'Corbel';

    font-size: 14px;

    color: #fff;

    text-align: center;

    margin-top: 10px;

}



.last-section a {

    color: #fff;

    text-decoration: none;

    font-family: 'Corbel';

    font-size: 14px;

}



.top-section.scrolling {

    background: #3c4f66;

}



.icon {

    display: none;

}



/*.......................................... CONTACT-US............................*/

.contact-banner {

    background-image: url("../img/contact-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 150px;

    padding-bottom: 100px;

}



.contact-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

}



.contact-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 800px;

    background-color: #18293f;

}



.contact-caption:after {

    position: absolute;

    left: 30%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.contact-caption h1 {

    font-size: 27px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 20px;

    padding-top: 20px;

}



.contact-fullsection {

    background-color: #f2f0f0;

    padding-bottom: 65px;

}



.contact-fullsection span {

    color: #39abc5;

    font-size: 18px;

    font-weight: bold;

}



.contact-fullsection h2 {

    color: #000;

    font-size: 18px;

    text-align: center;

    font-weight: bold;

    font-family: 'Corbel';

    padding-top: 20px;

}



.contact-fullsection p {

    color: #000;

    font-size: 15px;

    text-align: center;

    padding-bottom: 10px;

    font-weight: bold;

    font-family: 'Corbel';

    padding-top: 10px;

}



.contact-address {

    background-color: #fff;

    margin-top: 10px;

}



.contact-address h3 {

    color: #000;

    font-size: 15px;

    font-weight: bold;

    font-family: 'Corbel';

    padding-top: 20px;

    margin-left: 15px;

    text-align: center

}



.contact-address p {

    color: #39abc5;

    font-size: 14px;

    font-weight: bold;

    font-family: 'Corbel';

    text-align: center;

    margin-left: 15px;

}



.contact-map {

    margin-top: 10px;

}



.map-iframe {

    display: none;

}



.map-iframe.active {

    display: block;

}



.input-field {

    border: 0px;

    outline: 0;

    background: transparent;

    border-bottom: 2px solid #f2f0f0;

    box-shadow: 0 0 0;

    border-radius: 0px;

    color: #000;

    font-size: 12px;

    padding: 6px 0;

    margin-bottom: 30px;

    margin-left: 14px;

    font-weight: bold;

    width: 88%;

    height: 34px;

    font-family: 'Corbel';

}



.input-field:focus::-webkit-input-placeholder {

    font-size: 1em;

    position: relative;

    top: -20px;

}



/*.input-field:hover {

    border-bottom-color: #999999;

    font-family: 'Corbel';

}

*/

.input-field-state {

    border: 0px;

    background: transparent;

    border-bottom: 2px solid #f2f0f0;

    box-shadow: 0 0 0;

    border-radius: 0px;

    color: #75757e;

    font-size: 12px;

    padding: 6px 0;

    margin-bottom: 30px;

    margin-left: 14px;

    font-weight: bold;

    width: 88%;

    height: 34px;

    font-family: 'Corbel';

}



.input-field-state option {

    font-size: 12px;

    font-family: 'Corbel';

}



.input-field-msg {

    border: 0px;

    outline: 0;

    background: transparent;

    border-bottom: 2px solid #f2f0f0;

    box-shadow: 0 0 0;

    border-radius: 0px;

    color: #000;

    font-size: 12px;

    padding: 6px 0;

    margin-bottom: 30px;

    margin-left: 14px;

    font-weight: bold;

    width: 96%;

    height: 34px;

    font-family: 'Corbel';

}



.input-field-msg:focus::-webkit-input-placeholder {

    font-size: 1em;

    position: relative;

    top: -20px;

}



.contact-sub {

    padding: 5px 16px;

    font-size: 15px;

    color: rebeccapurple;

    margin-bottom: 40px;

    background-color: #39acc6;

    border: 0;

}



.contact-top-section.scrolling {

    background: #3c4f66;

}



.contact-sub {

    padding: 5px 16px;

    text-decoration: none;

    display: inline-block;

    font-size: 15px;

    background-color: #39acc6;

    color: #fff;

}



.centered-text {

    text-align: center;

    padding-bottom: 50px;

    padding-top: 20px;

}



.submit-button {

    padding: 6px 24px;

    border-radius: 20px;

    font-size: 14px;

    outline: none;

    font-weight: bold;

    background: #39acc6;

    color: #fff;

    font-family: 'Corbel';

    border: 0;

}



.submit-button:hover {

    background: #39acc6;

    outline: none;

    border-color: #39acc6;

    color: #fff;

    font-family: 'Corbel';

}



.contact-address-service h2 {

    font-size: 17px;

    font-weight: bold;

}



.contact-address-service h4 {

    font-size: 14px;

    font-weight: bold;

}



.contact-address-service p {

    font-size: 13px;

    color: #000;

    line-height: 18px;

    font-family: 'Corbel';

}



.contact-address-service {

    background-color: #fff;

    margin-top: 40px;

    margin-left: 50px;

    padding-right: 50px;

}



.home .contact-address-service {

    margin-top: 0px !important;

}



.contact-map iframe {

    width: 100%;

    border-bottom: 1px solid #000;

}



.first-map {

    border-bottom: 3px solid #a3ccff;

}



#contact-form {

    padding-top: 20px;

}



#contact-us-main-banner {

    overflow: hidden;

}



.mail-addressto {

    margin-top: 18px;

}



/*...............................SERVICES......................................................*/

.service-banner {

    background-image: url("../img/service/service-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 220px;

    padding-bottom: 100px;

}



.service-banner h1 {

    text-transform: uppercase;

}



.bookkeep-services {

    background-image: url("../img/service/bookkeeping-banner.png");

    background-size: cover;

}



.compliance-services {

    background-image: url("../img/service/compliance.png");

    background-size: cover;

}



.grc-services {

    background-image: url("../img/service/grc-banner.png");

    background-size: cover;

}



.hr-services {

    background-image: url("../img/service/hr-banner.png");

    background-size: cover;

}



.startup-services {

    background-image: url("../img/service/startup.png");

    background-size: cover;

}



.transaction-services {

    background-image: url("../img/service/transaction.png");

    background-size: cover;

}



.healthcare-services {

    background-image: url("../img/service/health.png");

    background-size: cover;

}



.service-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.service-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 450px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.service-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.grc-services .service-caption {

    max-width: 950px;

}



.transaction-services .service-caption {

    max-width: 660px;

}



.healthcare-services .service-caption {

    max-width: 600px;

}



.service-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.service-fullsection {

    background-color: #fff;

    padding-bottom: 50px;

    padding-top: 50px;

    line-height: 25px

}



.service-sentance p {

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.service-sentance h2 {

    font-family: 'Corbel';

    font-size: 18px;

    font-weight: bold;

    color: #253951;

    line-height: 24px

}



.service-sentance li::before {

    content: '■';

    color: #39acc5;

    margin-right: 10px;

}



.service-sentance li {

    /* list-style-type: square;

   */

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.service-sentance ul {

    padding-left: 0;

}



img.service-audit-img {

    display: block;

    margin: 0 auto;

    max-width: 100%;

}



.service-top-section.scrolling {

    background: #3c4f66;

}



/***************************dropdown in services start here****************************/

.submenu {

    position: relative;

}



.submenu ul {

    position: absolute;

    left: -50px;

    display: none;

    padding-left: 0;

    width: 200px;

    margin-top: 10px;

}



.submenu ul li {

    display: block;

    padding: 10px;

    font-size: 15px;

    background-color: #0d2541;

    border-bottom: 1px solid #fff;

    text-align: center;

    width: 100%;

}



.submenu ul li a {

    display: block;

}



.submenu:hover ul {

    display: block;

}



.submenu ul li:hover {

    background-color: #38acc6;

}



li.submenu {

    background-image: url(../img/down-arrow.png);

    background-repeat: no-repeat;

    background-position: 84% 62%;

    padding-right: 35px;

}



li.submenu:hover {

    background-image: url(../img/up-arrow.png);

    background-repeat: no-repeat;

}



/*...dropdown end here.........*/

/*.....................TAXATION SERVICES................*/

.taxation-service-banner {

    background-image: url("../img/service/taxation-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 194px;

    padding-bottom: 100px;

}



.taxation-service-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgb(88, 105, 124) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.taxation-service-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 450px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.taxation-service-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.taxation-service-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.taxation-service-fullsection {

    background-color: #fff;

    padding-bottom: 50px;

    padding-top: 50px;

    line-height: 25px

}



.taxation-service-sentance p {

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.taxation-service-sentance h2 {

    font-family: 'Corbel';

    font-size: 18px;

    font-weight: bold;

    color: #253951;

}



.taxation-service-sentance li::before {

    content: '■';

    color: #39acc5;

    margin-right: 10px;

}



.taxation-service-sentance li {

    /* list-style-type: square;

   */

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.taxation-service-sentance ul {

    padding-left: 0;

}



img.service-taxation-img {

    display: block;

    margin: 0 auto;

}



.taxation-service-top-section.scrolling {

    background: #3c4f66;

}



/*.............................ASSURANCE SERVICES................*/

.assurance-service-banner {

    background-image: url("../img/service/assurance-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 194px;

    padding-bottom: 100px;

}



.assurance-service-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.assurance-service-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 450px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.assurance-service-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.assurance-service-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.assurance-service-fullsection {

    background-color: #fff;

    padding-bottom: 50px;

    padding-top: 50px;

    line-height: 25px

}



.assurance-service-sentance p {

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.assurance-service-sentance h2 {

    font-family: 'Corbel';

    font-size: 18px;

    font-weight: bold;

    color: #253951;

    line-height: 24px

}



.assurance-service-sentance li::before {

    content: '■';

    color: #39acc5;

    margin-right: 10px;

}



.assurance-service-sentance li {

    /* list-style-type: square;*****************/

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.assurance-service-sentance ul {

    padding-left: 0;

}



img.service-taxation-img {

    display: block;

    margin: 0 auto;

}



.assurance-service-top-section.scrolling {

    background: #3c4f66;

}



/*............................TRANSACTION SERVICES............................*/

.transaction-service-banner {

    background-image: url("../img/service/transaction-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 194px;

    padding-bottom: 100px;

}



.transaction-service-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.transaction-service-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 450px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.transaction-service-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.transaction-service-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.transaction-service-fullsection {

    background-color: #fff;

    padding-bottom: 50px;

    padding-top: 50px;

    line-height: 25px

}



.transaction-service-sentance p {

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.transaction-service-sentance h2 {

    font-family: 'Corbel';

    font-size: 18px;

    font-weight: bold;

    color: #253951;

}



.transaction-service-sentance li::before {

    content: '■';

    color: #39acc5;

    margin-right: 10px;

}



.transaction-service-sentance li {

    /* list-style-type: square;

   */

    font-family: 'Corbel';

    font-size: 16px;

    color: #566374;

}



.transaction-service-sentance ul {

    padding-left: 0;

}



img.service-transaction-img {

    display: block;

    margin: 0 auto;

}



.transaction-service-top-section.scrolling {

    background: #3c4f66;

}



/*************************************************************directors-page************/

.directors-page {

    background-color: #fff;

    margin: 0 5px;

}



.home_section {

    background-color: #F4F4F4;

}



.margin-top-60 {

    margin-top: 10px;

}



.directors-page {

    padding: 10px;

    border-top: 5px solid #39ACC6;

}



.directors-page p {

    text-align: justify

}



.directors-page img {

    margin-top: 15px !important;

    margin-bottom: 20px !important;

    max-width: 100%;

}



.our-directors-banner {

    background-image: url("../img/our-directors/about-banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 190px;

    padding-bottom: 100px;

}



/*............................................ABOUT-US....................*/

#about-us-main-banner {

    overflow: hidden;

}



/* .about-us-banner {

    background-image: url("../img/about-us/banner.png");

    background-size: cover;

    width: 100%;

    padding-top: 220px;

    padding-bottom: 100px;

}

*/

.about-us-banner {

    background-image: url("../img/about-us/Group.png");

    background-size: cover;

    width: 100%;

    padding-top: 190px;

    padding-bottom: 100px;

}



.about-text {

    font-weight: bold;

    font-size: 36px;

    line-height: 40px;

}



.about-ptag {

    font-weight: bold;

    font-size: 16px;

    color: #0D2541;

}



.about-tag {

    font-weight: bold;

    font-size: 16px;

    color: #0D2541;

}



.about-us-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 99999;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.about-us-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 800px;

    background-color: rgba(13, 37, 65, .6);

}



/* .about-us-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}

*/

.about-us-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



/* .about-us-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}

*/

.about-us-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 20px;

    padding-top: 30px;

    padding-bottom: 10px;

}



.about-us-top-section.scrolling {

    background: #3c4f66;

}



.about-us-bluesection {

    background-color: #38acc6;

    padding-bottom: 40px;

    padding-top: 20px;

}



.about-us-bluesection h2 {

    color: #fff;

    font-family: 'Corbel';

    font-weight: bold;

    font-size: 16px;

}



.about-us-button {

    background-color: #38acc6;

    border: 1px solid #fff;

    color: white;

    padding: 4px 10px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 20px 0px;

    cursor: pointer;

    font-family: 'Corbel';

}



a.about-us-button {

    text-decoration: none;

    color: #fff;

}



#scroll img {

    display: block;

    margin: 0 auto;

}



.about-us-aboutsection {

    background-color: #f5f5f6;

    padding: 50px 15px 40px;

}



.about-us-aboutsection h3 {

    color: #000;

    font-size: 18px;

    text-align: center;

    font-family: 'Corbel';

    font-weight: bold;

    margin: 0 0 25px;

}



.about-us-aboutsection span {

    color: #57b5cb;

    font-size: 18px;

    font-family: 'Corbel';

    font-weight: bold;

}



.about-us-aboutsection p {

    font-size: 16px;

    font-family: 'Corbel';

    color: #797a7a;

    text-align: justify

}



.about-us-center {

    max-width: 800px;

    margin: 0 auto;

}



.about-us-whitesection {

    background-color: #fff;

    padding: 50px 15px 40px;

}



.about-us-whitesection-center {

    max-width: 800px;

    margin: 0 auto;

}



.about-us-whitesection-center #owl-demo {

    padding-bottom: 30px

}



.about-us-whitesection h3 {

    color: #000;

    font-size: 18px;

    font-family: 'Corbel';

    font-weight: bold;

    text-align: center;

    margin: 0 0 25px;

}



.about-us-whitesection span {

    color: #57b5cb;

    font-size: 18px;

    font-family: 'Corbel';

    font-weight: bold;

}



.about-us-whitesection p {

    font-size: 16px;

    font-family: 'Corbel';

    text-align: center;

    color: #777;

}



.about-us-complete {

    border: 1px solid #f6f7f8;

    min-height: 270px;

    margin-top: 40px;

    padding-top: 30px;

    position: relative;

    -webkit-transition: all .5s ease;

    -moz-transition: all .5s ease;

    -ms-transition: all .5s ease;

    transition: all .5s ease;

}



.about-us-complete:after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 5px;

    background: #57b5cb;

    -webkit-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -ms-transition: all .2s ease;

    transition: all .2s ease;

}



.middle_section {

    background-color: white;

}



.global_section {

    background-color: white;

    letter-spacing: 1px;

}



.middle_section img {

    margin-top: 40px !important;

    margin-bottom: 20px !important;

    max-width: 100%;

}



.margin-top-50 {

    margin-top: 30px;

}



.margin-bottom-50 {

    margin-bottom: 30px;

}



/* .about-description *{

    display: inline-block;

}

.about-description p{

    width:auto;

    float: left;

}

*/

.owl-carousel .owl-wrapper-outer {

    z-index: 999

}



.about-us-whitesection .item {

    padding: 10px;

}



.about-us-whitesection-center .owl-item:hover .about-us-complete {

    -moz-box-shadow: 0 0 10px #ccc;

    -webkit-box-shadow: 0 0 10px #ccc;

    box-shadow: 0 0 10px #ccc;

}



.about-us-whitesection-center .owl-item:hover .about-us-complete:after {

    height: 30px;

}



.about-us-complete p {

    font-family: 'Corbel';

    font-size: 13px;

}



.about-us-whitesection-center .owl-item:hover .about-us-complete p {

    color: #111

}



.about-us-whitesection #owl-demo .item img {

    width: auto;

    margin: 0 auto;

    padding-top: 30px;

    padding-bottom: 30px;

}



.about-us-whitesection .owl-controls {

    /*position: absolute;

    overflow: hidden;

   */

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    text-align: center;

}



.about-us-whitesection .owl-pagination {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    top: auto;

}



.about-us-whitesection .owl-theme .owl-controls .owl-page {

    float: none

}



span.about-us-line {

    border: 3px solid;

    width: 8%;

    height: 5px;

    display: block;

    margin: auto;

    border-radius: 20px;

}



.about-us-whitesection .owl-buttons {

    position: absolute;

    top: 40%;

    left: 0;

    right: 0;

    display: block;

    z-index: 9

}



.about-us-whitesection .owl-carousel {

    padding-left: 40px;

    padding-right: 40px;

}



.about-us-whitesection .owl-next {

    width: 32px;

    height: 32px;

    display: block;

    float: right;

    background: url("../img/about-us/next.png");

}



.about-us-whitesection .owl-prev {

    width: 32px;

    height: 32px;

    display: block;

    float: left;

    background: url(../img/about-us/previous.png);

}



.about-us-whitesection .owl-theme .owl-controls .owl-page span {

    border-radius: 19px;

    display: block;

    height: 12px;

    margin: 5px 7px;

    opacity: 0.5;

    width: 12px;

    border-style: solid;

    border-color: #38acc6;

    background-color: #fff;

}



.about-us-whitesection .owl-theme .owl-controls .owl-page span:hover,

.about-us-whitesection .owl-theme .owl-controls .owl-page.active span {

    background-color: #57b5cb;

}



button.overlay-close {

    display: none;

}



/*.................................global-presence.........................*/

.global_section {

    padding-top: 50px;

    padding-bottom: 50px;

}



.global-description p {

    font-size: 16px;

    margin-bottom: 15px

}



h4 {

    font-weight: bold;

    color: #0D2541;

    /* margin-top: 80px;

    */

}



.bold-text {

    font-weight: bold;

    font-size: 18px;

}



.global-presence-banner {

    background-image: url("../img/global-presence/banner-22.png");

    background-size: cover;

    width: 100%;

    padding-top: 190px;

    padding-bottom: 100px;

}



.global_section {

    text-align: center;

}



address {

    margin-bottom: 0 !important

}



.address-section {

    min-height: 200px;

}



.address-wrapper {

    margin-top: 20px;

    background-color: white;

}



.address-section:hover,

.address-section.active-address {

    background-color: #39ACC6;

    cursor: pointer;

}



.address-section:hover h4,

.address-section:hover address,

.address-section.active-address h4,

.address-section.active-address address {

    color: #fff;

}



/*..................................SECTORS....................................*/

#sectors-main-banner {

    overflow: hidden;

}



.sectors-banner {

    background-image: url("../img/sectors/sectors-banner.jpg");

    background-size: cover;

    width: 100%;

    padding-top: 220px;

    padding-bottom: 100px;

}



.sectors-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 99999;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.sectors-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 250px;

    padding-top: 5px;

    padding-bottom: 5px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.sectors-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.sectors-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.sectors-top-section.scrolling {

    background: #3c4f66;

}



.sectors-bluesection {

    background-color: #38acc6;

    padding-bottom: 40px;

    padding-top: 20px;

}



.sectors-bluesection {

    background-color: #38acc6;

    padding-bottom: 40px;

    padding-top: 20px;

    /*..for coming background image in centre...*/

    background-image: url(../img/sectors/sectors-global.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    /*..for coming background image in centre...stop here...*/

}



.sectors-bluesection h2 {

    color: #fff;

    font-family: 'Corbel';

    font-size: 25px;

    font-weight: bold;

}



.sectors-bluesection p {

    font-family: 'Corbel';

    color: #fff;

    font-size: 15px;

}



.sectors-white-section {

    background-color: #fff;

    overflow: hidden;

    padding-bottom: 25px;

    padding-top: 25px;

}



.sectors-white-section h2 {

    color: #000;

    font-size: 25px;

    font-family: 'Corbel';

    font-weight: bold;

    margin: 0;

    text-align: center;

}



.sectors-white-section p {

    text-align: center;

    font-family: 'Corbel';

    padding-top: 15px;

    margin-bottom: 40px

}



.sectors-services {

    padding: 0;

    display: inline-block;

}



.single-sector {

    margin-bottom: 40px

}



.single-sector img {

    height: 100px;

    max-width: 100%;

    display: block;

    margin: 0 auto 20px;

}



.single-sector label {

    display: block;

    color: #0D2541;

}



/*........................................Team Page.......................*/

#team-main-banner {

    overflow: hidden;

}



.team-banner {

    background-image: url("../img/team-page/team-banner.jpg");

    background-size: cover;

    width: 100%;

    padding-top: 194px;

    padding-bottom: 100px;

}



.team-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 30;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.team-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 300px;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-top: 15px;

    background-color: rgba(13, 37, 65, .6);

}



.team-caption:after {

    position: absolute;

    left: 35%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.team-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 15px;

    margin-top: 15px;

}



.team-top-section.scrolling {

    background: #3c4f66;

}



.team-white-section {

    background-color: #fff;

    padding-bottom: 50px;

    padding-top: 50px;

    line-height: 25px

}



.team-white-section p {

    color: #000;

    font-weight: bold;

    font-family: 'Corbel';

    text-align: center;

}



.team-member {

    padding: 30px;

    margin-bottom: 50px;

}



.team-member img {

    max-width: 100%;

    margin: 0 auto;

    display: block;

}



.team-member-details {

    max-width: 90%;

    margin: -30px auto 0;

    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);

    background-color: #fff;

    position: relative;

    text-align: center;

    padding: 15px 15px;

}



.team-member-details span {

    color: #66b1c4;

    font-family: 'Corbel';

    font-weight: bold;

    font-size: 17px;

}



.team-member-details h3 {

    font-family: 'Corbel';

    font-weight: bold;

    font-size: 17px;

    margin: 0;

}



.team-member-details h4 {

    font-family: 'Corbel';

    font-size: 16px;

    margin: 0;

    padding-top: 7px;

}



.team-member-box h5 {

    font-family: 'Corbel';

    font-weight: bold;

    font-size: 18px;

    text-align: center;

}



.team-submit-button {

    padding: 3px 20px;

    border-radius: 20px;

    font-size: 14px;

    outline: none;

    font-weight: bold;

    background: #39acc6;

    color: #fff;

    border: 0;

    font-family: 'Corbel';

    display: block;

    margin: 0 auto;

}



.team-member-box {

    border: 2px solid #37a7c0;

    width: 100%;

    min-height: 213px;

    padding-top: 50px;

    max-width: 290px;

}



.team-member-blue-border {

    padding: 30px;

    margin-bottom: 50px;

}



/*....................CAREERS PAGE.......................................*/

#careers-main-banner {

    overflow: hidden;

}



.careers-banner {

    background-image: url("../img/careers/careers-banner.jpg");

    background-size: cover;

    width: 100%;

    padding-top: 210px;

    padding-bottom: 100px;

}



.careers-top-section {

    width: 100%;

    left: 0;

    padding-top: 10px;

    padding-bottom: 10px;

    position: fixed;

    z-index: 99999;

    top: 0;

    background: -moz-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ff3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 104, 123, 1)), color-stop(100%, rgba(148, 158, 170, 0)));

    /* safari4+,chrome */

    background: -webkit-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* safari5.1+,chrome10+ */

    background: -o-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* opera 11.10+ */

    background: -ms-linear-gradient(90deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* ie10+ */

    background: linear-gradient(0deg, rgba(148, 158, 170, 0) 0%, rgba(88, 104, 123, 1) 100%);

    /* w3c */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58687b', endColorstr='#949eaa', GradientType=0);

}



.careers-caption {

    border: 1px;

    border-bottom: 2px solid #39abc5;

    margin-bottom: 30px;

    margin: auto;

    position: relative;

    z-index: 10;

    text-align: center;

    max-width: 250px;

    background-color: rgba(13, 37, 65, .6);

}



.careers-caption:after {

    position: absolute;

    left: 42%;

    right: 0;

    bottom: -2px;

    border-bottom: 2px solid #fff;

    content: '';

}



.careers-caption h1 {

    font-size: 36px;

    color: #fff;

    line-height: 1.3em;

    letter-spacing: 1px;

    font-family: 'Corbel';

    font-weight: bold;

    margin-bottom: 20px;

    padding-top: 20px;

}



.careers-top-section.scrolling {

    background: #3c4f66;

}



.careers-blue-section {

    background-color: #39aac4;

    padding: 30px 30px;

}



.careers-blue-section h2 {

    color: #fff;

    font-weight: bold;

    font-family: 'Corbel';

    font-size: 15px;

    text-align: center;

    line-height: 24px;

}



.careers-white-section {

    background-color: #fff;

}



.careers-white-section h3 {

    text-align: center;

    font-weight: bold;

    font-family: 'Corbel';

    font-size: 25px;

    margin: 0;

    padding: 55px 55px;

    color: #39aac4;

}



.custom-list {

    padding-left: 0;

}



.custom-list li {

    position: relative;

    padding-left: 15px;

    margin-bottom: 10px;

}



.custom-list li:before {

    content: "";

    position: absolute;

    width: 5px;

    height: 5px;

    left: 0;

    top: 8px;

    background-color: #39ACC6;

}



.menu-button {

    display: none;

}



/************************/

.grey-capabilities .single-icon {

    float: left;

    width: 20%;

}



.grey-capabilities .subpara {

    margin: 20px 0 30px;

}



.single-address {

    float: left;

    width: 25%;

    padding: 0 20px 0 0;

}



.border {

    border-right: 1px solid #ccc;

    min-height: 155px;

}



.footeraddress-section .single-address:last-child .border {

    border-right: 0px solid #ccc;

}



.footeraddress-section {

    padding: 10px 0;

}



.padding-right {

    padding-right: 50px

}



/*
Our Team New design
=========================================================*/
.member-image{
    width: 100%;
    height: 310px;
    margin-bottom: 10px;
	overflow: hidden;
}
.member-info h4{
    font-size: 28px;
    color: #000000;
}
.member-info p{
    font-size: 16px;
    color: #000000;
}
.member-image img{
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
}
.member-popup{
    border-top: 10px  solid #39ACC6;
    background: #ffffff!important;   
    padding: 15px!important;
    display: none;
    width: 900px!important;
    border-radius: 0 !important;
}
.popup-inner{
     position: relative;
}
.popup-content{
    display: flex;
    gap: 0 25px;
    align-items: center;    
}
.popup-title h4{
    font-size: 28px;
     color: #000000;
    font-weight: bold;
}
.popup-title p{
    font-size: 16px;
     color: #000000;
    font-weight: normal;
}
.popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup-left img{
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 379px;
}
.view-profile{
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border: 2px solid #39ACC6;
    padding: 5px 10px;
    width: 120px;
    color: #000000;
    background: #ffffff;
    display: flex;
    justify-content: center;
    gap: 0 6px;
    transition: all 0.3s ease;
    transform: translateY(20px);
      opacity: 0;
      text-decoration: none;
}
.grid-items{
    position: relative;
}
.popup-left {
    height: 100%;
    width: 33%;
}
.popup-right {
    width: 67%;
}
.grid-items:hover .view-profile {
      transform: translateY(0);
      opacity: 1;
      text-decoration: none;
}
.close-modal{
    display: none!important;
}
.modal{
    max-width: none!important;
}
.popup-right p{
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    line-height: 20px;
}
.team-page{
    background: #ffffff;
}
.mail-id{
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
    gap:0 10px;
}
.mail-id img{
    width: 22px;
}
.mail-id a{
    font-size: 16px;
    color: rgba(0,0,0,0.75);
}
.member-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.member-image:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/*..................................................media...queries....*/

@media (max-width: 480px) {



    .address,

    .contact-address-service {

        text-align: center

    }



    .contact-address-service {

        margin-top: 0

    }



    .mail {

        float: none;

        padding: 0

    }



    .right-section {

        float: none;

        padding: 10px 0 20px

    }



    .left1 {

        width: 100% !important

    }



    .left2 {

        background: #fff;

        margin-top: 10px;

    }



    .addressto {

        padding-top: 0 !important

    }



    .address h2 {

        margin-top: 10px

    }



    .left2 h2 {

        margin-left: 0;

        margin-top: 10px

    }



    .left3 {

        margin-bottom: 10px

    }



    .contact-address-service h2 {

        margin-top: 0

    }

}



@media (min-width: 768px) {

    .submenu:hover ul {

        display: block;

    }



    li.submenu:hover {

        background-image: url(../img/up-arrow.png);

        background-repeat: no-repeat;

    }

}



@media (max-width: 1200px) {

    .menu-button {

        display: block;

    }



    .top-menu {

        display: none;

    }



    .top-menu ul {

        overflow: hidden;

        margin-top: 30px;

        margin-left: 60px;

    }



    .submenu ul {

        position: relative;

        /*display: block;

       */

        text-align: center;

        width: 100%;

        margin: 0;

        left: 0;

        padding-left: 20px;

        padding-right: 20px;

    }



    li.submenu {

        background-position: 41% 47%;

    }



    .icon {

        display: block;

        float: right;

        cursor: pointer;

        margin-top: 15px

    }



    .top-menu {

        float: none;

        background-color: #34475f;

        position: fixed;

        left: 0;

        right: 0;

        position: absolute;

    }



    .top-menu li {

        width: 100%;

        text-align: left;

        font-size: 15px;

        padding: 10px 0;

    }



    .top-menu > ul {

        padding: 15px 0;

        overflow: hidden;

        margin-bottom: 0;

    }



    .top-menu a {

        font-size: 15px;

        color: #eee;

    }



    .submenu ul li {

        background: #022026;

        border-bottom: #495a6f;

        text-align: left;

        padding: 11px;

    }



    .submenu ul li:hover {

        background: #022026;

    }



    .overlay {

        position: fixed;

        width: 100%;

        height: 100%;

        top: 0;

        right: 0;

    }



    /* Overlay closing cross */

    button.overlay-close {

        width: 40px;

        height: 40px;

        position: absolute;

        left: 11px;

        top: 30px;

        overflow: hidden;

        border: none;

        background: url(../img/close.png) no-repeat center center;

        text-indent: 200%;

        color: transparent;

        outline: none;

        z-index: 100;

    }



    .overlay.overlay-hugeinc {

        background-color: rgba(0, 0, 0, 0.8);

    }



    /* Menu style */

    .overlay nav {

        text-align: center;

        position: absolute;

        left: 60px;

        top: 0;

        right: 0;

        bottom: 0;

        background: #022026;

    }



    button.overlay-close {

        display: block;

    }



    .left2 {

        min-height: 305px;

    }



}



@media (max-width: 767px) {
    .member-popup{width: auto !important;}
    .grid{padding: 0;}
    .popup-left{width: 100%;}
    .popup-right{width: 100%;}
    .popup-content{flex-direction: column;align-items: flex-start;}
    .modal{top: 90px!important;}



	#banner{margin-bottom: 0;}

    .address-section {

        padding-top: 15px !important;

        padding-bottom: 15px !important;

        min-height: 100% !important

    }



    .grid-items {

        width: 100%

    }



    .directors-page img {

        display: block;

        margin: 20px auto 0 !important

    }



    .margin-top-60 h4,

    .margin-top-60 p {

        text-align: center

    }



    .white-section {

        margin-top: 0;

        padding: 30px 20px 0;

        float: none;

    }



    .grey-capabilities {

        padding: 0 20px

    }



    .caption h5 {
		min-height: auto;
        font-size: 15px;

    }



    .caption1 h5 {

        font-size: 25px

    }



    .owl-theme .owl-controls .owl-page span {

        display: none;

    }



    .bx-wrapper .bx-pager.bx-default-pager a {

        display: none;

    }



    .caption {

        top: 40%;

        width: 90%;

    }



    .caption1 {

        top: 50%;

        width: 90%;

    }



    #owl-demo.owl-carousel.owl-theme {

        padding-left: 0px;

        padding-right: 0px;

    }



    .white-section h2 {

        padding-left: 0;

    }



    .blue-button {

        margin-top: 0;

        padding-top: 15px;

    }



    .service-icon {

        margin-right: 5px;

    }



    img.capable {

        max-width: 80px

    }



    .white-section ul {

        padding: 0;

        margin-bottom: 0

    }



    .read-button {

        margin-bottom: 15px

    }



    .contact-map {

        clear: left;

    }



    .our-capabilities {

        padding: 30px 0;

    }



    .service-complete-first p {

        margin-top: 20px;

    }



    .address {

        margin-top: 0;

        padding-top: 30px;

        padding-bottom: 15px;

    }



    #banner .bx-controls {

        display: none

    }



    .mail img {

        float: none;

    }



    .first p {

        text-align: center;

        padding: 0;

    }



    .kochin {

        padding-top: 0;

    }



    .footer-icons p {

        margin-right: 0;

        float: none;

        text-align: center;

        font-size: 16px;

    }



    .footer-icons p span {

        float: none;

    }



    .footer-icons p a {

        padding-left: 7px;

        float: none;

        margin-top: 0

    }



    .footer-icons {

        margin-top: 10px;

    }



    .footer-content ul {

        padding: 0;

    }



    .footer-icons p span {

        display: block;

        padding-top: 20px;

    }



    .footer-content {

        margin-top: 20px

    }



    .footer-content ul li {

        margin-top: 10px;

    }



    .footer-content li {

        float: none;

        text-align: center;

        padding: 4px;

    }



    .service-banner {

        padding-top: 124px;

        padding-bottom: 70px;

    }



    .service-caption h1 {

        font-size: 25px;

    }



    .service-caption {

        max-width: 300px;

    }



    img.service-audit-img {

        display: none;

    }



    .service-fullsection {

        padding-bottom: 20px;

        padding-top: 20px;

    }



    .service-sentance {

        padding-top: 20px;

    }



    .taxation-service-banner {

        padding-top: 124px;

        padding-bottom: 70px;

    }



    .taxation-service-caption h1 {

        font-size: 25px;

    }



    .taxation-service-caption {

        max-width: 300px;

    }



    img.service-taxation-img {

        display: none

    }



    .taxation-service-fullsection {

        padding-bottom: 20px;

        padding-top: 20px;

    }



    .taxation-service-sentance {

        padding-top: 20px;

    }



    .assurance-service-banner {

        padding-top: 124px;

        padding-bottom: 70px;

    }



    .assurance-service-caption h1 {

        font-size: 25px;

    }



    .assurance-service-caption {

        max-width: 300px;

    }



    img.service-assurance-img {

        display: none

    }



    .assurance-service-fullsection {

        padding-bottom: 20px;

        padding-top: 20px;

    }



    .assurance-service-sentance {

        padding-top: 20px;

    }



    .transaction-service-banner {

        padding-top: 124px;

        padding-bottom: 70px;

    }



    .transaction-service-caption h1 {

        font-size: 25px;

    }



    .transaction-service-caption {

        max-width: 300px;

    }



    img.service-transaction-img {

        display: none

    }



    .transaction-service-fullsection {

        padding-bottom: 20px;

        padding-top: 20px;

    }



    .transaction-service-sentance {

        padding-top: 20px;

    }



    .about-us-caption h1 {

        font-size: 15px;

        padding-top: 20px;

        padding-bottom: 0;

        text-align: center;

    }



    .about-us-banner {

        padding-top: 100px;

        padding-bottom: 50px;

    }



    .about-us-caption {

        max-width: 300px;

    }



    .about-us-whitesection .owl-buttons {

        display: none;

    }



    .about-us-whitesection .owl-theme .owl-controls .owl-page span {

        display: none;

    }



    .contact-banner {

        background-position: 100% 0;

        padding: 100px 15px 50px;

    }



    .contact-caption h1 {

        font-size: 15px;

    }



    .contact-address-service {

        margin-top: 0;

           padding: 20px 0;

    }



    .Fourth-section {

        text-align: center;

    }



    .sectors-banner {

        padding-top: 100px;

        padding-bottom: 50px;

    }



    ul.sectors-services {

        overflow: hidden;

        padding-left: 25px;

    }



    .sectors-bluesection p {

        margin-bottom: 0;

    }



    .sectors-bluesection {

        background-size: cover;

    }



    .team-banner {

        padding-top: 70px;

        padding-bottom: 50px;

    }



    .team-member-details {

        max-width: 290px;

    }



    .careers-banner {

        padding-top: 100px;

        padding-bottom: 50px;

    }



    .addressto {

        float: none;

        padding: 40px 0 0 0

    }



    .left2 {

        background-color: #f4f4f4;

        min-height: 140px;



    }



    .single-address {

        width: 100%;

        float: none;

        padding: 10px 0px 0 0;

    }



    .address-icon {

        margin-top: 70px;

        margin: 70px auto 0;

        display: block;

    }



    .footeraddress-section .single-address .border {

        border-right: 0px solid #F5F5F5;

    }



    .contact-address-service {

        margin-top: 40px;

        margin-left: 0px;

        padding-right: 15px;

        padding-left: 15px;

    }



    .address-icon {

    margin-top: 0px;

    margin: 20px auto 0;

    }

    .border {

    border-right: 0px solid #ccc;

    min-height: auto;

}

    .grey-capabilities .single-icon {

    float: none;

    width: 100%;

    padding: 15px 0px 0;

}

    .padding-right {

     padding-right: 0px; 

        

}

/*

    .home .contact-address-service {

    margin-top: 35px !important;

}

*/

    .grey-capabilities .subpara {

    margin: 20px 0 0px;

}

    .top-section {

    padding: 10px 0px;

    }

    img.capable {

    min-height: auto;

}

}



@media (min-width: 768px) and (max-width:992px) {

    .caption {

        width: 60%;

    }



    .caption h5 {

        font-size: 24px

    }



    .caption1 {

        width: 60%;

    }



    .caption1 h5 {

        font-size: 24px

    }



    .left1 {

        width: 50%;

    }



    .left2 {

        width: 50%;

    }



    .left3 {

        width: 50%;

    }



    .blue-section {

        width: 100%;

    }



    .blue-button {

        margin-top: 30px;

    }



    .left2 {

        clear: left;

    }



    .global img {

        padding-top: 20px;

        display: block;

        margin: 0 auto 20px;

        width: 50%;

    }



    /*

    .footer-content li {

        float: left;

        padding-left: 20px;

   }

*/



    .footer-icons p {

        text-align: center;

        float: none;

        margin-right: 0;

    }



    .footer-icons p a {

        padding-left: 15px;

    }



    .service-caption h1 {

        font-size: 35px;

    }



    .taxation-service-caption {

        max-width: 500px;

    }



    .taxation-service-caption h1 {

        font-size: 35px;

    }



    .service-caption {

        max-width: 500px;

    }



    .assurance-service-caption {

        max-width: 500px;

    }



    .assurance-service-caption h1 {

        font-size: 35px;

    }



    .transaction-service-caption {

        max-width: 500px;

    }



    .transaction-service-caption h1 {

        font-size: 35px;

    }



    .about-us-caption {

        max-width: 500px;

    }



    .top-menu.pull-right {

        text-align: center;

        float: none !important;

    }



    .top-menu > ul {

        display: inline-block;

    }



    .contact-address-service {

        margin-top: 0

    }



    .sectors-banner {

        padding-top: 150px;

    }



    #owl-demo.owl-carousel.owl-theme {

        padding-left: 0px;

        padding-right: 0px;

    }



    .white-section h2 {

        padding-left: 0;

    }



    .single-address {

        width: 50%;

    }



    .address-icon {

        margin-top: 70px;

        margin: 70px auto 0;

        display: block;

    }



    .footeraddress-section .single-address .border {

        border-right: 0px solid #F5F5F5;

    }

}

@media (max-width:1199px) {
    .letter-col {
        margin: 15px auto;
    }
}

@media (min-width: 992px) and (max-width:1024px) {

    .global img {

        width: 50%;

        display: block;

        margin: 0 auto 20px;

        padding-top: 20px;

    }



    .first {

        width: 25%;

    }



    .first p {

        padding-bottom: 20px;

    }



    .blue-button {

        margin-top: 0;

        padding-left: 30px;

    }



    .address {

        margin-top: 0;

    }



    .footer-icons {

        margin-top: 0;

    }



    .footer-icons p {

        margin-top: 50px;

    }



    .footer-icons p a {

        padding-left: 15px;

    }



    .taxation-service-caption {

        max-width: 700px;

    }



    .taxation-service-caption h1 {

        font-size: 50px;

    }



    .service-caption h1 {

        font-size: 50px;

    }



    .service-caption {

        max-width: 700px;

    }



    .assurance-service-caption h1 {

        font-size: 50px;

    }



    .assurance-service-caption {

        max-width: 700px;

    }



    .transaction-service-caption h1 {

        font-size: 50px;

    }



    .transaction-service-caption {

        max-width: 700px;

    }



    .top-logo img {

        left: 0;

        margin: 0 auto;

    }



    .top-menu.pull-right {

        text-align: center;

        float: none !important;

    }



    .top-menu > ul {

        display: inline-block;

    }



    .team-member-details {

        max-width: 270px;

    }



    .team-member-box {

        margin-left: 45px;

    }



    #owl-demo.owl-carousel.owl-theme {

        padding-left: 0px;

        padding-right: 0px;

    }



    .white-section h2 {

        padding-left: 0;

    }



    .single-address {

        width: 50%;

    }



    .address-icon {

        margin-top: 70px;

        margin: 70px auto 0;

        display: block;

    }



    .footeraddress-section .single-address .border {

        border-right: 0px solid #F5F5F5;

    }



}

