
body, html {
	height: 100%;
  font-family: 'Poppins', serif;
   max-width: 100%;
    overflow-x: hidden;
}

.banner_bg {
    background: url(../images/banner_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 600px;
}
.banner_containr{width: 85%; margin: 0 auto;}
.logo_side{float: left; width: 15%;}
.logo{color: #fff; font-size: 40px; font-style: italic;}
.logo:hover{color: #fff; text-decoration: none; font-style: italic;}
.menu_side{ width: 85%; float: right;}
.menu_list{float: right; padding-top: 20px;}
.menu_list li{list-style-type: none; float: left;}
.menu_list li a{padding: 8px 15px; font-size: 16px; color: #fff; text-transform: uppercase;}
.nav_spprt{padding: 30px; overflow: hidden; width: 100%;}
.menu_list li a:hover{background: #0000003d ; color: #fff; border-radius: 30px; text-decoration: none;}
.signup_active{background:#0000003d !important; border-radius: 30px;}
.banner_contant{padding: 80px 45px 30px;}
.banner_contant h1 {
    font-size: 42px;
    text-shadow: 0px 4px 24px #2d2d2db3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.banner_contant p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 27px;
    padding: 10px 0px 20px;
}
.get_btn{font-size: 18px; text-transform: uppercase; color: #fff; margin: 0 auto; display: table;  padding: 12px 50px; border-radius: 30px; text-overflow: uppercase; border: 2px solid #fff;}
.get_btn:hover{text-decoration: none; color: #fff; background: #0000003d ;}
.feturs_container{width: 80%; margin: 0 auto;}
.smm_container {
    width: 100%;
    background: #2426270d;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.smm_container h2 {
    color: #000;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}
.smm_container p {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 31px;
}
.feturs_box{background: #fff; margin-bottom: 110px; box-shadow: 0px 0px 22px 8px #f1f1f1; border-radius: 10px; min-height: 200px;}
.section_spc{padding: 40px 0px;}
.feturs_container h2{font-size: 45px; padding-top: 40px; color: #000; text-align: center; text-overflow: uppercase;}
.feturs_box h3{font-size: 25px; color: #000; text-align: center; font-weight: 400; padding-top: 15px;}
.feturs_box p{font-size: 17px; color: #000; text-align: center;}
.featr_icon{margin: 0 auto; display: table;}
.main_heading{font-size: 45px; color: #fff; text-align: center;}
.service_bg{background: url(../images/service-bg.jpg); background-size: cover; padding: 40px 0px 0px;}
.service_p{font-size: 22px; color: #fff; text-align: center;}
.service_bg h3{font-size: 26px; color: #fff; text-align: center;}
.service_bg h5{font-size: 15px; color: #fff; text-align: center; padding-bottom: 70px;}
.servc_icon{font-size: 80px !important; color: #fff !important; margin: 0 auto; display: table !important;}
.footer_P{font-size: #000; color: #000;}
.footer_links li{list-style-type: none; float: left; padding-right: 20px;}
.footer_links li a{font-size: 16px; color: #000; text-transform: uppercase;}
.email_icon{background: #a9548d; padding: 5px 7px; border-radius: 50%;}
.skype_icon{background: #01aef2; padding: 5px 7px; border-radius: 50%;}
.inner_header{background: linear-gradient(to right, #379cd1 , #8941a4); width: 100%;}
.about_hdng {
    font-size: 45px;
    color: #464646;
    padding: 0px 0px 10px;
}
.paragraph{font-size: 15px; color: #7d7d7d; line-height: 35px;}
.img_responsive{display: block; height: auto; max-width: 100%;}
.about_icon{font-size: 100px !important; color: #000;}
.skill_p{font-size: 25px; color: #525050; text-align: center; padding: 8px 0px 12px;}
.data_center{margin: 0 auto; display: table;}
.footer-container{width:100%; background:#f4f4f4;margin-top: 10px;}
.footer-keyword{width:100%;text-align: center; color:#000;padding: 20px 40px;}
.footer-keyword a{color:#000;}

#mySidenav a {
    /* position: absolute; */
    /* right: 0px; */
    transition: 0.6s;
    padding: 10px 0px 10px 30px;
    text-decoration: none;
    color: white;
    z-index: 999;
    text-align: left;
    font-family: 'CenturyGothic-Bold';
}

#mySidenav a:hover {
    /* right: 0; */
    padding-right: 0px;
}

#about {
    top: 60px;
    background-color: #4CAF50;
}
.menu{ display: initial;}

.menu li{list-style-type: none;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
	background: linear-gradient(to right, #2495d3 , #7f56b0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}
.mobile_menu{display: none;}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
    background: #0000003d ;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}



.services-small-item {
    display: block;
    background: #fff;
    box-shadow: 0 0px 28px 1px rgb(0 0 0 / 7%);
    border-radius: 5px;
    padding: 40px 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    min-height: 512px;
}

.services-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
  opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
  opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.services-small-item.active .button i, .services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item:hover {
  margin-top: -15px;
}

.services-small-item .icon {
    width: 113px;
    height: 113px;
    margin: auto;
    background-image: linear-gradient(135deg, #E91E63 0%, #ff6a23 100%);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}


.services-small-item .icon i {
    display: block;
    height: 67px;
    font-size: 65px !important;
    line-height: 67px;
    position: absolute;
    width: 100%;
    top: 22px;
    z-index: 2;
    font-size: 28px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.7px;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-small-item p {
    font-weight: bold;
    font-size: 14px;
    color: #3e3e3e;
    letter-spacing: 0.88px;
    line-height: 26px;
    position: relative;
    text-align: left;
    z-index: 2;
    padding: 8px 0px;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #e5e5e5;
}

.services-small-item .button {
  position: relative;
  z-index: 2;
}

.services-small-item .button i {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item:hover + .item-bg {
  bottom: 30px;
}
.services-small-item p i {
    font-size: 24px;
    vertical-align: middle;
    color: #ed2e56;
}
.who_im h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}
.who_im p {
    font-size: 18px;
    color: #2e2e2e;
    padding-bottom: 10px;
    display: flex;}
.who_im p i {
    font-size: 30px;
    color: #ef3253;
    vertical-align: middle;
    padding-right: 10px;
}

.who_im_img{
    max-width: 100%;
    height: auto;
    display: block;
}
#services
{
   background: #f7f7f7; 
    }

.item-bg {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-description{border: 2px solid #807d7dab;
    border-radius: 20px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background: white;}