/*!
 *  All Copyrights Reserved © 2020 
 */


/*------------------------------------------------------------------

[ TABLE OF CONTENTS]

  01. GLOBAL STYLES
  02. COMMON STYLES 
  
-------------------------------------------------------------------*/

/* 01. GLOBAL STYLES */





* {
  padding: 0;
  margin: 0;
 
}


body {
font-family: 'Rubik', sans-serif;
  font-size: 14px;
  background-color: #fff;
  padding-top: 5px;
}

body, html {
  /* prevent horizontal scrolling */

}


html {
 /* scroll-behavior: smooth;*/
}



li, ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: #000;
  font-family: 'Poppins', sans-serif;
}
p {
  font-size: 14px;  
  color:#4e5d66
}
button, button:hover, a, a:hover {
  transition: .4s;
}

a{color: #008e07;}

a:hover {
  color: #000;
}
a, a:hover, a:focus, a:active, button, button:focus, input, textarea {
  outline: 0;
  text-decoration: none;
}


h1{font-size: 25px; font-weight: 600;margin: 0;padding: 0; letter-spacing: -0.5px;padding-bottom: 8px;}
h2{font-size: 19px;font-weight: 600; }
h3{font-size: 17px;  margin: 0;padding: 0;line-height: normal;}

p{font-size: 14px;}


/* 02. COMMON STYLES */

.relative {
  position:relative !important
}
.fixedpadding10 {
  padding:10px 0
}
.fixedpadding20 {
  padding:20px 0
}
.fixedpadding30 {
  padding:30px 0
}
.fixedpadding40 {
  padding:40px 0
}
.fixedpadding50 {
  padding:50px 0
}
.fixedpadding60 {
  padding:60px 0
}
.fixedpadding70 {
  padding:70px 0
}
.fixedpadding80 {
  padding:80px 0
}
.fixedpadding90 {
  padding:90px 0
}
.fixedpadding100 {
  padding:100px 0
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space25 {
  margin-bottom: 25px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}

.space140 {
  margin-bottom: 140px;
}


.mt-5px{margin-top: 5px;}
.mt-3px{margin-top: 3px;}

.mb-0px{margin-bottom: 0px !important;}
.mt-0px{margin-top: 0px !important;}

.color-black{color: #000 !important}
.color-teal{color: #00cfe8 !important}
.color-green{color: #28c76f !important}



.less-margin{ margin:0 !important}
.less_left{ padding-left:0 !important; }
.less_right{ padding-right:0;}


.less-right-0px{ padding-right:0px!important;}
.less-left-0px{ padding-left: 0px!important;}

.less-right-5px{ padding-right:5px;}
.less-left-5px{ padding-left: 5px;}

.less-right-10px{ padding-right:10px;}
.less-left-10px{ padding-left: 10px;}


.space-left-2px{ margin-left:5px;}
.space-left-5px{ margin-left:5px;}
.space-right-2px{ margin-right:5px;}
.space-right-5px{ margin-right:5px;}

/* line height */
.line-height-10 {line-height:10px}
.line-height-13 {line-height:13px}
.line-height-18 {line-height:18px}
.line-height-20 {line-height:20px}
.line-height-24 {line-height:24px}
.line-height-22 {line-height:22px}
.line-height-26 {line-height:26px}
.line-height-28 {line-height:28px}
.line-height-30 {line-height:30px}
.line-height-35 {line-height:35px}
.line-height-40 {line-height:40px}
.line-height-45 {line-height:45px}
.line-height-50 {line-height:50px}
.line-height-55 {line-height:55px}
.line-height-60 {line-height:60px}
.line-height-65 {line-height:65px}
.line-height-70 {line-height:70px}
.line-height-75 {line-height:75px}
.line-height-80 {line-height:80px}
.line-height-85 {line-height:85px}
.line-height-90 {line-height:90px}
.line-height-95 {line-height:95px}
.line-height-100 {line-height:100px}
.line-height-110 {line-height:110px}
.line-height-120 {line-height:120px}

.font-size-11px{ font-size:11px !important;}
.font-size-12px{ font-size:12px !important;}
.font-size-13px{ font-size:13px !important; }
.font-size-14px{ font-size:14px !important;}
.font-size-15px{ font-size:15px !important;}
.font-size-16px{ font-size:16px !important;}
.font-size-17px{ font-size:17px !important;}
.font-size-18px{ font-size:18px !important;}
.font-size-19px{ font-size:19px !important;}
.font-size-20px{ font-size:20px !important;}
.font-size-21px{ font-size:21px !important;}
.font-size-22px{ font-size:22px !important;}
.font-size-23px{ font-size:23px !important;}
.font-size-24px{ font-size:24px !important;}
.font-size-25px{ font-size:25px !important;}

.font-weight-200{ font-weight:200 !important}
.font-weight-300{ font-weight:300 !important}
.font-weight-400{ font-weight:400 !important}
.font-weight-500{ font-weight:500 !important}
.font-weight-600{ font-weight:600 !important}
.font-weight-700{ font-weight:700 !important}
.font-weight-800{ font-weight:800 !important}

.pt-05{padding-top: 05px !important;}
.pt-10{padding-top: 10px !important;}
.pt-15{padding-top: 15px !important;}
.pt-20{padding-top: 20px !important;}
.pt-25{padding-top: 25px !important;}
.pt-30{padding-top: 30px !important;}
.pt-35{padding-top: 35px !important;}
.pt-40{padding-top: 40px !important;}
.pt-45{padding-top: 45px !important;}
.pt-50{padding-top: 50px !important;}
.pt-55{padding-top: 55px !important;}
.pt-60{padding-top: 60px !important;}
.pt-65{padding-top: 65px !important;}
.pt-70{padding-top: 70px !important;}

.pb-00{padding-bottom: 00px !important;}
.pb-05{padding-bottom: 05px !important;}
.pb-10{padding-bottom: 10px !important;}
.pb-15{padding-bottom: 15px !important;}
.pb-20{padding-bottom: 20px !important;}
.pb-25{padding-bottom: 25px !important;}
.pb-30{padding-bottom: 30px !important;}
.pb-35{padding-bottom: 35px !important;}
.pb-40{padding-bottom: 40px !important;}
.pb-45{padding-bottom: 45px !important;}
.pb-50{padding-bottom: 50px !important;}
.pb-55{padding-bottom: 55px !important;}
.pb-60{padding-bottom: 60px !important;}
.pb-65{padding-bottom: 65px !important;}
.pb-70{padding-bottom: 70px !important;}
.pl-10px{padding-left: 15px !important;}


.mb-10{margin-bottom: 10px !important;}

.color-white{color: #fff}
.color-blue{color: #506bfe !important}

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


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

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
    padding-left:0;  
}

.checkbox label{font-size: 13px !important;line-height: 22px;font-weight: 400;margin-bottom: 0}
.checkbox label a{color: #000}
.radio label{font-size: 13px !important;line-height: 22px;font-weight: 700; color: #000}

.border-none{border: 0 !important;}


.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 0.6em;
  border-radius:0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 0 !important
  
}


.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 0.6em;
  border-radius:0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 0 !important
  
}


.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size:0.9em;
    line-height: 0;
    top: 50%;
    left: 20%;
  color:#506bfe;

}

.radio .cr .cr-icon {
    position: absolute;
    font-size:0.9em;
    line-height: 0;
    top: 50%;
    left: 18%;
  color:#000
}

.radio .cr .cr-icon {
    margin-left: 0.00em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;

}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;


}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    

}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;

}














.checkbox2 label:after, 
.radio2 label:after {
    content: '';
    display: table;
    clear: both;
    padding-left:0;  
    margin-bottom: 10px;

}

.checkbox2 label{font-size: 13px !important;line-height: 17px;font-weight: 500;margin-bottom: 0;padding-left: 0px;font-family: 'Poppins', sans-serif; color: #3c3c3c;}
.checkbox2 label a{color: #3c3c3c}
.radio2 label{font-size: 13px !important;line-height: 22px;font-weight: 700; color: #3c3c3c}


.checkbox2 .cr,
.radio2 .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #c3c2c9;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 0.6em;
  border-radius:0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 0 !important
  
}


.radio2 .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 0.6em;
  border-radius:0;
  padding-left: 0;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 0 !important
  
}


.radio2 .cr {
    border-radius: 50%;
}

.checkbox2 .cr .cr-icon,
.radio2 .cr .cr-icon {
    position: absolute;
    font-size:0.7em;
    line-height: 0;
    top: 50%;
    left: 20%;
  color:#3f76ff;

}

.radio2 .cr .cr-icon {
    position: absolute;
    font-size:0.9em;
    line-height: 0;
    top: 50%;
    left: 18%;
  color:#000
}

.radio .cr .cr-icon {
    margin-left: 0.00em;
}

.checkbox2 label input[type="checkbox"],
.radio2 label input[type="radio"] {
    display: none;
    background-color: #000
}

.checkbox2 label input[type="checkbox"] + .cr > .cr-icon,
.radio2 label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;

}

.checkbox2 label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio2 label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    background-color: #000;
}

.checkbox2 label input[type="checkbox"]:disabled + .cr,
.radio2 label input[type="radio"]:disabled + .cr {
    opacity: .5;

}





.dropdown-menu {
    -webkit-animation: menuflipdown 0.5s ease both;
            animation: menuflipdown 0.5s ease both;
  }

  @-webkit-keyframes menuflipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    80% {
      opacity: 1;
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }

  @keyframes menuflipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    80% {
      opacity: 1;
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }



.mainBtn {
  height:40px;
  transition: .4s !important;
  background:#c10202;
  font-size: 14px !important;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0;
  padding-left: 20px;padding-right: 20px;
  border-radius: 5px;
  line-height: 37px;
  padding-top: 0;
  padding-bottom: 0;

}
.mainBtn:hover{color: #fff;background-color: #333}
.mainBtn:focus{color: #fff;}


.mainBtn2 {
  height:44px;
  transition: .4s !important;
  background:#008e07;
  font-size: 14px !important;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0;
  padding-left: 20px;padding-right: 20px;
  border-radius: 00;
  line-height: 37px;
  padding-top: 0;
  padding-bottom: 0;

}
.mainBtn2:hover{color: #fff;background-color: #333}
.mainBtn2:focus{color: #fff;}


.btn-1{border: solid 1px #008e07; font-size: 13px; text-transform: uppercase; margin-left: 5px; color:#008e07;padding-right: 25px;padding-left: 25px;}

.btn-green{background-color: #008e07; color: #fff}

.container{max-width: 1300px;}


/* header start */

.header{position: relative;}
.header .logo{padding: 60px 0 15px 0}
.header .actionBtn-area{padding: 60px 0 0 0; text-align: right}

.menubar{background-color: #343a40;position: relative;}
.menubar .nav-link{color: #fff !important; font-size: 14px; font-weight: 300;}


.navbar{margin:0;}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
  margin:0
}

.menubar .nav-link.active .nav-link{background-color: #008e07; color: #fff}
.menubar .nav-item:hover{background-color: #c10202 !important}

.newsslider{background-color: #008e07;padding: 10px; color: #fff; position: fixed; top: 0; left: 0; right: 0; z-index: 99;}
.newsslider a{color: #fff}
.newsslider ul{margin:0;padding: 0;}
.newsslider ul li{padding: 0; margin:0;display: inline; margin-right: 25px;}
.newsslider img{width: 45px;}







.hero{position: relative; min-height: 832px; background-position: bottom; background-repeat: no-repeat; background-size: cover;padding: 8% 0}
.hero span.welcome{position: relative;font-weight: 400; color: #fff; position: relative;padding-left: 35px; display: block;}
.hero span.welcome:before{position: absolute;; height: 2px;width: 30px; content: ""; background-color: #fff; bottom: 6px; left: 0}
.hero h4{color: #fff;padding-top: 35px; font-size: 54px;font-weight: 700; text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);;padding-bottom: 20px;}
.hero p{color: #000; font-size: 17px;padding-bottom: 10px;}


.companyHeightlight{padding: 0; margin: 0; position: relative; top: 00px;margin-top: -150px;padding-bottom: 100px;}
.companyHeightlight .tile{padding:50px 25px; text-align: center; background-color: #fff;max-width: 360px;margin: auto; -webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1);box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); border-radius: 20px;}
.companyHeightlight .img-1{height: 65px;padding-bottom: 35px;}
.companyHeightlight h3{font-weight: 700; font-size: 20px; color: #000; text-transform: uppercase; letter-spacing: 2px;padding-bottom: 10px;}
.companyHeightlight p{font-size: 15px; line-height: 22px; color: #4f4f4f}


.department{ background-color: #f5f5f5;padding: 80px 0; text-align: center;}
.department .seprator{margin: auto; height: 3px; width: 50px; background-color: #000; padding: 0; border: 0}
.department .dpt-slider{padding: 0 0 0 0; position: relative; margin-top: 25px;}
.department .item{padding: 20px;}
.department .tile{position: relative; overflow: hidden; min-height: 300px; background-color: #d3dbc5;border-radius: 20px;padding: 20px; background-size: cover;-webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1);box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1);}
.department h3{padding-top: 15px;}
.department h3 a{color: #000}
.department h3 a:hover{color: #008e07}
.department .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff7200;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
 transition: .4s;
}

.department .tile:hover .overlay {
  opacity: 1;
  visibility: visible;
 transition: .4s;
}

.department .tile .overlay span {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  width: 50px;
  height: 50px;
  background:#008e07;
  display: table;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: -26px auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}


#carousel01 .owl-nav {
  position:absolute;
  bottom:50px;
  left:0;
  width: 100%
}
#carousel01 .owl-next {
  background:transparent !important;
  height:50px;
  width:50px;
  border: solid 1px #e4e4e4;
  border-radius:10px !important;
  text-align:center;
  position:relative;
  right: -52%;
}
#carousel01 .owl-next:before {
  content:"\f054";
  position:absolute;
  top:16px;
  left:20px;
  color:#000;
  text-align:center;
  font-family: 'FontAwesome';
  font-size:12px;
}

#carousel01 .owl-prev {
 background:transparent !important;
  height:50px;
  width:50px;
  border: solid 1px #e4e4e4;
  border-radius:10px !important;
  text-align:center;
  position:relative;
  left: -52%;
}
#carousel01 .owl-prev:before {
  content:"\f053";
  position:absolute;
  top:16px;
  left:20px;
  color:#000;
  text-align:center;
  font-family: 'FontAwesome';
  font-size:12px;
}





.studentTestimonials{padding: 80px 0; position: relative;}
.studentTestimonials .seprator{margin: auto; height: 3px; width: 50px; background-color: #000; padding: 0; border: 0}
.studentTestimonials .comment{position: relative; border-radius: 10px;padding: 15px; font-size: 14px;color: #4f4f4f; border: solid 3px #000;}
.studentTestimonials .comment:after{position: absolute; bottom: -15px; left: 50%; content: "";width: 0; margin-left: -10px; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;  
  border-top: 15px solid #000;}
.studentTestimonials .avatar{height: 76px; width: 76px; margin: auto; border-radius: 50%; margin-top: 25px; background-color: #ccc; background-size: cover}
.studentTestimonials .student-name{padding-top: 10px; font-size: 13px; color: #3a3a3a; font-style: italic;}

#carousel02 .owl-nav {
  position:absolute;
  top:50px;
  left:0;
  width: 100%
}

#carousel02 .owl-next {
  background:transparent !important;
  height:50px;
  width:50px;
  border: solid 1px #e4e4e4;
  border-radius:10px !important;
  text-align:center;
  position:relative;
  right: -52%;
}

#carousel02 .owl-next:before {
  content:"\f054";
  position:absolute;
  top:16px;
  left:20px;
  color:#000;
  text-align:center;
  font-family: 'FontAwesome';
  font-size:12px;
}

#carousel02 .owl-prev {
 background:transparent !important;
  height:50px;
  width:50px;
  border: solid 1px #e4e4e4;
  border-radius:10px !important;
  text-align:center;
  position:relative;
  left: -52%;
}

#carousel02 .owl-prev:before {
  content:"\f053";
  position:absolute;
  top:16px;
  left:20px;
  color:#000;
  text-align:center;
  font-family: 'FontAwesome';
  font-size:12px;
}


.dropdown-menu{border-radius: 0;-webkit-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.14); 
box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.14);padding: 0;min-width: 220px; border:0}
.dropdown-item {font-size: 14px;padding:7px 10px;}
.dropdown-item:hover{background-color: #dce6d9}


.dropdown-submenu {
position: relative;
border:0;
}

.dropdown-submenu a::after {
transform: rotate(-90deg);
position: absolute;
right: 6px;
top: .9em;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}



.hero-inner {min-height: 100px;padding: 50px 0; background-color: #dce6d9; }
.hero-inner h1{color: #000}


.inner-page-content{padding: 80px 0;}
.inner-page-content h2{padding-bottom: 8px;}

.inner-page-content .seprator2{margin: 0; height: 3px; width:40px; background-color: #000; padding: 0; border: 0}

.inner-page-content th{font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 15px;}
.inner-page-content p{color: #000; font-size:16px; line-height:30px;}

.inner-page-content .table thead th{background-color: #008e07; color: #fff}



.inner-page-content ul{margin: 0;padding: 0}
.inner-page-content ul li{position: relative;padding-left: 25px; font-size: 16px;padding-bottom: 10px; line-height: 26px;}
.inner-page-content ul li:before{content: "\f00c"; position: absolute; top: 0; left: 0;  font-family: 'FontAwesome'; color: #6fae00}


.easy-image-gallery li{padding-left: 0 !important}
.easy-image-gallery li:before{content: "" !important}
.easy-image-gallery a img{    -webkit-border-top-right-radius: 0px !important;}


.about-team{position: relative;}
.about-team img{-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.12); 
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.12); border-radius: 5px;}
.about-team h3{font-size: 14px;}


.profilePhoto{-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.12); 
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.12); border-radius: 5px;}



ul.list-1{margin: 0;padding: 0}
ul.list-1 li{position: relative;padding-left: 25px; font-size: 16px;padding-bottom: 10px; line-height: 26px;}
ul.list-1 li:before{content: "\f00c"; position: absolute; top: 0; left: 0;  font-family: 'FontAwesome'; color: #6fae00}


ul.list-pdf{margin: 0;padding: 0}
ul.list-pdf li{position: relative;padding-left: 25px; font-size: 16px;padding-bottom: 10px;}
ul.list-pdf li:before{content: "\f1c1"; position: absolute; top: 0; left: 0;  font-family: 'FontAwesome'; color: #6fae00}
ul.list-pdf a{color: #000}
ul.list-pdf a:hover{color: #008e07}


.accordion{}
.accordion h3 button{color: #000;font-weight: 500}
.accordion h3 i{margin-right: 10px; color: #008e07}



.contactForm{position: relative;}
.contactForm .wpcf7-submit{ font-size: 16px; background-color: #008e07; border:0; height: 42px; padding-left: 25px; padding-right: 25px; color: #fff;font-family: 'Poppins', sans-serif; font-weight: 500; border-radius: 3px;}
.contactForm .wpcf7-submit:hover{background-color: #c10202}



.newsletter{padding: 80px 0; background-color: #f5f5f5}
.newsletter h1 span{font-size: 14px;}
.newsletter .seprator{margin: auto; height: 3px; width: 50px; background-color: #000; padding: 0; border: 0}
.newsletter p{font-size: 15px;}
.newsletter .form-control{height: 44px; border: 0; box-shadow: none; font-size: 14px;}
.newsletter .social{position: relative;padding: 0}
.newsletter .social .socialicon{height: 50px; width: 50px; border-radius: 50%;margin: 0 4px; background-color: #e9e9e9; display: inline-block; color: #3c3c3c; font-size: 17px;line-height: 50px;}
.newsletter .social .socialicon:hover{background-color: #3c3c3c; color: #fff }


.footer{padding: 80px 0 0 0; background-color: #dce6d9}
.footer h3{padding-bottom: 15px; color: #008e07}
.footer .copyright{ background-color: #4e4e4e; text-align: center; font-size: 12px;text-align: center;padding: 15px; color: #fff }



/* Main Content end */

/* footer start */


/* footer end */