/* fonts */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: Rajdhani,sans-serif;
    background: #fff;
    color: #424242;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row-box {
    display: inline-block;
    width: 100%;
}

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

a:hover {
    color: #0f9547;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 30px;
}

p {
    line-height: 20px;
}

section {
    width: 100%;
    float: left;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

div {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col1 {
    width: 8.33333333%;
}

.col2 {
    width: 16.66666667%;
}

.col3 {
    width: 25%;
}

.col4 {
    width: 33.33333333%;
}

.col5 {
    width: 41.66666667%;
}

.col6 {
    width: 50%;
}

.col7 {
    width: 58.33333333%;
}

.col8 {
    width: 66.66666667%;
}

.col9 {
    width: 75%;
}

.col10 {
    width: 83.33333333%;
}

.col11 {
    width: 91.66666667%;
}

.col12 {
    width: 100%;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    float: left;
}

.link1 {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    font-size: 14px;
    background: #a9a9a9;
    padding: 0px 20px;
    margin-right: 5px;
}

.link1:hover {
    background: #0f9547;
    color: #fff;
}

.link2 {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 40px;
    font-size: 14px;
    background: #0f9547;
    padding: 0px 20px;
    margin-right: 5px;
    text-transform: uppercase;
}

.link2:hover {
    background: #a9a9a9;
    color: #fff;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
@media (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }

}

@media (max-width: 767px) {

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        width: 100%;
    }

}


/* Main class for all */



/* logo section */
.logo {
    float: left;
    width: 25%;
}

.right-box {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
    border-bottom: 1px solid #ededed;
}

.right-box > a {
    width: 38px;
    height: 38px;
    background: #a9a9a9;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    margin: 0 11px;
    -webkit-transition: .3s;
    transition: .3s;
}

.right-box > a:hover {
    background: #318ac6;
    -webkit-transition: .3s;
    transition: .3s;
}

.right-box > span {
    display: inline-block;
    line-height: 22px;
    font-size: 13px;
    padding-right: 39px;
    font-weight: 600;
    width: 100%;
}
.right-box span {
    padding: 0px;
    padding-right: 170px;
    border-right: 1px solid #ececec;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    line-height: 51px;
    font-family: 'Rajdhani', sans-serif;
}

.right-box > span a {
    color: #0f9547;
    text-decoration: none;
}
.right-box > span a:hover{
 color:#000;   
}

header {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
}

.logo img {
    width: auto;
    margin-top: 10px;
}

.bottom-header {
    width: 100%;
    float: left;
    padding: 0;
}
.row-box.menu-tap {
    width: auto;
    float: right;
    padding: 0px 100px 0px 0;
}
.bottom-header.affix {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
span.info-contact-top i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    margin-top: -3px;
}
span.info-contact-top {
    background-color: #06446b;
    padding: 5px;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.3em;
    text-align: left;
    display: inline-block;
    font-family: Rajdhani,sans-serif;
    letter-spacing: 1px;
}
.info-box {
    margin-bottom: -66px;
    background-color: rgba(0,0,0,.20);
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,.30);
}
.row.info-box-detail {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner{

}
/* End logo section */

/* Menu section */
.menu-header {
}

.stellarnav {
    position: relative;
    padding: 10px 0;
}

.stellarnav a {
    color: #777;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
}
.box-1, .box-2, .box-3 {
    padding: 10px 0;
    text-align: center;
}
.stellarnav li a {
    text-transform: uppercase;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.stellarnav li a.active {
    color: #0a80c4;
    font-weight: 500;
}

.stellarnav > ul > li {
    display: inline-block;
}

.stellarnav > ul > li > a {
       color: #232323;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 0 5px;
    padding-bottom: 17px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: Rajdhani,sans-serif;
    line-height: 3px;
    letter-spacing: 0;
        padding: 15px;
}

.stellarnav ul ul {
    top: auto;
    width: 270px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #0a80c4;
}

.stellarnav li li {
    display: block;
}

.stellarnav ul ul ul {
    top: 0;
    /* dd animtion - change to auto to remove */
    left: 220px;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.stellarnav > ul > li.drop-left > ul {
    right: 0;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px;
}

.stellarnav.light {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
    color: #000;
}

.stellarnav ul ul li a {
    padding: 15px;
    border-bottom: 1px solid #e8652e;
    color: #fff;
}

.stellarnav ul ul li a:hover {
    background: #ffffff;
    color: #0a80c4;
}

.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
    color: #000;
}

.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

body.stellarnav-noscroll-x {
    overflow-x: hidden;
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: inline-block;
}

.stellarnav li li.has-sub > a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: relative;
    top: 4px;
}

.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;
}

.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
    display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}

.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0;
}

.stellarnav.desktop li.has-sub a {
    padding-right: 5px;
}

.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none;
}

.stellarnav a.dd-toggle .icon-plus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
    border-color: #000;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #FFF;
}

.stellarnav .icon-close {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}

.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
    border-color: #000;
}

.stellarnav.light .icon-close:after {
    border-color: #000;
}

.stellarnav.dark .icon-close:before {
    border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
    border-color: #FFF;
}

.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.menu-toggle {
    border: 1px solid #fff !important;
    margin-top: 0px;
}

.stellarnav .menu-toggle span.bars {
    display: inline-block;
    position: relative;
    top: 3px;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 6px;
    background: #777;
    margin: 0 0 3px;
}

.stellarnav .full {
    width: 100%;
}

.stellarnav .half {
    width: 50%;
}

.stellarnav .third {
    width: 33%;
    text-align: center;
}

.stellarnav .location-btn-mobile.third {
    text-align: center;
}

.stellarnav .location-btn-mobile.half {
    text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
    border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
    border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
    background: #6f3a95;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #1074bc;
}

.stellarnav.mobile {
    position: static;
}

.stellarnav.mobile.fixed {
    position: static;
}

.stellarnav.mobile ul {
    position: relative;
    display: none;
}

.stellarnav.mobile.active {
    padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
    display: block;
}

.stellarnav.mobile ul {
    text-align: left;
}

.stellarnav.mobile > ul > li {
    display: block;
}

.stellarnav.mobile > ul > li > a {
    padding: 15px;
}

.stellarnav.mobile ul {
    background: rgba(221, 221, 221, 1);
}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -webkit-transition: none;
    transition: none;
}

.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
    right: auto;
}

.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile.light > ul {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile li a.dd-toggle {
    border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
    border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
    display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
}

.stellarnav.mobile.light ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
    background: rgba(0, 0, 0, 1);
}

.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08);
}

.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
    display: none;
}

.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right > ul {
    right: 0;
    z-index: 9999;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
}

.stellarnav.mobile.left > ul {
    left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none;
}

.stellarnav.desktop li.mega ul ul {
    background: none;
}

.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px;
}

.stellarnav.desktop li.mega ul ul {
    width: auto;
}

.stellarnav.desktop > ul > li.mega {
    position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
    width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
    display: block;
    position: relative;
    left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
    padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
    display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
    color: yellow;
}

.stellarnav > ul > li > a:hover {
    color: #0f9547;
}

.stellarnav > ul > li:nth-child(2) a {
    padding-left: 0px;
}

.stellarnav > ul > li:last-child a {
    padding-right: 0px;
}


/* End Menu section */

/* About us css */
.about-us {
    position: relative;
    background: #ebebeb;
    overflow: hidden
}

.about-us .container {
    position: relative;
}

.about-us > img {
    position: absolute;
    background: #ebebeb;
    top: 0px;
    z-index: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.over-lay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
h2.banner-text {
    width: 600px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
    margin: 1em auto 0.5em;
    text-align: center;
}
.about-us-box h3 {
    font-size: 30px;
    font-weight: bold;
    color: #3286c8;
}

.about-us-box p {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0;
}

.about-us-img figure img {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* End about css */

/* services css */
section.services{
    padding-top: 117px;
    padding-bottom: 120px;
}
section.services-testing {
    padding-top: 117px;
    padding-bottom: 109px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.service-box-icon figure {
    width: 96px;
    height: 96px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #a9a9a9;
    border-radius: 100%;
}
h5.about-tittle {
    color: #0f9547;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
}
.service-box-icon h5 {
    width: 100%;
    text-align: center;
}

.service-box-icon h5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 18px;
}

.service-box-icon {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 22px;
}

.services-box h2 {
    font-size: 32px;
    font-weight: bold;
    color: #c31723;
}

.services-box > h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 5px;
}

.services-box p {
    line-height: 24px;
    margin: 15px 0;
}

.services-box {
    max-width: 585px;
    padding-left: 49px;
}

.services .container-fluid > .row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-img {
    margin-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.05);
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    padding-right: 40px;
        position: relative;
}
h3.number {
    color: #fff;
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    font-family: Rajdhani,sans-serif;
}
.eqaul-size h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 500;    
    font-family: Rajdhani,sans-serif;
    letter-spacing: 1px;
}
a.name-slider {
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    line-height: 26px;
    margin: 30px 0px 16px;
    color: #337ab7;
    display: inline-block;
    text-decoration: none;
}
p.about-infos {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 34px;
    font-family: Rajdhani,sans-serif;
    color: #686868;
    font-weight: 400;
    padding-right: 0;
}

/* End services css */



/* About css */

section.about-section1 {
    background: #e11326;
}

.about-section1 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}
.about-section1 p {
    color: #ffffff;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.about-section1 ul {
    padding-left: 17px;
    color: white;
    line-height: 36px;
}
.about-section1 .row-box .col5 figure img {
    position: absolute;
    top: 0px;
    right: 0px;
}
.about-section1 .container .row-box:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

/* End About css */

/* form box css */
section.form-box h2 {
    font-size: 24px;
    color: #3788c9;
    font-weight: bold;
    margin-bottom: 17px;
}
section.form-box p {
    line-height: 28px;
}
.form-box-inner input {
    height: 40px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.form-box-inner .form-group {
    padding: 0 15px;
}
.form-box-inner textarea {
    width: 100%;
    height: 139px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.form-box-inner input[type="submit"] {
    width: auto;
    float: right;
    background: #a9a9a9;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 40px;
    font-size: 14px;
    padding: 0px 20px;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
.form-box-inner input[type="submit"]:hover{
    
    background: #e11326;
    
}
section.form-box h6 {
    font-size: 16px;
    margin: 15px 0 0px;
    font-weight: 500;
}
/* End form css */

/* banner section css*/
.banner-section{
    background: #000;
    text-align: center;
    overflow: hidden;
}
.banner-section > img {
    position: absolute;
    background: #ebebeb;
    top: 0px;
    z-index: 0;
    width: 100%;
    opacity: .4;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0px;
}
.banner-section .container {
    position: relative;
}
section.banner-section h2 {
    font-size: 36px;
    color: #e11326;
    font-weight: bold;
    line-height: 36px;
}
.banner-section p {
    color: #fff;
    font-size: 16px;
}
.banner-section p a{
    color: #e11326;
}
.banner-section p a:hover{
    color: #fff;
}
.banner-section a.link2 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 30px 0;
    height:48px;
    line-height: 48px;
}
/* End banner section css*/

/*--- footer ---*/
.footer-2 {
    float: left;
    width: 100%;
}

.footer-2 .top-footer {
        padding-top: 118px;
    padding-bottom: 118px;
    background-color: #232323;
}
.footer-2 p.footer-info {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 20px 0px 0px;
}

a.contact-info {
    text-transform: inherit;
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.footer-2 h3 {
        font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #fff;
}
ul.quick-links li {
    padding-bottom: 5px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    width: 50%;
    float: left;
}
.footer-2 ul.quick-links li a {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer-2 ul.quick-links li:hover a {
        color: #085e94;
}
.ftr-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 25px;
}


.footer-2 a {
    display: block;
    margin-bottom: 5px;
}
.footer-2 a:hover {
    color: #ececec;
}
.footer-2 ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer-2 ul li {
    padding: 5px 0 0px;
    color: #000;
    line-height: 24px;
}
ul.contact-links p.footer-info {
    margin-top: 5px;
}


.footer-2 .copy {
    background: #181818;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.footer-2 .copy p {
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
}
/* Contact Page*/
.section2 {

    margin: 0px auto;
}

.section2 .col6 {
    padding: 0 15px;
}

.section2 .col6 input.col2.first,
.section2 .col6 .col2.last {
    width: 50%;
    float: left;
}

.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 8px;
    background: #EDEDED;
    margin: 7px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    font-size: 16px;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section2 .sec2contactform input[type="submit"] {
    padding: 13px 40px;
    color: #fff;
    border: 0;
    background: #28221a;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
}

.section2 .sec2contactform input[type="submit"]:hover {
    background: #1074bc;
}


#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}
h3.about-tittles {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}
p.about-info {
    color: #232323;
    font-weight: 600;
    margin-bottom: 30px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 34px;
    font-family: Rajdhani,sans-serif;
}
h3.name {
    margin: 0;
    color: #232323;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    font-family: Rajdhani,sans-serif;
}
h5.name-info {
    color: #0f9547;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    font-family: Rajdhani,sans-serif;
    margin: 0;
}
.services-img {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.sine-box {
    position: absolute;
    background-color: #fff;
    height: 170px;
    width: 170px;
    line-height: 170px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    left: -33px;
    bottom: 0;
    z-index: 2;
}
.sine-box:before {
    content: "";
    display: block;
    width: 87%;
    height: 87%;
    border: 2px dashed #ededed;
    position: absolute;
    border-radius: 50%;
    top: 7%;
    left: 7%;
}
.sine {
    padding-top: 62px;
}
.sine h4 {
    color: #0f9547;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
}
.services-img:after {
    position: absolute;
    top: -13px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    text-align: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0f9547;
}
.img-boxs img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.box-same img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.equal-box {
    -webkit-border-radius: 2px;
    position: absolute;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 50px 49px 0 49px;
    color: #fff;
    left: -60px;
    bottom: 174px;
    z-index: 2;
    width: 210px;
    height: 245px;
    background-color: #085e94;
    line-height: inherit;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    text-align: left;
    font-family: Rajdhani,sans-serif;
}
.youtube-video-box {
    padding-top: 117px;
    padding-bottom: 160px;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    background-image: url(../images/about.jpg);
    position: relative;
    z-index: 1;
}
.youtube-video-box:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    background-color: rgba(35, 35, 35, 0.8);
}
.youtube-tittle {
    text-align: center;
    margin: auto;
}
h5.youtube-info {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
}
figure {
    margin: 0;
}
h2.youtube-detail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.you-boxs {
    margin-right: 0;
    margin-left: 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
.row.you-boxs .col-md-6.col-sm-6 {
    padding: 0;
}
.player-box1 {
    background-color: #0f9547;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    padding: 98px 80px 90px 100px;
    color: #fff;
}
.player-box2 {
    background-color: #085e94;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    padding: 98px 80px 90px 100px;
    color: #fff;
}
.tube-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.play-icon {
    margin-right: 20px;
}
.player-box1 span.fa.fa-play {
    background-color: #085e94;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
}
a.play-btn {
    text-decoration: none;
}
h4.point_01 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
h3.point-info {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
h5.blog-title {
    color: #0f9547;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
}
h2.blog-info {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Rajdhani,sans-serif;
    margin: 0;
    color: #232323;
}
.blog-box{
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 3px solid transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #fff;
    }

h4.blog-title {
    font-size: 22px;
    margin-top: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
h4.blog-title a{
    color: #232323;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.blog-item:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    }
.blog-item:hover .blog-box{
        background-color: #085e94;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
.blog-item:hover .blog-box a {
    color: #fff;
}
.blog-img-box img {
    width: 100%;
}
.player-box2 span.fa.fa-play {
    background-color: #fff;
    color: #085e94;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
}
.sine h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    font-family: Rajdhani,sans-serif;
    margin: 0;
    color: #232323;
}
/* Media Quires*/

.points-details {
    margin-top: 50px;
}
.points-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.points-details ul li {
    padding: 35px 30px 35px 105px;
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    line-height: 34px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.points-details ul li span {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #0f9547;
}
.points-details ul li:nth-child(odd) {
    background: #f8f8f8;
}
.testimonial-box {
    margin-bottom: 13px;
}
p.testimonial-info {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #7c7c82;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-family: Rajdhani,sans-serif;
}
.testimonial-name img {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-name {
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
    line-height: 18px;
}
h3.testimonial-tittle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 5px;
    margin: 0;
    color: #232323;
}
span.testimonial-post {
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0f9547;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-family: Rajdhani,sans-serif;
    display: block;
    margin-top: 5px;
}
.testimonial-frame {
    position: relative;
    padding: 40px 48px 50px 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.01);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.01);
    box-shadow: 0 0 40px rgba(0,0,0,.01);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.testimonial-name:after{
    position: absolute;
    content: "“";
    font-size: 100px;
    line-height: 0;
    bottom: -5px;
    right: -1px;
    color: #f7f7f7;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    }
    .testimonial-frame:hover .testimonial-name:after{
    color: #085e94;
    }
.testimonial-frame:hover {
    background-color: #0f9547;
}
.slider.testimonial .testimonial-frame {
    margin: 0;
}
.testimonial-frame:hover p.testimonial-info, .testimonial-frame:hover span.testimonial-post, .testimonial-frame:hover h3.testimonial-tittle{
    color: #fff;
}
@media(min-width:1025px) and (max-width:1200px) {

    /*  Menu css  */
    .stellarnav > ul > li > a {
        padding: 3px 7px;
        color: #000;
        font-size: 13px;
        font-weight: bold;
    }

    /* End Menu css  */
}

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

    /*  header css  */
    .logo {
        margin-bottom: 10px;
    }

    /* End Header css  */
}

@media only screen and (max-width : 1024px) {

    /*  Menu css  */
    .stellarnav > ul > li > a {
        padding: 20px 23px;
        color: #fff;
    }
   .stellarnav > ul > li:nth-child(2) a {
    padding-left: 15px;
}
    .stellarnav li a {
        color: #fff;
    }

    /* End Menu css  */
}

@media(max-width:1200px) {


}


@media(max-width:992px) {

    /*  Header css  */
    .right-box {
        max-width: 100%;
        width: 100%;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    /* End Header css  */
  
    
/*   form box css */
    .form-box .col5 .row-box .col6 {
    width: 100%;
}
/* End  form box css */
}

@media only screen and (max-width : 767px) {

    /*  Menu css  */
    .stellarnav {
        overflow: hidden;
        display: block;
    }

    .stellarnav ul {
        position: relative;
        display: none;
    }

    /* End Menu css  */
 

    
    
/*  about section 1 css  */
   .about-section1 .row-box .col5 figure img {
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
    .about-section1 .container .row-box:first-child{
        display: inline-block;
    }
    section.about-section1 {
    padding-top: 0px;
}
/*  End about section 1 css  */
    
/*   form box css */
    .form-box-inner .form-group {
    padding: 0 0px;
}
    
/* End  form box css */
    
    
/*  footer css  */
    .top-footer .col4 {
        padding: 0 0px;
        width: 100%;
    }

    .footer-2 h3 {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .top-footer .container.footer-wpr .row-box > div {
        width: 100%;
        padding: 0 0px;
    }
    
/*  End footer css  */
    
    
    
    
}

@media(max-width:560px) {

    /*  Header css  */
    .right-box {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .right-box > span {
        max-width: 100%;
        padding-right: 0px;
        width: 100%;
        margin: 5px 0;
    }

    /* End Header css  */
}

@media only screen and (max-width : 440px) {

    /*  Header css  */
    .logo img {
        max-width: 169px;
    }

    /* End Header css  */
}

@media only screen and (max-width : 420px) {

    /*  Menu css  */
    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }

    /* End Menu css  */
}

