/*

* ----------------------------------------------------------------------------------------

Author       : Mannat Themes

Template Name: Mannat - Responsive Personal Template

Version      : 1.0

* ----------------------------------------------------------------------------------------

*/


/*

* ----------------------------------------------------------------------------------------

* 01.GLOBAL CSS STYLE

* 02.PRELOADER & BOUNCE CCS STYLE

* 03.HOMEPAGE CSS STYLE

    -LOGO CSS

    -MENU CSS

* 04.ABOUT CSS STYLE

* 05.SKILLS CSS STYLE

* 06.RESUME CSS STYLE

* 07.SERVICE CSS STYLE

* 08.WORK CSS STYLE

* 09.TESTIMONIAL CSS STYLE

* 10.BLOGS CSS STYLE

* 11.CONTACT CSS STYLE

* 12.FOOTER CSS STYLE

* ----------------------------------------------------------------------------------------

*/


/*

* ----------------------------------------------------------------------------------------

* 01.GLOBAL STYLE

* ----------------------------------------------------------------------------------------

*/

body {
    font-size: 14px;
    line-height: 24px;
    /*font-weight: 600;*/
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-light.ttf);
}

.ac-font {
    font-family: 'Lato', sans-serif;
    color: #222 !important;
    font-weight: 500;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    max-width: 100%;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/* ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
} */

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section {
    padding-top: 80px;
}

.main-header-men {
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all ease-in-out 0.5s;
}

.main-header-men:hover {
    background-color: #222;
    transition: all ease-in-out 0.5s;
    color: #fff !important;
}

.bg-dark {
    background-color: #212b36;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-1 h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #212b36;
    text-align: center;
    letter-spacing: 2px;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 2px;
}

.section-title p {
    font-weight: 300;
}

.title-border {
    background-color: #41b548;
    height: 4px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.btn-custom {
    background-color: #41b548;
    border: 1px solid #41b548;
    color: white;
    padding: 10px 20px 10px 20px;
}

.btn-custom:hover {
    background-color: #1f2124;
    border-color: #1f2124;
    color: #ffffff;
}

.about-h4 {
    padding-top: 10px;
    border: 1px solid;
    padding-bottom: 11px;
    margin-bottom: 5px;
    color: white;
    background-color: #41b548;
}

.about-m-t-0 {
    margin-top: 0px;
}


/*

* ----------------------------------------------------------------------------------------

* 02.PRELOADER & BOUNCE CCS STYLE

* ----------------------------------------------------------------------------------------

*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #F5F5F5;
    border-right: 8px solid #F5F5F5;
    border-bottom: 8px solid #F5F5F5;
    border-left: 8px solid #41b548;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*

* ----------------------------------------------------------------------------------------

* 03.HOMEPAGE CSS STYLE

* ----------------------------------------------------------------------------------------

*/


/*.welcome-image-area:after {

    position: absolute;

    background: rgba(3, 169, 244, .4);

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    content: "";

    z-index: -1;

}*/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    padding: 0px 100px;
    margin-top: 100px;
}

.header-text img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #fff;
}

.header-text h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: capitalize;
}

.header-text p {
    color: #fafafa;
    font-size: 22px;
    font-weight: 400;
}

.header-top-area {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-color: #fff;
    height: 106px;
}

ul.nav.navbar-nav.menu li {
    padding-left: 1em;
    padding-right: 1em;
}

.logo {
    padding: 8px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: 220px;
}

.logo span {
    color: #41b548;
}

.logo a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.mainmenu .navbar-nav li a {
    color: #000000;
    font-size: 14px;
    padding: 0px 5px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase;
}

.mainmenu .navbar-nav li:hover {
    background-color: #545252 !important
}

.mainmenu .navbar-nav li a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu .navbar-nav li.active {
    background-color: #545252 !important
}

.mainmenu .navbar-nav li.active a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu .navbar-nav li.active a:hover {
    color: #fff;
}

.mainmenu .navbar-nav .submenu li:hover {
    background-color: #d24947 !important
}

.mainmenu .navbar-nav li:hover a {
    color: #fff !important;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
    background-color: transparent;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo {
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    /* padding: 20px 5px;*/
    -webkit-transition: .3s;
    transition: .3s;
}

.about-section {
    padding: 5px 0 0;
}

.about-section p {
    text-align: center;
    font-size: 12px;
}

.sticky .header-top-area {
    height: 60px;
}

.sticky .main-header-men {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sticky .logo {
    max-width: 166px;
    padding-top: 0;
    padding: 0;
}


/*

* ----------------------------------------------------------------------------------------

* 04.ABOUT CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.about-img img {
    max-width: 300px;
    margin-top: 30px;
    float: right;
}

.introduce h2 {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

.introduce p {
    margin-bottom: 20px;
    line-height: 30px;
}

.introduce h4 {
    color: #0288d1;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.introduce .presonal-inform ul li {
    width: 50%;
    float: left;
}

.introduce .presonal-inform li b {
    width: 120px;
    display: inline-block;
    text-transform: capitalize;
    color: #1f2124;
    font-size: 15px;
    font-weight: 600;
}

.introduce .presonal-inform li {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}


/*

* ----------------------------------------------------------------------------------------

* 05.SKILLS CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.team h4,
.skill h4 {
    color: #fff;
}

.team h5 {
    color: #9aa7af;
}

.skill-chart {
    margin: 0px auto;
    color: #fff;
}

.skill i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}


/*

* ----------------------------------------------------------------------------------------

* 06.RESUME CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.resume-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rs-round:hover {}

.rs-round {
    content: "";
    position: absolute;
    text-align: center;
    height: 120px;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 0px;
    margin-left: -60px;
    border: 10px solid rgba(255, 255, 255, 0.48);
    background-color: #41b548;
}

.rs-round i {
    color: #fff;
    font-size: 30px;
}

.time-line {
    position: relative;
}

.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 2px;
    margin: 0 auto;
    height: 80%;
    background: #41b548;
    top: 15px;
}

.rex-item {
    padding-left: 0px;
    text-align: left;
    margin-left: 130px;
    padding-top: 7px;
}

.rex-item h3 {
    font-size: 22px;
    color: #41b548;
}

.rex-item h4 {
    font-weight: 600;
    font-size: 17px;
    color: #4c5667;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rex-item p {
    line-height: 24px;
    font-size: 14px;
}

.rex-left {
    padding-right: 80px;
    text-align: right;
}

.rex-right {
    text-align: left;
}

.time-line .colam {
    margin-bottom: 80px;
}

.rs-round.second {
    right: 0 !important;
    left: auto !important;
    margin-right: -60px !important;
}

.colam-tird {
    margin-bottom: 0px;
}


/*

* ----------------------------------------------------------------------------------------

* 07.SERVICE CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.service-icon {
    display: inline-block;
    font-size: 32px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 15px 0;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 3px #41b548;
    transition: all 0.3s;
    background: #41b548;
}

.single-service h2 {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: white;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
}

.single-service p {
    color: white;
    text-align: center;
    padding: 15px 8px 0 8px;
    font-size: 14px;
}


/*

* ----------------------------------------------------------------------------------------

* 08.WORK CSS STYLE

* ----------------------------------------------------------------------------------------

*/

#work .lrs-list-protfolio {
    text-align: center;
}

#work .lrs-list-protfolio .fil-cat {
    margin: 0 15px;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
}

#work .lrs-list-protfolio .fil-cat.active {
    border-bottom: 2px solid #41b548;
    color: #41b548;
}

#work .lrs-projects {
    margin-top: 30px;
    position: relative;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 16px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 16px;
    /* Firefox */
    column-gap: 16px;
}

#work .lrs-projects .lrs-project {
    position: relative;
    cursor: pointer;
    padding: 8px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#work .lrs-projects .lrs-project .lrs-project-image {
    position: relative;
}

#work .lrs-projects .lrs-project .lrs-project-image * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

#work .lrs-projects .lrs-project .lrs-project-content {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #41b548;
    padding: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-title {
    margin-top: -50px;
    font-weight: 100;
    text-transform: uppercase;
}

#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-client {
    margin-top: 100px;
}

#work .lrs-projects .lrs-project:hover .lrs-project-content {
    opacity: 1;
}

#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-client,
#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-title {
    margin-top: 0;
}


/*

* ----------------------------------------------------------------------------------------

* 09.TESTIMONIAL CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: #41b548;
    letter-spacing: 2px;
    font-weight: 700;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 0;
    color: #41b548;
}

.single-testimonial p {
    line-height: 25px;
    color: #e0851c;
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #e0851c;
}

.user-block {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px auto;
}

.owl-carousel {
    margin-top: 1%;
}

.client-img {
    height: 100px;
    margin-bottom: 10px;
    padding: 0 5px;
    max-width: 150px;
    object-fit: contain;
}

.client-img1 {
    /*

    height: 100px;

    margin-bottom: 10px;

    padding: 0 5px;

    max-width: 150px;

    object-fit: contain;*/
    position: relative;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    z-index: -22;
}

.registration {
    padding: 1% 0;
    background: url(../images/box_img.jpg);
    background-position: center;
    background-size: cover;
}

.registration .colmn1 {
    text-align: center;
    background: #fff;
    padding: 10px 15px;
}

.registration .blue {
    border-top: solid 10px #1ba6f4;
}

.registration .green {
    border-top: solid 10px #11d869;
}

.registration .red {
    border-top: solid 10px #d24947;
}

.registration .orannge {
    border-top: solid 10px #f1863d;
}

.registration .colmn1 img {
    width: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.registration .no-padding {
    padding: 0;
    margin: 0;
}

.combine_color {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.combine_color span {
    display: table-cell;
    vertical-align: middle;
}

.combine_color .lefttext {
    text-align: left;
    padding-left: 10px;
}

.combine_color .righttext {
    text-align: right;
    padding-right: 5px;
}

.combine_color .date {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 17px;
    padding: 8px 10px 8px;
    width: 35px;
    text-align: center;
    border-radius: 5px;
    height: 39px;
    transform: skew(-12deg);
}

.combine_color h3 {
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 0;
}

.combine_color p {
    margin-bottom: 0px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

.red_section .date {
    background: #e84c3d;
}

.red_section h3 {
    color: #e84c3d;
}

.red_section p {
    color: #e84c3d;
}

.red_section .text {
    border-bottom: solid 1px #e84c3d;
}

.detail3_section .text {
    border-bottom: solid 1px #2dcc70;
}

.result_section .text {
    border-bottom: solid 1px #f47040;
}

.re_con_section .text {
    border-bottom: solid 1px #3598db;
}

.re_con_section .date {
    background: #3598db;
}

.re_con_section h3 {
    color: #3598db;
}

.re_con_section p {
    color: #3598db;
}

.result_section .date {
    background: #f47040;
}

.result_section h3 {
    color: #f47040;
}

.result_section p {
    color: #f47040;
}

.detail_section .date {
    background: #a5c63b;
}

.detail_section h3 {
    color: #a5c63b;
}

.detail_section p {
    color: #a5c63b;
}

.detail2_section .date {
    background: #cfa600;
}

.detail2_section h3 {
    color: #cfa600;
}

.detail2_section p {
    color: #cfa600;
}

.detail3_section .date {
    background: #2dcc70;
}

.detail3_section h3 {
    color: #2dcc70;
}

.detail3_section p {
    color: #2dcc70;
}

.bottom_contact {
    background: #000;
    text-align: center;
}

.bottom_contact b {
    color: #3598db;
}

.bottom_contact a {
    color: #fff;
}

.values {
    text-align: center;
    background: #fff;
    padding-bottom: 2%;
}

.values_img img {
    width: auto;
    max-width: 100%;
    margin-top: 15px;
}

.values h2 {
    text-align: center;
}

.values h2 span {
    color: #d25c37;
}

.values p {
    text-align: center;
}

.values button {
    text-align: center;
    background: #d25c37;
    border: 0;
    color: #fff !important;
    padding: 7px 22px;
    border-radius: 100px;
}

.values button:hover {
    background-color: #1f2124;
    border-color: #1f2124;
    color: #ffffff;
}

.blog-items button {
    text-align: center;
    background: #1ec1d9;
    border: 0;
    color: #fff;
    padding: 7px 22px;
    border-radius: 100px;
}

.blog-items button:hover {
    background-color: #1f2124;
    border-color: #1f2124;
    color: #ffffff;
}

.aim_sprite_right h3 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}

.aim_sprite_bg {
    background: url(../images/bg.jpg);
    background-position: center;
    background-size: cover !important;
    background: no-repeat;
    padding: 6%;
    min-height: 477px;
    position: relative;
    width: 100%;
}

.aim_sprite_left {
    position: absolute;
    position: absolute;
    top: 55%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

.aim_sprite_right h3 span {
    color: #d25c37;
}

.aim_sprite_right p {
    color: #fff;
}

.aim_sprite_right a {
    color: #fff;
    border: solid 2px #d25c37;
    background-color: #d25c37;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.aim_sprite_right a:hover {
    border: solid 2px #222;
    background-color: #222;
    ;
}

.aim_border {
    border-left: solid 5px #d25c37;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 3%;
    margin-top: 4%;
}

.aim_right_bg {
    background: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    padding: 6%;
    min-height: 477px;
    position: relative;
    width: 100%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.right_aim_text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.aim_sprite {
    padding: 0 0 3%;
}

.aim_sprite .blue {
    background: #fafafa;
    padding: 5px 20px 30px;
    border: solid 1px #d3d3d3;
    border-top: solid 7px #307ad5;
}

.aim_sprite .blue a {
    color: #307ad5;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.aim_sprite .purple {
    background: #fafafa;
    padding: 5px 20px 30px;
    border: solid 1px #d3d3d3;
    border-top: solid 7px purple;
}

.aim_sprite .purple a {
    color: purple;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.four_boxes .box {
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 2px 3px #cbcbcb;
}

.four_boxes .box h3 {
    margin-top: 0;
}

.four_boxes .box1 {
    border-top: solid 10px #f46d3d;
}

.four_boxes .box1 h3 {
    color: #f46d3d;
}

.four_boxes .box2 {
    border-top: solid 10px #307ad5;
}

.four_boxes .box2 h3 {
    color: #307ad5;
}

.four_boxes .box3 {
    border-top: solid 10px #1ec1d9;
}

.four_boxes .box3 h3 {
    color: #1ec1d9;
}

.four_boxes .box4 {
    border-top: solid 10px #10c45c;
}

.four_boxes .box4 h3 {
    color: #10c45c;
}

.bottom_contact_one {
    background: #3598db;
}

.bottom_contact_two {
    background: #2dcc70;
}

.bottom_contact_three {
    background: #e84c3d;
}

.bottom_contact_four {
    background: #f47040;
}

.navbar-nav>li>.dropdown-menu {
    left: 0px;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 9;
    perspective: 400px;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu {
    max-height: 2000px;
    /* z-index: 10; */
    padding-left: -10%;
    margin-left: 0px;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu .d1-menu {
    width: 100%;
    min-width: 1% !important;
}

ul.dropdown-menu.submenu li {
    background-color: #545252;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu .d2-menu {
    width: 100%;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu .d3-menu {
    width: 100%;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu .d4-menu {
    width: 100%;
}

.testimonial-flags.owl-carousel.owl-theme img {
    border: solid 2px #222;
    border-radius: 50%;
    transition: all ease-in-out 0.5s;
}

.testimonial-flags.owl-carousel.owl-theme img:hover {
    transition: all ease-in-out 0.5s;
    border: solid 2px #fff;
    cursor: pointer;
    transform: scale(0.8);
}

.dropdown-menu {
    min-width: 100% !important;
}


/* .single-testimonial.text-center img{

  border: solid 2px #222;

  border-radius: 50%;

} */


/*Top Nav Bar */

.menu {
    /*height: 35px;

    width: 100%;*/
}

.menu>li {
    display: block;
    float: left;
    position: relative;
}

.menu a {
    color: #555;
    /*display: block;

    font-size: 17px;*/
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 15px;
}

.menu li:hover>a {
    color: #FFF;
}

.menu li ul li:hover a {
    background: #d24947 !important;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    perspective: 400px;
    /*width: 200%;*/
}

.submenu li {
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 0.4s, transform 0.5s;
    display: block !important;
    z-index: 9;
}

.navbar-default .navbar-nav>.open>a {
    color: #000;
}

.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}

.submenu li a {
    /* background:#1C1C1C;*/
    width: 200px;
    color: #FFF !important;
    overflow: hidden;
    padding: 10px 0 10px 5px !important;
    z-index: 99;
}

.submenu li a {
    /*   background:#1C1C1C;*/
    width: 100%;
    color: #FFF;
    overflow: hidden;
}

.submenu li:hover {
    background-color: #555;
}


/*.menu .submenu li:hover a {

    color: #FFF;

}*/

.menu>li:hover .submenu,
.menu>li:focus .submenu {
    max-height: 2000px;
    /*z-index: 10;*/
}

.menu>li:hover .submenu li,
.menu>li:focus .submenu li {
    opacity: 1;
    transform: none;
    /*float:left;*/
}

.menu li:hover .submenu li:nth-child(1) {
    transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
    transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
    transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
    transition-delay: 150ms;
}

.menu li:hover .submenu li:nth-child(5) {
    transition-delay: 200ms;
}

.menu li:hover .submenu li:nth-child(6) {
    transition-delay: 250ms;
}

.menu li:hover .submenu li:nth-child(7) {
    transition-delay: 300ms;
}

.menu li:hover .submenu li:nth-child(8) {
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    transition-delay: 250ms;
}

.submenu li:nth-child(4) {
    transition-delay: 200ms;
}

.submenu li:nth-child(5) {
    transition-delay: 150ms;
}

.submenu li:nth-child(6) {
    transition-delay: 100ms;
}

.submenu li:nth-child(7) {
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    transition-delay: 0s;
}

.open>.dropdown-menu {
    height: 0;
    padding: 0;
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

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

.client_logo_bg {
    /* background: url(../images/img.png);

    background-position: center;

    background-size: cover;

    filter: blur(2px);

}

.owl-wrapper-outer.autoHeight {

    width: 150%;

    background-size: cover;*/
}

.blur-text1 {
    position: absolute;
    top: 0;
    width: 75%;
    text-align: center;
    padding-top: 1em;
    color: #ffffffb0 !important;
    text-shadow: 0 0 1.5px rgba(240, 241, 239, 0.04);
}

@media (max-width: 992px) {
    .client_logo .owl-carousel {
        margin-top: 2%;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: relative;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 999;
        width: 180px;
    }
    .menu>li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .aim_sprite .row {
        display: flex;
    }
    .client_logo .row {
        display: flex;
    }
}

.top_header_menu {
    padding: 0
}

ul.top_header_menu li {
    display: inline-block;
}

ul.top_header_menu li a {
    padding: 10px;
}

.bg-ikmc a {
    color: /* #0190E5*/
    #fff !important
}

.bg-sil a {
    color: /*#01C652*/
    #ece60b !important
}

.bg-issc a {
    color: /*#EF5829*/
    #ece60b !important
}

.bg-xcel a {
    color: /*#77120A*/
    #fff !important
}

ul.top_header_menu li:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    height: 8px;
    position: relative;
    left: 0;
    top: 16px;
}

ul.top_header_menu li:first-child:before {
    display: none;
}


/*

* ----------------------------------------------------------------------------------------

* 10.BLOG CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.blog-area {
    background: #f7f7f7;
}

.blog-content h2 {
    font-size: 20px;
    padding-bottom: 0px
}

.blog-content .meta-box li {
    color: #333333;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.meta-box li::after {
    content: "|";
    margin: 0 10px;
}

.meta-box li:last-child:after {
    content: "";
}

.meta-box span {
    color: #000;
}

.home_2 .meta-box span {
    color: #000;
}

.blog-content {
    /* background-color: #faf9f9cc;*/
    /*  padding: 33px 30px;*/
    border-radius: 10px;
}

.blog-content p {
    padding-bottom: 30px;
    padding-top: 15px;
}

.blog-content h3 {
    color: #000;
}

.blog-img {
    position: relative;
}


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

* 11.CONTACT CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.form-control {
    border: 0px;
    height: 45px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #fff;*/
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 25px;
    border-radius: 0;
}

.form-control:focus {
    border-color: #41b548;
    outline: 0;
    box-shadow: #41b548;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.top-info {
    float: right;
}

.top-info li {
    line-height: 40px;
    padding-right: 10px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    font-family: sans-serif;
}

.header-top {
    background: #353535;
}

.navbar-default {
    border: none;
}

.top-info .fa {
    font-size: 16px;
}

.scroll-text a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.scroll-text {
    margin-top: 8px;
}

.scroll-text a:hover {
    color: #3598db;
}

.copy_write {
    background: #353535;
}

span.date1 {
    transform: skew(12deg);
}

.flags .client-img {
    border-radius: 100%;
    height: 80px;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    margin: 6%;
}

.flags {
    padding: 0;
}

.flags .owl-carousel {
    margin-top: 2%;
}

.flags h5 {
    padding: 0px;
    margin: 0px;
    margin-top: -6px;
    font-size: 13px;
    font-weight: 500;
}

.flags h2 {
    text-align: center;
}

.flags h2 span {
    color: #3598db;
}


/*

* ----------------------------------------------------------------------------------------

* 12.FOOTER CSS STYLE

* ----------------------------------------------------------------------------------------

*/

.footer-area {
    padding: 80px 0px 0px;
}

.footer-area .client-img {
    height: 100px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    font-size: 18px;
    color: #222222;
    margin: 10px 5px;
    display: block;
}

.copyrights {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.copyrights a {
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.header-links {
    margin-bottom: 30px;
}

.header-links ul li a {
    color: #000;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
}

.header-links ul li a:hover {
    color: #41b548;
}

.footer-link {
    background: #212b36;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.footer-top {
    background: #174967;
    padding: 2% 0;
}

.footer-area p {
    color: #d2d2d2;
    margin: 10px 0 0 0;
}

.mr-b ul li {
    padding-bottom: 7px;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.widgit-title {
    color: #fff;
    font-size: 18px;
}

.footer-top a {
    color: #fff;
    font-weight: 100;
}

.footer-top a:hover {
    color: #ea8a1c;
    text-decoration: none;
}

.footer-top li {
    margin-bottom: 5px;
}

.adress li {
    color: #fff;
    display: table;
    font-weight: 100;
    margin-bottom: 2%;
}

.adress li span {
    display: table-cell;
    vertical-align: top;
}

.adress li .fa {
    font-size: 25px;
    padding-right: 12px;
}

.a-bg {
    color: #222;
    background-color: #fff0;
}

.a-bg:hover {
    color: #fff !important;
    background-color: #fff0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e700;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

@media (max-width: 768px) {
    .vertical-content {
        display: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .time-line {
        position: relative;
    }
    .time-line:before {
        margin-left: 52px;
    }
    .rex-item h3 {
        font-size: 20px;
    }
    .rex-item h4 {
        font-size: 15px;
    }
    .rex-item p {
        font-size: 13px;
    }
    .rex-left {
        padding-right: 15px;
        text-align: right;
    }
    .rex-right {
        padding-left: 15px;
    }
    .rex-item {
        padding-left: 0px;
        text-align: left;
        margin-left: 130px;
    }
    .rs-round {
        left: 15px;
        margin: 0px !important;
        height: 105px;
        line-height: 105px;
        width: 105px;
    }
    .rs-round.second {
        margin: 0px !important;
        left: 15px !important;
        right: 0px !important;
    }
    .blog-img {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .single-project-done {
        text-align: center;
    }
    .about-image img {
        margin-top: 30px;
    }
    .single-testimonial p {
        padding: 0 50px;
    }
    .single-contact-details i {
        margin-bottom: 20px;
    }
    .single-project-complete {
        margin-bottom: 30px;
    }
    .single-service,
    .single-blog {
        margin-bottom: 30px;
    }
    .about-text {
        padding-top: 0px;
        margin-top: 30px;
    }
    .logo {
        text-align: center;
        padding-bottom: 10px;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav li {
        float: none;
        display: inline-block;
    }
    .about-text p,
    .about-text ul {
        padding: 0;
    }
    .resume-left h2 {
        width: 130px;
    }
    .single-service i {
        margin-bottom: 110px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .site-header .navbar-collapse {
        opacity: 1;
        visibility: visible;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0;
        background-color: #3598db;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 520px;
    }
    .navbar-collapse .navbar-collapse {
        background: #3598db;
        position: absolute;
        width: 230px;
        right: 0;
    }
    .navbar-nav .open .dropdown-menu {
        margin-left: -10px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        margin-left: 0px;
    }
    .navbar-nav ul.nav.navbar-nav.menu li ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu-bg .navbar-collapse {
        background: rgb(27, 166, 244);
    }
    .header-top-area .navbar-collapse {
        background: rgb(27, 166, 244);
        background-color: rgb(27, 166, 244);
        position: absolute;
        z-index: 99999999;
        width: 230px;
        right: 0;
        height: 421px;
    }
    .navbar-collapse .main-header-men {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .menu-bg .navbar-collapse .welcome-image-area,
    .welcome-video-area {
        padding-top: 120px;
    }
    .welcome-image-area h2,
    .single-slide-item h2,
    .welcome-video-area h2 {
        font-size: 35px;
    }
    .header-text h1 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .single-project-complete h2 {
        font-size: 40px;
    }
    .single-testimonial p {
        padding: 0 10px;
    }
    .single-project-done {
        text-align: center;
    }
    .footer-area p,
    .actions,
    .footer-social-link {
        text-align: center;
    }
    .header-text p {
        font-size: 16px;
        padding: 0;
        line-height: 28px;
    }
    .header-text .home-arrow-down {
        bottom: -90px;
    }
    .about-text {
        padding-top: 0px;
    }
    .about-text h3 {
        margin-bottom: 20px;
    }
    .single-project-complete {
        margin-bottom: 50px;
    }
    .single-contact-details i {
        margin-bottom: 20px;
    }
    .single-service,
    .single-blog {
        margin-bottom: 30px;
    }
    #map {
        margin-top: 20px;
    }
    .item .grid figure,
    .work .grid figure {
        min-width: 100%;
    }
    .about-text {
        padding-top: 0px;
        margin-top: 30px;
    }
    .single-service i {
        margin-bottom: 105px;
    }
    .header-text {
        padding: 0;
        margin-top: 50px;
    }
    .header-text h2 {
        font-size: 36px;
    }
    .area-shadow {
        padding: 30px;
    }
    .about-text p {
        padding: 0px;
    }
    .about-text ul {
        padding: 0px;
    }
    .single-resume {
        margin-bottom: 50px;
    }
    #work .lrs-projects {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .introduce .presonal-inform ul li {
        width: 100%;
    }
    .about-img img {
        float: none;
    }
    .logo {
        padding-top: 17px;
    }
}

@media only screen and (max-width: 420px) {
    #work .lrs-projects {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        margin-top: 0px;
        padding: 0;
    }
}

.valueContainer {
    padding: 30px 0px
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.ds-address {
    display: block
}

.mb-address {
    display: none
}

@media only screen and (max-width: 767px) {
    .mb-logo {
        width: 160px !important;
        max-width: 160px !important;
    }
    .mb-right-topbar {
        display: none
    }
    .mb-left-topbar {
        text-align: center;
        padding-bottom: 5px
    }
    .client_logo {
        display: none
    }
    .footer-top {
        text-align: center;
    }
    .ds-address {
        display: none
    }
    .mb-address {
        display: block
    }
}

.centerContext {
    text-align: center;
    margin: auto;
    padding: 2px
}


/*News & Event*/

.glyphicon {
    margin-right: 4px !important;
    /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important;
    /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.panel {
    background-color: transparent;
    border: 0px;
}

.panel-footer {
    background-color: transparent;
    border: 0;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border: 0;
}

.panel-heading b {
    font-size: 24px;
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: transparent;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

td.heading_colmn {
    background: #555;
    color: #fff;
}

.breadcrumb {
    width: 100%;
    text-align: right;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
}

.bredcrumb_tabs:hover {
    background-color: #77120a;
    text-decoration: none;
    color: #FFF;
}

.gall-item {
    margin-bottom: 30px;
    border-radius: 4px;
    transition: box-shadow .5s ease;
}

.gall-item:hover,
.sh-item:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.gall-item:hover {
    transition: box-shadow .5s ease;
    transform: scale(1.3, 1.3);
}

.tableSumaary td {
    vertical-align: middle !important;
}

.news-img {
    width: 80px;
    /* width: 100px; */
    object-fit: contain;
}

.news-detail {
    height: 28px;
    overflow: hidden;
    padding: 0px;
    /* height: 50px;

    overflow: hidden;

    padding: 5px 15px; */
}

.news-date {
    font-size: 16px;
    padding: 5px 0px;
    /* font-size: 18px;

    padding: 5px 0px; */
    font-family: 'Lato', sans-serif;
}

.news-title {
    font-size: 20px;
    padding: 5px 0px;
    font-weight: 600;
    /* font-size: 23px;

    padding: 5px 0px;

    font-weight: 600; */
    font-family: 'Oswald', sans-serif;
}

.news-title p {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.blog-content p {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.fg1 {
    width: 30%
}

.label-style {
    display: inline-table;
    width: 100%;
    text-align: left !important
}

.select-width {
    min-width: 220px
}

.box-body {
    display: flex
}

@media only screen and (max-width: 1050px) {
    .select-width {
        min-width: 160px
    }
}

@media only screen and (max-width: 792px) {
    .select-width {
        min-width: 100px !important
    }
}

@media only screen and (max-width: 767px) {
    .box-body {
        display: block
    }
    .fg1 {
        width: 100%
    }
}

#example1_wrapper {
    width: 100%;
    margin: 0px 50px
}

.data-tables {
    margin-top: -45px
}

.sticky img.img-responsive.mb-logo {
    max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
    #example1_wrapper {
        width: 100%;
        margin: 0px;
        overflow: auto;
    }
    .sticky img.img-responsive.mb-logo {
        max-width: 120px !important;
        padding-top: 20px;
    }
}

.challan-btn {
    border-radius: 20px !important;
    padding: 9px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: #0190E5 !important;
    color: white !important;
    margin-bottom: 10px
}

.challan-print {
    border-radius: 20px !important;
    padding: 9px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: white !important;
    color: #0190E5!important;
}

.challan-form {
    display: inline;
    margin: 220px;
    margin-left: -10px;
}

.table-size {
    max-width: 1170px !important;
    margin: 0px auto;
    padding: 10px
}

@media only screen and (max-width: 992px) {
    .challan-form {
        display: inline;
        margin: 120px;
        margin-left: -10px;
    }
    .form-space {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .form-space {
        margin-bottom: 20px;
    }
}

.head-text {
    font-size: 36px;
    margin: 20px 0px;
    margin-bottom: 40px
}

.tr-head {
    background-color: #0190E5;
    color: white;
    text-align: center
}

.tr-body {
    border-bottom: 1px solid
}

.tr-head th {
    text-align: center
}

.tr-body>tr>th {
    text-align: center;
    border: 1px;
}

.tr-body>tr>td {
    text-align: center;
    border: 1px;
}

.print-btn {
    display: inline !important
}

.font {
    font-weight: 600 !important
}

.padding {
    padding: 30px !important
}

@media only screen and (max-width: 768px) {
    .upload-file {
        width: 200px !important
    }
    .form-inline {
        max-width: 200px;
        display: inline-block;
    }
    .challan-form {
        display: inline;
        margin: 10px;
        margin-left: 20px;
    }
    .head-text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 340px) {
    .head-text {
        font-size: 22px !important;
    }
}

.reg-top {
    margin-top: -15px
}

.box-footer {
    margin-top: -30px !important
}


/* Popup*/

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-header .close {
    display: none;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.form-space {
    text-align: left !important;
}

.total2 {
    text-align: left !important;
    padding-left: 80px !important
}

.total1 {
    text-align: left !important;
    padding-left: 80px !important
}

.sm-img {
    width: 100px !important;
    padding: 20px
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .submenu {
        display: block;
    }
}

.aims {
    color: #222 !important;
}

.submenu {
    background-color: #222 !important
}

.testimonial-list.owl-carousel.owl-theme {
    width: 150%;
}