*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body{
	margin: 0px;
	padding: 0px;
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
    letter-spacing: 0.2px;
	overflow-x: hidden;
}
a{
    color: #323232;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
a:hover{
    color: #365595;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
i{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
p{
    color: #323232;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    color: #323232;
    font-family: 'Mukta', sans-serif;
}
/**=========================
    END NORMALIZE
=========================**/

/**=========================
    START ELEMENTS
=========================**/
/* btn */
.theme-btn{
    position: relative;
    font-family: 'Mukta', sans-serif;
    display: inline-block;
    padding: 15px 35px;
    color: #233e91;
    text-align: center;
    border-radius: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.theme-btn:before,
.hover-effect:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    pointer-events: none;
}
.theme-btn:hover:before,
.hover-effect:hover:before,
.hover-effect-active:before{
    height: 100%;
    border-radius: 15px;
}
.theme-btn span{
    position: relative;
    z-index: 9;
}
.theme-btn i{
    color: #fff;
}
button:hover,
.theme-btn:hover,
button:focus,
.theme-btn:focus,
button:active,
.theme-btn:active{
    outline: 0;
    box-shadow: 0 0 0 0;
}
.theme-btn-none,
.theme-btn-none:hover,
.theme-btn-none:active,
.theme-btn-none:focus{
    outline: 0px;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
    background-color: transparent;
}
.theme-btn-sm{
    padding: 7px 15px;
}
.radio-d-none{
    display: none;
}

.theme-btn-default{
    color: #fff;
    background-color: #365595;
}
.theme-btn-default.active,
.theme-btn-default:hover{
    color: #fff;
    background-color: #233e91 !important;
}

.theme-btn-black{
    color: #fff;
    background-color: #233e91;
}
.theme-btn-black.active,
.theme-btn-black:before,
.theme-btn-black:hover{
    color: #fff;
    background-color: #4a5055;
}

.theme-btn-light{
    color: #365595;
    background-color: #f5f5f5;
}
.theme-btn-light.active,
.theme-btn-light:before,
.theme-btn-light:hover{
    background-color: #fdfdfd;
}

.theme-btn-white{
    color: #365595;
    background-color: #fff;
}
.theme-btn-white.active,
.theme-btn-white:before,
.theme-btn-white:hover{
    color: #fff;
    background-color: #365595;
}

/* bg */
.theme-bg-default,
.theme-bg-default-before:before{
	background-color: #365595;
}

.theme-bg-default-light,
.theme-bg-default-light-before:before{
    background-color: #f5f5f5;
}

.theme-bg-black,
.theme-bg-black-before:before{
	background-color: #365595;
}

.theme-bg-light,
.theme-bg-light-before:before{
	background-color: #f5f5f5;
}

.theme-bg-white,
.theme-bg-white-before:before{
    background-color: #fff;
}

/* text */
.theme-text-default{
    color: #365595;
}

.theme-text-black{
    color: #233e91;
}

.theme-text-light{
    color: #f5f5f5;
}

/* card */
.card{
    border-color: #eee;
    border-radius: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.card-body{
    padding: 30px 15px;
}
.hover-effect .card-body{
    position: relative;
    z-index: 9;
}

/* icons */
.social-media-icons{
    margin-bottom: 0;
}
.social-media-icons li{
    display: inline-block;
    list-style: none;
}
.icon-bg{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.icon-bg-sm{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
.icon-bg-sm:before{
    font-size: 18px;
}
.icon-bg-md{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}
.icon-bg-md:before{
    font-size: 25px;
}
.icon-bg-lg{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
}
.icon-bg-lg:before{
    font-size: 35px;
}
.icon-bg-2lg{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
}
.icon-bg-2lg:before{
    font-size: 50px;
}

/* icons */
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before,
i[class^="flaticon-"]:after,
i[class*=" flaticon-"]:after{
    margin-left: 0px;
}

/* display */
.theme-d-inline-block{
    display: inline-block;
}
.theme-d-block{
    display: block;
}
.theme-d-flex{
    display: flex;
}

/* modal */
.modal-content,
.modal-body{
    border-radius: 5px;
}
.modal-backdrop{
    background-color: #000;
}
.modal-backdrop.show{
    opacity: .95;
}

/* modal search */
.search-modal-popup .modal-content button.close{
    position: absolute;
    right: 15px;
    top: -40px;
    z-index: 9;
    margin: 0px;
    padding: 3px;
    text-shadow: none;
    background-color: #dc3545;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 1;
    box-shadow: 0 0 0 0;
    border: 0;
    outline: none;
    border-radius: 5px;
}
.search-modal-popup .modal-content button.close:focus,
.search-modal-popup .modal-content button.close:active,
.search-modal-popup .modal-content button.close:hover{
    box-shadow: 0 0 0 0;
    border: 0;
    outline: none;
}
.search-modal-popup .modal-content,
.search-modal-popup .modal-body{
    background-color: transparent;
    border: 0;
    border-color: transparent;
    border-radius: 0px;
}
.search-modal-popup .theme-btn-none{
    background-color: #fff;
}
.search-modal-popup .theme-btn-none:hover{
    background-color: #fdfdfd;
}
.search-modal-popup .theme-btn-none i{
    color: black;
}

/* form-control */
.form-control{
    height: auto;
    padding: 15px 30px;
    color: #233e91;
    font-weight: 500;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0;
    border-bottom: 2px solid #eee;
    border-radius: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.form-control:focus,
.form-control:active,
.form-control:hover{
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0;
    border-bottom: 2px solid #365595;
}
.form-control::placeholder{
    color: #eee;
}
.col-form{
    padding: 5px;
}
.col-form [class*="col-"]{
    padding-right: 10px;
    padding-left: 10px;
}
.col-form .form-group{
    margin-bottom: 20px;
}

/* heading */
.head-after{
    position: relative;
    width: 50px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.head-after-2{
    position: relative;
    width: 50px;
    height: 2px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

/* section */
.section-header{
    width: 90%;
    margin: 0px auto;
   /* padding-bottom: 30px; */
    text-align: center;
}
.section-heading{
    margin-bottom: 15px;
}
.section-footer{
    width: 65%;
    margin: 0px auto;
    padding-top: 30px;
   /* padding-bottom: 30px; */
    text-align: center;
}

/* margin */
.mb-30px{
    margin-bottom: 30px;
}

/* padding */
.pb-30px{
    padding-bottom: 30px;
}
.p-30px{
    padding: 30px;
}

/* blockquote */
blockquote{
    position: relative;
    line-height: 30px;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
blockquote:after{
    content: "\F027E";
    position: absolute;
    font-family: "Material Design Icons";
    bottom: -80px;
    right: -60px;
    transform: translate(-50%, -50%);
    font-size: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    opacity: .1;
}
/**=========================
    END ELEMENTS
=========================**/

/**=========================
    START LOADER
=========================**/
.loader-fix{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}
.loader-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.loader-center i{
    font-size: 100px;
    color: #fff;
}
/**=========================
    END LOADER
=========================**/

/**=========================
    START TOP HEADER
=========================**/
#top-header{
    padding: 7px 0px;
}
#top-header .row{
    -ms-flex-align: center;
    align-items: center;
}
#top-header .top-header-left{
    text-align: left;
}
#top-header .top-header-left ul{
    margin-bottom: 0px;
}
#top-header .top-header-left ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
#top-header .top-header-left ul li:last-child{
    margin-right: 0px;
}
#top-header .top-header-left ul li a{
    display: inline-block;
    color: #fdfdfd;
}
#top-header .top-header-left ul li a:hover{
    color: #eee;
}
#top-header .top-header-left ul li a i{
    margin-right: 5px;
    color: #fff;
}
#top-header .top-header-right{
    text-align: right;
}
/**=========================
    END TOP HEADER
=========================**/

/**=========================
    START HEADER
=========================**/
.logo{
    margin: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 28px;
    display: inline-block;
}
.logo img,
.logo span{
    vertical-align: middle;
}
.logo img{
    margin-right: 5px;
}
#header .nav-item{
    margin-right: 12px;
    margin-left: 12px;
}
#header .nav-link{
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1.2px;
    font-family: 'Mukta', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}
#header .nav-item.active .nav-link,
#header .nav-item:hover .nav-link{
    color: #365595;
}
#header .dropdown-menu{
    margin: 0px;
    padding: 0px;
    border: 1px solid #f5f5f5;
    font-weight: 500;
    font-family: 'Mukta', sans-serif;
    border-radius: 15px !important;
    min-width: 16rem;
}
#header .dropdown-item{
    padding: 8px 20px;
}
#header .dropdown-item:hover{
    background-color: #f5f5f5;
    color: #365595;
}

#header .dropdown-menu li:first-child .dropdown-item:hover{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

#header .dropdown-menu li:last-child .dropdown-item:hover{
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

#header .dropdown-menu:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#header .dropdown:hover .dropdown-toggle::after{
    color: #365595;
}
#header .dropdown-submenu-toggle::after{
    content: "\F0141";
    right: 20px;
}
#header .header-right-btn{
    text-align: right;
    margin: 30px 0px;
}
#header .header-right-btn .search-btn{
    margin-right: 15px;
    vertical-align: middle;
}
#header .navbar-toggler{
    outline: 0;
    border: 0;
    font-size: 100%;
    color: #fff;
    line-height: 1;
    padding: 10px;
    border: 0;
}
#header .navbar-toggler i{
    color: #fff;
}
#header .navbar-toggler[aria-expanded="true"] i:before{
    content: "\F0156";
}
/* multi level dropdowns */
#header .dropdown-submenu{
    position: relative;
}
#header .dropdown-submenu>.dropdown-menu{
    top: 0;
    left: 100%;
}
#header .dropdown:hover>.dropdown-menu{
    display: block;
}
#header .dropdown-submenu:hover>.dropdown-menu{
    display: block;
}
/* header fixed when scrolling */
#header.header-fixed{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    animation: 1s menuFix;
    -webkit-animation: 1s menuFix;
    -moz-animation: 1s menuFix;
    -o-animation: 1s menuFix;
}
/* header transparent */
#header.header-transparent{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-transparent .logo,
#header.header-transparent .nav-link,
#header.header-transparent .dropdown-toggle::after{
    color: #fff;
}
#header.header-transparent .nav-item.active .nav-link,
#header.header-transparent .nav-item:hover .nav-link,
#header.header-transparent .dropdown:hover .dropdown-toggle::after{
    color: #eee;
}
#header.header-transparent .nav-item .nav-link{
    padding-top: 45px;
    padding-bottom: 45px;
}
#header.header-transparent .header-right-btn{
    margin: 30px 0px;
}
/**=========================
    END HEADER
=========================**/

/**=========================
    START SLIDER
=========================**/
#slider-carousel:hover{
    cursor: pointer;
}
#slider-carousel .carousel-item{
    height: 600px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fdfdfd;
}
#slider-carousel .carousel-item:before{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-carousel .carousel-item:after{
    content: "";
    position: absolute;
}
#slider-carousel .carousel-control-next-icon,
#slider-carousel .carousel-control-prev-icon{
    background-image: none;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #323232;
    font-size: 36px;
    border-radius: 15px;
    line-height: 50px;
    text-align: center;
}
#slider-carousel:hover .carousel-control-next-icon,
#slider-carousel:hover .carousel-control-prev-icon{
    display: block;
}
#slider-carousel .carousel-control-next-icon:after{
    content: '\F0142';
    font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-prev-icon:after{
    content: '\F0141';
    font-family: "Material Design Icons";
}
#slider-carousel .carousel-indicators li{
    background-color: #323232;
}
#slider-carousel .carousel-caption{
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    text-align: center;
}
#slider-carousel h1{
    margin-bottom: 360px;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    background-color: rgba(50, 50, 50, 0.48);
    display: inline-block;
    padding: 5px 30px;
    border-radius: 15px;
}
#slider-carousel p{
    margin-bottom: 30px;
    color: #fff;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
}
#slider-carousel .slider-btn{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}
#slider-carousel .slider-btn .theme-btn{
    margin: 3px;
}
#slider-carousel .carousel-indicators{
    bottom: 5px;
}
/**=========================
    END SLIDER
=========================**/

/**=========================
    START BREADCRUMB
=========================**/
#breadcrumb{
    text-align: center;
}
#breadcrumb.breadcrumb-bg{
    position: relative;
    background-image: url(../images/breadcrumb.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}
#breadcrumb.breadcrumb-bg:before{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #365595;
    opacity: 0.6;
    z-index: -1;
}
#breadcrumb nav ol{
    margin: 0px;
    background-color: #fff;
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 15px;
}
#breadcrumb h1{
    margin-bottom: 20px;
    color: #fff;
}
#breadcrumb .breadcrumb-item.active{
    color: #9b9b9b;
}
/**=========================
    END BREADCRUMB
=========================**/

/**=========================
    START SERVICES
=========================**/
#services{
    padding: 100px 0px 70px;
}
.service-item{
    padding-bottom: 30px;
}
.service-item .card-body{
    padding: 0px;
}
.service-item .card.hover-effect:hover h4,
.service-item .card.hover-effect:hover p{
    color: #fdfdfd;
}
.service-item .service-img{
    position: relative;
}
.service-item .service-img img{
    width: 100%;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
}
.service-item .service-icon{
    position: absolute;
    right: 0px;
    bottom: -80px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.service-item .card:hover .service-icon i{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
}
.service-item .service-item-content{
    padding: 45px 30px;
}
.service-item .service-item-content h4{
    margin-bottom: 15px;
}
.service-item .service-item-content p{
    margin-bottom: 25px;
}
/**=========================
    END SERVICES
=========================**/

/**=========================
    START CLIENTS
=========================**/
#clients{
    padding: 80px 0px;
}
.client-item{
    text-align: center;
}
.client-item img{
    text-align: center;
    vertical-align: middle;
    height: 120px;
    width: auto;
}
.clients-carousel:hover{
    cursor: pointer;
}
.clients-carousel .slick-prev:before,
.clients-carousel .slick-next:before{
    opacity: 0;
}
.clients-carousel:hover .slick-prev:before,
.clients-carousel:hover .slick-next:before{
    opacity: 1;
}
/**=========================
    END CLIENTS
=========================**/

/**=========================
    START ABOUT US
=========================**/
#about-us{
    padding: 100px 0px 70px;
}
.about-us-item{
   /* padding-bottom: 30px; */
}
.about-us-left{
    position: relative;
}
.about-us-left img{
    width: 100%;
    border-radius: 15px;
}
.about-us-left .about-us-since{
    position: absolute;
    right: -30px;
    bottom: 30px;
    padding: 10px 40px 15px 40px;
    border-radius: 5px;
}
.about-us-left .about-us-since h3{
    color: #fdfdfd;
    margin-bottom: 0px;
}
.about-us-left .about-us-since i{
    font-size: 18px;
    vertical-align: text-top;
}
.about-us-right p{
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}
.about-us-right h5{
    margin-bottom: 15px;
}
.about-us-right h1{
    margin-bottom: 7px;
    text-transform: uppercase;
}
.about-us-right h1 span{
    font-weight: 700;
}
.about-card{
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-card-body{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
}
.about-card-body i,
.about-card-body h5{
    display: inline-block;
    vertical-align: middle;
}
.about-card-body i{
    margin-right: 10px;
}
.about-card-body h5{
    margin-bottom: 0px;
}
.about-card-body h6{
    margin-bottom: 0px;
}
/**=========================
    END ABOUT US
=========================**/

/**=========================
    START WORK PROCESS
=========================**/
#work-process{
    padding: 100px 0px 70px;
}
.work-process-bg{
    position: relative;
    z-index: 9;
}
.work-process-bg:before{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/section-bg-img-1.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.work-process-item .section-header h4,
.work-process-item .section-header h1,
.work-process-item .section-header p,
.work-process-col-content h4{
    color: #fdfdfd;
}
.work-process-col{
    text-align: center;
    padding-bottom: 25px;
}
.work-process-left .work-process-warp [class*="col-"]:nth-child(even){
    margin-top: 20px;
}
.work-process-col-icon{
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
}
.work-process-col-icon:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    left: 97%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    opacity: .2;
    z-index: -1;
}
.work-process-col-icon-last:after{
    display: none;
}
.work-process-col-icon i{
    color: #eee;
}
.work-process-col-content p{
    color: #eee;
    margin-bottom: 0px;
}
/* works */
.work-item{
    padding-bottom: 30px;
}
.work-item .card-body{
    padding: 0px;
}
.work-item .card.theme-bg-black h4,
.work-item .card.theme-bg-black p{
    color: #f1f1f1;
}
.work-item .work-img{
    position: relative;
}
.work-item .work-img img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.work-item .work-icon{
    position: absolute;
    left: 0px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.work-item:hover .work-icon{
    opacity: 1;
    left: 30px;
}
.work-item .work-icon .social-media-icons li{
    display: block;
    margin-bottom: 5px;
}
.work-item .work-icon .social-media-icons li:last-child{
    margin-bottom: 0px;
}
.work-item .work-item-content{
    padding: 30px;
}
.work-item:hover .work-item-content{
    box-shadow: 0px 0px 10px 0px #fdfdfd;
}
.work-item .work-item-content h4{
    margin-bottom: 15px;
}
.work-item .work-item-content p{
    margin-bottom: 25px;
}
/**=========================
    END WORK PROCESS
=========================**/

/**=========================
    START OUR WORKS
=========================**/
#our-works{
    padding: 100px 0px 70px;
}
.shuffle-image-item{
    padding-bottom: 15px;
}
.filter-btn-group{
    padding-bottom: 30px;
    text-align: center;
}
.filter-btn-group label{
    position: relative;
}
.shuffle-image-item img{
    width: 100%;
}
.shuffle-inner-content{
    position: absolute;
    width: 90%;
    left: -30px;
    right: 0px;
    bottom: 40px;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.shuffle-image-item:hover .shuffle-inner-content{
    opacity: 1;
    left: 0px;
}
.shuffle-inner-content .card{
    background-color: rgba(255, 255, 255, 0.85);
}
.shuffle-inner-content p{
    margin-bottom: 0px;
}
.shuffle-inner-content-right{
    margin-left: 20px;
}
.theme-shuffle-result{
    z-index: -1;
}
/**=========================
    END OUR WORKS
=========================**/

/**=========================
    START OUR TEAM
=========================**/
#team{
    padding: 60px 0px 60px;
}
.team-item{
    padding-bottom: 30px;
}
.team-item .card-body{
    padding: 0px;
}
.team-item .card.theme-bg-black h4,
.team-item .card.theme-bg-black p{
    color: #f1f1f1;
}
.team-item .team-img{
    position: relative;
}
.team-item .team-img img{
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}
.team-item .team-icon{
    position: absolute;
    left: 0px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-item:hover .team-icon{
    opacity: 1;
    left: 30px;
}
.team-item .team-icon .social-media-icons li{
    display: block;
    margin-bottom: 5px;
}
.team-item .team-icon .social-media-icons li:last-child{
    margin-bottom: 0px;
}
.team-item .team-item-content{
    padding: 30px 10px;
    text-align: center;
}
.team-item:hover .team-item-content{
    box-shadow: 0px 0px 10px 0px #eee;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.team-item .team-item-content h4{
    margin-bottom: 10px;
}
.team-item .team-item-content p{
    margin-bottom: 0;
}
.team-item .team-item-content .theme-btn{
    margin-top: 20px;
}
/**=========================
    END OUR TEAM
=========================**/

/**=========================
    START FAQS
=========================**/
#faqs{
    padding: 100px 0px 70px;
}
.faqs-item{
    padding-bottom: 30px;
}
.accordion button{
    margin-bottom: 10px;
}
.accordion button,
.accordion button i{
    color: #fff;
    vertical-align: middle;
}
.accordion p{
    margin-bottom: 0px;
}
.collapse-head{
    margin-bottom: 20px;
}
.collapse-head:last-child{
    margin-bottom: 0px;
}
/**=========================
    END FAQS
=========================**/

/**=========================
    START PACKAGES
=========================**/
#packages{
    padding: 100px 0px 70px;
}
.package-item{
    padding-bottom: 30px;
    text-align: center;
}
.package-item .card-body{
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}
.package-popular{
    position: absolute;
    top: 15px;
    left: -38px;
    width: 150px;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 2;
    line-height: 30px;
}
.package-head{
    margin-bottom: 30px;
}
.package-price{
    margin-bottom: 30px;
}
.package-price h2 span{
    font-size: 16px;
}
.package-price i.price-currency{
    width: 15px;
    display: inline-block;
    font-size: 22px;
    vertical-align: text-top;
}
.package-content ul{
    margin-bottom: 30px;
}
.package-content ul li{
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.package-content ul li:last-child{
    margin-bottom: 0px;
}
.package-item .card.package-item-white h3,
.package-item .card.package-item-white p,
.package-item .card.package-item-white h2,
.package-item .card.package-item-white li{
    color: #fdfdfd;
}
/**=========================
    END PACKAGES
=========================**/

/**=========================
    START ERROR PAGE
=========================**/
#error-page{
    padding: 100px 0px 70px;
}
.error-page-item{
    padding-bottom: 30px;
    text-align: center;
}
.error-page-item .card{
    padding-top: 60px;
    padding-bottom: 60px;
}
.error-page-item h1{
    font-size: 60px;
    margin-bottom: 15px;
}
.error-page-item p{
    margin-bottom: 15px;
}
/**=========================
    END ERROR PAGE
=========================**/

/**=========================
    START CLIENT SAYS
=========================**/
#client-says{
    padding: 100px 0px 70px;
}
.client-says-bg{
    position: relative;
    z-index: 9;
}
.client-says-bg:before{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/section-bg-img-1.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
#client-says.client-says-bg .section-header h4,
#client-says.client-says-bg .section-header h1,
#client-says.client-says-bg .section-header p{
    color: #fdfdfd;
}
.client-says-item{
    padding-bottom: 30px;
}
.client-says-carousel:hover{
    cursor: move;
}
.client-says-carousel .slick-prev:before,
.client-says-carousel .slick-next:before{
    display: none;
    background-color: #233e91;
}
.client-says-carousel:hover .slick-prev:before,
.client-says-carousel:hover .slick-next:before{
    display: block;
}
.client-says-item .card-body:after{
    content: "\F027E";
    position: absolute;
    font-family: "Material Design Icons";
    top: 0px;
    right: 0px;
    font-size: 150px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    text-align: center;
    opacity: .1;
}
.client-says-img-content{
    margin-bottom: 20px;
}
.client-says-img-content li{
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.client-says-img-content li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.client-says-img-content a{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.client-says-img-content a:hover h4{
    color: #365595;
}
.client-says-img-content .theme-d-flex{
    -ms-flex-align: center;
    align-items: center;
}
.client-says-img-content .theme-d-flex .client-says-flex-img{
    margin-right: 15px;
}
.client-says-img-content .theme-d-flex .client-says-flex-content h4{
    line-height: 26px;
    margin-bottom: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.client-says-img-content .theme-d-flex .client-says-flex-content p{
    margin-bottom: 0px;
}
.client-says-item .client-says-item-content h6{
    line-height: 30px;
    margin-bottom: 0px;
}
/**=========================
    END CLIENT SAYS
=========================**/

/**=========================
    START BLOG
=========================**/
#blog{
    padding: 100px 0px 70px;
}
.blog-item{
    padding-bottom: 30px;
}
.blog-item .card-body{
    padding: 0px;
}
.blog-item .card:hover h4 a{
    color: #365595;
}
.blog-item .blog-img{
    position: relative;
}
.blog-item .blog-img img{
    width: 100%;
}
.blog-item .blog-icon{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.blog-item .blog-icon p.theme-btn{
    margin-bottom: 0px;
}
.blog-item .blog-item-content{
    padding: 15px 0px 0px 0px;
}

.blog-item .blog-item-content h4{
    margin-bottom: 15px;
    line-height: 32px;
}
.blog-item .blog-item-content p{
    margin-bottom: 30px;
}
.blog-share-btn{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.blog-item .card{
    border: none !important;
}

/* recent post */
.recent-post-list{
    margin-bottom: 0px;
}
.recent-post-list li{
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.recent-post-list li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-post-list a{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.recent-post-list a:hover h6{
    color: #365595;
}
.recent-post-list .theme-d-flex .recent-post-list-img{
    margin-right: 15px;
}
.recent-post-list-content h6{
    line-height: 26px;
    margin-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.recent-post-list-content p{
    margin-bottom: 0px;
}
.blog-item .recent-post-list-content p{
    margin-bottom: 10px;
}

/* sidebar */
.sidebar{
    margin-bottom: 30px;
}
.sidebar-item{
    margin-bottom: 30px;
}

.sidebar-links{
    margin-bottom: 0px;
}
.sidebar-links li{
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.sidebar-links li:last-child{
    margin-bottom: 0px;
}
.tags-card .card-body{
    padding-bottom: 25px;
}
.tags-links{
    margin-bottom: 0px;
}
.tags-links li{
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}
.tags-links .theme-btn-sm{
    padding: 8px 10px;
}
/**=========================
    END BLOG
=========================**/

/**=========================
    START NEWS LETTER
=========================**/
#news-letter{
    padding: 60px 0px 30px;
}
#news-letter .row{
    -ms-flex-align: center;
    align-items: center;
}
#news-letter .section-header h4,
#news-letter .section-header h1,
#news-letter .section-header p{
    color: #fdfdfd;
}
.news-letter-item{
    padding-bottom: 30px;
}
.footer-contact-info{
    text-align: center;
}
.footer-contact-info ul{
    margin-bottom: 0px;
}
.footer-contact-info ul li{
    list-style: none;
    display: inline-block;
}
.news-letter-item h3{
    margin-bottom: 0px;
}
/**=========================
    END NEWS LETTER
=========================**/

/**=========================
    START CONTACT INFO
=========================**/

#contact-info .row{
    -ms-flex-align: center;
    align-items: center;
}
#contact-info.contact-info-page{
    padding: 100px 0px 70px;
}
#contact-info.theme-bg-default .section-header h4,
#contact-info.theme-bg-default .section-header h1,
#contact-info.theme-bg-default .section-header p{
    color: #fff;
}
.contact-info-item{
    padding-bottom: 30px;
    text-align: center;
}
.contact-info-item i{
    font-size: 100%;
    margin-right: 10px;
}
.contact-info-item ul{
    margin-bottom: 0px;
}
.contact-info-item ul li{
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.contact-info-item ul li:last-child{
    margin-bottom: 0px;
}
.contact-info-item .theme-bg-default h4,
.contact-info-item .theme-bg-default ul li{
    color: #fff;
}
.map iframe{
    width: 100%;
    height: 400px;
}
/**=========================
    END CONTACT INFO
=========================**/

/**=========================
    START FOOTER
=========================**/
#footer{
    padding: 100px 0px 70px;
}
.footer-item{
    padding-bottom: 30px;
}
.footer-item h4{
    margin-bottom: 30px;
}
.footer-item .logo{
    margin-bottom: 20px;
}
.footer-item .social-media-icons{
    margin-top: 30px;
}
.footer-item .social-media-icons li a:hover{
    color: #fff !important;
    background-color: #365595;
}
.footer-item ul.footer-links{
    margin-bottom: 0px;
}
.footer-item ul.footer-links li{
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.footer-item ul.footer-links li:last-child{
    margin-bottom: 0px;
}
/**=========================
    END FOOTER
=========================**/

/**=========================
    START SUB FOOTER
=========================**/
#sub-footer{
    padding: 30px 0px;
}
.sub-footer-center{
    text-align: center;
}
.sub-footer-left{
    text-align: center;
}
.sub-footer-left p{
    color: #fdfdfd;
    margin-bottom: 0px;
}
.sub-footer-right{
    text-align: center;
}
.sub-footer-right ul{
    margin-bottom: 0px;
}
.sub-footer-right ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
    margin-left: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

@media screen and (max-width:1199px){
    .sub-footer-right ul li{
        margin-bottom:15px;
    }
}

.sub-footer-right ul li:last-child:after{
    display: none;
}
.sub-footer-right ul li a{
    color: #fdfdfd;
    letter-spacing: 1.2px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Mukta', sans-serif;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.sub-footer-right ul li a:hover{
    color: #323232 ;
}
.sub-footer-right ul li:hover{
    background-color: #fff;
}
.sub-footer-right ul li:hover a{
    color: #323232;
}
/**=========================
    END SUB FOOTER
=========================**/

/**=========================
    START BACK TO TOP
=========================**/
#backtotop{
    display: none;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
}
/**=========================
    END BACK TO TOP
=========================**/


/* Custom CSS */
.logo{
    padding:25px 0px;
}
.logo img{
    width: auto;
    height: 70px;
}
.order-now-btn{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.2px;

}
#header .nav-item:last-child{
    margin-right: 0px;
}

@media screen and (min-width:992px){
    #header .nav-item:last-child a{
        padding-right: 0px;
    }
}

#header .dropdown-item{
    font-size:19px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#f5f5f5 !important;
    color: #365595 !important;
}

.padding-top-60{
    padding-top:60px;
}

.padding-bottom-60{
    padding-bottom:60px;
}

/* Responsive CSS */ 

.mdi-28px{
    font-size: 28px;
}

@media screen and (width:1366px) and (height:1024px){
    #slider-carousel h1{
        font-size:30px !important;
    }
}

@media screen and (min-width:992px){
    .nav-order-none{
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    
    .logo{
        padding:27px 0px;
    }

    .logo img{
        height: 65px;
    }

    #header .nav-link{
        font-size:20px;
        padding:10px 6px !important;
    }
    .order-now-btn{
        font-size:18px;
    }
    #header .nav-item{
        margin-right: 10px;
        margin-left: 10px;  
    }
    #header .dropdown-item{
        font-size:18px;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width:991px) {
    .logo{
        padding:0px 0px;
    }
    .logo img{
        height: 65px;
    }

    #header .nav-link{
        font-size:18px;
        padding:10px 0px !important;
    }
    #header .dropdown-item{
        font-size:16px;
        letter-spacing: 1.2px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .padding-top-60{
        padding-top:50px;
    }
    .padding-bottom-60{
        padding-bottom: 50px;
    }
}



@media screen and (max-width:767px) {
    .logo{
        padding:0px 0px;
    }
    .logo img{
        height: 65px;
    }

    #header .nav-link{
        font-size:18px;
        padding:10px 0px !important;
    }
    #header .dropdown-item{
        font-size:15px;
        letter-spacing: 1.2px;
    }

    .padding-top-60{
        padding-top:40px;
    }
    .padding-bottom-60{
        padding-bottom: 40px;
    }
}

@media screen and (max-width:576px) {
    .logo{
        padding:0px 0px;
    }
    .logo img{
        height: 60px;
    }

    #header .nav-link{
        font-size:18px;
        padding:8px 0px !important;
    }
    #header .dropdown-item{
        font-size:16px;
        letter-spacing: 1.2px;
    }
}


@media screen and (max-width:320px) {
    .logo{
        padding:0px 0px;
    }
    .logo img{
        height: 55px;
    }

    #header .nav-link{
        font-size:17px;
        padding:7px 0px !important;
    }
    #header .dropdown-item{
        font-size:15px;
        letter-spacing: 1.2px;
    }
}

/* Slider Responsive */
@media screen and (min-width:1367px){
    #slider-carousel h1{
        font-size: 30px !important; 
    }
}
@media screen and (min-width:1200px){
    #slider-carousel .carousel-item{
        height: 600px;
    }

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

    #slider-carousel h1{
        font-size:28px;
        padding:10px 18px; 
        letter-spacing: 1.2px;
        margin-bottom:360px;
    }

    .carousel-indicators{
        bottom: 5px !important;
    }

    .theme-btn-default{
        font-size:21px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    #slider-carousel .carousel-item{
        height: 550px;
    }

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

    #slider-carousel h1{
        font-size:26px !important;
        padding:10px 18px; 
        letter-spacing: 0.2px;
        margin-bottom:320px;
    }

    .carousel-indicators{
        bottom: 0px !important;
    }

    .theme-btn-default{
        font-size:20px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (max-width:991px){
    #slider-carousel .carousel-item{
        height: 550px;
    }

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

    #slider-carousel h1{
        font-size:24px !important;
        padding:10px 18px; 
        letter-spacing: 0.2px;
        margin-bottom:320px;
    }

    .carousel-indicators{
        bottom: 0px !important;
    }

    .theme-btn-default{
        font-size:19px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}


@media screen and (max-width:767px){
    #slider-carousel .carousel-item{
        height: 500px;
    }

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

    #slider-carousel h1{
        font-size:24px !important;
        padding:10px 18px; 
        letter-spacing: 0.2px;
        margin-bottom:300px;
    }

    .carousel-indicators{
        bottom: 0px !important;
    }

    .theme-btn-default{
        font-size:19px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (max-width:576px){
    #slider-carousel .carousel-item{
        height: 500px;
    }

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

    #slider-carousel h1{
        font-size:23px !important;
        padding:10px 18px; 
        letter-spacing: 0.2px;
        margin-bottom:280px;
    }

    .carousel-indicators{
        bottom: 0px !important;
    }

    .theme-btn-default{
        font-size:19px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (max-width:400px){
    #slider-carousel .carousel-item{
        height: 450px;
    }

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

    #slider-carousel h1{
        font-size:22px !important;
        padding:10px 18px; 
        letter-spacing: 0.2px;
        margin-bottom:250px;
    }

    .carousel-indicators{
        bottom: -5px !important;
    }

    .theme-btn-default{
        font-size:19px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (max-width:374px){

    #slider-carousel .carousel-item{
        height: 350px;
    }

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

    #slider-carousel h1{
        font-size:20px !important;
        padding:8px 15px; 
        letter-spacing: 0.2px;
        margin-bottom:185px;
    }

    .carousel-indicators{
        bottom: -10px !important;
    }

    .theme-btn-default{
        font-size:18px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }
}

@media screen and (max-width:320px){
    #slider-carousel h1{
        font-size:18px !important;
        padding:7px 15px; 
        letter-spacing: 0.2px;
        margin-bottom:185px;
    }

    .carousel-indicators{
        bottom: -10px !important;
    }

    .theme-btn-default{
        font-size:18px;
        font-weight: 500;
        letter-spacing: 1.2px;
    }
    .theme-btn{
        padding:7px 24px;
    }

}


/* Discounts Bar */

#discounts-bar h1{
    letter-spacing: 1.2px;
    font-size: 30px;
    margin-bottom:20px;
    line-height: 35px;
}
#discounts-bar p{
    margin-bottom:20px;
    font-size: 20px;
    letter-spacing: 0.2px;
}

#discounts-bar h4{
    font-size:25px;
    letter-spacing: 1.2px;
}

#discounts-bar .sale{
    color: #c32228;
}

#discounts-bar .author{
    color: #365595;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #discounts-bar h1{
        font-size:28px;
    }

    #discounts-bar p{
        font-size:18px;
    }

    #discounts-bar h4{
        font-size:24px;
    }
}


@media screen and (max-width:991px){
    #discounts-bar h1{
        font-size:28px;
    }

    #discounts-bar p{
        font-size:18px;
    }

    #discounts-bar h4{
        font-size:24px;
    }
}

@media screen and (max-width:576px){
    #discounts-bar h1{
        font-size:26px;
        margin-bottom:15px;
    }

    #discounts-bar p{
        font-size:17px;
        margin-bottom:15px;
    }

    #discounts-bar h4{
        font-size:22px;
    }
}

@media screen and (max-width:374px){
    #discounts-bar h1{
        font-size:24px;
        margin-bottom:10px;
    }

    #discounts-bar p{
        margin-bottom:10px;
        font-size:16px;
    }

    #discounts-bar h4{
        font-size:20px;
    }
}


/* Info */

#info h1{
    letter-spacing: 1.2px;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
}

#info .leaf{
    margin-bottom:30px;
    text-align: center;
}

#info .leaf i{
    color:#365595;
}

.about-us-right p span{
    letter-spacing: 0.2px;
}
.about-us-right p strong{
    font-weight: 600;
}
.about-us-right p:last-child{
    margin-bottom: 15px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #info h1{
        font-size:28px;
    }

    #info .leaf{
        margin-bottom:30px;
    }

    #info h4{
        font-size:24px;
    }
}


@media screen and (max-width:991px){
    #info h1{
        font-size:28px;
    }

    #info .leaf{
        margin-bottom:30px;
    }

    #info h4{
        font-size:22px;
    }

}

@media screen and (max-width:576px){
    #info h1{
        font-size:26px;
    }

    #info .leaf{
        margin-bottom:25px;
    }

    #info h4{
        font-size:20px;
    }
    
}

@media screen and (max-width:374px){
    #info h1{
        font-size:24px;
    }

    #info .leaf{
        margin-bottom:25px;
    }

    #info h4{
        font-size:18px;
    }
}

/* Package */ 

#package h1{
    letter-spacing: 1.2px;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
}

#package .leaf{
    margin-bottom:30px;
    text-align: center;
}

#package .leaf i{
    color:#365595;
}

.team-item h4{
    font-size:24px;
    letter-spacing: 1.2px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #package h1{
        font-size:28px;
    }

    #package .leaf{
        margin-bottom:30px;
    }

    #package .col-md-6{
        padding-right: 5px;
        padding-left: 5px;
    }
   
}

@media screen and (min-width:768px) and (max-width:991px){
.item-center{
    margin-left:auto !important;
    margin-right: auto !important;
}
}

@media screen and (min-width:992px){
    .team-item{
        padding-bottom:15px !important;
    }
}


@media screen and (max-width:991px){
    #package h1{
        font-size:28px;
    }

    #package .leaf{
        margin-bottom:30px;
    }

.select-product .select-item:last-child .team-item{
    padding-bottom:15px !important;
}
  

}

@media screen and (max-width:767px){
    .team-item h4{
        font-size:24px;
    }
}

@media screen and (max-width:576px){
    #package h1{
        font-size:26px;
    }

    #package .leaf{
        margin-bottom:25px;
    }

    .team-item h4{
        font-size:23px;
    }

}

@media screen and (max-width:374px){
    .team-item h4{
        font-size:22px;
    }
}

@media screen and (max-width:374px){
    #package h1{
        font-size:24px;
    }

    #package .leaf{
        margin-bottom:25px;
    }

   
}

/* Slick Gmp Carousel */

#gmp button{
    display: none !important;
}

#gmp img{
    display: inline-block !important;
}

#gmp .col-lg-4{
    max-width: none !important;
}

@media screen and (max-width:991px){
    .client-item img{
        height: 100px;
    }
}

@media screen and (max-width:480px){
    .client-item img{
        height: 80px;
    }
}

/* Guarantee */

#guarantee h4{
    font-size:24px;
    letter-spacing: 1.2px;
} 

#guarantee .service-item .service-item-content p {
    margin-bottom:0px
}

@media screen and (min-width:992px){
    #guarantee .service-item{
        padding-bottom:0px;
    }
}

@media screen and (max-width:991px){
    #guarantee .select-service .service-select:last-child .service-item{
        padding-bottom:0px !important;
    }
}


@media screen and (max-width:767px){
    #guarantee h4{
        font-size:24px;
    } 
}

@media screen and (max-width:576px){
    #guarantee h4{
        font-size:23px;
    } 
}

@media screen and (max-width:374px){
    #guarantee h4{
        font-size:22px;
    } 
}


/* Footer */ 

.footer-individual p{
    color: #9b9b9b !important;
}

#contact-info .card{
    background-color: #365595;
}

#contact-info .card-body{
    color: #fff;
}
#contact-info .card-body h4{
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.2px;
}

@media screen and (max-width:576px){
    #contact-info .card-body h4{
        font-size: 23px;
    }
}

@media screen and (max-width:374px){
    #contact-info .card-body h4{
        font-size: 22px;
    }
}
#contact-info a{
    color: #fdfdfd;
}
#contact-info a:hover{
    color: #365595 !important;
}

#contact-info p{
    font-size: 15px;
}

#contact-info [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-size:23px !important;
}

.copy-top-10{
    margin-top:15px !important;
}

#backtotop .theme-btn-default:hover{
    background-color: #365595;
}

#backtotop .color-backtotop{
    background-color: #233e91 !important;
}

/* Breadcrumb */ 

#breadcrumb h1{
    font-size: 30px;
}
#breadcrumb a{
    font-size:15px;
}
#breadcrumb li{
    font-size:15px;
}

.bread-pd-40{
    padding:30px 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #breadcrumb h1{
        font-size: 28px;
    }
}

@media screen and (max-width:991px){
    #breadcrumb h1{
        font-size: 26px;
    }
}

@media screen and (max-width:576px){
    #breadcrumb h1{
        font-size: 24px;
    }
    
    #breadcrumb .head-after{
        width:15px !important;
    }

    #breadcrumb .head-after-2{
        width:15px !important;
    }
}

@media screen and (max-width:426px){
    #breadcrumb nav ol{
        padding:10px 15px;
    }
}

@media screen and (max-width:396px){
    #breadcrumb nav ol{
        padding:10px 15px;
    }

    .breadcrumb-item + .breadcrumb-item::before{
        padding-right: 2px;
    }
    .breadcrumb-item + .breadcrumb-item{
        padding-left:2px;
    }
}

@media screen and (max-width:374px){
    #breadcrumb h1{
        font-size: 24px;
    }

    #breadcrumb .head-after{
        display: none;
    }

    #breadcrumb .head-after-2{
        display: none;
    }

    #breadcrumb nav ol{
        padding:10px 8px;
    }

    .breadcrumb-item + .breadcrumb-item::before{
        padding-right: 2px;
    }
    .breadcrumb-item + .breadcrumb-item{
        padding-left:2px;
    }

    #breadcrumb a{
        font-size:13px;
    }
    #breadcrumb li{
        font-size:13px;
    }

}


/* Sidebar Title */

.sidebar-title{
    font-size:27px;
    text-align: center;
    letter-spacing: 1.2px;
}

.blog-item .icon {
    text-align:center;
}
.sidebar-item .icon{
    text-align: center;
}
.blog-item .icon i {
    color: #365595;
}
.sidebar-item .icon i{
    color: #365595;
}
.about-us-item .icon{
    text-align: center;
}
.about-us-item .icon i{
    color: #365595;
}
.about-us-item .leaf{
    margin-bottom: 20px;
}
.blog-item .leaf{
    margin-bottom:20px;
}
.sidebar-item .leaf{
    margin-bottom:35px;
}
.blog-item img{
    border-radius: 15px;
}
@media screen and (min-width:992px){
    .blog-item {
        padding-bottom: 0px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .sidebar-title{
        font-size:27px;
    }
}
@media screen and (max-width:991px){
    .about-us-left{
        margin-bottom:30px; 
    }

    .sidebar-title{
        font-size:26px;
    }
}

@media screen and (max-width:576px){
    .sidebar-title{
        font-size:24px;
    }
}

@media screen and (max-width:374px){
    .sidebar-title{
        font-size:24px;
    }
}

#banner .card-body img{
    image-rendering: -webkit-optimize-contrast;
}
#banner .card-body{
    padding:25px 0px;
    text-align: center;
}

.tags-links a{
    font-size:15px !important;
    background-color: #f5f5f5 !important;
    color: #323232;
    font-weight: 600;
}

.tags-links {
    text-align: center;
}

@media screen and (min-width:992px){
    .order-now .team-item{
        padding-bottom: 30px !important;
    }
}



/* Privacy */

.privacy{
    margin-bottom:30px;
}

.gri{
    background-color: #f5f5f5 !important;

}
.gri h4{
    color: #323232 !important;
}
.gri a{
    color: #323232 !important;
}

.theme-bg-default-before:before{
    background-color: #fff !important;
}

.service-item .card:hover h4{
    color: #365595;
  }

  .service-item .card:hover p {
    color: #323232 !important;
  }

  .service-item .card:hover .service-icon i{
      color: #365595 !important;
  }
  
  #aboutDropdown{
      cursor: pointer;
  }
  
  nav .theme-btn-default:hover{
      background-color: #365595;
  }

  @media screen and (min-width:992px) {
      #resim-center{
          display: flex;
          align-items: center;
      }
      
  }



  #xcx-product-text p{
    padding: 0px;
    margin: 0px;
  }
  
  #xcx-alert-btn {
    cursor: pointer;
  }
  #xcx-product-alert {
    width: auto;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 5px 14px 5px 10px;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
    display: none;
    align-items: flex-start;
    border-radius: 40px;
    background-color: #fff;
    z-index: 88888;
  }
  #xcx-product-image{
    border: 1px solid #cacaca;;
  }
  .xcx-product-info {
    display: flex;
    align-items: center;
  }
  .xcx-product-info img {
    width: 60px;
    height: 100%;
    margin-right: 10px;
    border-radius: 100%;
    
  }   
  .xcx-product-message{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: initial !important;
    color: #2d2d2d;
    font-weight: 500 !important;
  }
  .xcx-purchased-product{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: initial !important;
    margin-top: 5px !important;
    color: #7b7b7b
  }
  
  .xcx-time {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: initial !important;
    color: #a0a0a0;
  }
  #xcx-close-btn {
    background-color: transparent;
    border: none;
    outline: none;
    margin-left: 5px;
    cursor: pointer;
  }
  
  #xcx-close-btn i{
    background: #e5e5e5;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 9px;
    color: #757575;
    position: relative;
    top: -4px;
  }
  
  #xcx-close-btn:hover i{
    color: #2d2d2d;
  }
  
  .xcx-verified{
    color: #1da1f2;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-left: 7px;
    position: relative;
    z-index: 99999 !important;
  }
  
  .xcx-verified img{
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    
  }
  
  
  @media only screen and (max-width:767px){
  
    #xcx-product-alert {
        bottom: 15px;
        left: 15px;
        padding: 5px 12px 5px 5px;
        border-radius: 40px;
      }
  
      #xcx-product-image{
        width: 58px;
        margin-right: 7px;
      }
  
    .xcx-product-message {
        font-size: 13px;
    }
  
    .xcx-purchased-product {
        font-size: 12px;
        margin-top: 4px !important;
    }
  
    .xcx-time {
        font-size: 11px;
    }
  
    #xcx-close-btn {
        margin-left: 3px;
    }
  }
  
  
  
  @media only screen and (max-width:480px){
  
    #xcx-product-alert {
        bottom: 15px;
        left: 15px;
        padding: 5px 12px 5px 5px;
        border-radius: 40px;
      }
  
      #xcx-product-image{
        width: 58px;
        margin-right: 7px;
      }
  
    .xcx-product-message {
        font-size: 13px;
    }
  
    .xcx-purchased-product {
        font-size: 12px;
        margin-top: 4px !important;
    }
  
    .xcx-time {
        font-size: 11px;
    }
  
    #xcx-close-btn {
        margin-left: 3px;
    }
  }
  
  
  
  @media only screen and (max-width:380px){
  
    #xcx-product-alert {
        bottom: 15px;
        left: 15px;
        padding: 3px 10px 3px 5px;
        border-radius: 40px;
      }
  #xcx-product-image{
    width: 52px;
    margin-right: 7px;
  }
    .xcx-product-message {
        font-size: 11px;
    }
  
    .xcx-purchased-product {
        font-size: 10px;
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }
  
    .xcx-time {
        font-size: 9px;
    }
  
    #xcx-close-btn {
        margin-left: 3px;
    }
  }
  
    