/*====================================================
                DEFAULT VALUES:

                Font Family                 : Finsight Solutions
                
                Greenish Blue               : #2196f3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                light Gray                  : #61666b       (Heading Second)
                Gray                        : #717171       (Paragraphs)
                Gray extra light            : #f5f5f5       (Content Background)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');

/* General CSS */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima Nova.eot');
    src: url('../fonts/Proxima Nova.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Proxima Nova.woff2') format('woff2'),
        url('../fonts/Proxima Nova.woff') format('woff'),
        url('../fonts/Proxima Nova.ttf') format('truetype'),
        url('../fonts/Proxima Nova.svg#Proxima Nova') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: local('ProximaNovaRegular'), 
	url('../fonts/ProximaNovaRegular.woff') format('woff'), 
	url('../fonts/ProximaNovaRegular.ttf') format('truetype');
	font-weight: 400;
    font-style: normal;
}



@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/helvmn.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/HELR65W.ttf');
    font-weight: bold;
    font-style: normal;
}
html,
body {height: 100%;     font-family: 'Proxima Nova';}
body {    font-family: 'Proxima Nova';    font-size: 16px;line-height: 24px;color: #000000;}  
h1, h2, h3, h4, h5 {font-family: 'Proxima Nova';color:#2a2d7c;} 
a {font-family: 'Proxima Nova';color: #2196f3;}
p {font-family: 'Proxima Nova';color: #000000;  font-size: 16px; font-weight: normal; }
@media (min-width: 1600px) {
p {font-family: 'Proxima Nova'; serif; color: #000000;font-size: 16px;font-weight: 400;}    
}
/*====================================================
                       NAVIGATION
======================================================*/
/*Top Navbar*/

.top-menubar-nav {display: none;}
header .topmenu {background: #edeff1;padding-top: 5px;padding-bottom: 5px;}
/*Top Contacts*/
header .topmenu ul {margin: 0;}
header .topmenu .top-contacts {line-height: 24px;}
header .topmenu .top-contacts li {color: #000000;padding: 5px 0;font-size: 16px; margin-right: 15px;display: inline-block;}
header .topmenu .top-contacts li a {color: #000000;    font-family: 'Proxima Nova';  font-size: 16px;}
header .topmenu .top-contacts i {color: #000000;font-size: 18px;    position: relative;top: 2px;margin-right: 3px;}
/*Top Data*/
header .topmenu .top-data {text-align: right;}
header .topmenu .top-data li {padding: 5px 5px;display: inline-block;border-right: solid 1px #eee;}
header .topmenu .top-data li:first-child {margin-left: 0;border-left: solid 1px #eee;}
header .topmenu .top-data li a {font-size: 12px;}
header .topmenu .top-data li a:hover {text-decoration: none;}
.top-social {height: 30px;text-align: center; width: 30px; padding: 5px;border-radius: 50%;background: #fff;font-size: 15px; vertical-align: middle;}
header .topmenu .top-data li i.top-social.fa-facebook, .social-icon-f li i.top-social.fa-facebook { border: 2px solid #4267b2;
color: #4267b2;}
header .topmenu .top-data li i.top-social.fa-facebook:hover, .social-icon-f li i.top-social.fa-facebook:hover {background: #4267b2;color: #fff;}
header .topmenu .top-data li i.top-social.fa-twitter, .social-icon-f li i.top-social.fa-twitter {border: 2px solid #4AB3F4;  color: #4AB3F4;}
header .topmenu .top-data li i.top-social.fa-twitter:hover, .social-icon-f li i.top-social.fa-twitter:hover { background: #4AB3F4;color: #fff;}
header .topmenu .top-data li i.top-social.fa-google-plus, .social-icon-f li i.top-social.fa-google-plus {border: 2px solid #e24343;color: #e24343;}
header .topmenu .top-data li i.top-social.fa-google-plus:hover, .social-icon-f li i.top-social.fa-google-plus:hover {        background: #e24343; color: #fff;}

header .topmenu .top-data li i.top-social.fa-linkedin, .social-icon-f li i.top-social.fa-linkedin {border: 2px solid #0077b5;color: #0077b5;}
header .topmenu .top-data li i.top-social.fa-linkedin:hover, .social-icon-f li i.top-social.fa-linkedin:hover {        background: #0077b5; color: #fff;}
header .topmenu .top-data li a.log-top {text-decoration: none; font-size: 16px;font-weight: 700;color:#888;}
header .topmenu .top-data li a.log-top:hover {color:#555;}
/*Responsive Topbar*/
@media (max-width: 991px) {
header .topmenu ul {text-align: center;}
header .topmenu .top-data li {top: 1px; padding: 6px 10px; margin-left: -5px;position: relative; border: solid 1px #eee;}
}
/*Navbar*/
.affix {position: fixed;top: 0;right: 0; left: 0;z-index: 1030;box-shadow: 0px 0.5px 4px #c3c2c2;}  
.navbar {padding-top: 15px;padding-bottom: 15px;-webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;    background: #fff;}
.navbar-header {padding-left: 85px;}
/*     .justify-content-end {
        padding-right: 85px;
    }
 */
.navbar-nav {float: right;}
.navbar-nav>li {height: 65px;line-height: 65px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;}
.navbar-nav>li:hover,
.navbar-nav>li:active {border-bottom: 2px solid #ed2024;background: none;}
.navbar-nav>li>a {color: #282d7d !important; font-size: 16px; font-weight: 500;font-family: 'Proxima Nova'; letter-spacing: 1px; margin: 0 15px;}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {color: #ed2024!important;}
/*This is item search bar*/
.navbar-nav li>.search {color: #aaa; cursor: pointer; font-size: 16px;z-index: 0; min-width: 30px;margin-top: 3px;        padding: 28px 0; text-align: center;display: inline-block;}
.navbar-nav li>.search:hover {color: #2196f3;}
.navbar .search-open {right: 0; top: 65px; display: none; height: 50px; padding: 4px; position: absolute; background: #fff;  box-shadow: 0 0 3px #ddd;z-index: 1001;}
.navbar .search-open input,
.navbar .search-open span {height: 40px;border-color: #2196f3;line-height: 50px;}
.navbar .search-open span {background: #2196f3; color: #fff;}
.navbar-toggle {background-color: rgba(0, 0, 0, 0.1); border: 1px solid #fff;border-radius: 0;}
.navbar-toggle .navbar-toggler-icon {background-color: #fff!important;}
.navbar-collapse {max-height: none !important;}
.vesco-top-nav ul.navbar-nav>li>a.active {color: #2196f3!important;}
.navbar-collapse {
    -ms-flex-preferred-size: inherit;
flex-basis: inherit;}
 @media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {position: absolute; 
    left: 0;}
.dropdown-cust.mega-menu .dropdown-item {border-right: 1px solid #e0e0e0;}    
.dropdown-cust.mega-menu {margin-top: 0px;min-width: 300px;padding: 0;border-top: 2px solid #ed2024;border-left: 2px solid rgba(1, 1, 1, 0); border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #ed2024;border-radius: 0;}
.footer-s1 .footer .container .col-md-2 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-s1 .footer .container .col-md-3.ourservice {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

} 
@media (min-width: 992px) and (max-width: 1200px) {
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {position: absolute;left: -300px;}    
}
.dropdown-cust {margin-top: 0px; min-width: 220px;padding: 0;border-top: 2px solid #ed2024;border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #ed2024;border-radius: 0;} 
img {max-width: 100%;}
.dropdown-cust .dropdown-item {display: block;width: 100%;padding: 8px 1rem;margin: 0px;height: auto;line-height: 22px;      font-size: 14px;clear: both;    font-weight: 500;    text-shadow: none;color: #333333;text-align: inherit;white-space: pre-line;background: 0 0;        border-bottom: 1px solid #e0e0e0;} 
.dropdown-cust li:hover,
.dropdown-cust .dropdown-item.active {background: #f0f0f0;}
.dropdown-cust.mega-menu .mega-menu-img img {}
.small-gap{ display:inline-block; width:100%; vertical-align:top; height:30px;}
@media (max-width: 991px) {
.navbar>.container .navbar-nav {float: left; border-top: 1px solid #ddd;width: 100%;}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {padding: 12px 0px;margin-left: -10px;}
.navbar-toggle {margin-right: 0;}
.navbar .search-open {width: 100%;}
.navbar-nav>li {height: auto;line-height: 35px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;    border-bottom: 1px solid #ddd;}
.navbar-nav>li.active,
.navbar-nav>li:hover,
.navbar-nav>li:active {border-bottom: 2px solid #ddd; background: #f0f0f0;}
.navbar li>.search {display: none;}
.navbar .search-open {right: 0;top: 0;display: block;height: auto;line-height: 50px;padding: 4px;position: relative;         box-shadow: none; background: none;z-index: 1;}
.dropdown-cust {margin-top: -2px;min-width: 220px;padding: 0;border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #2196f3;border-radius: 0;z-index: 0;overflow: hidden;}
}

@media (max-width: 991px) {
.affix {position: absolute;top: 0;right: 0;left: 0; z-index: 1030; box-shadow: 0px 0.5px 4px #c3c2c2;}  
.top-menubar {display: none;}
.container {max-width: 100%;}
.navbar>.container .navbar-brand,
.navbar>.container .navbar-toggler,
.navbar>.container-fluid .navbar-brand {margin: 8px 10px;}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {padding: 8px 0px;}
.navbar-nav>li {line-height: 25px; padding: 0 20px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;border-bottom: 1px solid #ddd;}
.navbar-nav>li:last-child {padding: 0px;}
.navbar-nav>li.dropdown .dropdown-menu {margin-bottom: 15px;}
.top-menubar-nav {display: block;}
.collapse.show {
    width: 100%;
}
}
@media (min-width: 1600px) {.dropdown-cust .dropdown-item {font-size: 14px;}
}
/*====================================================
                  BUTTON (Generic)
======================================================*/
.btn-general {background-color: transparent;text-align: center; border-width: 1px;border-radius: 0px;font-size: 16px;      padding: 10px 25px;font-weight: 400;}
.btn-white {border-color: #2196f3;background-color: #2196f3;color: #fff;}
.btn-white:hover,
.btn-white:focus {background-color: transparent;color: #2196f3;cursor: pointer;}
.btn-green {border-color: #ed2024 ;color: #ffffff!important;background: #ed2024 ;box-shadow: 0 0 10px 1px #bbbbbb;}
.btn-green:hover,
.btn-green:focus {background-color: #ffffff;color: #ed2024 !important;cursor: pointer;}
.caption-cell .btn.btn-general.btn-red {text-align: center;border-width: 1px;border-radius: 0px;font-size: 16px;padding: 10px 25px;font-weight: 400;}
/*====================================================
                       HOME
======================================================*/
.carousel-fade {height: 90vh; background-size: cover;background-position: center center; background-repeat: no-repeat;       background-image: url(../img/home-banner-bg.jpg);}
.carousel-fade .carousel-inner .carousel-item {-webkit-transition-property: opacity;transition-property: opacity;}
.carousel-fade .carousel-control {z-index: 2;}
.carousel-fade {position: relative;height: 90vh;}
.hero {position: absolute;top: 45%;left: 50%;background: rgba(134, 134, 134, 0.7);padding: 60px 40px;z-index: 3;color: #c0c0c0;text-align: center;text-transform: uppercase;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);-webkit-transform: translate3d(-50%, -50%, 0);-moz-transform: translate3d(-50%, -50%, 0);-ms-transform: translate3d(-50%, -50%, 0);-o-transform: translate3d(-50%, -50%, 0);transform: translate3d(-50%, -50%, 0);}
.hero:before {border-top: 3px solid #ed2024;border-left: 3px solid #ed2024;}
.hero:before {position: absolute;content: "";width: 150px;height: 100px;border-top: 3px solid #ed2024;border-left: 3px solid #ed2024;top: 0;left: 0;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s;z-index: -1;}
.hero:after{border-bottom: 3px solid #ed2024;border-right: 3px solid #ed2024;}
.hero:after {position: absolute;content: "";width: 150px;height: 100px;border-bottom: 3px solid #ed2024;border-right: 3px solid #ed2024;bottom: 0;right: 0;-webkit-transition: .3s;-moz-transition: .3s; -o-transition: .3s;transition: .3s;    z-index: -1;}
.hero:hover:before, .hero:hover:after{width: 100%;height: 100%;}
.hero h1 {font-size: 42px;color: #fff; font-weight: 400; width: 700px; min-height: 80px; margin: 0;padding: 0;opacity: 1;     letter-spacing: 2px; margin-bottom: 30px;}
.hero h1 span a {color: #282d7d; text-decoration: none;}
.hero h3 {font-size: 18px;line-height: 32px; color: #fff;letter-spacing: 1px; margin-bottom: 15px;}
.hero button {margin: 10px 0;}
.carousel-fade .carousel-inner .carousel-item .hero {opacity: 0;-webkit-transition: 2s all ease-in-out .1s;       -moz-transition: 2s all ease-in-out .1s; -ms-transition: 2s all ease-in-out .1s; -o-transition: 2s all ease-in-out .1s;      transition: 2s all ease-in-out .1s;}
.carousel-fade .carousel-inner .carousel-item.active .hero {opacity: 1; -webkit-transition: 2s all ease-in-out .1s;       -moz-transition: 2s all ease-in-out .1s; -ms-transition: 2s all ease-in-out .1s; -o-transition: 2s all ease-in-out .1s;transition: 2s all ease-in-out .1s;}
.overlay {position: absolute;width: 100%;height: 90%;z-index: 2;background: rgba(0, 0, 0, 0);}
.carousel-fade .carousel-inner .carousel-item {height: 100vh;}
@media (max-width: 767px) {
.hero h1 {font-size: 2.5em;color: #fff;font-weight: 700;width: 400px;margin: 0;padding: 0;opacity: 1;            letter-spacing: 2px;margin-bottom: 30px;}
.hero h3 {font-size: 1em;color: #fff;letter-spacing: 2px; line-height: 25px;margin-bottom: 15px;}
}
@media (max-width: 575px) {
.hero {position: absolute;top: 45%;padding: 20px 0px;}
.hero h1 {font-size: 1.9em; color: #fff; font-weight: 700; width: 370px; margin: 0;padding: 0;opacity: 1;            letter-spacing: 2px; margin-bottom: 30px;}
.hero h3 {font-size: .9em;color: #fff;letter-spacing: 2px;line-height: 25px;margin-bottom: 15px;}
}
@media (max-width: 420px) {
.hero {position: absolute;top: 45%;padding: 20px 0;border: 3px solid #fff;}
.hero h1 {font-size: 1.7em;color: #fff;font-weight: 700; width: 295px;margin: 0;padding: 0;opacity: 1;letter-spacing: 2px;  margin-bottom: 30px;}
.hero h3 {font-size: .8em;color: #fff;letter-spacing: 2px;line-height: 25px;margin-bottom: 15px;}
}
/*====================================================
               OTHER HOME PAGE
======================================================*/
.home-p {z-index: 1; padding: 100px 0; position: relative;}
.home-p.breadcrumbs-lg {padding: 200px 0;} 
.home-p.pages-head1 {background: url(../img/img/banner-1.jpg) no-repeat;background-size: cover;background-position: center center;}
.home-p.pages-head2 {background: url(../img/img/banner-2.jpg) no-repeat;background-size: cover;background-position: center center;} 
.home-p.pages-head3 {background: url(../img/img/banner-3.jpg) no-repeat;background-size: cover;background-position: center center;}  
.home-p.pages-head4 {background: url(../img/img/banner-4.jpg) no-repeat;background-size: cover;background-position: center center;}  
.home-p:after {top: 0;left: 0;z-index: -1;width: 100%; height: 100%; content: " ";position: absolute;background: rgba(0,0,0,0.2);}
.home-p h1 {color: #fff;font-size: 40px; line-height: 50px; text-transform: uppercase;}
.home-p p {color: #fff;font-size: 24px;font-weight: 200;margin-bottom: 0;text-transform: uppercase;}
@media (max-width: 992px) {
.home-p.breadcrumbs-lg {padding: 100px 0;}
}
@media (max-width: 768px) {
.home-p,
.home-p.breadcrumbs-lg {padding: 50px 0;}
.home-p h1 {font-size: 30px;line-height: 40px;}
.home-p p {font-size: 18px;}
}
/*====================================================
               TITLE CONTENT (Generic)
======================================================*/
.title-bar {padding: 40px 0;}
.title-bar h1 {color:#2a2d7c;letter-spacing: 1px; text-align: center; font-weight: 700;font-size: 46px;margin: 20px auto 30px auto; position: relative; z-index: 1; display: inline-block;}
.title-bar .heading-border {width: 60px;height: 10px;background-color: #ed2024;margin: 0 auto 20px auto;}
.heading-border-light {width: 30px; height: 5px; background-color: #ed2024; margin: 0 0 20px 0;}
.title-bar p {color: #000000;}
.title-bar p {text-align: justify;font-size: 16px;line-height: 24px; padding-bottom: 20px; margin: 0 auto; max-width: 900px;}
.title-bar .title-but {margin: 0;background-color: transparent;text-align: center;}
@media (max-width: 575px) {
.title-bar {padding: 50px 0;}
.title-bar h1 {color: #41464b;font-size: 30px;text-align: center;font-weight: 700; margin: 20px auto 10px auto;}
.title-bar p {text-align: center;font-size: 16px; line-height: 24px; padding-bottom: 40px; margin: 0 auto; max-width: 700px;}
}
@media (min-width: 1600px) {
.title-bar p {font-size: 16px;}
    }
/*====================================================
               COLOR (Generic)
======================================================*/
.cl-white {color: #fff;}
.cl-atlantis {color: #fff;}
.bg-white {background: #fff;}
.bg-atlantis {background: #2196f3;}
.bg-starship {background: #cdd613;}
.bg-matisse {background: #0b385d;}
.bg-chathams {background: #0aa1b9;}
.bg-gray {background: #f0f0f0;}
.bg-light-gray {background: #f9f9f9;}
.bg-gradiant {background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);/* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1))); /* safari4+,chrome */ background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%); /* opera 11.10+ */}
/*====================================================
                LOGIN OR REGISTER
======================================================*/
#login-modal .modal-dialog {margin-top: 170px;width: 400px;}
#login-modal label {color: #888;margin-bottom: 0;}
#login-modal input[type=text],
input[type=password] {margin-bottom: 15px;border-radius: 0;}
.modal-backdrop.in {filter: alpha(opacity=10); opacity: .8;}
.modal-content {/*background-color: #ececec;*/border: 3px solid #2196f3;border-radius: 0px;outline: 0;}
.modal-header {min-height: 16.43px;padding: 15px 15px 15px 15px; border-bottom: 0px;}
.modal-body {position: relative; padding: 25px 45px;}
.modal-footer { padding: 15px 45px 15px 45px; text-align: left; width: 100%; border-top: 0px;-ms-flex-align: center;         align-items: center; -ms-flex-pack: end; justify-content: center;}
.modal-footer {display: -ms-flexbox;display: flex; padding: 15px;border-top: 1px solid #e9ecef;}
.checkbox {margin-bottom: 0px;}
.btn-link {padding: 5px 10px 0px 0px;color: #95a5a6;}
.btn-link:hover,
.btn-link:focus {color: #2c3e50;text-decoration: none;}
 @media (max-width: 575px) {
#login-modal .modal-dialog {margin-top: 100px; width: 300px; margin: 100px auto;}
}
/*====================================================
                        ABOUT
======================================================*/
.about .about-content-box {padding: 80px 20px;text-align: center;}
.about-content-box>i {color: #fff;height: 150px;line-height: 150px; font-size: 100px;}
.about-content-box>h5 {color: #fff;text-transform: none; font-weight: normal; padding: 20px 0 10px 0;}
.about-content-box>p {color: #fff;}
 @media (max-width: 767px) {
.about .container-fluid {width: 60%}
.about .container-fluid .col-md-4 {margin: 15px 0;}
}
@media (max-width: 585px) {
.about .container-fluid {width: 80%}
.about .container-fluid .col-md-4 {margin: 15px 0;}
}
 @media (max-width: 420px) {.about .container-fluid {width: 100%}
.about .container-fluid .col-md-4 {margin: 0;}

#about .title-bar p:last-child {
    padding-bottom: 0px;
}
}
/*====================================================
                       service
======================================================*/
@keyframes heart-beats {
    0%   { transform: scale(0.0);}
    100%   { transform: scale(1.0); }
}  
@-webkit-keyframes heart-beats {
    0%   { transform: scale(0.0);}
    100%   { transform: scale(1.0); }    
}
.noti-numb-bg{border: 4px solid rgba(36, 148, 241, 0.74);border-radius: 50%;-webkit-animation: heart-beats 1s infinite;    animation: heart-beats 1s infinite;}
.service{ display:inline-block; /*background:#f5f5f5;*/ padding:40px 0; width:100%;}
.le_iconarea ul, .rt_iconarea ul, .ce_iconarea ul {  padding: 0;   list-style: disc;    margin: 0;}
.le_iconarea ul li {font-size: 16px;color: #000000; padding: 15px 0;display: block; overflow: visible;text-align: left;    font-weight: 300; }
.service ul li, .sow-image-container img{-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;-webkit-transform: scale(1);transform: scale(1);backface-visibility: hidden;-webkit-font-smoothing: antialiased;}
.service ul li{-webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.service ul li:hover p {top:-12px; /*text-shadow: 0 2px 0 #ffffff, 0px 1px 3px rgba(0,0,0,0.5);*/}
.sow-image-container:hover  img {opacity: 1;-webkit-transform: scale(1.2);transform: scale(1.2);backface-visibility: hidden;}
.service ul li:hover img{top:-12px;     /*text-shadow: 0 2px 0 #ffffff, 0px 1px 3px rgba(0,0,0,0.5);*/}
.service ul li:hover h3{top:-12px; /*text-shadow: 0 2px 0 #ffffff, 0px 1px 3px rgba(0,0,0,0.5);*/}
.service ul li img{-webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in;  -o-transition: all 0.1s ease-in;  transition: all 0.1s ease-in; position:relative; top:0;text-shadow: 0 2px 0 #ffffff, 0px 1px 2px rgba(0,0,0,0.5);-webkit-font-smoothing: antialiased; vertical-align: top;}
.le_iconarea ul li span {display: inline-block;vertical-align: middle;line-height: normal;width: 70%;}
.le_iconarea ul li img {display: inline-block;/*margin-left: 15px;*/ margin-left: 0px;}
.mid_logo { margin-top: 50px;}
.rt_iconarea ul li {font-size: 16px;color: #000000; padding: 15px 0;overflow: visible;display: block;font-weight: 300;}
.rt_iconarea ul li img {display: inline-block;margin-right: 15px;float: none;}
.rt_iconarea ul li span {display: inline-block;vertical-align: middle;line-height: normal; width: calc(100% - 100px);}
.mid_iconarea{ text-align:center}
.service h3 {font-size: 18px;font-weight: 700;    color: #2a2d7c;     text-transform: capitalize; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in;  -o-transition: all 0.1s ease-in;  transition: all 0.1s ease-in; position:relative; top:0;text-shadow: 0 2px 0 #ffffff, 0px 1px 1px rgba(0,0,0,0.5);}
.service p{font-family: 'Proxima Nova'; font-size:16px; line-height: 24px; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in;  -o-transition: all 0.1s ease-in;  transition: all 0.1s ease-in;text-shadow: 0 2px 0 #ffffff, 0px 1px 1px rgba(0,0,0,0.5); position:relative; top:0;}
.full-width{ width:100%;margin-top: -60px;}
.ce_iconarea ul li {font-size: 16px;color: #000000;overflow: visible; padding: 15px 0; display: block;text-align: center;    font-weight: 300;}
.ce_iconarea ul li img {display: inline-block;margin-right: 0;margin-bottom: 15px;float: none;}
.ce_iconarea ul li span {display: inline-block; vertical-align: middle;line-height: normal; width: 100%;}
/*====================================================
                       STORY
======================================================*/
#story { padding-bottom: 50px;  }
.story-desc {padding: 0 40px 40px 10px; }
.story-desc>h6 {color: #2196f3;font-weight: 700;}
.story-desc>p {font-size: 16px;}
.story-descb { padding: 10px 10px 30px 10px;margin: 60px 0; background: #f7f7f7; text-align: center; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.story-descb:hover {box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);border-bottom: 5px solid #2196f3;margin-top: 55px; cursor: pointer;}
.story-descb>i {font-size: 45px; height: 60px;line-height: 60px;color: #999;}
.story-descb h6 {font-size: 18px;color: #666; padding: 25px 0 5px;}
.story-descb p {color: #867f7f; font-size: 16px;}

    @media (max-width: 767px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 585px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 10%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 420px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (min-width: 1600px) {
        .story-desc>p {
            font-size: 16px;
        }

        .story-descb p {
            color: #867f7f;
            font-size: 16px;
        }
    }

/*====================================================
                       THOUGHT
======================================================*/

    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
       /* height: 550px;   height: 410px;*/
        background-image: url(../img/thought-bg.jpg);
		position: relative;
    }

    .title-bar-thought p {
        color: #000000;
        /*font-size: 17px;
        padding-top: 50px;*/
		font-size: 16px;
        padding-top: 0px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #000000;    font-size: 22px;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        /*height: 550px;*/ height: 100%;
        background: rgba(245, 245, 245, 0.80);
    }

    #thought .title-bar {
        padding: 15px 0;
    }
.title-bar-thought h6 span {
    clear: both;
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 5px;
}

/*====================================================
                       OFFER
======================================================*/

    #comp-offer {
        padding: 0 0 0;
    }

    .desc-comp-offer h2,
    .desc-comp-offer>.heading-border-light {
        margin-left: 20px;
    }

    .desc-comp-offer-cont {
        margin-bottom: 10px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

/*     .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        margin-top: -5px;
        cursor: pointer;
    } */

    .desc-comp-offer .btn-green {
        margin: 15px;
    }

    .desc-comp-offer .btn-white {
        margin: 15px;
        padding: 10px 18px;
    }

    .thumbnail-blogs {
        position: relative;
        overflow: hidden;
    }

    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        padding: 10%;
        display: block;
		
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }
.caption-content {
    width: 100%;
    height: 100%;
    padding: 15px; display:table;
     text-align: center;
    position: relative;
}
.caption-cell{ display:table-cell;    vertical-align: middle;}
.caption-content:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-top: 3px solid #ed2024;
    border-left: 3px solid #ed2024;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.red{color #ed2024}
.btn-red {
    background: #ed2024 !important;
    color: #ffffff !important;
    cursor: pointer;
	border:1px solid #ed2024;
     
}
.caption-content:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-bottom: 3px solid #ed2024;
    border-right: 3px solid #ed2024;
    bottom: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.caption-content:hover:before, .caption-content:hover:after {
    width: 100%;
    height: 100%;
}

    .desc-comp-offer-cont h3 {
           font-size: 22px;
    line-height: 32px; color: #ffffff;
        text-transform: none;
    }

    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 16px;
    }

    .desc-comp-offer-cont a {
        padding: 0px 10px;
    }
.black-overlay {
    width: 100%;
    height: 100%;
    background: rgba(40, 45, 125, 0.50);
    position: absolute;
    top: 0;
	
}
#home .black-overlay {
    background: rgba(134, 134, 134, 0.50);
}
.slide-content {
    position: relative;
    padding: 30px;
    z-index: 1;
}
 .slide-content:before {
    border-top: 2px solid #00DBAA;
    border-left: 2px solid #00DBAA;
}
.slide-content:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 100px;
    border-top: 2px solid #ed2024;
    border-left: 2px solid #ed2024;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.slide-content:after {
    border-bottom: 2px solid #ed2024;
    border-right: 2px solid #ed2024;
}
.content-border:after, .slide-content:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 100px;
    border-bottom: 2px solid #ed2024;
    border-right: 2px solid #ed2024;
    bottom: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.owl-carousel .slide-content h2 {
    font-size: 62px;
    color: #282d7d;
    line-height: 70px;
    text-shadow: 0 0px 15px #ffffff;
}
.owl-carousel .slide-content p {
    color: #000000;
    font-size: 35px;
    line-height: 50px;
    text-shadow: 0 0 15px #ffffff;
}

.content-border:hover:before, .content-border:hover:after, .slide-content:hover:before, .slide-content:hover:after {
    width: 100%;
    height: 100%;
}
.boxed-btn {
    background-color: #00DBAA;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 25px;
    margin-top: 40px;
    padding: 8px 26px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#home .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; height:100%;
	display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#home .owl-carousel .owl-item{    height: calc(100vh - 147px);}
.owl-theme .owl-nav [class*=owl-]{position: absolute;
    top: 45%;    margin: 0;
    padding: 0;
	background-color:inherit !important;
    background: url(../img/back.svg) no-repeat;
    z-index: 99999;
    left: 2%;
	text-indent: -99999px;
    width: 50px;
    height: 50px;
    background-size: 100%;}
.owl-theme .owl-nav [class*=owl-next]{right: 2%; left:inherit;text-indent: -99999px;
    width: 50px;
    height: 50px;background: url(../img/next.svg) no-repeat;
    background-size: 100%;}
.title-bar h1:before, .title-bar h1:after {
    border-bottom: 10px solid transparent;
    border-left: 100px solid #282d7d;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    top: 15px;
}
.title-bar h1:before, .title-bar h1:after {
    border-left: 100px solid #282d7d;
}
.title-bar h1:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -110px;
}
.title-bar h1:before {
    right: -110px;
}
    @media (min-width: 768px) and (max-width: 991px) {

        #comp-offer {
            margin-left: 0px
        }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90%!important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%!important;
        }
		.top-menubar-nav .row {
			justify-content: space-between;
		}
		.topmenu .col-md-9 {
			flex: 0 0 68%;
			max-width: 68%;
		}
		.topmenu .col-md-3 {
			flex: 0 0 33%;
			max-width: 26%;
		}
		.le_iconarea ul li {
			display: flex;
			flex-wrap: wrap;
		}
		.rt_iconarea ul li span {
			width: 100%;
			margin-top: 10px;
		}
		.le_iconarea ul li span {
			width: 100%;
			order: 2;
			margin-top: 10px;
		}
		.le_iconarea ul li img {
			order: 1;
		}
		.title-bar h1:before, .title-bar h1:after {
			border-left: 70px solid #282d7d;
		}
		
		.title-bar h1:before {
			right: -97px;
		}
		.title-bar h1:after {
			left: -97px;
		}
		section.contactdetails {
			padding: 30px 15px;
		}
		.headingcontact.col-md-11 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
		.registerform .col-md-12 {
			padding-left: 0px;
			padding-right:0px;
		}
		p.checkboxerrorcode1 {
			margin-top: 20px;
		}
    }

    @media (max-width: 767px) {
        .desc-comp-offer {
            margin-top: 20px;
        }
    }

    @media (max-width: 575px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%!important;
        }

        .desc-comp-offer {
            margin: 20px auto;
        }
    }

    @media (max-width: 420px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
        }
    }

    @media (min-width: 1600px) {
        .desc-comp-offer-cont p {
            padding: 0 10px;
            font-size: 16px;
        }
    }

/*====================================================
                      WHAT WE DO
======================================================*/

    .what-we-do {
        padding: 110px 0;
    }

    .what-we-do h3 {
        padding-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .what-we-do .heading-border-light {
        background-color: #fff;
    }

    .what-we-do p {
        color: #fff;
    }

    .what-we-desc {
        padding: 20px;
        color: #fff;
    }

    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .what-we-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-desc p {
        font-size: 16px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .what-we-desc i {
            float: left;
            font-size: 35px;
            margin-right: 20px;
            height: 125px;
            line-height: 45px;
        }
    }

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

        .what-we-do {
            padding: 110px 50px;
        }

        .what-we-do .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%!important;
            margin: auto;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
            margin: auto;
        }
    }

    @media (min-width: 1600px) {
        .what-we-desc p {
            font-size: 16px;
        }
    }

/*====================================================
                   SERVICE-HOME
======================================================*/

    #service-h {
        padding: 120px 0 50px;
    }

    .service-h-desc {
        padding: 50px 10px 90px 60px;
    }

    .service-h-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .service-himg {
        background: #F0F0F0;
        height: 475px;
        margin-top: 30px;
        width: 70%;
    }

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

    .service-h-tab {
        position: relative;
        margin: 20px 0;
    }

    .service-h-tab .nav-tabs>a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #2196f3;
        background: #2196f3;
    }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .service-himg {
            background: #fff;
            height: 475px;
            margin: auto;
        }

        #service-h .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%!important;
        }

        .service-himg iframe {
            height: 370px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

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

        .service-himg iframe {
            height: 370px;
            width: 100%;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (max-width: 767px) {

        #service-h {
            padding: 30px 0 0px;
        }

        .service-himg {
            background: #fff;
            height: 315px;
            width: 100%;
        }
        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-tab .nav-tabs>a {
            border-radius: 0;
            width: 100%;
            text-align: center;
            height: 55px;
            line-height: 40px;
            border: 1px solid #ddd;
        }
    }

    @media (max-width: 420px) {
        .service-himg iframe {
            height: 200px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-desc {
            padding: 50px 10px 90px 10px;
        }
    }

/*====================================================
                       CLIENT
======================================================*/

    #client {
        padding-bottom: 100px;
        background: #f0f0f0;
    }

    .client-cont {
        width: 400px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        border-bottom: 5px solid #2196F3;
    }

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

    @media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }
        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
    }

    @media (max-width: 767px) {
        .client-cont {
            width: 100%;
            padding: 30px;
            background: #fff;
            margin: 0 auto;
            margin-top: 20px;
        }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
    }

    @media (max-width: 420px) {
        h5 {
            color: #2196f3;
            font-size: 16px;
            text-transform: uppercase;
        }
    }
/*====================================================
                   CONTACT-HOME
======================================================*/
    .contact-h-bg {
        background-image: url(../img/contact-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-h-cont {
        margin: 60px 0;
        padding: 50px;
        background: rgba(33, 150, 243, 0.65);
    }
    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }
    .contact-h-cont button {
        background: #fff;
        color: #2196f3;
        margin-top: 10px;
        text-align: center;
    }

    .contact-h-cont button:hover {
        background: #2196f3;
        color: #fff;
    }
	.servic-about .col-sm-6,
	.servic-about .col-md-6 {
		margin-top: 20px;
	}
	
/*====================================================
                    FOOTER
======================================================*/
    .footer-s1 .footer {
        padding: 50px 0;
        background: #b1e0fd;    font-family: 'Proxima Nova';
    font-size: 16px;
    }
.footer-s1 .footer .link-list li a i{ margin-right:5px;}
    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #000000;    font-family: 'Proxima Nova';
    font-size: 16px;
    }



    /*Heading Fotoer*/

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #000000;
        position: absolute;
    }

    .footer-s1 .heading-footer h2 {
        color: #000000;
        font-size: 18px;
        text-transform: none;
    }




    /*Link link*/

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
           line-height: 24px;
		    position: relative;
    padding-left: 12px;
    }
.address-details-f li {     padding-left: 25px !important;}
.footer-s1 .footer .link-list li i {
    position: absolute;
    left: 0;
    top: 4px;
}
    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #000000;
         font-family: 'Proxima Nova';
    font-size: 16px;
        margin-bottom: 3px;
        display: inline-block;
    }

.footer-s1 .footer .link-list a:hover {color: #333333;}
.footer-s1 .footer .link-list li small {color: #000000;display: block;}
/*Thumb list*/
.footer-s1 .footer .thumb-list>li {margin-bottom: 20px;}
.footer-s1 .footer .thumb-list>li:before,
.footer-s1 .footer .thumb-list>li:after {content: " "; display: table;}
.footer-s1 .footer .thumb-list>li:after {clear: both;}
.footer-s1 .footer .thumb-list>li img {float: left;width: 80px;height: auto;margin-right: 10px;}
.footer-s1 .footer .thumb-list>li a {color: #ffffff;display: block;padding-bottom: 8px;}
.footer-s1 .footer .thumb-list>li a:hover {color: #ffffff;}
.footer-s1 .footer .thumb-list>li small {color: #ffffff;font-size: 13px;}
address.address-details-f,
address.address-details-f a {color: #000000;font-size: 15px;}
.social-icon-f li {float: left;margin: 10px 10px 10px 0;}
#thought-desc p{ padding-bottom:15px !important;line-height: 24px; /*height: 100px;    overflow: hidden;*/ margin-bottom: 25px;}
.testi-btn{ margin-bottom:15px;}
/*footer bottom*/
#footer-bottom {background-color: #b1e0fd;padding: 0 0;}
#footer-copyrights{padding:15px 0; border-top:1px solid rgba(219, 221, 255, 0.28);}
#footer-copyrights p {margin: 0;font-family: 'Proxima Nova';font-size: 16px;font-weight: normal;color: #000;   text-align: left;}
#footer-copyrights a{ color:#000;}

.btn-back-to-top {position: fixed;bottom: 20px;right: 20px;font-size: 22px; padding: 3px 15px;border-radius: 0;display: none;
}
/*services page*/
.servicesbanner{ background-image:url('../img/servicesbanner.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0;}	
.black-overlay2{width: 100%; height: 100%; background: rgba(40, 45, 125, 0.7);  position: absolute; top: 0;}
.planfinacial{font-size:38px; color:#fff!important; text-shadow: 0 0px 2px #000!important; position: relative; padding:0 14px; margin: 0 auto;}	
.templates-services{font-size:26px!important;  margin:0; padding:0; font-family: 'Proxima Nova';    font-weight: 700;
    color: #2a2d7c;}
.authorised-items h3{    margin-bottom: 15px;}
.authorised-items h4{     font-size: 18px;}
.paraservices{font-size:16px!important; font-weight:normal; margin:10px 0;line-height:24px; font-family: 'Proxima Nova';}
.listservices {list-style: none; padding: 0; margin: 0;}
.listservices li{font-size:16px!important;color:#000;  transform:inherit!important; padding:1px 0; line-height:24px; font-family: 'Proxima Nova';}
.listservices li:hover {color:#000; transform:inherit!important;}
.listservices .fa-angle-right{margin-right:10px;}
.design-templatediv{padding:22px 25px 6px !important;}
.innserservices{padding:50px 0!important;}
.service-listbox{margin:15px 0 50px 0;}
.service-product{display: inline-block;padding: 50px 0 0; width: 100%;}
.service-product .service-listbox {display: inherit;}
.workshoplist{background-color:#fff; box-shadow:1px 1px 2px 2px rgba(215,215,215,0.5); -webkit-border-shadow:1px 1px 2px 2px rgba(215,215,215,0.5); -moz-border-shadow:1px 1px 2px 2px rgba(215,215,215,0.5); transform:scale(1); padding:20px; transition: opacity 0.4s, transform 0.4s; backface-visibility: hidden; -webkit-font-smoothing: antialiased; width:100%;}
.workshoplist:hover{background-color:#fff; box-shadow:1px 1px 2px 2px rgba(153,150,148,0.5); -webkit-border-shadow:1px 1px 2px 2px rgba(153,150,148,0.5); -moz-border-shadow:1px 1px 2px 2px rgba(153,150,148,0.5); transform:scale(1.1); padding:20px; backface-visibility: hidden; opacity: 1; position:relative; z-index:999; border-bottom:4px solid #282d7d;}
.contactbanner{background-image:url('../img/contactusbanner.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: -268px 1px;}
.contactdetails{padding:30px 0;}
.headingcontact {font-size: 26px; font-family: 'Proxima Nova'; padding-bottom: 5px ;   font-weight: 700; color: #2a2d7c; margin: 10px 0;padding-left:0;clear: both;   border-bottom: 1px solid #ccc;}
.btn-primary {color: #fff;background-color: #282d7d;border-color: #282d7d;}
.registerform{margin:0px 0; padding:0; display:inline-block;}
.formleft{clear:both; margin:20px 0;}
.formname{padding:0; font-size:16px; font-weight:bold; font-family: 'Proxima Nova';}
.feildtext{border:1px solid #ccc; font-size:16px; padding:5px;font-family: 'Proxima Nova'; margin-bottom:10px; margin-top:10px;}
.feildtext:hover{border:1px solid #282d7d; font-size:16px; padding:5px;font-family: 'Proxima Nova'; margin-bottom:10px;}
.form-controldic sup{color:#a70505; border:none;}
.solutionsheading{font-size: 26px;font-family: 'Proxima Nova';padding-bottom: 5px ;    font-weight: 700;color: #2a2d7c;margin: 10px 0;padding-left:0;  clear: both;    border-bottom: 1px solid #ccc;}
.contactaddress a{color:#000; margin-left:8px; text-decoration:none;}
.buttonsumbit {text-align: center;}
.carrerbanner{background-image:url('../img/carrerbanner.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: right;}
.carrersection{text-align:center;}
.carrertop{padding:40px 0 ;}
.carrertop h1{color: #000000;letter-spacing: 1px; text-align: center; font-weight: 400; font-size: 25px; margin: 20px auto 30px auto; position: relative; z-index: 1; display: inline-block;}
.carrertop h1:before, .carrertop h1:after{border-bottom: 10px solid transparent; border-left: 100px solid #282d7d; border-top: 10px solid transparent; content: ""; position: absolute;  top: 2px;}
.carrertop h1:before {right: -110px;}
.carrertop h1:before, .carrertop h1:after {border-left: 100px solid #282d7d;}
.carrertop h1:after {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg);    -o-transform: rotate(180deg);transform: rotate(180deg); left: -110px;}
.carrerbg{background-color:#eee;}
.aboutbanner{background-image:url('../img/aboutbanner.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: right;}
.aboutusmaindiv{overflow:hidden; padding:5px 0; text-align:center;}
.aboutprofile img {max-width: 180px; border: 4px solid #ccc; border-radius: 50%; -moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;box-shadow: 1px 1px 15px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.5); margin-bottom:10px;}
.aboutprofile p {font-size: 24px; font-weight: bold; padding: 0px 0; line-height: 1.9; color:#282d7d; font-family: 'Proxima Nova'; margin: 0;}
.aboutprofile span{font-size: 16px; font-weight: bold; padding: 0px 0; color:#333; font-family: 'Proxima Nova';}
.sectonaboutleft p{text-align: justify;font-size: 16px;line-height: 24px;  margin: 0 auto;color:#000; padding: 5px 0 0; max-width: 900px;}
.accountlisting{list-style:none; padding:0; margin:0;  text-align: left; }
.accountlisting li{display:inline-block; padding:0px 15px; width: 48%; font-size:16px; font-family: 'Proxima Nova'; color:#000; font-weight:400; margin-bottom: 10px;}
.accountlisting li i{color:#282d7d;}
.testimonial ul.testlist { margin-bottom: 15px;}
.carrertop .service-listbox{display:inherit;}
.advantagesection h2{font-size: 26px!important;color: #282d7d;margin: 0 0 20px;    padding: 0;font-family: 'Proxima Nova';font-weight: 400;}
.advantagesection p{text-align:left!important; max-width:inherit!important; line-height:24px;}
.advantagebanner{background-image:url('../img/advantagebanner.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: right;}
.testimonialsbanner{background-image:url('../img/thought-bg.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: center -378px;}
.quote-bordered .quote-body-inner::after {right: 10px; width: calc(100% - 66px);border-width: 1px 0 0 1px;      border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px;transform: skew(-45deg);    transform-origin: 0 100%;}
.quote-bordered .quote-body-inner::before, .quote-bordered .quote-body-inner::after {content: ''; position: absolute;    bottom: -10px; height: 10px; border-style: solid; border-color: #e5e7e9; background-color: transparent;}
.quote-bordered .quote-body-inner::before { left: 10px; width: 46px; border-width: 1px 1px 0 0;  transform: skew(45deg);    transform-origin: 100% 100%;}
.quote-bordered .quote-open {position: absolute; top: -10px; left: 34px; z-index: 2;}
.quote-bordered .quote-body {position: relative; padding-bottom: 10px;}
.quote-bordered { padding-top: 14px;}
.quote-bordered .quote-body-inner {position: relative; padding: 37px 22px 29px 34px; border-style: solid; border-width: 1px 1px 0 1px; border-color: #e5e7e9;}
.desi-bottom{text-align:left!important; color:#000; max-width:inherit !important; font-size:16px; font-family: 'Proxima Nova';}
.unit-body cite{text-align:left; color:#000; font-size:16px; font-family: 'Proxima Nova';}
.quote-body-inner q{font-family: 'Proxima Nova'; line-height:24px; font-size:16px;}
.text-mornials {display: inline-block; width: 100%; float: left; margin-right: 15px;}
.quote-body-inner p{text-align:left!important; max-width:inherit!important; font-family: 'Proxima Nova'; font-size:16px; line-height: 24px; padding: 0 0 10px;}
.Sectionfirstwhite{padding:10px 0 0;}
.listservices2{padding:10px 28px; margin:0 10px 0 0; background-color:#f6f5f6; border-left:4px solid #e3e2e4; text-align:left; display: inline-block; vertical-align: top;}
.listservices2 ul{list-style:none; padding:0; margin:0;}
.listservices2 li{font-size:16px!important;color:#000; padding:3px 10px; line-height:24px; font-family: 'Proxima Nova'; text-indent: -13px;}
.greybeservice{background-color:#ebeaec;}
.colorchange{background-color: #fff !important; border-left: 4px solid #000 !important; }
.listservices2 i{margin-right:7px;}
.finacila-service {display: inline-flex; width: 70%; margin: 0 auto;}
label.error {font-size: 16px;margin-left: 26%;font-family: 'Proxima Nova'; color:#f10707; margin-bottom;0;}
.checkboxerrorcode label.error {font-size: 16px;margin-left: 0;font-family: 'Proxima Nova'; color:#f10707; position:absolute; top: 21px; text-indent: -7px;}
.checkboxerrorcode1 label.error {font-size: 16px; margin-left: 0; font-family: 'Proxima Nova';color: #f10707; position: absolute;bottom: 50px;text-indent: 4px;}
.thankcss{font-size:50px; text-align:center; margin:20px 0; font-family: 'Proxima Nova';}
.thankyoubanner{background-image:url('../img/home-banner2.jpg'); background-repeat:no-repeat; position:relative;  padding:70px 0; background-position: center ;}
.form-controldic textarea{resize:none; height:120px;}
.testlist{list-style:none; padding:0 15px; margin:0;}
.testlist li{padding:5px 0; margin:0; font-family: 'Proxima Nova'; font-size:16px; font-weight:normal;}
.leftprofile {/* padding: 5px 10px;  border-right: 1px solid #ccc;*/}
.leftprofile .top-social {font-size: 20px;display: inline-block; background-color: transparent;}
.leftprofile .linkedin{padding: 0 10px; vertical-align: middle;  display: inline-block;}
.rightprofile{/* padding: 5px 10px; */} 
.aboutusmaindiv .rightprofile{} 
.advantageservices{list-style:none; padding:0; margin:0;}
.advantageservices .col-sm-3{ float:left;}
.advantageservices li{ overflow: hidden; border: 1px solid #ccc;text-align:center; float: left;margin: 0 8px 15px 0; padding: 10px;}
.advantageservices li img{transform: scale(1); transition: opacity 0.4s, transform 0.4s; backface-visibility: hidden;    -webkit-font-smoothing: antialiased;}
.advantageservices p{font-size:16px; font-weight:bold;     padding: 10px 0 0; margin:0;}
.advantageservices li:hover img{transform: scale(1.1); backface-visibility: hidden; opacity: 1; position: relative; z-index: 999;  }
.statement {height: 200px; width: 200px;background: #140a47;border-radius: 50%;    overflow: hidden;display: flex;align-items: center;justify-content: center;}
.compliance, .client-services, .back-Office {max-width: 300px;height: 200px;isplay: flex;align-items: center;justify-content: center;}
.licence-column-frame {border: 2px solid #282d7d;padding: 15px; height:100%;}
.licence-column-title {font-size: 22px;margin-bottom: 10px;color: #282d7d;font-weight: 600;}
.licence-column-cont ul {padding: 0; margin: 0;list-style: none;}
.height-auto{ height:auto}
.licence-column-cont ul li{ position:relative}
.licence-column-cont ul li {position: relative;padding: 3px 0px 3px 17px;}
.border-bottom{ border-bottom:2px solid #282d7d;margin-bottom: 15px;padding-bottom: 15px;}
.licence-column-cont ul li:before {content: "";width: 5px;height: 5px; background: #282d7d;display: inline-block;position: absolute;left: 0;top: 14px; border-radius: 50%; 
}
.licence-column-frame .licence-column-title {margin-top: 20px;font-size: 26px;    font-weight: 500;}
.authorised-frame{ margin-bottom:15px;}
.authorised-frame h3 {font-size: 26px; margin-top: 5px;}
.margin-bottom-30{margin-bottom:30px;}
.authorised-title .col-md-6 {padding-top: 5px;padding-bottom: 5px;background: #282d7d; color: #ffffff;font-size: 22px;    text-align: left;padding-left: 28px; position:relative;}
.authorised-title .col-md-6:first-child:after {border-right: 4px solid #ffffff;    content: "";position: absolute;right: -4px; height: 100%;top: 0; z-index: 9999;}
.authorised-frame .listservices2{ margin:0;}
.service-page-item{top: inherit;bottom: 0;/*height: 60%;*/background: none;padding: 20px;}
.service-page-item .caption-content{ padding:0;/*border: 5px solid #ed2024; border-top:0;*/}
.service-page-item .caption-content:before {/*border: 0;width: 60%; border-top: 5px solid #ed2024;left: inherit;right: 0;*/}
.service-page-item:hover .caption-content:before {width: 100%;}
.service-page-item .caption-content:after{/* border: 0;*/}
.service-page-item .caption-cell{display: table; height: 100%;float: right;width: 90%;}
.service-page-item .caption-cell h3 {display: table-cell; vertical-align: middle;    text-align: left; font-size: 24px;}
.service-page-item .caption-cell h3 span {display: inline-block; width: 100%;    background: rgba(0, 0, 0, 0.55);padding: 10px 15px; position: relative;    vertical-align: middle;}
.border-top-0{ border-top:0 !important}
.licence-column-cont .btn-red{ margin-top:20px;}
/*services page*/	
/*testimonial page*/
.testimonial{text-align: center; margin: 85px 20px 50px;}
.testimonial-container .title-bar {
    padding: 20px 0;
}
.inner-testi-radius .description{
/* padding: 40px 75px;margin-bottom: 50px; background: #282d7d; border: 3px dashed #e5ddcc;border-top: none;border-radius: 120px;*/
font-size: 16px; color: #000; line-height: 24px; letter-spacing: 1px;position: relative; text-align:justify;}
.inner-testi-radius .description p{color: #000;}
.testimonial .description:before{content: "\f10d";width: 250px; height: 250px;   text-align: center;font-family: fontawesome;line-height: 110px;border-radius: 50%;    border: 3px dashed #e5ddcc;background: #282d7d;margin: 0 auto; font-size: 50px;    color: #ffffff;position: absolute;top: -80px;left: 0;right: 0; z-index: -1;}
.inner-testi-radius .title{ font-size: 26px;font-weight: 600;color: #ed2024;   letter-spacing: 1px;margin: 0 0 7px 0;position: relative;}
.testimonial .title:before{content: "";width: 40px;border: 2px dashed #282d7d;    margin: 0 auto;position: absolute;top: -30px;left: 0;right: 0;transform: rotate(90deg);}
.testimonial .post{display: block;font-size: 16px;color: #282d7d;font-style: italic;   text-transform: capitalize;}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{width: 15px;height: 15px;border-radius: 50%;   background: #6b3522;opacity: 0.8;box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);transition: all 0.3s ease 0s;}
.owl-theme .owl-controls .owl-page.active span{ background: #5c823f; }
.dropdown-sub>.dropdown-submenu {margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left;list-style: none;background-color: #fff;background-clip: padding-box; border: 1px solid rgba(0,0,0,.15);display:none;top: -2px;left: 99%; position:absolute;margin-top: 0px; min-width: 300px;padding: 0;border-top: 2px solid #ed2024;    border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);    border-bottom: 2px solid #ed2024;border-radius: 0;}
.dropdown-sub:hover>.dropdown-submenu {display: block;}
.dropdown-sub>a:after {display: block;content: " ";float: right;width: 0;height: 0;    border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;    border-left-color: #ccc;margin-top: 5px;margin-right: -10px;}
.dropdown-sub:hover>a:after {border-left-color: #fff;}
.dropdown-sub.pull-left {float: none;}
.dropdown-sub.pull-left>.dropdown-submenu {left: -100%;margin-left: 10px;  -webkit-border-radius: 6px 0 6px 6px;-moz-border-radius: 6px 0 6px 6px;border-radius: 6px 0 6px 6px;}
/*22-5-2018*/
.btn-red:hover, .btn-red:focus{background-color: #ffffff!important; color: #ed2024 !important;  cursor: pointer;}
.licence-column-cont .btnreadmore{margin-top:20px; color:#ed2024; }
.doubleright{color:#333; font-size:16px; position: relative; top: 1px;}
.service-page-item .caption-content:before {top: 26px;}
.service-page-item .item-page-services:hover:before, .item-page-services:hover:after{height:90%;}
.inner-testi-radius {padding: 50px; width: 100%;position: relative;display: inline-block;}
.newtestimonials .inner-testi-radius:before{position: absolute; content: "";  width: 67px; height: 240px; border-bottom: 10px solid #282d7d; border-left: 10px solid #282d7d; top: 56px; left: 0;	border-bottom-left-radius: 74px; -webkit-transition: .3s;-moz-transition: .3s; -o-transition: .3s; transition: .3s; z-index: -1;}
.newtestimonials .inner-testi-radius:after{position: absolute; content: ""; width: 67px; height: 240px; border-top: 10px solid #282d7d; border-right: 10px solid #282d7d; top: 0; right: 0;border-top-right-radius: 74px; -webkit-transition: .3s;-moz-transition: .3s; -o-transition: .3s; transition: .3s; z-index: -1;}	
.newtestimonials:before{content:''; position:absolute; width:50px; height:37px; background-image:url("../img/quetoimgleft.png"); background-repeat:no-repeat; top:0;}	
.newtestimonials:after{content:''; position:absolute; width:50px; height:37px; background-image:url("../img/commarightbottom.png"); background-repeat:no-repeat; bottom:37px; right:0;}	
.newtestimonials { margin: 25px 0;}	
.newtestimonials .thirdblog:before{height:660px;}	
.newtestimonials .thirdblog:after{height:650px;}	
.newtestimonials .lastblockdiv:after{height:215px;}
.advantageresize {width: 664px;}	
.itemheading1{font-size:18px!important;}
.listfinmentoring li {width: 41%;float: left;}
/**/
#footer-copyrights .linkwebsite {color: #ed2024; font-weight: bold;}
@media only screen and (max-width: 1199px){
.testimonial .description:before{width: 200px;height: 200px; }
	.newtestimonials .inner-testi-radius:before{height:80%!important;}
.newtestimonials .inner-testi-radius:after{height:75%!important;}
.newtestimonials .thirdblog:before { height: 93%!important;}
.newtestimonials .thirdblog:after {height: 87% !important;}
}
@media only screen and (max-width: 990px){
.testimonial .description:before{width: 150px; height: 150px;}
.newtestimonials .inner-testi-radius:before{height:80%!important;}
.newtestimonials .inner-testi-radius:after{height:75%!important;}
}
@media only screen and (max-width: 479px){
.testimonial .description:before{width: 100px;height: 100px; line-height: 50px;        font-size: 26px; top: -40px; }
}
@media (min-width: 1600px) {
address.address-details-f,
address.address-details-f a {color: #000000;font-size: 16px;}
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
	.navbar-nav>li>a {
		margin: 0 12px;
		white-space: nowrap;
	}
	.title-bar h1:before, .title-bar h1:after {
		border-left: 70px solid #282d7d;
	}
	.title-bar h1:before {
		right: -97px;
	}
	.title-bar h1:after {
		left: -97px;
	}
	.headingcontact.col-md-11 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.registerform .col-md-12 {
		padding-left: 0px;
		padding-right:0px;
	}
	p.checkboxerrorcode1 {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	#home .owl-carousel .owl-item {
		height: auto;
	}
	#home .owl-carousel .owl-item .col-md-6 {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	header .topmenu .col-md-7 {
		-ms-flex: 0 0 87.333333%;
		flex: 0 0 87.333333%;
		max-width: 87.333333%;
		text-align: left;
	}
	header .topmenu .col-md-5 {
		-ms-flex: 0 0 83px;
		flex: 0 0 83px;
		max-width: 83px;
		text-align: left;
	}
	
	header .topmenu ul {
		text-align: left;
	}
	header .topmenu ul.top-data {
		text-align: right;
	}
	.footer .container .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer .container .col-md-2 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.footer .container .col-md-3{
		flex: 0 0 28%;
		max-width: 28%;
	}
	
	.footer .container .col-md-3:last-child{
		flex: 0 0 41%;
		max-width: 41%;
	}
}
/*testimonial page*/
@media (max-width: 767px) {
#thought .title-bar {padding: 15px 0 25px;}
.footer-s1 .footer {padding: 50px 0 35px;}
.footer-s1 .footer address {margin-bottom: 0px;}
.footer-s1 .heading-footer h2 {color: #000000;font-size: 18px; margin-top: 30px;text-transform: none;}
.footer-s1 .heading-footer {text-align: left; position: relative;margin-bottom: 10px; padding-bottom: 2px;}
.service-imgright{margin:10px 0;}
.title-bar p{padding-top:15px;}
.accountlisting li{width: 100%;}
.text-mornials {display: inline-block; width: 100%; float: left; margin-right: 15px;}
label.error{margin-left: 0%!important;}
.contactdetails{padding: 30px 15px!important;}
.carrertop{padding: 30px 15px!important;}
.carrertop h1::before {right: -30px!important;}
.carrertop h1::after{left: -30px!important;}
.carrertop h1{font-size: 20px!important;}
.listfinmentoring li {width: 100%; float: left;}
.carrertop h1::before, .carrertop h1::after {border-left: 55px solid #282d7d!important;}
.carrertop h1::before, .carrertop h1::after{border-bottom: 5px solid transparent; border-top: 5px solid transparent!important;}
.checkboxerrorcode label.error{top:48px;}
.testlist{list-style:none; padding:0 0px!important; margin:0;}
.newtestimonials .inner-testi-radius:before{height:93%!important;}
.newtestimonials .inner-testi-radius:after{height:90%!important;}
.newtestimonials .thirdblog:before { height: 97%!important;}
.newtestimonials .thirdblog:after {height: 100%;}

.title-bar h1 {
    padding: 0 45px;
}
.title-bar h1:before, .title-bar h1:after {
    border-bottom: 10px solid transparent;
    border-left: 35px solid #282d7d;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.title-bar h1:before {
   right: 0px;
}
.title-bar h1:after {
    left: 0px;
    border-right: 35px solid #282d7d;
    border-left: 0px solid transparent;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    margin: 0;
    padding: 0;
    background-color: inherit !important;
    background: url(../img/back.svg) no-repeat;
    z-index: 99999;
    left: 0%;
    text-indent: -99999px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.owl-theme .owl-nav [class*=owl-next] {
	left: auto;
    right: 0%;
    width: 35px;
    height: 35px;
    background: url(../img/next.svg) no-repeat;
    background-size: 100%;
}

.owl-carousel .slide-content h2 {
    font-size: 34px;
    line-height: 32px;
    text-align: center;
}
.owl-carousel .slide-content p {
	font-size: 21px;
    line-height: 23px;
    text-align: center;
}

#home .container {
	padding-left: 30px;
	padding-right: 30px;
}

.slide-content {
	position: relative;
	padding: 12px 12px 5px;
	z-index: 1;
}
#home .owl-carousel .owl-item {
	height: auto;
}

.ce_iconarea ul li {
	text-align: left;
}
.ce_iconarea ul li span {
	width: calc(100% - 100px);
}
.ce_iconarea ul li img {
    display: inline-block;
    margin-right: 0;
    margin-right: 15px;
    float: none;
}
.justify-content-md-center.full-width {
	margin: 0;
}
header .topmenu .top-data {
    text-align: center;
}
.inner-testi-radius {
    padding: 50px 30px;
}
#about.testimonial-container .title-bar {
    padding: 15px 0;
}
.servic-about .col-sm-4{
    margin-top: 20px;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.servic-about .col-sm-4.first {
    margin-top: 0px;
}
.service {
    padding: 0px;
}
#comp-offer .title-bar {
    padding: 0px 0 50px;
}
#about .title-bar {
    padding: 30px 0;
}
#about .title-bar p {
    padding-bottom: 12px;
}
.aboutusmaindiv {
    padding: 15px 0;
}
.leftprofile.col-md-12,
.rightprofile.col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.planfinacial {
    font-size: 32px;
    text-align: center;
}
div.top-banner {
	padding: 0 0 33.5%;
}
.top-banner .container {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webikit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-controldic.col-md-6,
.registerform .col-md-12 {
    padding: 0;
}
.registerform .feildtext {
	margin-top: 0px;
	height: 36px;
}
.registerform  .formname {
    margin: 0;
}
.registerform p.checkboxerrorcode1 {
    margin-top: 20px;
}
}
@media (max-width: 480px) {
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	width: 74%;
}
.navbar>.container .navbar-brand,
.navbar>.container .navbar-toggler,
.navbar>.container-fluid .navbar-brand {
    margin: 8px 0px;
}
}