/*
  Template Name: A2 IT
  Description: A2 IT ” IT Solutions Made Brilliantly Easy
  Author: A2 IT
  Author URL: https://www.A2it.com
  Version: 2.0.0
  Website: https://www.A2it.com
  Tags: Responsive, HTML5 template, Mobile, Application, One Page, Landing, Mobile App
*/

/*------------------------------------------------------------------*/
/*   GENERAL & BASIC STYLE
/*-----------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    line-height: 1.42857143;
    overflow-x: hidden !important;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



/*------------------------------------------------------------------*/
/*   START OF PRELODER STYLE
/*-----------------------------------------------------------------*/

.spinner-wrapper .spinner,
.spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #020d2e;
    z-index: 999999;
}

.spinner-wrapper .spinner {
    width: 50px;
    height: 40px;
    text-align: center;
}

.spinner > div {
    background-color: #ffffff;
    height: 100%;
    width: 4px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1.0s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

/*------------------------------------------------------------------*/
/*   START OF BACK TO TOP BUTTON STYLE
/*-----------------------------------------------------------------*/

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #EC4B4B;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
    z-index: 11;
}

.m-backtotop > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    z-index: 3333;
}

.m-backtotop > div.text {
    font-size: 10px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: #5DA4A4;
    color: #ffffff;
}

.m-backtotop:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-size: 7px;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

/*------------------------------------------------------------------*/
/*   START OF MENU STYLE
/*-----------------------------------------------------------------*/

#navbar {
    background-color: transparent;
    padding: 25px 0px;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    border: none;
    border-radius: 0px;
}

.logo {
    height: 60px;
    width: 100%;
}

nav {
    transition: 0.5s;
    position: absolute;
    top: 0px;
    list-style: none;
    width: 100%;
    height: 70px;
    z-index: 10;
    right: 0;
    /*    background-color: #111164;*/
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.menu {
    text-align: center;
    background-color: transparent;
    float: right !important;
    display: table;
    margin: 0 auto;
}

.menu li {
    display: inline-block;
    text-align: right;
}

.menu > .active > a,
.menu > .active > a:hover,
.menu > .active > a:focus {
    color: #EC4B4B !important;
    background: transparent !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #676767;
    background-color: transparent !important;
}

.navbar-brand {
    font-family: 'Bungee Spice', cursive;
    font-size: 60px;
    padding: 19px 0px;
}

.sub_btn {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: #dba7a4;
}

.menu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    padding: 20px 10px;
    transition: all 0.3 ease-in;
}

.menu li a:hover {
    color: #5DA4A4 !important;
}

.navbar-collapse {
    padding: 0px !important;
}

.navbar-default {
    background: transparent;

}

.logo img {
    height: 130px;
    width: auto;
    margin-top: 20px
}

/*------------------------------------------------------------------*/
/*   START OF BANAR SECTION STYLE
/*-----------------------------------------------------------------*/

#full_banar {
    background: url(../images/office-932926_1920.jpg);
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    position: relative;
}

#full_banar:before {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.8;
}

.ban_text {
    text-align: center;
}

.ban_text h1 {
    padding: 20px 0px;
    font-size: 48px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 700;
    color: #EC4B4B;
    text-transform: capitalize;
    display: block;
}

.ban_text p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    /*  font-family: 'Merriweather', serif;*/
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;
}

.ban_text a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #5DA4A4;
    text-decoration: none;
    border-radius: 3px;
    height: 60px;
    width: 200px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    margin-top: 20px;
    transition: all 0.5s ease-in;
    border: 1px solid #5DA4A4;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.ban_text a:hover {
    background: #EC4B4B;
    border: 1px solid #EC4B4B;
}

/*------------------------------------------------------------------*/
/*   START OF ABOUT SECTION STYLE
/*-----------------------------------------------------------------*/


#full_about {

    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.about_left h2 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: uppercase;
    display: block;
}

.about_left p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;
}

.about_right p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;
    height: 150px;
    line-height: 150px;
    width: 150px;
    border: 5px solid #5DA4A4;
    display: inline-block;
    border-radius: 50%;
}

/*------------------------------------------------------------------*/
/*   START OF INTRO VIDEO SECTION STYLE
/*-----------------------------------------------------------------*/
#full_intro {
    background: url(../images/artificial-intelligence-3382507_1920.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
    position: relative;
}

#full_intro:before {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.8;
}

.intro_text {
    position: relative;
}

.intro_text h2 {
    margin: 0px;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
}

.intro_text p {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
    padding: 20px 0px;
    font-family: 'Roboto', sans-serif;
}

.intro_text_icon {
    margin: 0 auto;
    text-align: center;
}

.intro_text_icon a i {
    color: #EC4B4B;
    font-size: 50px;
    background-color: transparent;
    text-align: center;
    border-radius: 100%;
}

#html5box-html5-lightbox #html5-text {
    color: #333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-align: left;
    display: none !important;
}

/*------------------------------------------------------------------*/
/*   START OF SERVICES SECTION STYLE
/*-----------------------------------------------------------------*/

#full_service {
    background: #F46C60;
    padding: 50px 0px;
}

.service_top h2 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: uppercase;
    display: block;
}

.service_top p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;
}

.service_bot {
    background: #ffffff;
    padding: 30px 0px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 360px;
}

.icon {
    text-align: center;
    display: inline-block;
}

.service_bot h3 {
    padding: 20px 0px;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: uppercase;
    display: block;
}

.service_bot p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    color: #020d2e;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;

}

/*------------------------------------------------------------------*/
/*   START OF TOOLS SECTION STYLE
/*-----------------------------------------------------------------*/

#full_tools {
    background: #ffffff;
    padding: 50px 0px;
}

.tool_top {
    padding-bottom: 30px;
}

.tool_top h2 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: uppercase;
    display: block;
}

.tool_top p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: ;
    margin: 20px;
    letter-spacing: 1px;
}

.tool_bot {
    text-align: center;
    margin-bottom: 30px;
}

.tool_icon {
    text-align: center;
    display: inline-block;
}

.tool_icon img {
    height: 100px;
    width: auto;
}

.tool_text h3 {
    padding: 10px 0px;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: capitalize;
    display: block;
    margin: 0px;
}

/*------------------------------------------------------------------*/
/*   START OF PRICE SECTION STYLE
/*-----------------------------------------------------------------*/

#full_price {
    background: url(../images/hd-wallpaper-gfcd728a6b_1920.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px 0px 50px 0px;
}

#full_price:before {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.7;
}

.price_top h3 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin: 0px;
}

.price_top p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: ;
    margin: 0px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.pricing-table-3 h4 {
    padding: 0px;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.price {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: right;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}

.pricing-table-ul {
    text-decoration-style: none;
    list-style: none;
}

.pricing-table-3 {
    background-color: #FFF;
    margin: 15px auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    transition: all ease-in-out 0.25s;
}

.pricing-table-3:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.pricing-table-3.basic .price {
    background-color: #28b6f6;
    color: #FFF;
}

.pricing-table-3.premium .price {
    background-color: #ff9f00;
    color: #FFF;
}

.pricing-table-3.business .price {
    background-color: #c3185c;
    color: #FFF;
}

.pricing-table-3 .pricing-table-header {
    background-color: #212121;
    color: #FFF;
    padding: 20px 0px 0px 20px;
    position: absolute;
    z-index: 5;
}

.pricing-table-3 .pricing-table-header p {
    font-size: 12px;
    opacity: 0.7;
}

.pricing-table-3 .pricing-table-header::before {
    content: "";
    position: absolute;
    left: -50px;
    right: -180px;
    height: 125px;
    top: -50px;
    background-color: #212121;
    z-index: -1;
    transform: rotate(-20deg)
}

.pricing-table-3 .price {
    position: absolute;
    top: 0px;
    text-align: right;
    padding: 110px 20px 0px 0px;
    right: 0px;
    left: 0px;
    font-size: 20px;
    z-index: 4;
}

.pricing-table-3 .price::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100px;
    bottom: -25px;
    background-color: inherit;
    transform: skewY(10deg);
    z-index: -1;
    box-shadow: 0px 5px 0px 5px rgba(0, 0, 0, 0.05);
}

.pricing-table-3 .pricing-body {
    padding: 20px;
    padding-top: 200px;
}

.pricing-table-3 .pricing-table-ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    color: #020d2e;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

.pricing-table-3 .pricing-table-ul .fa {
    margin-right: 10px;
}

.pricing-table-3.basic .pricing-table-ul .fa {
    color: #E7CDCC;
}

.pricing-table-3.premium .pricing-table-ul .fa {
    color: #F46C60;
}

.pricing-table-3.business .pricing-table-ul .fa {
    color: #EC4B4B;
}

.pricing-table-3 .view-more {
    margin: 10px 20px;
    display: block;
    text-align: center;
    background-color: #5DA4A4;
    padding: 10px 0px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
}

.pricing-table-3 .view-more:hover {
    background: #EC4B4B;
}

/*------------------------------------------------------------------*/
/*   START OF PORTPOLIO SECTION STYLE
/*-----------------------------------------------------------------*/

#full_client {
    background: #ffffff;
    padding: 30px 0px 50px 0px;
}

.client_top h3 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: uppercase;
    display: block;
    margin: 0px;
}

.client_top p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #020d2e;
    text-transform: ;
    margin: 0px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.client_slide {
    text-align: center;
}

.client {
    padding: 0px 15px;
}

.client img {

    text-align: center;
    display: inline-block;
}

/*------------------------------------------------------------------*/
/*   START OF CONTACT SECTION STYLE
/*-----------------------------------------------------------------*/

#full_contact {
    background: url(../images/hands-g2989cd9fd_1920.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px 0px 0px 0px;
}

#full_contact:before {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.7;
}

.cont_text h3 {
    padding: 20px 0px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin: 0px;
}

.cont_text h4 {
    padding: 20px 0px;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    margin: 0px;
}

.cont_text h4 a {
    text-decoration: none;
    color: #EC4B4B;
}

.cont_text p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: ;
    margin: 0px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.cont_form .form-control {
    height: 50px;
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0px;
    border-radius: 1px;
    border: none;
}

textarea {
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0px;
    padding: 15px;
    font-size: 14px;
    border: none;
    border-radius: 1px;
}

.reg {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #5DA4A4;
    text-decoration: none;
    border-radius: 3px;
    height: 60px;
    width: 200px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    margin-top: 20px;
    transition: all 0.5s ease-in;
    border: 1px solid #5DA4A4;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.reg:hover {
    background: #EC4B4B;
    border: 1px solid #EC4B4B;
}

/*------------------------------------------------------------------*/
/*   START OF FOOTER SECTION STYLE
/*-----------------------------------------------------------------*/

footer {
    background: #020d2e;
    padding: 30px 0px;
}

.f_left {
    text-align: center;
    display: inline-block;
}

.f_left a {
    margin-top: 4px;
    text-align: center;
    display: inline-block;
}

.footer-icons {
    margin: 0px;
    padding-top: 15px;
}

.footer-icons li {
    display: inline-block;
    list-style: none;
}

.footer-icons li {
    display: inline-block;
    list-style: none;
}

.footer-icons li a {
    color: #020d2e;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    font-size: 18px;
    line-height: 40px !important;
    margin: 0 4px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease-in;
}

.footer-icons li a:hover {
    background: #EC4B4B;
    color: #ffffff;
    transform: scale(1.1, 1.1);
}

.f_right p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-transform: ;
    margin: 0px;
    letter-spacing: 1px;
}

/*------------------------------------------------------------------*/
/*   START OF RESPONSIVE ALL SECTION STYLE
/*-----------------------------------------------------------------*/

@media (max-width: 767.98px) and (min-width: 320px) {

    .menu li a {
        margin: 0px 5px 0px 0px;
    }

    .logo {
        height: 40px;
        width: 100%;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-default {
        height: 70px;
    }

    .navbar-brand {
        font-family: 'Bungee Spice', cursive;
        font-size: 42px;
        padding: 22px 12px;
    }

    body {
        overflow-x: hidden;
    }

    .ban_left {
        margin-left: 0px;
    }

    .ban_right {
        margin-right: 0px;
    }

    .ban_righ {
        margin-right: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fe1f02;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #d8d5d5;
        box-shadow: none;
        margin-top: 13px;
        box-shadow: 0px 2px 5px -3px #000;
    }

    .menu {
        background: #ffffff;
        padding: 10px 30px;
        float: none !important;
        display: block !important;
    }

    element.style {}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #676767;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

    .menu > .active > a,
    .menu > .active > a:hover,
    .menu > .active > a:focus {
        color: #EC4B4B !important;
        background: transparent !important;
    }

    .menu li a {
        margin: 0px 5px 0px 0px;
    }

    .menu li {
        display: block;
        text-align: center;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    .about_right p {

        height: 100px;
        line-height: 95px;
        width: 100px;
    }

    #full_intro {
        padding: 130px 0px
    }

    .pricing-table-3 .pricing-table-header::before {
        content: "";
        position: absolute;
        left: -50px;
        right: -190px;
        height: 125px;
        top: -50px;
        background-color: #212121;
        z-index: -1;
        transform: rotate(-20deg);
    }

    p {
        font-size: 14px !important;
    }

    .ban_text a {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;

        height: 50px;
        width: 150px;
        text-align: center;
        display: inline-block;
        line-height: 50px;
        margin-top: 20px;
        transition: all 0.4s ease-in;
    }

    .reg {
        height: 40px;
        width: 140px;
        line-height: 40px;
        font-size: 16px;
    }

    .menu li a {
        font-size: 14px;
        text-transform: uppercase;
        color: #020d2e !important;
        text-align: center;
        font-weight: 600;
        padding: 6px 10px;
        line-height: 40px;
        transition: all 0.3 ease-in;
    }

    .navbar-default .navbar-toggle {
        border-color: #EC4B4B;
        background: #EC4B4B;
        top: 8px;
        right: 2px
    }

    .menu li input {
        width: 225px;

    }

    .ban_left img {
        height: auto;
        width: auto;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .ban_text p {
        font-size: 14px;
        margin: 0px;
    }

    .f_left {
        text-align: center;
    }

    .footer-icons {
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {

    .f_right p {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 500;
        color: #ffffff;
        text-transform: ;
        margin: 0px;
        letter-spacing: 1px;
    }

    .about_right p {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 500;
        color: #020d2e;
        text-transform: ;
        margin: 20px;
        letter-spacing: 1px;
        height: 125px;
        line-height: 122px;
        width: 125px;
        border: 5px solid #5DA4A4;
        display: inline-block;
        border-radius: 50%;
    }

    .about_left p {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 500;
        color: #020d2e;
        text-transform: ;
        margin: 20px;
        letter-spacing: 1px;
    }

    .about_left h2 {
        padding-top: 0px;

        font-size: 32px;
        font-family: 'Roboto Slab', serif;
        text-align: center;
        font-weight: 500;
        color: #020d2e;
        text-transform: uppercase;
        display: block;
    }

    .service_bot {
        background: #ffffff;
        padding: 30px 0px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 30px;
        min-height: 400px;
    }

}

@media (max-width: 1200px) and (min-width: 992px) {

    .service_bot {
        background: #ffffff;
        padding: 30px 0px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 30px;
        min-height: 420px;
    }

    .service_bot h3 {
        padding: 20px 0px;
        font-size: 22px;
        font-family: 'Roboto Slab', serif;
        text-align: center;
        font-weight: 500;
        color: #020d2e;
        text-transform: uppercase;
        display: block;
    }
}
