/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: 'Oswald', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

.m-banner{
     display: none !important;
}
 
/* Track */

 ::-webkit-scrollbar-track {
    background: #ccc;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #17479e;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pr {
    position: relative;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.d-flex {
    display: flex;
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.text-upper {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.btn1 {
    text-shadow: none;
    padding: 10px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    font-weight: 300;
    border-style: solid;
    color: #fff;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #0f3178;
    border: 1px solid #0f3178;
    margin: 3px 0;
}

.btn1:hover {
    background-color: #e1aa13;
    border: 1px solid #e1aa13;
    color: #fff;
}


/* End of globle css */


/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

.handle-preloader {
    background: #122243;
}

.preloader-close {
    color: #122243;
}


/* AnimaciÃƒÂ³n del preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 1000px) {
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 45px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 22px;
        letter-spacing: 5px;
    }
}


/* end of preloader  */


/* start page title section  */

.pagetitle {
    background: #0f3178;
    color: #fff;
}


/* End of page title section  */


/* Start top header section */

.header-top {
    background: #0f3178;
    overflow: hidden;
}

.header-left {
    padding: 10px 0;
}

.header-left ul {
    display: inline-block;
}

.header-left li {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    color: #071c2e;
}

.header-left li:last-child {
    padding-right: 0
}

.header-left li i {
    color: #071c2e;
    font-size: 20px;
    margin-right: 15px;
}

.header-right-div {
    text-align: right;
    position: relative;
    z-index: 2;
}


/* .header-right-div::before {
	position: absolute;
	content: "";
	background: #071c2e;
	width: 5000px;
	height: 64px;
	top: 0;
	left: 0;
	transform: skew(-48deg);
	z-index: -2;
} */

.follow-title {
    color: #0f3178;
}

.header-right a span {
    margin-left: 10px;
}

.soical-profile {
    padding-top: 7px;
}

.soical-profile,
.soical-profile li {
    display: inline-block;
}

.soical-profile li a i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #ffff;
    font-size: 13px;
}

.soical-profile li a i:hover {
    background: #0f3178;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.header-v2-top {
    /* background: #65517a; */
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ffffff 26%, #0f3178 0%);
    overflow: hidden;
}

.header-v2-top-intro {
    float: left;
    text-align: left;
    padding-left: 74px;
}

.header-v2-intro {
    display: inline-block;
    padding-right: 44px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 7px;
}

.header-v2-intro:last-child {
    padding-right: 0px;
}

.header-v2-intro::before {
    border-right: 1px solid #ffffffd6;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.header-v2-intro:last-child:before {
    display: none;
}

.header-v2-icon {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    position: relative;
    top: -15px;
    width: 40px;
}

.header-v2-icon i {
    color: #fff;
    font-size: 30px;
}

.header-v2-text {
    text-align: left;
    display: inline-block;
}

.header-v2-text h5 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.header-v2-text a {
    color: #fff;
    text-decoration: none;
}

.header-v2-top .header-right-div::before {
    background: none;
    height: 100px;
}

.header-v2-top .soical-profile li a i {
    color: #0f3178;
    background: #efefef;
}

.header-v2-top .soical-profile li a i:hover {
    background: #fff;
}

.header-v2-top .soical-profile {
    padding-top: 6px;
}


/* End of  TOP Header section */


/* End of top header section */


/* Start my navbar section  */

.my-nav {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 1px 1px 1px #ccc;
}

.navbar-nav {
    margin-top: 7px;
}

.my-nav li a {
    color: #444;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
}

.my-nav li a:hover {
    color: #0f3178
}

.navbar-nav li.active a {
    color: #0f3178;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #0f3178;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.logo img {
        width: 275px !important;
    /*width: 150px;*/
    transition: all 0.5s;
}

.my-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky .logo img {
    /* width: 69px;
    top: 7px; */
    transition: all 0.5s;
}


/* start navbar section  */

.navbar {
    border-radius: 0px;
    margin: 0px;
    border: none;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-inverse {
    background: #17a43b;
}

.nav>li>a {
    padding: 19px 25px;
}

.navbar-nav>li {
    /* border-right: 1px #c1c1c1 solid; */
}

.navbar-nav>li>a {
    text-transform: uppercase;
}

.navbar-nav>li:last-child {
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'texgyreadventorbold';
    font-size: 16px;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a i {
    font-size: 20px;
    color: #8bd29d;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: #4ab866;
}

.navbar-form {
    width: 30%;
    padding: 0 25px;
    background: #4ab866;
    margin: 0px;
    position: relative;
}

.navbar-form .form-control {
    width: 100%;
    margin: 12px 0;
    padding-left: 0px;
    height: 34px;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px #a5dcb3 solid !important;
    border: none;
    font-size: 12px;
    color: #b4ddbd;
    text-transform: uppercase;
}

.navbar-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.navbar-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.navbar-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.navbar-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.navbar-form .search-btn {
    display: block;
    border: none;
    position: absolute;
    right: 25px;
    top: 18px;
    background: none;
    font-size: 16px;
    color: #fff;
}

.navbar .dropdown-menu {
    min-width: 260px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border-top: 4px #0f3178 solid;
}

.navbar .dropdown-menu:after {
    bottom: 100%;
    right: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    border-bottom-color: #0f3178;
    border-width: 10px;
}

.navbar .dropdown-menu>li>a {
    padding: 10px 15px;
}

.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    background: #0f3178;
    color: #fff;
}


/* start main slider section  */

.glyphicon-chevron-left:before {
    content: "" !important;
}

.glyphicon-chevron-right:before {
    content: "" !important;
}

.carousel-control img {
    width: 35px;
}


/* .m-banner {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    .d-banner {
        display: none !important;
    }
    .m-banner {
        display: block !important;
    }
} */


/* End of main slider section  */


/* start overview section  */

.overviewsec {
    position: relative;
    overflow-x: hidden;
}

.section-title {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 96%;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate( -90deg);
    opacity: .3;
    color: #e0e0e0;
    text-transform: uppercase;
    line-height: 1;
    font-size: 8em;
    font-family: 'Oswald', sans-serif;
}

.section-highlight {
    margin: 0;
    position: absolute;
    top: 13%;
    left: 5%;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: translateX(-100%) rotate( -90deg);
    -ms-transform: translateX(-100%) rotate(-90deg);
    -o-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate( -90deg);
    background-color: #077eae;
    font-size: 1.6545em;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.section-highlight .small {
    display: block;
    text-indent: 1em;
    padding-top: .3em;
    font-weight: 300;
    color: #fff;
}

.section-highlight .big {
    display: block;
    font-size: 7.690195em;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    margin-bottom: -.25em;
    color: #ffffff40;
}

.overviewinner h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #0f3178;
}

.overviewinner h1 {
    font-family: 'Oswald', sans-serif;
    margin: 35px 0;
}

.overviewinner p {}

.overviewbox {
    margin-top: 50px;
}

.overviewbox h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.overviewbox h1 {
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 300;
    margin-top: -24px;
    color: #0f3178;
}


/* start about section  */

.about-img img:hover {
    /* transform: scale(0.95); */
}

.about-img {
    position: relative;
}

.about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #0f3178;
}

.about-img .img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -12%;
    bottom: -12%;
    left: -4%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.3;
}

.about-img .img img {
    position: relative;
    z-index: 2;
}

.numb {
    font-size: 120px;
    line-height: 120px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #0f3178;
}

.year {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /* color: #fff; */
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding-left: 15px;
}

.yearimg {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

.yearimg img {
    width: 200px;
}

.small-title {
    color: #d8a021;
    margin: 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}

.year h4 {
    font-size: 32px;
    color: #0f3178;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #c5a47e;
    display: -webkit-box;
    display: flex;
    margin-top: 13px;
}


/* End of about section  */


/* END OF overview section  */


/* Start welcome text section  */

.welcome-text {
    background: #0f3178;
    padding: 80px 0 145px;
}

.welcome-text .title-box,
.welcome-text .text-box1 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.welcome-text .title-box {
    padding-right: 40px;
    border-right: 3px solid #ffffff;
    width: 30%;
    /* border-radius: 22px; */
    /* border-left: 3px solid #7db698; */
}

.welcome-text .title-box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
}

.welcome-text .text-box {
    padding-left: 46px;
}

.welcome-text .text-box p {
    margin: 0;
    color: #ffffff;
    font-style: italic;
    font-size: 16px;
}


/* End welcome text section  */


/* Start owl slider arrow styling  */

.sliderwrapper {
    position: relative;
}

.sliderwrapper .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sliderwrapper .owl-nav button.owl-prev,
.sliderwrapper .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 52px;
    background: #0f3178;
    color: #fff;
    line-height: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    font-size: 38px;
}

.sliderwrapper .owl-nav button.owl-prev {
    left: -60px;
    position: absolute;
}

.sliderwrapper .owl-nav button.owl-next {
    right: -60px;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #464849;
}

.owl-carousel button.owl-dot {
    margin-top: 20px;
}

.sliderwrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #0f3178;
}

.sliderwrapper .owl-theme .owl-dots .owl-dot {
    outline: 0;
}


/* End of owl slider arrow styling  */















    .sideEnq {}
    
    .sideEnq {
        position: fixed;
        top: 40%;
        transform: rotate(-90deg);
        right: -58px;
        background: #0f3178;
        border-radius: 6px 6px 0px 0px;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #a67234;
        z-index: 1250;
    }
    
    .sideEnq a {
        color: #fff;
        padding: 7px 30px;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
    }
    
    .sideEnq a:hover {
        background: #ffffff;
          color: #0f3178;
    }   
        .enq-fix-btn:after {
        animation: effect 4s ease-in-out infinite;
        animation-fill-mode: forwards;
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 50%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    }
    
    .callus {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: 0px;
        top: 60%;
        z-index: 1250;
    }
    
    .callus a {
        padding: 10px 10px;
        display: inline-block;
        background: #0f3178;
        border-radius: 8px 0px 0px 8px;
        border: 1px solid #fff;
        color: #fff;
        outline: 0;
    }
    
    .callus a:hover {
        background: #ffffff;
          color: #0f3178;
    }


/* Srtart Home services section  */

.Home_services {
    margin-top: -145px;
}

.hservices {
    background: #0f3178;
    margin-bottom: 30px;
    transition: all .5s;
}

.hs_info {
    padding: 5px 8px;
    /* min-height: 256px; */
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
}

.hs_info img {
    height: 50px;
}

.hs_info h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #0f3178;
    margin-bottom: 0;
}

.hs_info p {
    color: #fff;
    font-size: 27px;
    /* font-family: "Playfair Display", serif; */
    font-family: 'Oswald', sans-serif;
}

.hs_info small {
    position: absolute;
    bottom: 20px;
}

.hservices a {
    transition: all .5s;
    display: block;
}

.hservices a:hover {
    box-shadow: 0 0 15px 10px #ccc;
}

.hservices:hover {
    transform: translateY(-10px);
}


/* End of Home services section  */


/* start footer section call to action  */

.call-to5 {
    background: #ffc31d;
    color: #fff;
}

.call-to5 .info-box {
    padding-left: 20px;
}

.call-to5 .icon-box i {
    font-size: 48px;
    color: #00334b;
}

.call-to5 h1 {
    margin: 0;
    margin-bottom: 15px;
    color: #00334b;
    font-weight: bold;
}

.call-to5 h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.call-to5 h4 {
    margin-top: 5px;
    color: #fff;
}

.call-to5 h4 a {
    color: #00334b;
    font-weight: bold;
}
\

.icon-box {
    display: table-cell;
    vertical-align: top;
}

.info-box {
    display: table-cell;
    vertical-align: top
}


/* start quality section  */

.qualitysec {
    background: #f2f2f2 url(../img/img2157.jpg) no-repeat;
    background-size: 50%;
    background-position: right;
    background-size: cover;
    position: relative;
}

.qualitysec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(247 242 242 / 81%);
}

.qualityinfo {
    padding-right: 30px;
    max-width: 577px;
    margin-left: auto;
}

.qualitysec .subtitle h4 {
    /* color: #fff; */
    font-weight: bold;
}


/*Description list*/

.description-list {
    margin: 30px 0px;
}

.description-list li {
    padding-left: 40px;
    font-weight: 600;
    color: #000;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.description-list li:last-child {
    margin-bottom: 0px;
}

.description-list li i {
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: #0f3178;
    font-size: 20px;
}


/* End of quality section  */


/* Footer Area css
============================================================================================ */

.footer_area {
    background: #edf9ff url(../img/footer-bg.png);
    padding-top: 80px;
    background-size: cover;
    background-position: bottom;
    border-top: 5px solid #0f3178;
}

.footer_area h2 {
    color: #fff;
}

.footer_widget {
    padding-bottom: 50px;
}

.f_widget {}

.f_widget .link_widget {}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    /*opacity: .6;*/
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: -3px;
    padding-left: 9px;
}

.f_title h3:before {
    content: "";
    width: 3px;
    height: 23px;
    background: #0f3178;
    position: absolute;
    left: 0px;
    top: -2px;
}

.about_widget img {
    max-width: 100%;
    border-radius: 0px;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #0f3178;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 14px;
    color: #000000;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #0f3178;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #0f3178;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 14px;
    letter-spacing: .32px;
    line-height: 24px;
    color: #000000;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 14px;
    color: #131313;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #080808;
    font-size: 14px;
    /*font-weight: bold;*/
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    /*background: #212025;*/
    border-top: 1px solid #4a4a4a;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #0f3178;
}

.copy-right {
    color: #000;
    padding: 20px 0;
    font-size: 12px;
}

.copy-right a {
    color: #8e8080;
}

.copy-right a:hover {
    color: #0f3178;
}


/* End Footer Area css--*/


/* start contact form section  */

.contactinfo {
    padding-top: 20px;
}

.contactinfo li {
    margin-bottom: 10px;
}

.contactinfo li span {
    color: #0f3178;
    font-weight: 700;
}

.contactinfo li a {
    color: #2e2c2c;
}


/* text field */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

select,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #444;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-weight: 300;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #c5a47e;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 10px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    font-weight: 300;
    border-style: solid;
    color: #fff;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #0f3178;
    border: 1px solid #0f3178;
    margin: 3px 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #e1aa13;
    border: 1px solid #e1aa13;
    color: #fff;
}


/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

select {
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border-radius: 0;
}


/* End of contact form section  */


/* visionary founder section  */

.vis-founder {
    background: #0f3178;
    color: #fff;
}

.visfsec {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.visfimg {
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
    margin-right: 33px;
}



/* end of visionary founder section  */


/* start our associates section  */


/* START associatebox */

.project-specification {
    padding: 50px 0;
}

.associatebox li {
    width: 45%;
    margin: 0 10px 18px;
    display: inline-block;
    margin: 0 10px 10px;
    text-align: center;
    vertical-align: middle;
}

.specific-inner {
 display: table;
    margin-bottom: 20px;
    width: 88% !important;
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.specific-inner img {
    position: absolute;
    top: -4px;
    left: 21px;
    width: 93px;
    z-index: 1;
}

.associatebox span {
    /* background: rgba(0,0,0,0) linear-gradient(#e46e61,rgba(150,150,150,0.33)) repeat scroll 0 0; */
    background: #0f3178;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    display: inline-block;
    max-width: 235px;
    overflow: hidden;
    padding: 10px 8px 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: inherit;
    width: 100%;
    height: 69px;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 5px solid #ccc;
    font-size: 14px;
}

.associatebox span::after {
    /* background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33) inset;
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    top: calc(50% - 8px);
    width: 10px;
    z-index: 9; */
}

.associatebox span small {
    text-transform: initial;
}


/* eND OF  associatebox */


/* End of our associates section  */


/* start project section  */

.projectinner {
    box-shadow: 0 0 15px 10px #ccc;
    margin-bottom: 30px;
}

.p-infobox {
    padding: 15px 10px;
}

.p-infobox h4 {
    margin-bottom: 0;
    color: #ba8f4e;
}

.p-info i {
    color: #ba8f4e;
}

.picon img {
    /*width: 100px;*/
    height: 40px;
}

.p-infobox {
    display: flex;
    justify-content: space-between;
}


/* End of project section  */


/* start completed project section  */

.locationname {
    background: #0f3178;
    color: #fff;
}

.c-projectinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 8px;
    border-bottom: 4px solid #0f3178;
    margin-bottom: 20px;
    background: #dbeafd;
    border-radius: 5px;
    min-height: 140px;
}

.cp-icon {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}

.cp-icon i {
    background: #ccc;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    background-color: #0f3178;
    color: #fff;
}


/* End of completed project section  */


/* Start why choose us  */

.whychoose {
    background: #16529d;
}

.whychoose b {
    color: #fff;
}

.text-divider {
    background: #fff;
    padding: 60px 60px;
    margin-top: -132px;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
}

.text-divider .large-text {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.vismissec {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.vmimg {
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
    margin-right: 33px;
}

.vmimg img {
    width: 100%;
    border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 30%);
    border: 7px solid #f3f3f3;
}

.order-list li {
    display: inherit;
    position: relative;
    margin: 12px 0px;
    background: #fff;
    color: #111;
    padding: 4px 34px;
    display: inline-block;
    border-radius: 20px;
}

.order-list li:before {
    position: absolute;
    content: '\f20e';
    left: 8px;
    top: 4px;
    font-family: 'FontAwesome';
    color: #067dad;
    font-weight: 600;
}

.order-list2 li:before {
    /* color: #fff; */
}

.order-list2 {
    color: #fff;
}

.order-list li:first-child {
    margin-top: 0;
}

.order-list.primary-color li:before {
    color: #067dad;
    font-weight: 600;
}

.sec-padding-b {
    padding-bottom: 200px;
}


/* End of why choose us  */

.vis-misSec {
    background: #f1f1f1e0;
}

.vismisicon {
    transform: rotate( 45deg);
    /* background: #ccc; */
    border: 5px solid #16529d14;
}

.vismisicon img {
    transform: rotate( -45deg);
    border: 5px solid #ccc;
}


/* start timeline section  */

.main-timeline {
      background-image: url(public_html/assets/img/hex.html);
    position: relative;
    z-index: 1;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #003f5b;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main-timeline .timeline {
    margin-bottom: 30px;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-content {
    width: 48%;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-icon {
    width: 16px;
    height: 10px;
    background: #ff9420;
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-timeline .timeline-icon:before {
    content: "";
    position: absolute;
    border-bottom: 4px solid #ff9420;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -4px;
    left: 0;
}

.main-timeline .timeline-icon:after {
    content: "";
    border-top: 4px solid #ff9420;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.main-timeline .date {
    display: inline-block;
    padding: 2px 25px;
    background: #0f3178;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.main-timeline .timeline-content.left .date {
    margin-right: 0px;
}

.main-timeline .timeline-content.right .date {
    margin-left: -4px;
}

.main-timeline .title {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.main-timeline .description {
    padding: 20px;
    background: rgb(233 232 232);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #303436;
}




.main-timeline .timeline-content.left {
    text-align: right;
}

.main-timeline .timeline-content.right {
    float: right;
}

.main-timeline .timeline-content.left .title {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.main-timeline .timeline-content.right .title {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15)
}

@media screen and (max-width: 767px) {
    .main-timeline:before {
        left: 0;
        margin: 0;
    }
    .main-timeline .timeline-content {
        width: 90%;
        float: right;
    }
    .main-timeline .timeline-icon {
        margin: 0;
        left: -6px;
    }
    .main-timeline .timeline-content.left {
       
        text-align: left;
    }
}






#hexagon-circle {
  position: relative;
  margin: 1em auto;
  width: 10em;
  height: 17.32em;
  border-radius: 1em/.5em;
  background: red;
  transition: opacity .5s;
  cursor: pointer;
}
#hexagon-circle:before {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(60deg);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(60deg);  /* IE 9 */
  transform: rotate(60deg); /* Firefox 16+, IE 10+, Opera */
}

#hexagon-circle:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(-60deg);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(-60deg);  /* IE 9 */
  transform: rotate(-60deg); /* Firefox 16+, IE 10+, Opera */
}











/* End of timeline section  */

.teaminner {
    width: 250px;
    margin: auto;
    margin-bottom: 60px;
}

.teaminner2 {
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.teaminner2 h4 {
    margin-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
}

.teamhead {
    background: #d9e9ff;
}

.nopadding{
    padding: 0px;
    margin: 0px;
}

 table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    th, td {
      padding: 8px;
      text-align: left;
      border-bottom: 1px solid #ddd;
      color: #000;
    }
th.main-title {
    text-align: center;
    background-color: #0f3178;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 25px;
}

section#disclaimer {
    padding: 30px 0px;
}

.visfimg img {
    width: 100%;
    /* border-radius: 50%; */
    border-radius: 10px !important ;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 30%);
    border: 3px solid #f3f3f3 !important;
    /* height: 210px; */
}

/* The old way - First Paragraph */
.chapter p:nth-of-type(1)::first-letter {
  color: var(--accent);
  font-size: 350%;
  float: left;
  line-height: .25;
  margin-right: .5rem;
  margin-top: .4em;
}

/* The new way - Second Paragraph */
.chapter p:nth-of-type(2)::first-letter {
  color: var(--accent);
  -webkit-initial-letter: 2 2;
  initial-letter: 2 2;
  margin-right: .5rem;
}
