/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/
/* ==========================================================================
Main Styles
========================================================================== */
body { font-family: 'poppinsregular'; font-size: 16px; color: #0d0d0d; overflow-x: hidden; }
.sep { max-width: 80px; border: 2px solid #0d0d0d; margin-top: 40px; margin-bottom: 40px; }
.light-sep { max-width: 80px; border: 2px solid #fff; margin-top: 40px; margin-bottom: 40px; }
/* ==========================================================================
Typography
========================================================================== */
h1 { min-height: 70px; font-size: 35px; color: #5e0026; text-transform: capitalize; }
h2 { font-size: 36px; color: #000; font-weight: 400; }
h3 { font-size: 26px; color: #000; font-weight: 400; }
h4 { font-size: 18px; color: #090c13; font-weight: 400; text-transform: uppercase; margin-top: 20px; }
h5 { font-size: 22px; color: #000; font-weight: 400; }
h6 { font-size: 18px; color: #000; font-weight: 400; letter-spacing: 0.05em; }
p { font-size: 14px; color: #000; font-weight: 400; text-align: justify; }
a:active, a:focus { outline: none; text-decoration: none; }
h1, h2, h3 { font-family: 'montserratbold'; }
h4 { font-family: 'poppinsbold'; }
p { font-family: 'poppinsregular'; line-height: 24px; }
.btn { font-family: 'poppinslight'; }
p a { font-family: 'poppinsmedium'; }
h2 span { font-family: 'poppinsregular'; }
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent { background: #0070af; border: 3px solid #0070af; padding: 15px 60px 15px 30px; font-size: 14px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; color: #fff; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; border-radius: 50px; margin-right: 15px; position: relative; }
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active { background: #0282ca; color: #fff; text-decoration: none; }
.btn-light { background: #fff; border: 3px solid #fff; padding: 15px 35px; font-size: 14px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; color: #0d0d0d; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; border-radius: 50px; }
.btn-light:hover, .btn-light:focus, .btn-light:active { background: transparent; color: #fff; text-decoration: none; }
.btn-block { background: #24242a; padding: 15px 0; font-size: 16px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; color: #fff; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; border: 3px solid #24242a; }
.btn-block:hover, .btn-block:focus, .btn-block:active { background: #fff; color: #0d0d0d; text-decoration: none; }
.playicon { position: absolute; right: 5px; top: 7px; }
/* ==========================================================================
Layout 
========================================================================== */
.dark-bg { background: #24242a; }
.light-bg { background: #fff; }
/* ==========================================================================
Navigation Style
========================================================================== */
.menuarea .nav.navbar-nav { margin-top: 10px; }
.navbar-default { background: rgba(255, 255, 255, 0.8); margin-bottom: 0; border: none; }
.navbar-brand { height: 110px; }
.navbar-default .navbar-header { width: 28%; padding-right: 15px; }
.navbar-default .nav-wrap { width: 50%; }
.navbar-default .nav > li > a { font-size: 14px; color: #000; font-weight: 700; text-transform: uppercase; padding: 35px 15px; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active { color: #8363ab; }
.navbar-default .social-media { float: right; padding: 0 15px; }
.navbar-default .social-media i { font-size: 22px; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: transparent; color: #8363ab; }
.top-nav-collapse { background: #fff; box-shadow: 0 -3px 10px 5px #ccc; }
.top-nav-collapse .navbar-brand { height: auto; }
.top-nav-collapse .navbar-brand img { width: 52px; height: 52px; }
.top-nav-collapse .nav > li > a { padding: 30px 15px; }
.navbar-nav { float: right; }
.activemenu { color: #8363ab !important; }
/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero { overflow: hidden; }
#owl-hero .item { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center; background-repeat: no-repeat; }
#owl-hero .item .caption { position: absolute; top: 49%; margin-top: -135px; left: 0; right: 0; text-align: center; z-index: 15; }
#owl-hero .item .caption h1 { margin-top: 40px; margin-bottom: 0px; }
.caption p { width: 40%; margin-bottom: 40px; margin-top: 10px; }
#owl-hero .item .caption h6 { color: #fff; margin: 0; }
#owl-hero .owl-pagination { position: absolute; display: block; text-align: center; width: 100%; bottom: 13%; }
#owl-hero .owl-pagination .owl-page.active span { background: #fff; }
#owl-hero .owl-pagination .owl-page span { border: 2px solid #fff; border-radius: 50%; background: transparent; opacity: 1; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#owl-hero .owl-buttons div { background: #fff; font-size: 24px; color: #a3a3a3; opacity: 1; }
#owl-hero .owl-buttons .owl-prev { left: -60px; }
#owl-hero .owl-buttons .owl-next { right: -60px; }
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next { position: absolute; background: #fff; top: 50%; height: 51px; width: 51px; line-height: 45px; border-radius: 0; border: 1px solid #fff; z-index: 20; text-align: center; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#owl-hero:hover .owl-prev { left: -5px; }
#owl-hero:hover .owl-next { right: -5px; }
.clor1 { background: #8363ab; }
.clor2 { background: #0c8ab9; }
.clor3 { background: #11b7a3; }
.clor4 { background: #c2997a; }
#owl-hero .item .caption h1 { font-size: 48px; text-transform: uppercase; }
#owl-hero .item .caption h1 span { padding: 0 40px; }
/*********=======HEAD=======************/
.headertop { position: absolute; z-index: 999; /* background: url(../images/top_bg.jpg) repeat-x;*/ width: 100%; height: 168px; top: 0; text-align: center; }
/*********=======CONTENT=======************/
/*logo*/
a.navbar-brand { max-width: 185px; }
nav { width: 100% !important; }
nav .col-md-8 { align-items: center; display: flex; }
.headertop { position: absolute; z-index: 999; width: 100%; height: 125px; top: 0; text-align: center; background: #fff; -webkit-box-shadow: -1px 1px 5px 0px rgb(179 187 206 / 50%); -moz-box-shadow: -1px 1px 5px 0px rgba(179,187,206,.5); box-shadow: -1px 1px 5px 0px rgb(179 187 206 / 50%); }
.fixed-header { position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 999; -webkit-box-shadow: -1px 1px 5px 0px rgba(179,187,206,.5); -moz-box-shadow: -1px 1px 5px 0px rgba(179,187,206,.5); box-shadow: -1px 1px 5px 0px rgba(179,187,206,.5); height: 112px; }
.fixed-header img { width: 89%; }
.fixed-header #cssmenu.small-screen { margin: -78px 0 0 0; }
.fixed-header #cssmenu ul ul { top: 29px; }
.inner_header { background: #ffffff; }
section { background: grey; }
.banner_caption { position: absolute; top: 40%; left: 20%; text-align: left; }
.text-red { color: #5e0026 }
.readmore { background: #5e0026; color: #fff; border-radius: 0; font-size: 16px; padding: 10px 35px; margin: 20px 0; }
.navbar-light .navbar-nav .nav-link { color: rgb(0 0 0); }
.who-we p { text-align: justify; }
.who-we-home p { text-align: center; }
.who-we { background: #fff; }
/*social*/
.social_icon { position: fixed; top: 50vh; right: 5px; z-index: 99; }
section { background: #fff; padding-bottom: 50px; }
.imagebox { background: #5e0026; margin-bottom: 30px }
.imagebox img { transition: 1s; }
.imagebox:hover img { opacity: .1; transition: 1s; }
.imagebox:hover h4 { opacity: 1; transition: 1s; }
.imagebox h4 { text-align: center; opacity: 0; transition: 1s; position: absolute; top: 35%; left: 0; right: 0; bottom: 0; color: #fff; font-family: 'poppinsregular'; text-transform: inherit; text-transform: uppercase;font-size: 19px; }
.footer-bottom {/* background: #020404; */ padding-top: 40px; }
.footer-bottom img { max-width: 36px; margin-top: -5px; }
ul.quick-link { float: left; width: 50%; }
.quick-link li { min-height: 40px }
footer li { list-style: none; }
footer li span { width: 32px; margin-right: 20px; margin-top: 10px; }
footer .logo-ft { height: auto; max-width: 130px; margin-bottom: 20px; text-align: center; }
footer a, footer h5, footer p { color: #5e0026; text-align: left; line-height: 30px; }
footer a:hover { color: #74153c; }
footer {/* background: url(../images/footer-bg.png); background-size: cover;*/ padding-top : 40px; text-transform: capitalize; border-top: 1px solid #5e002624; }
footer h5 { margin-bottom: 20px }
.social_icon img { margin-bottom: 10px; max-width: 50px; width: 80%; }
.banner_inner { padding: 125px 0 0; min-height: 295px; display: flex; text-align: center; background: url(../images/banner-inner.jpg); align-items: center; min-width: 100%; margin-bottom: 50px }
.banner_inner h1 { color: #fff; width: 100%; line-height: 30px; min-height: 0; margin-bottom: 0; }
.post-slide8 { margin: 0 15px; position: relative; background: #fff; box-shadow: 0 1px 2px rgba(43,59,93,.3); margin-bottom: 2em }
.post-slide8 .post-img { position: relative; overflow: hidden }
.post-slide8 .post-img img { width: 100%; height: auto }
.post-slide8 .over-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: rgba(0,0,0,.6); transition: all .3s ease }
.post-slide8:hover .over-layer { opacity: 1 }
.post-slide8 .post-link { margin: 0; padding: 0; position: relative; top: 45%; text-align: center }
.post-slide8 .post-link li { display: inline-block; list-style: none; margin-right: 20px }
.post-slide8 .post-link li a { color: #fff; font-size: 20px }
.post-slide8 .post-link li a:hover { color: #ff8b3d; text-decoration: none }
.post-slide8 .post-date { position: absolute; top: 10%; left: 4% }
.post-slide8 .date { display: inline-block; border-radius: 3px 0 0 3px; padding: 5px 10px; color: #fff; font-size: 20px; font-weight: 700; text-align: center; background: #333; float: left }
.post-slide8 .month { display: inline-block; border-radius: 0 3px 3px 0; padding: 5px 13px; color: #fff; font-size: 20px; font-weight: 700; background: #5e0026; }
.post-slide8 .post-content { padding: 30px }
.post-slide8 .post-title { margin: 0 0 15px 0 }
.post-slide8 .post-title a { font-size: 18px; font-weight: 700; color: #333; display: inline-block; text-transform: capitalize; transition: all .3s ease 0s }
.post-slide8 .post-title a:hover { text-decoration: none; color: #ff8b3d }
.post-slide8 .post-description { font-size: 14px; line-height: 24px; color: grey }
.post-slide8 .read-more { color: #5e0026; font-size: 14px; font-weight: 700; text-transform: uppercase; position: relative; transition: color .2s linear; }
.post-slide8 .read-more:hover { text-decoration: none; color: #e83035; }
.post-slide8 .read-more:after { content: ""; position: absolute; width: 30%; display: block; border: 1px solid #5e0026; transition: all .3s ease; }
.post-slide8 .read-more:hover:after { width: 100% }

@media only screen and (max-width:479px) {
.post-slide8 .month { font-size: 14px }
.post-slide8 .date { font-size: 14px }
}
.post-slide8 p { text-align: left; font-size: 14px }
.section-title { position: relative; }
.section-title p { font-size: 14px; margin-bottom: 5px; font-weight: 400; }
.section-title h4 { font-size: 40px; font-weight: 600; text-transform: capitalize; position: relative; padding-bottom: 20px; display: inline-block; }
.section-title h4::before { position: absolute; content: ""; width: 80px; height: 2px; background-color: #d8d8d8; bottom: 0; left: 50%; margin-left: -40px; }
.section-title h4::after { position: absolute; content: ""; width: 50px; height: 2px; background-color: #FF7200; left: 0; bottom: 0; left: 50%; margin-left: -25px; }
.contact { /* background-image: url("http://infinityflamesoft.com/html/abal-preview/assets/images/contact_back.jpg"); */ background-size: cover; background-position: center; background-attachment: fixed; position: relative; z-index: 2; color: #fff; }
.contact-form input, textarea { width: 100%; border: 1px solid #5e0026; padding: 10px 10px; text-transform: capitalize; margin-top: 15px; background-color: transparent; color: #000; border-radius: 3px; }
.contact:before { /* position: absolute; */ /* content: ""; */ /* width: 100%; */ /* height: 100%; */ /* left: 0; */ /* top: 0; */ /* background-color: #333; */ /* z-index: -1; */ /* opacity: .85; */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }
.single-contact { text-align: left; position: relative; padding-left: 70px; margin-bottom: 30px; margin-top: 10px; }
.single-contact i.fa { position: absolute; left: 0; top: 51%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #5e0026; width: 50px; height: 50px; line-height: 48px; text-align: center; border-radius: 33px; font-size: 20px; }
.single-contact h5 { font-size: 18px; margin-bottom: 10px; font-weight: 500; }
.single-contact p { font-size: 15px; font-weight: 400; }
.contact-form input[type="submit"] { background-color: #5e0026; border: 0px; cursor: pointer; font-size: 16px; -webkit-transition: .4s; transition: .4s; }
.contact-form input[type="submit"]:hover { background-color: #CC5B00 }
.contact-form input:focus, textarea:focus { border-color: #CC5B00 }
footer li.phone { list-style: none; display: flex; align-items: flex-end; }
section.slider { padding-top: 0 }
/**nav fix*/
.navbar-expand-lg .navbar-collapse { text-transform: uppercase; }
.navbar-light .navbar-nav .nav-link { color: rgb(0 0 0); padding: 10px 15px; }
.section-title h5 { text-transform: capitalize; position: relative; padding-bottom: 10px; display: inline-block; margin: 15px 0; font-weight: bolder; font-size: 18px; color: #5e0026; }
.section-title h5::before { position: absolute; content: ""; width: 80px; height: 2px; background-color: #d8d8d8; bottom: 0; left: -1px; }
.section-title h5::after { position: absolute; content: ""; width: 41px; height: 2px; background-color: #5e0026; left: 0; bottom: 0; left: 28%; margin-left: -25px; }
.section-title ul li:before { width: 5px; height: 5px; position: absolute; content: ""; background-color: #5e0026; left: 14px; z-index: 666; margin-top: 9px; }
.section-title ul { list-style: none; padding-left: 20px; }
.imagebox.others img { transition: 1s; }
.imagebox.others h4 { opacity: 1; transition: 1s; }
.imagebox { transition: 1s; }
.imagebox:hover { box-shadow: 5px 9px 11px #88141a52; transition: 1s; }
.product_view .modal-dialog { max-width: 800px; width: 100%; }
.pre-cost { text-decoration: line-through; color: #a5a5a5; }
.space-ten { padding: 10px 0; }
/*popup*/
.center { margin-top: 50px; }
.modal-header { padding-bottom: 5px; background: #5e0026; }
.modal-footer { padding: 0; }
.modal-footer .btn-group button { height: 40px; border-top-left-radius : 0; border-top-right-radius : 0; border: none; border-right: 1px solid #ddd; }
.modal-footer .btn-group:last-child > button { border-right: 0; }
button.close { color: #fff; }
.form-control { border: 1px solid #5e0026; }
button#delImage { background: transparent; margin-left: 10px; color: #5e0026; line-height: 20px; border: 1px solid #5e0026; }
.readmore { outline: none; border: none }
/*carrer*/
.card.h-100 { border-color: #5e0026; }
h4.card-title.text-center { color: #5e0026 }
.card-body h5 { font-size: 15px; color: #1e7e34; font-weight: 700; }
.card-img-top { opacity: .6 }
.card-image { background: #5e0026; }
.modal-body { padding: 40px; }
.phone-area li { line-height: 18px; }
.footer-bottom p { width: 50%; }
a.dropdown-item { font-size: 13px; }
.dropdown-item { padding: 10px 25px; }
.navbar-nav .dropdown-menu { padding: 0; margin: 0; border-radius: 4px; background: #f7f7f7; overflow: hidden; }
.dropdown-item:focus, .dropdown-item:hover { color: #ffffff; text-decoration: none; background-color: #5e0026; transition: .5s; }
.join { background: url(../images/joinus.jpg); background-size: cover; text-align: center; min-height: 310px; padding: 30px; border-radius: 10px }
.join a { color: #5e0026; font-size: 14px; background: #fff; padding: 5px 25px; font-weight: bold; margin-top: 10px }
.join h3 { font-size: 42px; font-family: 'poppinsmedium'; }
.join p { line-height: 24px }
a:hover { color: #5e0026; text-decoration: none; transition: .5s; }
a.btn.readmore:hover { color: #fff; transition: .5s; box-shadow: 1px 8px 12px #0000006b; }
ul.phone-area { padding-left: 0; margin-top: -15px; }
.navbar-light .navbar-nav .nav-link:hover { color: rgb(135 22 25); }
ul.phone-area p { margin-bottom: 11px; }
/*contact*/
.title-section.line_left.themesflat_1498705758.vc_custom_1552736386796 { text-align: center !important; padding: 25px 0; padding-top: 0; }
.title-section h2.title { border-bottom: 1px solid #0061b2; padding-bottom: 10px; }
.title-section h2 strong { color: #0061b2; }
.contact-detail h3 { font-size: 17px; text-transform: capitalize; color: #5e0026; padding-bottom: 10px; border-bottom: 1px solid #5e0026; margin-bottom: 40px; text-align: left; margin-top: 0; }
.contact-detail ul { padding-left: 0;/* font-family: 'robotolight'; */ }
.contact-detail ul li i { color: #fff; width: 70px; height: 70px; background: url(../images/social-bg.png) no-repeat; float: left; line-height: 70px; text-align: center; margin-right: 16px; background-position: center; background-size: 100%; padding-left: 0px; font-size: 20px; }
.contact-detail ul li { text-align: left; min-height: 70px; transition-duration: .5s; font-size: 14px; }
.contact-detail ul li address { padding-left: 55px; color: #000; }
.social-links .fa { color: #ffffff; padding: 8px 7px; font-size: 18px; border-radius: 60%; text-align: center; width: 47px; height: 47px; margin: 8px; border: 3px solid #5e0026; margin-top: 20px; margin-left: 0; background: #5e0026; font-size: 22px; margin-right: 12px; }
li.mob, li.mail { line-height: 40px; }
.contact-detail .textwidget { padding-right: 40px; }
.contact-detail ul li:hover i { transition-duration: .8s; font-size: 23px; }
.contact-detail ul li a { color: #000; transition-duration: .5s; line-height: 70px; text-transform: uppercase; }
.contact-detail ul li a:hover { color: #5e0026; }
.contact-detail form#contactFrm { margin-top: -20px; }
.contact-detail .dt-sc-boxed-tooltip { float: left; transition-duration: .8s }
.contact-detail .dt-sc-boxed-tooltip:hover { }
.social-links h3 { margin-bottom: 5px; }
.map iframe { min-height: 350px; border: 1px solid #e6e6e6 !important; border-radius: 4px; }
section#contact, section.product-area.bg-white { background: url(../images/bg-1.png) right bottom no-repeat #fff; }
#contact p.title-small { font-size: 17px; padding: 12px 0 20px 0; color: #737373; font-family: 'robotolight'; }
.map iframe { border: none; }
.contact-detail .dt-sc-boxed-tooltip:hover { color: #fff }
.dt-sc-boxed-tooltip:hover { cursor: default; color: #fff; }
.social-links .dt-sc-boxed-tooltip { cursor: pointer; }
input.txt.non-edit { background: #e8e8e8; }
input.txt.non-edit::placeholder {
color:grey
}
.form_main { width: 100%; }
.form_main textarea { height: 116px; border-radius: 4px; font-size: 13px; }
.form_main h4 { font-size: 20px; font-weight: 300; margin-bottom: 15px; margin-top: 0; text-transform: uppercase; display: block; float: left; width: 100%; line-height: 1; }
.heading { border-bottom: 1px solid #1d5180; padding-bottom: 9px; position: relative; }
.heading span { background: #5e0026 none repeat scroll 0 0; bottom: -2px; height: 3px; left: 0; position: absolute; width: 75px; }
.form { border-radius: 7px; padding: 6px; }
.txt[type="text"], .txt[type="email"] { border: 1px solid #ccc; margin: 8px 0; padding: 10px 0 10px 5px; width: 100%; border-radius: 4px; font-size: 13px; }
.txt_3 { margin: 10px 0 0; padding: 10px 0 10px 5px; width: 100%; background: white; border-color: #cccccc; }
.txt2[type="submit"] { background: #0061b2 none repeat scroll 0 0; border: 1px solid #0061b2; border-radius: 4px; color: #fff; font-size: 16px; font-style: normal; line-height: 35px; margin: 10px 0; padding: 0; text-transform: uppercase; width: 100%; float: left; }
.txt2:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #0061b2; transition: all 0.5s ease 0s; }
p.vote iframe { max-height: 160px; margin-bottom: -3px; }
p.vote { margin-bottom: 0 !important }
.themesflat_contact_list li { list-style: none; }
.submit.btn-primary.btn-blue.btn[type="submit"] { background-color: #5e0026; border-color: #5e0026; margin: 15px 0 0;}
.news_det img { width: 100%; height: auto }
.career_form .readmore:hover, .career_form .readmore:focus, .career_form .readmore:active { background: #0282ca; color: #fff; text-decoration: none; }
.news-area img { width: 100%; height: auto; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; background: #115109; margin-left: 0; margin-right: 0; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #c62e2e !important; background: #ae0a0a; margin-left: 0; margin-right: 0; color: #fff; }
.certificates_sec { border: 1px solid #d4bdc6; padding: 10px; }
.client_sec { border: 1px solid #d4bdc6; padding: 10px; }
.client-carousel .owl-buttons { display: none; }
.client-area img { border: 1px solid #d4bdc6; }
.owl-pagination { margin: 25px 0 0; }
.gallery-carousel .owl-pagination { display: none; }
.gallery-carousel img { border: 1px solid #d4bdc6; padding: 5px; }
/*#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: #fff }
#preloader #preloader-inner {width: 100px;
   height: 100px;
   position: relative;
 -webkit-animation: rotate 5s infinite;
   animation: rotate 5s infinite;background: url(../images/preloader_logo1.png) center no-repeat; margin:0 auto; margin-top:20%}

@-webkit-keyframes rotate {
   0%   {  -webkit-transform: rotateY(0deg); 
   transform: rotateY(0deg);}
    50%   {  -webkit-transform: rotateY(180deg); 
   transform: rotateY(180deg);}
   100%{  -webkit-transform: rotateY(0deg); 
   transform: rotateY(0deg);}
}*/

video.video-fluid {width: 100%;}
.phone p a {text-transform: uppercase;}
.director_certificate { margin: 50px 0 0;}
.section-title ul li {font-size: 14px; line-height: 27px;}