@charset "utf-8";
/* CSS Document */
/*======================================================================
	Project Name: MoGo
	Creator     : Toukir Rahman
	E-mail		: to.toukir.rahman@gmail.com
    Phone       : 01723-545164
	Date        : October/20/2020
========================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
body {
    font-family: 'Lato', sans-serif;
    color:#222;
}


/*===========@Global Styles ============*/
*{margin:0; padding:0; outline:none}
img,fieldset{border:0}
a{text-decoration:none}
ul,li{padding:0px;margin:0px; list-style: none}
h1, h2, h3, h4, h5, h6, p{ margin:0; padding:0; font-weight:normal;}
.no-padding{padding:0 !important;}
.no-padd{padding:2px!important;}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left:0; top: 0; }


/*===========Loader Start============*/
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999;
    background: #fff;
}
.se-pre-con img {
    width: 125px;
    margin: auto;
    display: block;
    margin-top: 290px;
}


/*==========================================
			Banner & Nav
==========================================*/

.navbar{
    padding: 10px 0px;
}
.navbar-brand{
    display: block;
    padding: 0!important;
}
.navbar-brand img{
    width: 160px;
}

.slider-nav {
    display: block;
    float: left;
    width: 100%;
    position:relative;
}

/*--------------Navigation-------------*/

a.btn-theme{
    background-color:#1B77AF;
    color: #fff;
    padding : 10px 30px;
    display:inline-block;
    border-radius: 5px;
    margin-top: 5px;
}
.navigation {
    width: 100%;
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.navbar-default {
    background: #fff!important;
    border: 0;
}
.navigation .navbar-nav {
    width: auto;
    padding: 26px 0;
    float: right;
}
.navigation .navbar-collapse {
    padding: 0 !important;
    float: right;
}
.navigation .logo {
    float: left;
    display: block;
}
.navigation .logo a {
    float: left;
    padding: 0;
}
.navigation .logo img {
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
.navigation #myDiv {
    text-align: center;
}
.navigation .nav > li > a {
    transition: all 0.2s ease;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 6px !important;
    letter-spacing: .8px;
    text-shadow: none;
    font-weight: 600;
    margin-left: 3px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin: 0 12px;
}
.navigation .nav > li > a.con {
    background:linear-gradient(#1B65BA,#1799C6);
    color:#fff !important;
}
.navigation .navbar-nav > li > a.ico:hover {
    border-bottom:2px solid transparent !important;
}
.navigation .nav > li > a > i{
    font-size:18px;
    padding:0 5px;
}
.navigation .navbar-nav > li > a:hover, 
.navigation .navbar-nav > li.active a, 
.navigation .navbar-nav > li > a:focus, 
.navigation .navbar-nav > li.active a:hover {
    color: #0972B2 !important;
    background-color: transparent;
    background: transparent;
    border-bottom: 2px solid #0972B2;
}

.navigation .nav > li > a.con:hover{
    background:linear-gradient(#1B65BA,#1B65BA);
    color:#fff!important;
}
.navigation .dropdown{
    position:relative !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.navigation .dropdown-menu {
    min-width: auto;
    width: 220px;
    background: #492100;
    margin: 0;
    padding: 0;
    left: 8px;
    border-radius: 0;
    position: absolute;
    z-index: 9999999999999;
    border: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.175);
    box-shadow: 0 3px 9px rgba(0,0,0,.175);
}
.navigation .dropdown-menu h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.navigation .dropdown-menu li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0 !important;
}
.navigation .dropdown-menu li a {
    color: #FFA908 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .5px !important;
    position: relative;
    display: block;
    padding: 10px 12px !important;
    border-bottom: 1px solid #7b3a04;
    letter-spacing: 0.8px;
    background-image: none !important;
    background-color: transparent !important;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.navigation .dropdown-menu li:hover a {
    background: transparent;
    padding: 10px 0 10px 22px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navigation .dropdown-menu li:hover a::before {
    opacity: 1;
}
.navigation .dropdown-menu li a::before {
    background: #fff;
    content: "";
    height: 6px;
    width: 6px !important;
    border-radius: 0;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 16px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navigation .dropdown-menu li:hover a:hover {
    color: #fff !important;
    padding: 10px 0 10px 22px !important;
}
.affix {
    top: 0;
    position: fixed;
    background: #fff !important;
    z-index: 999999999999999999999999999999999999999999999;
    padding: 0 !important;
    transition: all .7s;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35) !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35) !important;
}
.affix .logo {
    width: 185px;
    padding: 0;
}
.affix .logo img {
    width: 200px;
    padding: 0;
    transition: all .7s;
}
.affix .navbar-nav {
    padding: 14px 0;
}
.affix .contact-btn {
    padding: 8px 0;
}
.affix #search-label {
    height: 72px;
}
.affix #search-label i{
    color:#222;
}
.video-box{
    width:100%;
    float:left;
    display:block;
    position:relative;
}
.video-box img{
    width:100%;
    float:left;
}
.topper-area {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    width: auto;
    border-radius: 0 60px 0 60px;
    padding: 10px 30px 8px 13px;
}
.topper-area.ban-top{
    top:45%;
    padding:30px 75px;
}
.topper-area.ban-top h2{
    margin-bottom:0;
}
.topper-area h2 {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}
center
.topper-area .btn-default {
    color: #fff;
    background: linear-gradient(#1D65B2,#1D97C2);
    border: 0;
    display: table;
    margin: 30px auto auto;
    padding: 18px 50px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 33px;
}
.topper-area .btn-default:hover{
    background: linear-gradient(#1D65B2,#1D65B2);
}








/*--------------Banner-------------*/
.slider-nav .banner-text {
    width: 100%;
    float: left;
    display: block;
    background: linear-gradient(to bottom, #f48c83, #fce389);
}
.slider-nav .banner-text h2 {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
    position: relative;
    font-family: 'Kaushan Script', cursive;
}
.slider-nav .banner-text h2::after {
    background: #fff;
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -60px;
    left: 0;
    border-radius: 0;
    right: 0;
    margin: auto;
}
.slider-nav .banner-text .btn-shade {
    border-radius: 0;
    padding: 7px 28px;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    color: #fff;
    border: 3px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 0.6s;
    float: none;
    margin: 110px auto auto;
    display: table;
}
.slider-nav .banner-text .btn-shade:hover{
    background:#F48C83;
    color:#fff;
    border: 3px solid #F48C83;
    text-shadow:1px 0 2px rgba(0,0,0,0.35);
}
.slider-nav .banner-text .btn-shade:hover h5{
    color:#fff;
}





/*==========================================
            Slider
==========================================*/
.bs-slider{
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    background: #000000;
    width:100%;
    float:left;
    display:block;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    /*height: 900px !important;*/
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.bs-slider{
    width:100%;
    float:left;
    position:relative;
}
.bs-slider .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 39px;
    text-shadow: none;
    position: absolute;
    font-weight: 900;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.46);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.46);
}
.bs-slider .control-round:hover .carousel-control{
    opacity: 1;
}
.bs-slider .carousel-control.left {
    left: 1%;
}
.bs-slider .carousel-control.right {
    right: 1%;
}
.bs-slider .carousel-control.left:hover, .slider-section .carousel-control.right:hover {
    color: #fff;
    background: #058441;
    border: 2px solid #058441;
}
.bs-slider .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.bs-slider .carousel-control.right>span:nth-child(1){
    right: 45%;
}



/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 30%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
.slide-text > h1 {
    width: 54%;
    animation-delay: 0.7s;
    color: #feffff;
    display: inline-block;
    font-size: 38px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 53px;
    margin-bottom: 28px;
    font-weight: 600;
    padding: 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.slide-text > h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.slide-text > h2 span{
    color:#1DD983;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    text-align:center;
}
.btn_new_custom{
    background-color:#4bacff !important;
    color: #fff;
}
.btn_new_custom:hover{
    background-color:#00427B !important;
}
.slide-text > a.btn-default {
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 20px;
    display: table;
    border: 1px solid #1DD983;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.45);
    background: #1DD983;
    float: none;
    margin: 50px auto auto;
}
.slide-text > a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 20px;
    background: #00bfff;
    border: 1px solid #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-shadow: none;
    float:none;
    margin:auto;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #1DD983;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



/*==========================================
			Contain-Body
==========================================*/

/*----------Story About Start----------*/
.about-area {
    width: 100%;
    float: left;
    display: block;
    padding: 80px 0;
}
.header-line{
    width:100%;
    float:left;
    display:block;
}
.header-line h1 {
    font-size: 27px;
    color: #343434;
    margin: 0;
    font-weight: 900;
    margin-top: 14px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.header-line h1::after {
    background: #f68080;
    content: "";
    width: 67px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.header-line h3{
    font-size: 22px;
    color: #343434;
    margin: 0;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: 'Kaushan Script', cursive;
}
.about-area p {
    font-size: 16px;
    color: #444;
    margin: 0;
    font-weight: 500;
    text-align: inherit;
    letter-spacing: 0.3px;
    margin-bottom: 70px;
    width: 950px;
    float: none;
    margin: auto auto 30px;
    line-height: 30px;
}
.about-area p.works{
    margin: auto auto 30px;
}
.about-area.in-ab p{
    text-align:left;
}
.about-area p img {
    float: left;
    width: 445px;
    height: 300px;
    margin: 12px 30px 15px 0;
    border: 5px solid #fff;
}
.img-box{
    position: relative;
    width: 100%;
    float:left;
    margin-top:30px;
}
.img-box img{
    display: block;
    width: 100%;
    height: 225px;
}
.img-box .overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(to bottom, #db7573, #e3cc7c);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.img-box:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.img-box .overlay .text {
    color: white;
    position: absolute;
    top: 40%;
    left:0;
    right:0;
    display:block;
    margin:auto;
    width:auto;
    text-align: center;
}
.img-box .overlay .text i{
    font-size: 27px;
    margin-bottom: 10px;
}
.img-box .overlay .text h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}



/*----------Count Area Start----------*/
.count-area{
    width:100%;
    float:left;
    background:#95e1d4;
}
.count-area .hole-line{
    width:100%;
    float:left;
    display:block;
    display:inline-block;
    border-left:1px solid #b5eae2;
}
.count-box{
    width:20%;
    float:left;
    display:block;
    padding:88px 0;
    border-right:1px solid #b5eae2;
}
.count-box{
    font-size: 68px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.count-box h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}


/*----------Services Area Start----------*/
.services-area{
    width:100%;
    float:left;
    display:block;
    padding:110px 0 0;
}
.services-area .ser-line{
    width:100%;
    float:left;
    display:block;
    border-bottom:1px solid #e6e6e6;
}
.services-area .ser-line.ex{
    border-bottom:0;
}
.services-area .ser-box {
    width: 100%;
    padding: 45px 0 45px 0;
    display: inline-block;
}
.services-area .ser-box i {
    width: 22%;
    font-size: 42px;
    color: #1DD983;
    text-align: center;
    float: left;
    line-height: 43px;
}
.ser-box .ser-text{
    width:78%;
    float:right;
}
.ser-box .ser-text h4{
    font-size:15px;
    color:#2e2e2e;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:18px;
}
.ser-box .ser-text p {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 24px;
}


/*----------What Service Area Start----------*/
.what-service{
    width:100%;
    float:left;
    display:block;
    padding:110px 0;
}
.what-service p {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.3px;
    margin-bottom: 70px;
    width: 950px;
    float: none;
    margin: auto auto 70px;
}
.what-service .ser-box{
    width:100%;
    float:left;
    display:block;
}
.what-service .ser-box img{
    width:100%;
    float:left;
}

/*===Accordion===*/
.accordion {
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
}
.accordion .item {
    width: 100%;
    min-height: auto;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion .item .title-icon {
    margin-right: 10px;
}
.accordion .item .visible-row {
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    font-size:14px;
}
.accordion .item .visible-row:hover {
    opacity: 0.7;
}
.accordion .item .row-arrow {
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, 
    -webkit-transform 0.1s ease-in;
}
.accordion .item .expandable-row {
    height: 0px;
    overflow: hidden;
    transition:0.2s ease-out;
    padding: 0 18px; 
    border-top:1px solid #e6e6e6  
}
.accordion .item .expandable-row .hidden-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
          align-items: center;
    height: 100%;
}
.accordion .item .visible-row {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 100%;
}
.accordion .item .visible-row .title{
    width: auto;
    float: left;
}
.accordion .item .title span{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
    position: relative;
    top: -5px;
}
.accordion .item .title i {
    font-size: 29px;
    color: #1DD983;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
}
.accordion .item .visible-row .arrow-icon{
    float: right;
    width: auto;
    display: table;
}
.accordion .item i {
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    margin-right: 6px;
    color: #cdcdcd;
    font-size: 39px;
}
.accordion .item .expandable-row h6{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-style: italic;
    font-weight: 400;
    float: left;
    margin: 17px 0;
    height: 121px;
    overflow: auto;
    transition: all 0s;
}
.accordion .expanded .expandable-row{
    height:152px;
}
.accordion .item.expanded .row-arrow {
    -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}




/*-------------Start Comment Area--------------*/
.comment-area{
    width: 100%;
    float:left;
    display:block;
    padding:80px 0;
    background:#f8f8f8;
}
.comment{
    width: 100%;
    float:left;
    display:block;
    position:relative;
}
.comment-area .carousel-control {
    width: 35px;
    color: #cacaca;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    opacity: 1;
    height: 35px;
    background-image: none !important;
    top: 33%;
    font-size: 14px;
    border: 2px solid transparent;
}
.comment-area .carousel-control i {
    transition: all .3s;
    padding: 0;
    font-size: 40px;
}
.comment-area .carousel-control i:hover{
    color: #95e1d4;
}
.comment-area .carousel-control:hover {
    background-color: transparent;
}
.comment-area .carousel-control:hover i{
    color: #95e1d4;
}
.comment-area .carousel-control.left{
    left:0;
}
.comment-area .carousel-control.right{
    right:0;
}
.comment-area .caption {
    width:100%;
    float:left;
    display:block;
    padding:0 80px;
    position:relative;
}
.comment-area .caption .icon-ar{
    float: left;
    display: block;
    width: 100%;
}
.comment-area .caption i {
    height: 150px;
    width: 150px;
    font-size: 70px;
    line-height: 142px;
    text-align: center;
    color: #95e1d4;
    border: 4px solid #95e1d4;
    margin: auto;
    display: block;
    text-shadow: 2px 2px 3px rgb(255, 255, 255, 0.7);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.comment-area .caption h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #888;
    font-style:italic;
    margin: 0;
    padding: 0;
    line-height:32px;
}
.comment-area .caption h4 {
    font-size: 24px;
    color: #343434;
    margin: 0;
    font-weight: 400;
    text-align: left;
    position: relative;
    font-family: 'Kaushan Script', cursive;
    margin-top: 14px;
    padding-left: 75px;
}
.comment-area .caption h4::before {
    position: absolute;
    content: '';
    background: #f18288;
    height: 3px;
    width: 65px;
    display: block;
    top: 13px;
    left: 0;
}



/*-------------Start work Area--------------*/
.work-area{
    padding-bottom:0 !important;
}
.work-area .img-box img {
    height: 350px;
    opacity:0.7;
}
.work-area .img-box h2{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: rgba(28,102,185,0.8);
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.work-area .img-box{
    height: 350px;
    margin-top:0;
    background:#000;
}
.work-area .img-box.bigger img {
    height: 714px;
}
.work-area .img-box .overlay {
    background: linear-gradient(145deg, rgba(18,114,180), rgba(70,183,232,0.8));
}
.work-area .img-box .overlay .text h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.work-area .img-box .overlay .text h6 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-style: ;
    margin-top: 9px;
}


/*-------------Start Another Comment Area--------------*/
.comment-area.ano{
    background:#fff;
}
.comment-area .caption .icon-ar img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    display: block;
    margin: auto;
    float: none;
}



/*-------------Start Happy Area--------------*/
.happy-area{
    background-image:url(../img/interface/banner.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:scroll;
    padding:110px 0;
}
.ser-box .ser-text h6 {
    font-size: 17px;
    color: #343434;
    font-weight: 300;
    margin-bottom: 35px;
    font-style: italic;
    text-align: left;
    letter-spacing: -0.6px;
    position: relative;
}
.happy-area .ser-box .ser-text h4 {
    padding-bottom: 10px;
}
.happy-area .ser-box .ser-text h6::after {
    background: #f68080;
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right:auto;
}
.happy-area .ser-box span{
    width:25%;
    float:left;
    display:block;
}
.happy-area .ser-box .ser-text {
    width: 75%;
    float: right;
}
.happy-area .ser-box span img{
    width:100px;
    height:100px;
    display:block;
    margin:auto;
    border-radius:50%;
    float:none;
}


/*============Footer-Area============*/
.footer-bottom-area {
    width: 100%;
    float: left;
    display: block;
    padding: 80px 0 30px 0;
    background: #fff;
    position: relative;
}
.footer-bottom-area .foot-left {
    position: absolute;
    left: 230px;
    bottom: 5px;
    max-width: 100%;
}
.footer-bottom-area .foot-right{
    position:absolute;
    right:230px;
    top:5px;
    max-width:100%;
}
.foot-box {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px;
}
.foot-box h3 {
    font-size: 14px;
    color: #555;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 12px;
}
.foot-box h4{
    font-size: 16px;
    color: #222;
    padding: 15px 0;
    border-bottom: 1px solid #c9c9c9;
}
.foot-box h4 b{
    font-size: 17px;
    font-weight: 900;
}
.foot-box p {
    font-size: 16px;
    color: #888;
    padding: 15px 0;
}
.social-media {
    width: 100%;
    overflow: hidden;
    float: left;
    display: flex;
    padding: 15px 0;
}
.social-media ul {
    margin: 0;
    float: left;
    display: block;
    padding: 0;
}
.social-media ul li {
    float:none;
    margin: 0 8px;
    list-style: none;
    display:inline-block;
}
.social-media ul li a {
    text-decoration: none !important;
}
.social-media ul li a i {
    color: #95e1d4;
    width: 14px;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 17px;
    padding: 5px 0;
}
.social-media ul li a i:hover{
    color: #F48C83;
}
.social-media h5 {
    font-size: 17px;
    color: #777;
    font-weight: 300;
    letter-spacing: -0.5px;
    font-style: italic;
    margin: 0;
    padding: 3px 10px 0 0;
}
.news-box {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.news-box input {
    padding: 8px 18px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    width: 100%;
    height: 42px;
    background: #fff;
    color:#222;
}
.news-box input::placeholder {    
    color:#666;
}
.news-box button {
    position: absolute;
    right: 0;
    top: 0;
    background: #95e1d4;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}
.news-box button:hover {
    background: #F48C83;
    color:#fff;
}
.notice-panel {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    overflow: auto;
}
.per-niyog.no-niyog {
    padding-bottom: 20px;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 14px;
}
.per-niyog .no-img {
    width: 120px;
    height:auto;
    float: left;
    margin: 0;
}
.per-niyog:hover .no-img {
    opacity:0.7;
}
.per-niyog .right-txt {
    padding-left: 11px;
    width: auto;
    display: table;
    padding-top: 10px;
}
.per-niyog .right-txt .no-txt {
    font-size: 12px;
    color: #555;
    font-weight: 800;
    line-height: 18px;
}
.per-niyog:hover{
    text-decoration:none;
}
.per-niyog:hover .right-txt .no-txt {
    color:#F48C83;
}
.per-niyog h6 {
    font-size: 14px;
    color: #999;
    font-style: italic;
}
.foot-box .foot-gal {
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.foot-box .gal{
    width:100%;
    height:auto;
}
.foot-box .foot-gal .v-more {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    color: #555;
    margin-top: 12px;
    float: left;
}
.foot-box .foot-gal .v-more:hover{
    color:#F48C83;
}

.last-foot {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #555;
}
.last-foot a {
    color: #1B77AF;
    font-weight: 900;
}


.contact-area-page {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.contact-area-page h2 {
    border-bottom: 2px solid #d9d9d9;
    color: #222;
    font-size: 23px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    letter-spacing: 0.5px;
}
.contact-area-page h5 {
    color: #333;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding: 18px 0 8px;     
}
.contact-area-page p {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    margin-top: 13px;
}
.contact-area-page input, .contact-area-page textarea{
    height: 44px;
    border-radius: 0;
    margin-bottom: 15px;
}
.contact-area-page textarea{
    height: auto;
}
.contact-map-page {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #222;
}
.contact_map h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
}

.contact-area-page .contact-form .btn {
    color: #fff;
    font-size: 15px;
    padding: 10px 27px;
    transition: all 0.7s;
    border: 0;
    background: linear-gradient(#1D65B2,#1D97C2);
    font-weight: 600;
}






/*================================
        Responsive CSS
==================================*/
@media only screen and (max-width:1919px){
.img-box img {
    height: auto;
}
.work-area .img-box img {
    height: auto;
    height: 300px;
}
.work-area .img-box.bigger img {
    height: 614px;
}
.work-area .img-box .overlay .text h4 {
    font-size: 20px;
}
.work-area .img-box h2{
    font-size: 17px;
}
}

@media only screen and (max-width:1365px){
.work-area .img-box.bigger img {
    height: auto;
}
}

@media only screen and (max-width:1279px){
.none{
    display: none;
}

}

@media only screen and (max-width:1023px){

}

@media only screen and (max-width:991px){
.navigation .nav > li > a {
    margin: 0 12px;
}
.count-box {
    padding: 60px 0;
}
.accordion {
    margin-top: 30px;
}
.comment-area .caption i {
    margin: auto auto 30px;
}
.comment-area .caption .icon-ar img {
    margin: auto auto 30px;
}
.about-area p {
    width: 100%;
    padding: 0 20px;
}
.what-service p {
    width: 100%;
    padding: 0 20px;
}
.slider-nav .banner-text h2 {
    font-size: 125px;
}
.topper-area{
    left: 0;
}
}

@media only screen and (max-width:899px){

}

@media only screen and (max-width:799px){

}

@media only screen and (max-width:767px){
.count-area .hole-line {
    border-left: 0;
}
.count-box {
    padding:30px 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #b5eae2;
}

}

@media only screen and (max-width:639px){

}

@media only screen and (max-width:599px){
.indicators-line > .carousel-indicators{
    right: 21%;
}
.topper-area h2{
    font-size: 26px;
}
}

@media only screen and (max-width:479px){
.slider-nav .banner-text h2 {
    font-size: 55px;
}
.slider-nav .banner-text {
    padding: 250px 0 200px 0;
}
.comment-area .caption h3 {
    font-size: 16px;
    line-height: 23px;
}
.happy-area .ser-box span img {
    width: 60px;
    height: 60px;
}
.social-media h5 {
    font-size: 14px;
    padding: 3px 6px 0 0;
}
.social-media ul li a i {
    color: #95e1d4;
    width: 10px;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}
.news-box button {
    padding: 0 12px;
}
}


@media only screen and (max-width:359px){

}


.col-md-12 iframe {
        width: 100% !important;
    }  
.col-md-6 iframe {
        width: 100% !important;
    }  
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .col-md-12 iframe {
        height: 400px  !important;
    }
    .col-md-6 iframe {
        height: 320px !important;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-12 iframe{
        height: 300px !important;
    }
    .col-md-6 iframe{
        height: 300px !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-12 iframe{
        height: 280px !important;
    }
    .col-md-6 iframe{
        height: 280px !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .col-md-12 iframe{
        height: 250px !important;
    }
    .col-md-6 iframe{
        height: 250px !important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .col-md-12 iframe{
        height: 190px !important;
    }
    .col-md-6 iframe{
        height: 151px !important;
    }
}