@font-face
{
font-family: pro;
src: url(../fonts/prosto.ttf)
}
@font-face
{
    font-family:ge;
    src: url(../fonts/ge.otf)
}
body
{
margin: 0px!important;
padding: 0px!important;
background-color: #fff;
    font-family: ge;
overflow-x: hidden!important;
}
.the-after
{
position: fixed;
left: 0px;
width: 100%;
height: 100%;
background-color: #000;
display: none;
z-index: 9999999999999999;
opacity: 0.6;
}
.main-site
{
background-image: url("../images/bk-1.png");
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding-bottom: 300px;
}
.main-site:after
{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
right: 0px;
content: "";
background-color: #000;
opacity: 0.2;
}
.main-site .head-menu
{
padding-top: 40px;
position: relative;
z-index: 999;
}
.main-site .head-menu .menu ul
{
list-style: none;
padding: 0px;
margin: 0px;
text-align: center;
margin-top: 5px;
}
.main-site .head-menu .menu ul li
{
margin-right: 5px;
transition: all .6s ease-in-out;
display: inline-block;
}
.main-site .head-menu .menu ul li:hover a
{
color: #79C207;
}
.main-site .head-menu .menu ul li a
{
text-decoration: none;
transition: all .6s ease-in-out;
color: #fff;
font-size: 13px;
}
.main-site .head-menu .menu ul .active
{
color: #79C207;
}
.main-site .head-menu .more-icons ul
{
list-style: none;
padding: 0px;
margin: 0px;
float: right;
margin-top: 5px;
}
.main-site .head-menu .more-icons ul li
{
color: #fff;
margin-right: 10px;
transition: all .6s ease-in-out;
cursor: pointer;
display: inline-block;
}

.main-site .head-menu .more-icons ul li:hover
{
color: #79C207;
}
.main-site .main-slider
{
width: 60%;
display: block;
margin: 0 auto;
text-align: center;
padding-top: 100px;
}
.main-site .main-slider .slider-content h3
{
color: #fff;
line-height: 40px;
}
.main-site .main-slider .slider-content p
{
color: #fff;
font-size: 12px;
line-height: 25px;
}
.main-site .main-slider .slider-content .links
{
margin-top: 25px;
}
.main-site .main-slider .slider-content .links a
{
display: inline-block;
text-decoration: none;
transition: all .6s ease-in-out;
width: 150px;
font-size: 13px;
border-radius: 3px;
background-color: #103348;
padding: 12px;
margin-right: 10px;
color: #fff;
}
.main-site .main-slider .slider-content .links a:hover
{
background-color: #79C207;
}
.main-site .main-slider .owl-nav
{
position: relative;
width: 100%;
margin-top: -150px;
}
.main-site .main-slider .owl-prev
{
position: absolute;
right: -200px;
width: 50px;
transition: all .6s ease-in-out;
padding: 10px;
background-color: #79C207;
color: #fff;
}
.main-site .main-slider .owl-next
{
position: absolute;
left: -200px;
transition: all .6s ease-in-out;
width: 50px;
color: #fff;
padding: 10px;
background-color: #79C207;
}
.main-site .main-slider .owl-next:hover
{
background-color: #fff;
color: #79C207;
}
.main-site .main-slider .owl-prev:hover
{
background-color: #fff;
color: #79C207;
}
.main-site .main-slider .owl-dots
{
display: table;
margin: 0px auto;
position: absolute;
bottom: -130px;
right: 0px;
left: 0px;
}
.main-site .main-slider .owl-dot
{
border-radius: 100%;
background-color:#fff;
float: right;
height: 7px;
margin-left: 5px;
width: 7px;
}

.main-site .main-slider .owl-dot.active
{
background-color: #79C207;
width: 10px;
height: 10px;
margin-top: -2px;
}
.our-services .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.our-services .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.our-services .head h3
{
text-transform: uppercase;
}
.our-services .one
{
border: 1px solid #EEEEEE;
border-radius: 5px;
padding: 14px;
margin-bottom: 30px;
transition: all .6s ease-in-out;
border-bottom: 6px solid #79C207;
margin-top: 15px;
}
.our-services .one h6
{
color: #989898;
text-transform: uppercase;
font-size: 10px;
}
.our-services .one h2
{
color: #79C207;
text-transform: uppercase;
line-height: 25px;
font-size: 14px;
}
.our-services .one a
{
border: 1px solid #EEEEEE;
display: block;
padding: 10px 12px;
font-size: 10px;
margin-bottom: 0px;
width: 35px;
color: #79C207;
}
.our-services .one:hover
{
background-color: #103348;
border-bottom:6px solid #103348;
}
.our-services .one:hover h6
{
color: #fff;
}
.our-services .one:hover a
{
border: transparent;
background-color: #79C207;
color: #fff;
}
.our-projects
{
background-image: url("../images/bk-2.png");
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding-bottom: 50px;
}
.our-projects .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.our-projects .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.our-projects .head h3
{
color: #fff;
text-transform: uppercase;
}
.our-projects .the-proj img
{
width: 100%;
height: 180px;
}
.our-projects .the-proj h6
{
color: #fff;
font-size: 10px;
text-transform: uppercase;
}
.our-projects .the-proj h3
{
color: #fff;
font-size: 14px;
margin: 0px;
text-transform: uppercase;
}
.our-projects .the-proj p
{
color: #fff;
font-size: 10px;
margin: 0px;
line-height: 25px;
overflow: hidden;
height: 80px;
margin-top: 10px;
text-transform: uppercase;
}
.our-projects .the-proj a
{
text-align: right;
display: block;
color: #79C207;
text-decoration: none;
}
.our-projects .the-proj a i
{
margin-left: 8px;
font-size: 12px;
}
.our-projects .projects-slider .owl-nav
{
position: absolute;
left: -130px;
top: 45px;
}
.our-projects .projects-slider .owl-prev
{
width: 100px;
text-align: center;
transition: all .6s ease-in-out;
padding: 12px;
background-color: #fff;
color: #103348;
}
.our-projects .projects-slider .owl-prev i
{
margin-right: 5px;
margin-left: 0px;
}
.our-projects .projects-slider .owl-next
{
width: 100px;
transition: all .6s ease-in-out;
text-align: center;
padding: 12px;
background-color: #fff;
color: #103348;
margin-top: 10px;
}
.our-projects .projects-slider .owl-next i {
margin-right: 0px;
margin-left: 5px;
}
.our-projects .projects-slider .owl-prev:hover
{
background-color: #79C207;
color: #fff;
}
.our-projects .projects-slider .owl-next:hover
{
background-color: #79C207;
color: #fff;
}
.search-box
{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
z-index: 99999999;
display: none;
padding:50px 0px;
background-image: url("../images/bk-2.png");
background-size: cover;
}
.search-box form
{
z-index: 99999999999999999999999;
position: relative;
display: block;
width: 50%;
margin: 0 auto;
}
.search-box form input
{
padding: 15px;
outline: none;
position: relative;
border: none;
border-bottom: 1px solid #79C207;
width: 100%;
}
.search-box form button
{
background-color: #79C207;
border: none;
padding:15.5px 24px;
color: #fff;
position: absolute;
right: 0px;
}
.search-box .times
{
color: #79C207;
top: 10px;
position: absolute;
left: 50px;
cursor: pointer;
font-size: 30px;
}
.contract-section
{
background-image: url("../images/bk-3.png");
background-repeat: no-repeat;
background-size: cover;
}
.contract-section .one-card
{
background-color: #103348;
position: relative;
z-index: 99999;
width: 100%;
margin-top: 70px;
padding: 20px;
margin-bottom: 30px;
}
.contract-section .one-card h6
{
text-transform: uppercase;
color: #fff;
text-align: center;
}
.contract-section .one-card h3
{
font-size: 16px;
text-transform: uppercase;
color: #fff;
text-align: center;
}
.contract-section .one-card p
{
line-height: 25px;
font-size: 10px;
text-transform: uppercase;
color: #fff;
text-align: center;
}
.contract-section .one-card a
{
background-color: #79C207;
width: 125px;
text-align: center;
padding: 12px;
transition: all .6s ease-in-out;
color: #fff;
text-decoration: none;
display: block;
margin: 0 auto;
}
.contract-section .one-card a:hover
{
background-color: #fff;
color: #79C207;
}
.contract-section .hd
{
width: 70%;
display: inline-block;
position: absolute;
right: 140px;
}
.testimonials-section
{
margin-bottom: 20px;
}
.testimonials-section .one
{
background-color: #103348;
width: 100%;
padding: 15px;
position: relative;
transition: all .6s ease-in-out;
margin-top: 80px;
margin-bottom: 50px;
}
.testimonials-section .one:hover
{
background-color: #79C207;
}
.testimonials-section .one:hover .content h3
{
color: #103348;
}
.testimonials-section .one:hover .content i
{
color: #103348;
}
.testimonials-section .one .pic
{
float: left;
display: inline-block;
width: 20%;
}
.testimonials-section .one .pic img
{
height: 55px;
width: 80%;
}
.testimonials-section .one .content
{
width: 70%;
display: inline-block;
    text-align: left;
text-transform: uppercase;
}
.testimonials-section .one .content h2
{
margin: 0px;
color: #fff;
font-size: 14px;
}
.testimonials-section .one .content h3
{
margin: 0px;
transition: all .6s ease-in-out;
color: #79C207;
font-size: 14px;
margin-top: 10px;
}
.testimonials-section .one .content p
{
font-size: 10px;
line-height: 20px;
color: #fff;
height: 60px;
margin-top: 15px;
overflow: hidden;
margin-bottom: 0px;
}
.testimonials-section .one .content i
{
position: absolute;
right: 20px;
font-size: 24px;
color: #79C207;
transition: all .6s ease-in-out;
top: 20px;
}
.testimonials-section .testimonials-slider .owl-dots
{
display: table;
margin: 0px auto;
position: absolute;
bottom: 10px;
right: 0px;
left: 0px;
}
.testimonials-section .testimonials-slider .owl-dot
{
border-radius: 100%;
background-color:#79C207;
float: right;
height: 7px;
margin-left: 5px;
width: 7px;
}

.testimonials-section .testimonials-slider .owl-dot.active
{
background-color: #79C207;
width: 10px;
height: 10px;
margin-top: -2px;
}

.our-clients .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.our-clients .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.our-clients .head h3
{
text-transform: uppercase;
}
.our-clients .view
{
margin-top: 50px;
}
.our-clients .view h5
{
padding: 0px;
margin: 0px;
text-transform: uppercase;
color: #79C207;
}
.our-clients .view p
{
font-size: 20px;
line-height: 35px;
}
.our-clients .one img
{
display: block;
height: 100px;
margin: 0 auto;
margin-bottom: 30px;
}

.our-values .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.our-values .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.our-values .head h3
{
text-transform: uppercase;
}
.our-values .one .pic img
{
width: 100%;
height: 200px;
margin-bottom: 20px;
}
.our-values .one .content
{
margin-top: 30px;
border-bottom: 6px solid #79C207;
text-transform: uppercase;
padding-bottom: 30px;
margin-bottom: 30px;
text-align: center;
}
.our-values .one .content img
{
height: 90px;
margin-bottom: 20px;
}
.our-values .one .content h6
{
margin: 0px;
font-size: 12px;
color: #103348;
}
.our-values .one .content h3
{
color: #103348;
font-size: 16px;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
.our-values .one .content p
{
font-size: 10px;
margin: 0px;
height: 80px;
overflow: hidden;
color: #949494;
line-height: 25px;
margin-top: 10px;
}
.video-tube
{
margin-top: 25px;
margin-bottom: 0px;
}
.last-news
{
padding-bottom: 50px;
}
.last-news .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.last-news .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.last-news .head h3
{
text-transform: uppercase;
}
.last-news .one
{
position: relative;
box-shadow: 0px 0px 10px 0px #707070;
margin-bottom: 20px;
transition: all .6s ease-in-out;
border-radius: 7px;
padding-bottom: 10px;
}
.last-news .one:hover
{
background-color: #103348;
}
.last-news .one:hover p
{
color: #fff;
}
.last-news .one img
{
width: 100%;
height:185px;
}
.last-news .one .info
{
background-color: #79C207;
padding: 10px;
}
.last-news .one .info h5
{
margin: 0px;
color: #fff;
font-size: 10px;
}
.last-news .one .info h3
{
margin: 0px;
font-size: 12px;
color: #fff;
margin-top: 5px;
}
.last-news .one p
{
margin-top: 15px;
font-size: 12px;
line-height: 18px;
height: 50px;
overflow: hidden;
color: #949494;
padding-left: 10px;
padding-right: 10px;
}
.last-news .one a
{
display: block;
text-align: right;
text-decoration: none;
color: #79C207;
padding-right: 10px;
}

.footer
{
background-image: url("../images/footer.png");
background-size: cover;
padding-top: 80px;
position: relative;
padding-bottom: 10px;
}
.footer .line
{
width: 100%;
position: absolute;
right: 0px;
height: 80px;
top: -25px;
}
.footer .footer-con p
{
color: #fff;
margin-top: 20px;
line-height: 25px;
font-size: 12px;
}
.footer .footer-con .social
{
list-style: none;
padding: 0px;
margin: 0px;
text-align: center;
margin-top: 20px;
}
.footer .footer-con .social li
{
display: inline-block;
margin-right: 20px;
}
.footer .footer-con .social li a
{
color: #79C207;
transition: all .6s ease-in-out;
text-decoration: none;
font-size: 18px;
}
.footer .footer-con .social li a:hover i
{
color: #fff;
}
.footer .footer-con .social li a i
{
font-size: 18px;
transition: all .6s ease-in-out;
}
.footer .footer-con h3
{
margin: 0px;
color: #79C207;
}
.footer .footer-con ul
{
list-style: none;
padding: 0px;
margin: 0px;
margin-top: 25px;
}
.footer .footer-con ul li
{
display: block;
font-size: 12px;
margin-top: 20px;
color: #fff;
}
.footer .footer-con ul li i
{
color: #79C207;
margin-right: 10px;
font-size: 10px;
}
.footer iframe
{
margin-top: 20px;
border: none;
}
.footer .logo-2 {
display: block;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 20px;
}
.footer .copyright h6
{
color: #fff;
margin: 0px;
border-top: 1px solid #79C207;
padding-top: 10px;
text-align: center;
}
.fixed-icons
{
position: fixed;
right: 40px;
bottom: 100px;
}
.fixed-icons ul
{
list-style: none;
padding: 0px;
margin: 0px;
}
.fixed-icons ul li
{
width: 40px;
height: 40px;
border-radius: 150px;
background-color: #79C207;
color: #fff;
text-align: center;
line-height: 40px;
margin-top: 10px;
}
.fixed-icons ul li a
{
color: #fff;
text-decoration: none;
}
.fixed-icons ul #button {
display: inline-block;
background-color: #79C207;
width: 40px;
height: 40px;
text-align: center;
border-radius: 140px;
position: fixed;
bottom: 50px;
right: 40px;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
.fixed-icons ul #button::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f062";
font-style: normal;
font-size: 14px;
line-height: 40px;
color: #fff;
}
.fixed-icons ul #button:hover {
cursor: pointer;
background-color: #333;
}
.fixed-icons ul #button:active {
background-color: #555;
}
.fixed-icons ul #button.show {
opacity: 1;
visibility: visible;
}
.header
{
padding-top: 30px;
position: relative;
padding-bottom: 30px;
z-index: 999;
}
.header .menu ul
{
list-style: none;
padding: 0px;
margin: 0px;
text-align: center;
margin-top: 5px;
}
.header .menu ul li
{
margin-right: 5px;
transition: all .6s ease-in-out;
display: inline-block;
}
.header .menu ul li:hover a
{
color: #79C207;
}
.header .menu ul li a
{
text-decoration: none;
transition: all .6s ease-in-out;
color: #103348;
font-size: 13px;
}
.header .menu ul .active
{
color: #79C207;
}
.header .more-icons ul
{
list-style: none;
padding: 0px;
margin: 0px;
float: right;
margin-top: 5px;
}
.header .more-icons ul li
{
color: #79C207;
margin-right: 10px;
transition: all .6s ease-in-out;
cursor: pointer;
display: inline-block;
}

.header .more-icons ul li:hover
{
color: #79C207;
}
.banner-head
{
background-image: url("../images/bk-2.png");
background-size: cover;
height: 200px;
position: relative;
padding-top: 80px;
background-repeat: no-repeat;
text-align: center;
}
.banner-head h3
{
color: #fff;
position: relative;
z-index: 99999;
font-size: 22px;
text-transform: capitalize;
}
.banner-head img
{
position: absolute;
right: 0px;
left: 0px;
top: 14px;
margin: 0 auto;
}
.about-ceo
{
background-image: url("../images/h.png");
background-size: contain;
padding-bottom: 100px;
background-repeat: no-repeat;
background-position: right;
}
.about-ceo .president-word
{
padding-top: 100px;
}
.about-ceo .president-word i
{
color: #79C207;
font-size:20px;
}
.about-ceo .president-word h3
{
font-size: 26px;
line-height: 35px;
padding-left: 30px;
}
.about-ceo .president-word h3 span
{
color: #79C207;
}
.about-ceo .president-word h6
{
font-size: 16px;
padding-left: 30px;
}
.about-ceo .president-word h2
{
color: #103348;
font-size: 20px;
padding-left: 30px;
}

.about-content
{
margin-top: 80px;
}
.about-content .con
{
text-align: center;
transition: all .6s ease-in-out;
padding-bottom: 0px;
border-bottom: 2px solid #79C207;
margin-bottom: 20px;
}
.about-content .con img
{
height:80px;
margin-bottom: 10px;
}
.about-content .con h4
{
color: #79C207;
font-weight: bolder;
font-size: 18px;
}
.about-content .con p
{
font-size: 14px;
line-height: 25px;
color: #7A7A7A;
transition: all .6s ease-in-out;
overflow: hidden;
height: 80px;
}
.about-content .con p:hover
{
height: auto;
overflow: auto;
}
.about-content .vision .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.about-content .vision .head img
{
position: absolute;
left: 0px;
right: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.about-content .vision .head h3
{
color: #103348;
text-transform: capitalize;
}
.about-content .vision
{
position: relative;
}
.about-content .vision .vision-b
{
width: 100%;
}
.about-content .vision .content
{
padding-left: 50px;
}
.about-content .vision .content h4
{
font-size: 10px;
margin: 0px;
line-height: 25px;
margin-top: 10px;
}
.about-content .vision .content h4 span
{
font-size: 30px;
color: #79C207;
padding-right: 20px;
}
.about-content .vision .content a
{
background-color: #79C207;
display: block;
color: #fff;
text-decoration: none;
transition: all .6s ease-in-out;
text-align: center;
margin-top: 10px;
width: 150px;
margin-bottom: 20px;
padding: 10px;
}
.about-content .vision .content a:hover
{
background-color: #103348;
}
.about-content .mission .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.about-content .mission .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.about-content .mission .head h3
{
color: #103348;
text-transform: capitalize;
}
.about-content .mission
{
position: relative;
}
.about-content .mission .mission-b
{
width: 100%;
}
.about-content .mission .content
{
padding-left: 50px;
}
.about-content .mission .content h4
{
font-size: 10px;
margin: 0px;
line-height: 25px;
margin-top: 10px;
}
.about-content .mission .content h4 span
{
font-size: 30px;
color: #79C207;
padding-right: 20px;
}
.about-content .mission .content a
{
background-color: #79C207;
display: block;
color: #fff;
text-decoration: none;
transition: all .6s ease-in-out;
text-align: center;
margin-top: 10px;
width: 150px;
margin-bottom: 20px;
padding: 10px;
}
.about-content .mission .content a:hover
{
background-color: #103348;
}
.about-content .choose-us
{
margin-top: 30px;
margin-bottom: 30px;
display: block;
float: left;
width: 100%;
}
.about-content .choose-us .content
{
padding-top: 20px;
margin-top: 30px;
}
.about-content .choose-us img
{
width: 100%;
}
.about-content .choose-us h3
{
font-size: 18px;
color: #103348;
font-weight: bolder;
line-height: 25px;
}
.about-content .choose-us p
{
color: #7A7A7A;
font-size: 12px;
line-height: 20px;
}
.about-content .choose-us a
{
background-color: #79C207;
text-align: center;
width: 140px;
margin-top: 15px;
color: #fff;
text-decoration: none;
display: block;
padding: 12px;
}
.our-values-page
{
background-image: url("../images/bk-2.png");
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding-bottom: 100px;
}
.our-values-page .head
{
padding-top: 30px;
color: #fff;
text-align: center;
padding-bottom: 50px;
}
.our-values-page .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.our-values-page .head h3
{
text-transform: uppercase;
}
.our-values-page .one .pic img
{
width: 100%;
height: 200px;
margin-bottom: 20px;
}
.our-values-page .one .content
{
margin-top: 30px;
border-bottom: 6px solid #79C207;
text-transform: uppercase;
padding-bottom: 30px;
margin-bottom: 30px;
text-align: center;
}
.our-values-page .one .content img
{
height: 90px;
margin-bottom: 20px;
}
.our-values-page .one .content h3
{
color: #79C207;
font-size: 16px;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
.our-values-page .one .content p
{
font-size: 10px;
margin: 0px;
height: 80px;
overflow: hidden;
color: #fff;
line-height: 25px;
margin-top: 10px;
}
.contact-us-card
{
margin-top: -60px;
margin-bottom: 50px;
}
.contact-us-card .col-sm-6
{
padding: 0px;
}
.contact-us-card .the-card
{
background-color: #fff;
border-radius: 30px;
float: left;
width: 100%;
box-shadow: 0px 0px 10px 0px #707070;
}
.contact-us-card .the-card .col-sm-12
{
padding: 0px;
}
.contact-us-card .the-card img
{
height: 250px;
width: 100%;
}
.contact-us-card .the-card .content
{
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
.contact-us-card .the-card .content h5
{
color: #103348;
font-weight: bolder;
}
.contact-us-card .the-card .content p
{
font-size: 10px;
}
.contact-us-card .the-card .content a
{
background-color: #103348;
transition: all .6s ease-in-out;
width: 120px;
color: #fff;
text-decoration: none;
font-size: 12px;
text-align: center;
padding: 12px;
display: block;
margin-top: 15px;
}
.contact-us-card .the-card .content a:hover
{
background-color:#79C207;
}

.contain
{
position: fixed;
/* margin: 255px auto; */
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../images/bk-2.png");
height: 5000px;
top: 0;
left: 0;
right: 0px;
z-index: 9999999999999999999999999;
text-align: center;
padding-top: 280px;
}
.contain img
{
width: 200px;
}
.serv-sec
{
margin-top: 30px;
margin-bottom: 30px;
}
.serv-sec .con
{
width: 80%;
display: block;
margin: 0 auto;
margin-bottom: 30px;
text-align: center;
}
.serv-sec .con h4
{
color: #79C207;
font-size: 18px;
}
.serv-sec .con h3
{
line-height: 30px;
color:#103348;
font-size: 20px;
}
.serv-sec .con p
{
color:#103348;
font-size: 12px;
margin-top: 15px;
line-height: 20px;
}
.serv-sec .one .pic img
{
width: 100%;
height: 200px;
margin-bottom: 20px;
}
.serv-sec .one .content
{
margin-top: 10px;
border-bottom: 6px solid #79C207;
text-transform: uppercase;
padding-bottom: 10px;
margin-bottom: 30px;
text-align: center;
}
.serv-sec .one .content img
{
height: 90px;
margin-bottom: 20px;
}
.serv-sec .one .content h6
{
margin: 0px;
font-size: 12px;
color: #103348;
}
.serv-sec .one .content h3
{
color: #79C207;
font-size: 16px;
margin: 0px;
text-align: left;
font-weight: bolder;
margin-top: 10px;
margin-bottom: 10px;
}
.serv-sec .one .content p
{
font-size: 10px;
margin: 0px;
height: 80px;
overflow: hidden;
color: #949494;
line-height: 25px;
margin-top: 10px;
}


.services-featured
{
background-image: url("../images/bk-2.png");
background-repeat: no-repeat;
background-size: cover;
}
.services-featured .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.services-featured .head img
{
position: absolute;
right: 0px;
left: 0px;
margin: 0 auto;
height: 25px;
top: 51px;
}
.services-featured .head h3
{
line-height: 35px;
color: #fff;
text-transform: uppercase;
}
.services-featured .the-one
{
margin-top: 20px;
margin-bottom: 30px;
}
.services-featured .the-one span
{
width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
display: block;
border-radius: 150px;
margin: 0 auto;
background-color: #79C207;
}
.services-featured .the-one h3
{
color: #79C207;
font-weight: bolder;
text-align: center;
font-size: 20px;
}
.services-featured .the-one p
{
text-align: center;
color: #fff;
font-size: 14px;
}
.services-featured .more
{
margin-top: 70px;
margin-bottom: 30px;
text-align: center;
}
.services-featured .more h3
{
color: #79C207;
font-weight: bolder;
}
.services-featured .more p
{
color: #fff;
line-height: 25px;
font-size: 14px;
}
.services-featured .more a
{
background-color: #79C207;
width: 175px;
transition: all .6s ease-in-out;
padding: 14px;
color: #fff;
text-decoration: none;
display: block;
margin: 0 auto;
margin-top: 30px;
}
.services-featured .more a:hover
{
background-color: #fff;
color: #79C207;
}
.request-q
{
padding-top: 50px;
padding-bottom: 50px;
background-image: url("../images/bk-4.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.request-q h4
{
font-size: 16px;
color: #103348;
}
.request-q h5
{
font-size: 18px;
color: #103348;
margin-top: 10px;
}
.request-q a
{
display: block;
margin: 0 auto;
font-weight: bolder;
text-decoration: none;
font-size: 12px;
text-align: center;
width: 200px;
color: #103348;
padding: 14px;
margin-top:15px;
background-color: #79C207;
}


.partner-section
{
margin-top: 30px;
}
.partner-section .head
{
text-align: center;
}
.partner-section .head h3
{
color: #79C207;
line-height: 30px;
font-weight: bolder;
}
.partner-section .head p
{
width: 60%;
display: block;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 50px;
}
.partner-section .col-md-6
{
padding: 0px;
}
.partner-section .partner-pic img
{
width: 100%;
}
.partner-section .partner-content
{
margin-bottom: -35px;
}
.partner-section .partner-content p
{
line-height: 25px;
padding-top: 15px;
font-size: 12px;
}

.partner-section .partner-content h4
{
font-size: 16px;
font-weight: bolder;
color: #103348;
}
.partner-section .partner-content h5
{
font-size: 12px;
font-weight: bolder;
color: #9F9F9F;
}
.customers-section .head
{
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.customers-section .head h3
{
font-weight: bolder;
color: #103348;
font-size: 18px;
}

.customers-section .one img
{
width: 100px;
display: block;
margin: 0 auto;
transition: all .6s ease-in-out;
height: auto;
margin-bottom: 20px;
margin-top: 30px;
}
.customers-section .one  img:hover
{
transform: scale(1.1);
}
.customers-section .customers-about
{
text-align: center;
margin-top: 30px;
}
.customers-section .customers-about h3
{
color: #103348;
font-size: 24px;
}
.customers-section .customers-about p
{
width: 80%;
display: block;
margin: 0 auto;
line-height: 30px;
}
.projects-section .head
{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.projects-section .head h3
{
    color: #79C207;
    font-size: 22px;
    font-weight: bolder;
}
.projects-section .head h2
{
    color: #103348;
    font-size: 22px;
    font-weight: bolder;
}
.projects-section .head p
{
    font-size: 14px;
    line-height: 25px;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.projects-section
{
    margin-bottom: 50px;
}
.projects-section .the-tabs ul
{
    margin:0px;
    padding:0px;
    text-align: center;
    list-style:none;
    background-color: #79C207;
    border-radius: 5px;
    margin-top:30px;
    direction: rtl;
    margin-bottom: 30px;
}
.projects-section .the-tabs ul li
{
    display:inline-block;
    margin-right:10px;
    padding: 15px;
}
.projects-section .the-tabs ul .active
{
    background-color: #103348;
    color: #fff;
}
.projects-section .the-tabs ul .active a
{
    color: #fff;
}
.projects-section .the-tabs ul li a
{
    color: #103348;
    text-decoration: none;
    position: relative;
}
.projects-section .tab-content
{
    position: relative;
}

.projects-section .tab-content .content
{
    position: relative;

    z-index: 999999;
    padding: 10px;
}
.projects-section .tab-content .content h3
{
    margin: 0px;
    color: #103348;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.projects-section .tab-content .content p
{
    font-size: 12px;
    line-height: 25px;
}
.projects-section .tab-content img
{
    width: 100%;
    transition: all .6s ease-in-out;
    height: 330px;
}
.projects-section .tab-content img:hover
{
    transform: scale(1.1);
}
.sidenav
{
height: 100%;
width: 0%;
position: fixed;
z-index:999999999999999999;
bottom: 0;
left: 0;
overflow-x: hidden;
background-color: #79C207;
transition: 0.5s;
padding-top:70px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.sidenav .closebtn
{
position: absolute;
top: -50px;
z-index:999999;
left:10px;
color: #fff;
font-size:26px;
margin-left:10px;
}
.sidenav .logo img
{
width: 150px;
display: block;
margin: 0 auto;
}
.sidenav .sidenav-menu ul
{
padding: 0px;
margin: 0px;
list-style: none;
}
.sidenav .sidenav-menu ul li
{
padding: 10px;
cursor: pointer;
transition: all .6s ease-in-out;
}

.sidenav .sidenav-menu ul li a
{
transition: all .6s ease-in-out;
color: #fff;
text-decoration: none;
font-size: 16px;
}
.sidenav .sidenav-menu ul li a:hover
{
color: #103348;
}
.sidenav .sidenav-menu ul .contact-us
{
width: 150px;
padding: 10px;
background-color: #ECBF44;
text-align: center;
border-radius: 50px;
margin-top: 10px;
}











.news-section
{
margin-top: 50px;
}
.news-section .one
{
position: relative;
box-shadow: 0px 0px 10px 0px #707070;
margin-bottom: 20px;
transition: all .6s ease-in-out;
float: left;
width: 100%;
border-radius: 7px;
padding-bottom: 10px;
}
.news-section .one:hover
{
background-color: #103348;
}
.news-section .one:hover p
{
color: #fff;
}
.news-section .one img
{
width: 100%;
height:240px;
}
.news-section .one .info
{
background-color: #79C207;
padding: 10px;
}
.news-section .one .info h5
{
margin: 0px;
color: #fff;
font-size: 10px;
}
.news-section .one .info h3
{
margin: 0px;
font-size: 12px;
color: #fff;
    height: 13px;
    overflow: hidden;
margin-top: 5px;
}
.news-section .one p
{
margin-top: 15px;
font-size: 12px;
line-height: 18px;
height: 38px;
overflow: hidden;
color: #949494;
padding-left: 10px;
padding-right: 10px;
}
.news-section .one a
{
display: block;
text-align: center;
text-decoration: none;
background-color: #79C207;
color: #fff;
width: 110px;
padding: 10px;
margin: 0 auto;
margin-top: 15px;
}
.news-section .pagination
{
text-align: center;
margin-top: 15px;
margin-bottom: 20px;
width: 100%;
}

.news-section .pagination a
{
transition: all .6s ease-in-out;
width: 120px;
background-color: #79C207;
padding: 12px;
text-decoration: none;
color: #fff;
display: inline-block;
margin: 0 auto;
margin-right: 10px;
}
.news-section .pagination a:hover
{
background-color: #EEEEEE;
color: #000;
}
.banner-head-2
{
background-image: url("../images/bk-5.png");
background-size: cover;
height: 500px;
position: relative;
padding-top:200px;
background-repeat: no-repeat;
text-align: center;
}
.banner-head-2 h3
{
color: #fff;
position: relative;
z-index: 99999;
font-size: 26px;
text-transform: capitalize;
}

.news-post
{
margin-top: 30px;
}
.news-post .left-side .big-p
{
width: 100%;
height: auto;
}
.news-post .left-side h3
{
color: #103348;
font-size: 20px;
margin-bottom: 15px;
margin-top: 30px;
}
.news-post .left-side p
{
font-size: 14px;
line-height: 25px;
color: #949494;
}
.news-post .left-side h2
{
border-left: 6px solid #79C207;
padding-left: 20px;
font-size: 14px;
line-height: 25px;
color: #103348;
margin-bottom: 30px;
margin-top: 30px;
}
.news-post .left-side .pic img
{
margin-bottom: 20px;
width: 100%;
display: block;
}
.news-post .left-side .con p
{
font-size: 12px;
line-height: 20px;
}
.news-post .right-side form input
{
width: 100%;
background-color: #EEEEEE;
padding: 14px;
outline: none;
border: none;
}
.news-post .right-side form button
{
background-color: #79C207;
border: none;
width: 100%;
margin-top: 10px;
padding: 10px;
color: #103348;
}
.news-post .right-side h3
{
font-size: 18px;
font-weight: bolder;
margin-top: 30px;
color: #103348;
margin-bottom: 15px;
text-transform: uppercase;
}
.news-post .right-side ul
{
list-style: none;
margin: 0px;
padding: 0px;
}
.news-post .right-side ul li
{
display: block;
background-color: #EEEEEE;
padding: 12px;
margin-bottom: 10px;
width: 100%;
}
.news-post .right-side ul li i
{
margin-right: 10px;
color: #79C207;
}


.news-post .right-side .one
{
position: relative;
box-shadow: 0px 0px 5px 0px #707070;
margin-bottom: 20px;
transition: all .6s ease-in-out;
float: left;
width: 100%;
border-radius: 7px;
padding-bottom: 5px;
margin-top: 15px;
}
.news-post .right-side .one:hover
{
background-color: #103348;
}
.news-post .right-side .one:hover p
{
color: #fff;
}
.news-post .right-side .one img
{
width: 100%;
height:150px;
}
.news-post .right-side .one .info
{
background-color: #79C207;
padding: 10px;
}
.news-post .right-side .one .info h5
{
margin: 0px;
color: #fff;
font-size: 10px;
}
.news-post .right-side .one .info h3
{
margin: 0px;
font-size: 12px;
color: #fff;
margin-top: 5px;
}
.news-post .right-side .one p
{
margin-top: 15px;
font-size: 12px;
line-height: 18px;
height: 50px;
overflow: hidden;
color: #949494;
padding-left: 10px;
padding-right: 10px;
}
.news-post .right-side .one a
{
display: block;
text-align: right;
text-decoration: none;
color: #79C207;
padding-right: 10px;
margin: 0 auto;
}








.news-post .pagination
{
margin-top: 30px;
margin-bottom: 20px;
width: 100%;
}

.news-post .pagination a
{
transition: all .6s ease-in-out;
width: 180px;
background-color: #79C207;
padding: 12px;
font-size: 14px;
text-decoration: none;
border-radius: 5px;
text-align: center;
color: #fff;
display: inline-block;
margin: 0 auto;
margin-right: 10px;
}
.news-post .pagination a:hover
{
background-color: #EEEEEE;
color: #000;
}
.news-post .pagination .new
{
float: right;
}

.career-section .head
{
padding-top: 30px;
text-align: center;
padding-bottom: 30px;
}
.career-section .head h2
{
color: #79C207;
font-size: 20px;
text-transform: uppercase;
}
.career-section .head h4
{
font-size: 16px;
margin-top: 15px;
color: #103348;
}
.career-section .head p
{
display: block;
margin: 0 auto;
font-size: 12px;
line-height: 25px;
}
.career-section form
{
margin-bottom: 30px;
}
.career-section form label
{
display: block;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.career-section form input
{
border: 1px solid #C7C7C7;
border-radius: 5px;
width: 100%;
padding: 10px;
display: block;
outline: none;
margin-top: 5px;
}

.career-section form textarea
{
border: 1px solid #C7C7C7;
border-radius: 5px;
width: 100%;
padding: 10px;
display: block;
margin-top: 5px;
resize: none;
height: 100px;
}
.career-section form button
{
width: 100px;
padding: 8px;
background-color: #103348;
margin-top: 10px;
color: #fff;
border: none;
}
.career-section img
{
width: 100%;
}
.career-section form .uploading-2
{
margin-top:-48px;
font-size:14px;
position:relative;
    margin-right: 3px;
}
.career-section form .upload-btn-wrapper input[type=file] {
font-size:18px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
z-index:999999999;

}
.career-section form .uploading-2 .upload-btn-wrapper .btn
{
padding: 10px;
width:100px;
font-size:10px;
color: #fff;
    float: right;
display:block;
border-radius: 10px;
text-align: center;
border:none;
background: #79C207!important
}
.career-section form .upload-btn-wrapper .btn i
{
color:#fff;
margin-left: 5px;
}
.career-section form .upload-btn-wrapper input[type=file]
{
font-size: 11px;
opacity: 0;
width: 120px;
left: 80%;
}
.career-section form .uploading-2 .upload-btn-wrapper
{
width:100%;
margin:0 auto;
float:left;
overflow: hidden;
display: inline-block;
margin-bottom:15px;
top:0px;
right:0px;
left:0px;
}


.contact-section .head h3
{
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
.contact-section .head
{
    margin-bottom: 20px;
    margin-top: 30px;
}
.contact-section form
{
    margin-bottom: 30px;
}
.contact-section form label
{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-section form input
{
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    display: block;
    outline: none;
    margin-top: 5px;
}

.contact-section form textarea
{
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    display: block;
    margin-top: 5px;
    resize: none;
    height: 100px;
}
.contact-section form button
{
    width: 100px;
    padding: 8px;
    background-color: #103348;
    margin-top: 10px;
    color: #fff;
    border: none;
}
.contact-section h3
{
    color: #79C207;
    font-weight: bolder;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 40px;
}
.contact-section p
{
    color: #103348;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.contact-section h5
{
    color: #103348;
    font-size: 14px;
    line-height: 20px;
}






.contact-section .social
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.contact-section .social li
{
    display: inline-block;
    margin-right: 20px;
}
.contact-section .social li a
{
    color: #103348;
    transition: all .6s ease-in-out;
    text-decoration: none;
}
.contact-section .social li a:hover i
{
    color: #79C207;
}
.contact-section .social li a i
{
    font-size: 22px;
    transition: all .6s ease-in-out;

}
