@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
html, body{
    font-family: 'Roboto', sans-serif;
    background:#fff;
    font-size: 14px;
    color: #333;
    line-height:1.6;
}
ul li,ol li{
    font-size:14px;
}
a {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #333;
}

a:hover,
a:focus{
color: #526841;
} 

h1,h2,h3,h4,h5,h6{
   /* font-family: 'Oswald', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    margin:0;
    font-weight:600;
}
section{
position: relative;
overflow: hidden;
clear: both;
padding:35px 0;
}

.rhomb {
    background: #eeeeee;
    padding: 20px;
}


.h2, h2 {
 font-size: 28px;
 margin-bottom: 20px;

}

.form-group{
    margin-bottom:24px;
}

ol{
    margin:0;
    padding: 0 0 0 15px;
}

ul,label{
    margin:0;
    padding:0;
}
body a:hover{
    text-decoration:none;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 10px 0;
}

input[type="submit"], button, .button{
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea, 
input[type="search"], 
input[type="tel"], 
select {
    border: 1px solid #eee;
    background: #fff;
    color: #7f7f7f;
    padding: 7px 18px;
    line-height: 22px;
    box-shadow: none;
    width: 100%;
    border-radius: 0px;
}


.thankcontent .bannerleftinfo{
    padding: 50px 20px;
    text-align: center;
}

/*.white-bg{
    background-color: #fff;
}

.grey-bg{
    background-color: #f7f7f7;
}*/


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

.yellow-bg{
background-color: #f8c442; 
}


.popupi h3 {
    font-size: 24px;
    margin: 0;
}
.popupi {
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 3;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 9999999;
    width: 135px;
}
.popupi h3 a {
    background: #f8c744;
    display: inline-block;
    color: #000;
    padding: 10px 0px 0;
    font-size: 14px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.popupi .fa {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.popupi1{
bottom:88px !important;
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
   0%   {right:0px; bottom:58px;}
  50%  {right:0px; bottom:78px;}
  100% {right:0px; bottom:58px;}
}

/* Standard syntax */
@keyframes example {
   0%   {right:0px; bottom:58px;}
  50%  {right:0px; bottom:78px;}
  100% {right:0px; bottom:58px;}
}


.btn,
.btn-new{
color: #fff;
border-radius: 0px;
text-align: center;
padding: 8px 10px;
line-height: 18px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.red-text{
    color: #9c0000;
}

h2.block-title,
h1.heading{
    position: relative;
    margin-bottom: 30px;
}

h1.heading{
font-size: 26px;
}

h1.heading p{
font-size: 14px;
font-weight: normal;
margin-top: 5px;
}

h2.block-title p {
    color: #595959;
    font-size: 14px;
    font-weight: normal;
    margin-top: 12px;
}


.mt-20{
    margin-top: 20px;
}

.link-btn{
    float: left;
    width:100%;
}

.text-white{
    color: #fff;
}


/*-----menu-start------*/

.navbar .container-fluid{
padding: 0 35px;
background-color: transparent;
}

.navbar-brand {
height: auto;
padding: 0;
}

.navbar-inverse {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    border: none !important;
    padding: 10px 0;
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color:transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color:transparent;
}

.navbar-inverse {
  background-image: none;
}


.navbar-inverse .navbar-nav>li>a {
  color: #333;
  text-transform: capitalize;
  position: relative;
}

.navbar-inverse .navbar-nav>li.active>a:before,
.navbar-inverse .navbar-nav>li>a:hover:before,
.navbar-inverse .navbar-nav>li>a:focus:before{
content: "";
position: absolute;
bottom: 5px;
width: 25px;
height: 2px;
background-color: #f5b839;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
color: #f5b839;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #333
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
color: #f5b839;
background-color: transparent;
}



/*-----header-start------*/

.header-region{
background-image: url( "../images/banner-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin-bottom: 0;
}


.header-region .container-fluid{
/*padding: 0;*/
background-color: transparent;
max-width: 100%;
/*	padding-left: 60px;
    padding-right: 60px;*/
}

.header-region .container-fluid .row{
    margin:0;
}

.header-region .container-fluid .row .col-xs-12{
    padding:0;
}

.desk-hide{
    display: none;
}


.navbar-brand{
margin:0!important;
}


.navbar-brand img{
max-height: 100px;
position: absolute;
z-index: 9;
}

.bannerleftinfo{
clear: both;
float: left;
width: 100%;
}
.bannerleftinfo h1{
    font-size: 44px;
}

.bannerleftinfo p{
font-weight: 500;
margin: 10px 0;
font-size: 20px;
}

.form-actions{margin-top: 20px;
}

.form-actions .btn{
margin-right: 10px;
}

.btn-black{
background-color: #000000;
}

.btn-red{
background-color: #d59819;
color: #000;
	font-size: 20px;

}

.isbr-detail p{
    color: #fff!important;
}

.isbr-detail h2:before{
    content:initial;
}

.full-width{
    width: 100%;
}

.right-info{
background-color: rgba(0,0,0,0.2);
color: #fff;
padding:20px;
border: 1px #fff solid;

}

.bannerleftinfo img{
    max-height:350px;
    display: inline-block!important;
}

#myCarousel .item{
    text-align: center;
    min-height: inherit;
}

#myCarousel .item span{
font-size: 20px;
text-align: center;
display: inline-block;
clear: both;
}


span.txt1 {
    background:;
    color: #fff;
}

span.txt2{
    background-color: ;
    color: #fff;
}

.marqueeblock{
background-color: #f5b839;
font-size: 16px;
padding: 5px;
color: #333;

}


/*-----header-close------*/





/*-----midd-start------*/


.spec .rhomb {
        /* background: #f8c442 none repeat scroll 0 0; */
    /* border: medium none; */
    box-sizing: content-box;
    color: rgba(0, 0, 0, 1);
    font: 100% Arial,Helvetica,sans-serif;
    /* height: 90px; */
    margin: 0 auto;
    position: inherit;
    text-align: center;
    text-overflow: clip;
    top: 18px;
    /* transform: rotateZ(
-45deg
); */
    width: 90px;
}

.spec .rhomb > img {
    margin: 5px 0 0 4px;
    padding: 5px;
    transform: rotateZ(-315deg);
}

.spec h4 {
    color: #333;
    font-size: 16px;
    padding: 30px 0 0;
    margin-bottom: 15px;
}


#coursesection .inner-product{
box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
padding: 30px 13px;
border-radius: 3px;
background: #fff;
transition: .5s ease;
    text-align: center;
    margin-bottom: 30px;
    
}

#coursesection .inner-product i{
    color: #f8c442
}

#coursesection .inner-product:hover{
    transform: translateY(-10px);
    background: #eeeeee;
}


.inner-product h4{
    margin-bottom: 5px;
}

.icon-feature{
width: 70px;
height: 70px;
text-align: center;
background-color: #fff;
border-radius: 50%;
display: inline-block;
margin-bottom: 20px;
font-size: 32px;
line-height: 70px;
/*border: 7px #ffd66e solid;*/
}



.left-info{
/*background-color: #f3ab15;*/
color: #fff;
padding: 20px;
min-height: 350px;
border: 1px #fff solid;
}



.product{ padding:55px 0; background:rgba() url("") no-repeat fixed center center / cover;}
.product h1{ font:100 25px 'RALEWAYEXTRABOLD' !important; color:#000 !important; padding:0px 0 20px 0px;  margin-bottom:0px !important; text-align: center;  margin-top:0px !important; text-transform:;}
.product h1.title::after {
/*    background-color: #f8c442;
    content: "";
    display: block;height: 3px;
    left: 37%;
    margin-top: 15px;
    position: relative;
    width: 300px;*/
}
.product p{ font-size:17px; color:#000; text-align:center; line-height:25px;}   
.product h4 {color:#000 !important;font-size:16px;margin: 0 0 2px;padding: 3px 0 0; text-transform:;}

#owl-demo .item > span a.btn {background:rgba(19,135,69, 0.85);border-radius:0px;color: #fff;font-size: 14px;padding: 7px 9px;  position: absolute;
    right: 4px; text-transform:uppercase;
    top: 159px;}
#owl-demo .item > span a.btn:hover {color: #fff;text-decoration: none; background:#000;}

.phead{  padding:15px 15px; background:#eeeeee;min-height: 132px;}
.phead p {font-size: 15px;line-height: 22px; text-align:left; font-size:14px; color:#000;}
.phead a.btn {background: #fff none repeat scroll 0 0;border-radius: 20px;color: #000;font-size: 13px;margin: 5px 0 0;padding: 6px 12px;}
.phead a.btn:hover {color: #fff;text-decoration: none; background:#000;}
#owl-demo .item {margin: 3px; border:1px solid #fff;}
#owl-demo .item img {display: block;width: 100%;height: auto;}
.owl-theme .owl-controls .owl-page:first-child span::after {
    content: "\f060";
}
.owl-theme .owl-controls .owl-page span::after {
    color: #000;
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: normal;
    right: 0;
     font-size:16px; 
     position:relative; 
     top:0;
    text-align: center;
}



.content-body ul li{
list-style: none;
position: relative;
margin-bottom: 10px;
padding-left: 35px;
}

.content-body ul li:before{
content: "\f0a4";
font-family: FontAwesome;
position: absolute;
left: 0;
top: 0;
background-color: #f8c442;
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 50%;
text-align: center;
}






.left-info h2.block-title{
    position: relative;
}

.left-info h2.block-title:before{
content: "";
border-bottom: 1.9px #b00 dashed;
position: absolute;
bottom: -15px;
left: 0;
width: 100px;
}

.aboutcontent{
    padding-top: 20px;
}

.aboutcontent h3{
    font-size: 18px;
}


.logo-itembox{
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.logo-itembox img{
    max-height:80px;
}

/*.our-service .container-fluid,
.company-detail .container-fluid{

    padding-top:0;
    padding-bottom: 0;

}
*/

.services-block{
background-color: #fff;
padding:22px 15px;
min-height: 330px;
float: left;
width: 100%;
}

.website-block-1 span{
border: 1px #dbdbdb solid;
padding: 3px 8px;
margin-right: 3px;
display: inline-block;

}

.website-block-1 span.field-data{
background-color: #7f7f7f;
color: #fff;
}


.services-block ul {
min-height: 130px;
}

.services-block ul li{
list-style: none;
margin-bottom: 10px;
clear: both;
float: left;
width: 100%;
    
}

.services-block ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.our-service .website-block-2 .services-block ul{
    padding-left: 0px;
}


.website-block-2 .services-block{
    background-color: #f8c442;
}

.website-block-2 .services-block li{
    border-bottom: 1px #fff dashed;
    padding-bottom: 10px;
    color: #fff;
   /* list-style: circle;*/
    padding-left: 5px;
    margin-bottom: 10px;
}

.website-block-2 .services-block li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.website-block-2 span.field-data{
    margin-right: 15px;
    font-weight: 500;
}

.website-block-3 .services-block li{
    line-height: 24px;
}

.services-block ul li span.img-icon{
margin-right: 10px;
}

.services-block ul li span.img-icon img{
    max-height: 34px;
}

/*.key-detail{

}

.key-detail .key-box{
float: left;
width: 19%;
margin-right: 1%;
margin-bottom: 10px;
    
}
.key-detail .key-box img{
    border:2px #ececec solid;
}
*/


.facilities-box{
padding: 15px;
float: left;
width: 11.6%;
margin-right: 1%;
background-color: #f2f2f2;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}



.facilities-box:last-child{
    margin-right: 0;
}

.facilities-box:hover,
.facilities-box.active{
    background-color: #f3ab15;
}

.facilities-box p{
    margin-bottom: 0;
    margin-top: 10px;
}


.our-highlights .container-fluid{
    padding: 0;
}

.our-highlights .services-block{
 /*   padding:30px;*/
    min-height: 410px;background: #eeeeee;
} 

.pr-0{
    padding-right: 0!important;
}

.pl-0{
    padding-left: 0!important;
}

.p-0{
    padding:0!important;
}

iframe{
    width: 100%!important;
}


.our-highlights .services-block li .date-icon{
float: left;
padding-right: 15px;

}
.our-highlights .services-block li .date-icon span{
    display: block;
    text-align: center;
    background-color: #d9d9d9;
    min-width: 60px;
    line-height: 22px;
    padding: 5px;
}

.our-highlights .services-block li .date-icon span strong{
display: block;
font-size: 20px;
}

.our-highlights .services-block li .date-detail{
    float: left;
width: calc(100% - 75px);
line-height: 20px;
}
.our-highlights .services-block li .date-detail span{
    color: #7f7f7f;
    display: block;
}


.iso {
right: 0;
top: 15%;
z-index: 999;
position: fixed;
}

.iso img{
    border: 2px solid #f5b839;
}

.yearsimg{
border: none !important;
margin: 10px 0;
max-height: 110px;
clear: both;
display: block;
}


#cont {padding: 35px 0;
width: 100%;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
/*background-image: url("../images/contact.jpg");*/
position: relative;
background-color: #eeeeee;
}

#cont:before{
/*position: absolute;
background: rgba(248, 196, 66, 0.3);
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;*/
}

/*.contact {padding: 57px 36px;width: 100%;background: rgba(59, 177, 46, 0.6); height:874px;}*/

.contact h1 {
    border-bottom: none;
    color: #333 !important;
    font: bold 31px !important;
    margin: 0 0 20px !important;
    padding: 0 0 10px;
    text-align: center;
}
.contact h4 {border: medium none;color: #333 !important;margin-bottom: 0;padding: 8px 0 !important;text-transform:uppercase;}
.contact ul {margin: 0 0 10px;padding: 0;}
.contact li {line-height: 25px;list-style: outside none none;padding: 10px 10px 10px 50px;position: relative; color:#333;}
.contact li span {color: #333;font-weight: bold;}
.contact ul li a {color: #333 !important;padding: 0 0 0 2px;text-decoration: none;}
.contact ul li a:hover {color: #DE6140 !important;}
.contact li .fa {
background: #f5b839 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
height: 35px;
left: 0;
line-height: 35px;
position: absolute;
text-align: center;
top: 9px;
width: 35px;
}
.fa-mobile{
    font-size:18px!important;
}


.enquiry-btn{
    text-align: center;
    margin:15px 0;
}

.enquiry-btn a{
background-color: #f8c442;
display: inline-block;
border-radius: 3px;
color: #333;
font-size: 16px;
padding: 8px 30px;
	    font-weight: 600;
}

#achievment{
}

#achievment h4{
    margin-top: 5px;
    font-weight: 400;
    line-height: 20px;
}

#achievment p{
    color: #333;
}


/*-----midd-close------*/

.footer-btm {background: #eee none repeat scroll 0 0;color: #000;font-size: 14px;padding: 20px 0;width: 100%;}

.copyright {text-align: right;}
.copyright a {color: #000 !important;text-decoration: none;}
.copyright a:hover {color:#000 !important;text-decoration: underline;}

/*-----start-responsive-design------*/

@media (max-width: 991px){

.carousel{
padding: 0 20px;
}

.carousel p.testimonial::before{
    left:20px;
}

.facilities-box{
    width: 15%;
    margin-bottom:5px;
}

.mob-hide{
    display: none;
}

.desk-hide {
    display: block;
}

.right-banner{
    min-height: 200px;
}
.left-info{
    min-height: inherit;
}



}

@media (max-width: 767px){

#myCarousel .item span {
    font-size: 18px;
    padding: 5px 5px;
    margin: 5px 0;
}


.services-block{
    min-height: inherit!important;
}

#ourservices .pr-0{
    padding-right: 15px!important;
}

#ourservices .pl-0{
    padding-left: 15px!important;
}


.header-region{
    background-position: center;
}

.gettouch .link-btn{
    text-align: center;

}

.bannerleftinfo,
.aboutcontent {
    margin-bottom: 20px;
}


.bannerleftinfo{
    margin-top: 20px;
}

/*.header-region .container-fluid{
    padding-left: 25px;
padding-right: 25px;
}*/

.navbar-toggle{
    background-color: #f3ab15;
   border:none!important;
}

.navbar-collapse{
    border-top:none;
}

.navbar-inverse .navbar-nav > li.active > a::before, 
.navbar-inverse .navbar-nav > li > a:hover::before, 
.navbar-inverse .navbar-nav > li > a:focus::before{
    content: initial!important;
}

.owl-controls{
    display: none!important;
}

}




@media (max-width: 480px){

.bannerleftinfo h1 {
    font-size: 36px;
}

}
