body {
    font-family: "Poppins",sans-serif;
}

a {
    font-size: 12px;
    color: #750277;
    text-decoration: none !important;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

a:hover {
    color: #06b3b3;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #00174d;
}

.logo {
    max-width: 80px;
}

.logo  img {
    width: 100%;
}

.top-header-wrapper {
    background: #001a57;
}

.top-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-data-contact, .header-data-social {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.header-data > .header-data-contact p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    line-height: 23px;
    letter-spacing: 1px;
}

.header-data > .header-data-contact p strong {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #e5ecfa;
}

.header-data > .header-data-contact p strong a {
    color: inherit;
}

.header-data {
    display: flex;
    align-items: center;
}

.header-data-contact {
    text-align: right;
    padding-right: 25px;
}

.header-data > .header-data-social {
    padding-left: 25px;
}

.header-data > .header-data-social p {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #bcc8e4;
    line-height: 22px;
}

.header-data > .header-data-social ul.social {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.header-data > .header-data-social ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px;
}

.header-data > .header-data-social ul.social li a {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.header-data > .header-data-social ul.social li a i {
    color: inherit;
}

.header-data > .header-data-social ul.social li.google-plus-g a {
    background-color: #dd4b39;
}

.header-data > .header-data-social ul.social li.facebook-f a {
    background-color: #3b5999;
}

.header-data > .header-data-social ul.social li.twitter a {
    background-color: #55acee;
}

.header-data > .header-data-social ul.social li.linkedin a {
    background-color: #1ab7ea;
}

.header-data > .header-data-social ul.social li.instagram a {
    background-color: #8a3ab9;
}

.login-actions {
    text-align: right;
}

.login-actions > li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.login-actions > li > a {
    color: #fff;
    font-size: 12px;
}

.main-nav {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    justify-content: start;
}

.main-nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 15px 0;
    margin-right: 20px;
}

li.has-dropdown:after {
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 600;
    transform: rotate(0deg);
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

li.has-dropdown:hover:after {
    transform: rotate(180deg);
}

.main-nav li a {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #474747;
}

.main-nav ul > li > a:hover {
    color: #06b3b3;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    padding: 20px 0;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
    z-index: 9;
    top: 47px;
}

.main-nav > ul > li:hover .dropdown {
    transition-delay: 3s;
    display: block;
    animation-name: fadeup;
    animation-duration: .7s;
}

.main-nav > ul > li .dropdown > .has-dropdown > .dropdown {
    display: none;
    top: 0;
    right: -100px;
}

.main-nav > ul > li .dropdown > .has-dropdown:hover > .dropdown {
    transition-delay: 3s;
    display: block;
    animation-name: faderight;
    animation-duration: .7s;
}

.main-nav > ul > li .dropdown > .has-dropdown {
    position: relative;
}

li.has-dropdown > .dropdown > li.has-dropdown:after {transform: rotate(270deg);}

li.has-dropdown > .dropdown > li.has-dropdown:hover:after {transform: rotate(90deg);}

@keyframes fadeup {
  from {
      transform: translateY(27px);
  } to {
      transform: translateY(0px);
  }
}

@keyframes faderight {
  from {
      transform: translateX(-27px);
  } to {
      transform: translateX(0px);
  }
}

.dropdown > li {
    margin-bottom: 15px;
    padding: 0 20px;
}

.dropdown > li:last-child {
    margin-bottom: 0;
}

.nav-toggle {
    display: none;
}



.main-slider {
    width: 100%;
    height: 665px;
}

.main-slider .table-box {
    height: 665px;
}

.main-slide {
    background-size: cover !important;
}

.banner-content {
    color: #001a57;
    max-width: 500px;
}

.banner-content > h1 {
    font-size: 27px;
    font-family: "Poppins";
    font-weight: 300;
    text-transform: uppercase;
}

.banner-content > h3 {
    font-size: 46px;
    font-family: "Poppins";
    font-weight: 700;
}

.table-box {
    height: 100%;
    width: 100%;
    display: table;
}

.cell-box {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

a.btn.btn-curved {
    background-color: rgb(255, 255, 255);
    font-family: Rubik;
    text-transform: uppercase;
    box-sizing: border-box;
    color: rgb(0, 17, 57);
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    border-color: rgb(237, 237, 237);
    border-style: solid;
    border-width: 1px;
    padding: 17px 36px;
    border-radius: 50px;
    margin-top: 30px;
}

ul.slick-dots {
    display: none;
}

.about {
    padding: 70px 0;
}

.theme-head {
    text-align: center;
    margin-bottom: 40px;
}

.theme-head > h2 {
    font-size: 36px;
    color: #273272;
    line-height: 45px;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.theme-head > h2:after {
    content : "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 28px;
    height: 4px;
    background-color: #95afcc;
}

.timeline-head.theme-head > h2:after {
    display: none;
}

.timeline-head.theme-head > p {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.theme-head.text-left > h2:after {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.timeline-head.theme-head > p:after {
    content : "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 28px;
    height: 4px;
    background-color: #95afcc;
}

.theme-head > .wpb_wrapper > h2 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 45px;
    font-weight: 700;
    font-style: normal;
    color: #00174d;
}

.theme-head > .wpb_wrapper > h1 {
    font-family: Poppins;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #1e10b7;
}

.theme-head > .wpb_wrapper > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #505050;
}

.section-services .col-md-3 {
    padding: 15px;
}

.serv-box > .image-box {
    height: 157px;
    margin-bottom: 10px;
}

.serv-box > .image-box > img {
    width: 100%;
}

.serv-box > h3 {
    font-size: 16px;
    color: #272727;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 600;
}

.serv-box {
    text-align: center;
}

.content > p, .serv-box a {
    font-family: Rubik;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 15px;
}

.serv-box a.read-more {
    color: #09276f;
    text-decoration: underline !important;
}

.content {
    height: 78px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.bg-grey {
    background-color: #f8f8f8;
}

.vc-column > .row {
    align-items: center;
}

.vc-column .row > div {
    padding: 0;
}

.inner-wrap-box {
    background-color: #fff;
    padding: 35px 30px;
    margin: 20px 0;
}

.inner-sub-heading {
    font-size: 18px;
    color: #273272;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 17px;
}

.inner-sub-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 4px;
    background-color: #95afcc;
}

.content-inner > h2 {
    font-family: Poppins;
    line-height: 35px;
    font-style: normal;
    color: #00174d;
    font-size: 24px;
    font-weight: 700;
}

.lg-img img {
    width: 100%;
}

.lg-img {
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    min-height: 380px;
}

.iframe-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/modern-futuristic.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-heading {
    text-align: center;
}

.text-white  >h2 {
    color: #fff;
}

.inner-heading > h2 {
    font-size: 26px;
    line-height: 45px;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}

.inner-heading > p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 60px;
}

.iframe-inner-wrap > iframe {
    width: 100% !important;
    margin-bottom: 40px;
}

.animated-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rt-case-box {
    width: 100%;
    max-width: 360px;
    height: 250px;
    margin: 20px 0;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -ms-transition: ease all .5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.rt-case-box:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.rt-case-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.rt-case-holder:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.rt-case-image {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.rt-case-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -ms-transition: ease all .5s;
}

.rt-case-box:hover .rt-case-image > img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.rt-case-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.rt-case-content > p {
    color: #fff;
    font-size: 14px;
}

.rt-case-content > h3 > a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.banner-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('../images/slider3-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-spacer {
    height: 200px;
    width: 100%;
}

.partners-wrapper {
    /* display: flex; */
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.p-img-holder {
    width: 20%;
    background-color: #fafafa;
    padding: 20px 15px 20px 15px;
    border: 1px #f2f2f2 solid;
}

.partners-image {
    height: 150px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-image > img {
    width: 100%;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    max-width: 120px;
}

.p-img-holder:hover .partners-image > img {
    opacity: 1;
}

.partners-slider > ul.slick-dots > li {
    display: inline-block;
}

.partners-slider > ul.slick-dots {
    text-align: center;
    margin-top: 40px;
}

/*------------------ Footer ----------------*/
.footer {
    background-color: #273272;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url('../images/footer-1.png');
}

.inner-footer {
    padding-top: 57px;
    padding-bottom: 20px;
}

ul.contact li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: start;
}

ul.contact li > p {
    color: #fff;
}

ul.contact li > i {
    color: #90a0c7;
    font-size: 12px;
    margin-top: 6px;
    margin-right: 15px;
}

ul.contact {
    margin-top: 20px;
}

.inner-footContent > h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
}

ul.footer-pages-links > li, ul.footer-pages-links > li > a {
    padding-left: 18px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    position: relative;
}

 ul.footer-pages-links > li > a {
    padding-left: 0;
}

ul.footer-pages-links > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 80%;
}

.copyrights {
    background-color: #313d85;
    padding: 12px 0;
}

.copyrights p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    color: #8690d1;
    line-height: 30px;
}

.social > li > a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #4a548b;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social > li {
    display: inline-block;
    vertical-align: top;
}

.social {
    text-align: right;
}

.social > li > a > i {
    color: #fff;
}

.social > li > a:hover {
    background-color: #c6d3e3;    
}

.social > li > a:hover > i {
    color: #09276f;
}

.sub-header {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-image: url('../images/inner-banner01.png');
    background-size: cover;
    display: flex;
    align-items: center;
    height: 178px;
}

.sub-header-content {
    height: auto;
}

.sub-header-content h1 {
    line-height: 40px;
    font-weight: 700;
    color: #001a57;
    font-size: 32px;
    width: 100%;
}

.breadcrumbs {
    font-family: 'Poppins';
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #727272;
    font-size: 13px;
}

.breadcrumbs > li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
}

.breadcrumbs > li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.breadcrumbs > li:last-child:after {
    display: none;
}

.breadcrumbs > li > a {
    color: inherit;
}

.icon-box-wrapper {
    margin: 65px 0;
}

.icon-box {
    padding: 30px 40px;
    text-align: center;
}

.grey {
    background-color: #f7f7f7;
}

.icon-box > h2 {
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #00174d;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 6px;
}

.icon-wrap {
    width: 51px;
    height: 51px;
    margin: auto;
}

.row-sep > .row {
    align-items: center;
}

.row-sep {
    margin: 65px 0;
}

.row-sep-content > h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
}

.content-center {
    text-align: center;
}

.content-center > h3 {
    padding-bottom: 20px;
    font-weight: 500;
}

ol {
    list-style-type: auto;
    padding-left: 18px;
    margin: 15px 0;
}

ol > li {
    font-size: 15px;
}

.cp-heading {
    margin-bottom: 40px;
    font-size: 43px;
}

.video-wrapper {
    text-align: center;
    margin-top: 40px;
}

ul.list-item {
    list-style-type: disc;
    padding-left: 17px;
    margin-top: 15px;
}

ul.list-item > li {
    color: #505050;
    font-size: 15px;
    line-height: 23px;
}

.img-box > img {
    width: 100%;
}

.ann-box {
    padding: 40px;
}

.ann-box > h3 {
    font-size: 18px;
    font-weight: 500;
}

.btn-global {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background-color: #001a57;
    color: #ffff;
    margin: 15px 0;
}

.ytube-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ytube-frame {
    width: 32%;
}

.ytube-frame > iframe {
    width: 100%;
    min-height: 300px;
    height: auto;
}

.icon-wrap > img {
    width: 100%;
}

.icon-box > a {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #55acee;
}

.icon-wrap > img {
    width: 100%;
}

.icon-box > a {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #55acee;
}

.heading > h2 {
    font-size: 36px;
    line-height: 45px;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    color: #00174d;
    margin: 0;
}

.heading {
    text-align: center;
    margin-bottom: 35px;
}

.form-wrapper {
    max-width: 750px;
    margin: auto;
}

.btn-curve {
    background-color: #313d85;
    color: #ffffff;
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    border: none;
    height: 45px;
    padding: 0 20px;
    border-radius: 50px;
}

.loader {
    display: none;
}

.wpb_map_wraper > iframe {
    width: 100%;
}

.sep-box {
    display: flex;
    align-items: start;
}

.sep-box > .img-box {
    padding: 0 15px;
    width: 41%;
}

.right-sep-content {
    width: 59%;
    padding: 0 15px;
}

.theme-head.text-left > h2 {
    text-align: left;
}

.timeline-wrapper {
    margin: 40px 0;
}

.timeline-row {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.timline-icon {
    padding-right: 27px;
    text-align: center;
    width: 41.66666667%;
    float: left;
}

.icon-wrapper {
    max-width: 200px;
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.icon > img {
    width: 100%;
}

.timline-content {
    width: 58.33333333%;
    float: left;
    padding-left: 50px;
    margin: 0;
    position: relative;
}

.content-holder {
    position: relative;
    z-index: 1;
    padding: 27px 25px 30px 25px;
    background-color: #f9f9f9;
    border: 1px #f0f0f0 solid;
    text-align: left;
    min-height: 286px;
}

.content-holder > h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #001040;
    line-height: 28px;
}

.content-holder >  p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #212f42;
    line-height: 28px;
}

.content-holder > ul > li {
    list-style: disc;
    margin-left: 22px !important;
    padding-left: 5px !important;
    font-family: Rubik;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 15px;
}

.timeline-row:after {
    clear: both;
    content: "";
    display: table;
}

.timeline-row:before {content: "";display: table;}

.timline-content:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: " ";
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 3px #0f91a0 solid;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.timline-content:after {
    position: absolute;
    top: 22px;
    left: 7px;
    z-index: 0;
    content: " ";
    width: 3px;
    height: calc(100% - -2px);
    background-color: #666969;
}

.timeline-row:hover .timline-content:before {
    background-color: #0f91a0;
        transform: rotateX(
    180deg);
        -webkit-transform: rotateX(
    180deg);
}

.btm-area > h2 {
    font-size: 43px;
    color: #3a3a3a;
    text-align: left;
    font-family: "Poppins";
    font-style: normal;
    line-height: 45px;
    font-weight: 300;
}

.btm-area {
    margin-top: 60px;
}

.align-img {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0;
}

.align-img > .img-box {
    width: 150px;
}


.btm-area p > a {
    font-family: Rubik;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #505050;
    font-size: 15px;
}

.blog-row {
    display: flex;
    margin: 40px 0;
}

.blog-row > .img-box {
    position: relative;
    overflow: hidden;
    width: 41%;
}

.blog-row > .img-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 1;
    width: calc(100% + 220px);
    height: auto;
}

.blog-content {
    display: table-cell;
    width: 59%;
    height: 100%;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta > span {
    margin-right: 12px;
    font-size: 90%;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta > span a {
    color: inherit;
}

.blog-content > h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    color: #00174d;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    display: inline-block;
    padding: 15px;
    background-color: #dbdbdb;
    color: #333;
    border-radius: 5px;
}

.advisors-slider {
    padding: 0 15px;
    max-width: 975px;
    margin: auto;
}

.slide > .img-box {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.slide {
    display: flex !important;
    align-items: start;
    border: 1px #f0f0f0 solid;
}

.adv-content {
    width: 75%;
    padding: 20px;
    padding-left: 30px;
}

.adv-content > h3 {
    font-size: 24px;
}

.adv-content > span {
    font-size: 14px;
    color: #848484;
    font-family: 'Rubik';
}

a.btn-curved {
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    color: #001139;
    font-size: 12px;
    display: inline-block;
    border: 2px solid #ededed;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 40px;
}

.slick-dots > li > button {
    color: transparent;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #08276e;
}

 .slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots > li.slick-active > button {
    background-color: #90a0c7;
}

.slider h3 {
    font-size: 18px;
    padding: 20px 0;
}

.main-slider 
 > ul.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.main-slider > ul.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.main-slider > ul.slick-dots > li > button {
    color: transparent;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.main-slider > ul.slick-dots > li.slick-active > button {
    background-color: #fff;
}

.message {
    padding: 5px 15px;
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    margin-bottom: 15px;
}

.message > i {
    display: inline-block;
    font-size: 14px;
}

.message >  p {
    display: inline-block;
    font-size: 12px;
    color: #4e4e4e;
}

.lds-dual-ring {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 6px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.img-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.img-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-banner > .placeholder {
    width: 100%;
    height: 100%;
    left: 0;
}

.img-banner > .placeholder img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.newsletter-banner {
    width: 100%;
    height: auto;
}

.newsletter-banner > img {
    width: 100%;
}

.nwl-thumb {
    max-width: 300px;
}

.nwl-thumb img {
    width: 100%;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 600px) {
    .header-data-contact {
        display: none;
    }

    .header-data-social {
        padding: 0;
    }

    .header-data > .header-data-social p {
        display: block;
        text-align: right;
    }

    .header-data > .header-data-social ul.social {
        display: block;
    }

    .main-nav {
        position: fixed;
        background-color: #2f2f39;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 70%);
        left: auto;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: hidden;
        overflow-y: auto;
        right: -280px;
        padding: 15px;
        transition: right 0.2s ease 0s;
    }


    .main-nav  ul > li {
        display: block;
        padding: 15px;
        border-bottom: 1px rgba(255,255,255,0.05) solid;
        width: 100%;
        position: relative;
    }

    .main-nav ul > li > a {
        color: #fff;
    }

    ul#menu-main-menu {
        width: 100%;
    }

    .main-nav.toggle-active {
        right: 0;
        transition: right 0.2s ease 0s;
    }

    .nav-toggle {
        display: block;
        width: 100%;
    }

    nav.navbar.sticky {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 9;
    }

    a.toggle-nav {
        width: auto;
        height: auto;
        float: right;
        margin-top: 7px;
        margin-bottom: 5px;
        color: #333;
    }

    .toggle-nav > i {
        font-size: 35px;
        line-height: 35px;
        cursor: pointer;
    }

    body.main-menu-open > .overlay {
        opacity: 1;
        visibility: visible;
    }

    body > .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        content: " ";
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0.65);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    li.has-dropdown:after {
        position: absolute;
        right: 20px;
        color: #fff;
        top: 18px;
    }

    li.has-dropdown:after {
        position: absolute;
        right: 20px;
        color: #fff;
        top: 18px;
    }

    .dropdown {
        position: relative;
        top: 0;
        animation-name: none;
        background-color: #2f2f39;
    }

    .banner-content > h1 {
        font-size: 14px;
    }

    .banner-content > h3 {
        font-size: 23px;
    }

    .main-slider, .main-slider .table-box {
        height: 390px;
    }

    .serv-box > .image-box {
        height: auto;
    }

    .lg-img {
        height: auto;
        min-height: auto;
    }

    .p-img-holder {
        width: 100%;
    }

    .partners-image > img {
        width: auto;
        max-width: 150px;
    }

    .partners-image {
        height: auto;
    }

    .copyrights p {
        text-align: center;
    }

    .copyrights ul.social {
        text-align: center;
        padding: 10px 0;
    }

    .row-sep .row-img > img {
        width: 100%;
    }

    .row-sep .row-img {
        margin: 15px 0;
    }

    .slide > .img-box {
        width: 100%;
        display: block;
    }

    .adv-content {
        width: 100%;
    }

    .slide {
        flex-wrap: wrap;
    }

    .video-wrapper > video {
        width: 100%;
    }

    .sep-box > .img-box, .right-sep-content {
        width: 100%;
    }

    .sep-box {
        flex-wrap: wrap;
    }

    .sep-box > .img-box {
        margin-bottom: 20px;
    }

    .timline-icon {
        width: 100%;
        padding: 40px;
    }

    .timline-content {
        width: 100%;
    }

    .align-img {
        flex-wrap: wrap;
    }

    .align-img > .img-box {
        width: 100%;
        margin: 20px;
    }

    .align-img > .img-box > img {
        max-width: 150px;
        margin: auto;
        display: block;
    }

    .ytube-wrapper,
    .blog-row {
        flex-wrap: wrap;
    }

    .ytube-frame,
    .blog-row > .img-box, .blog-content {
        width: 100%;
    }

    .ytube-frame {
        margin: 20px 0; 
    }
}