/*-====================================
	header-top-area-------------------
	-==================================*/

.header-menu {
    text-align: right;
}

.header-top-menu {
    padding: 12px 0;
    background: #111A3A;
    position: relative;
    z-index: 1;
}

.header-top-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 54%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    background: #F12A02;
}

.header-top-address a i {
    margin-right: 10px;
    color: #fff;
}

.header-top-address ul {
    list-style: none;
}

.header-top-address ul li {
    display: inline-block;
}

.header-top-address ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
}

.hrader-top-social {
    text-align: right;
}

.hrader-top-social a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
    text-align: right;
}

/*--=========================================
	end-header-area--------------------------
	-========================================*/

/*--=====================================
    ----------strart sub menu---------------
    -========================================*/

.header-menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: left;
    top: 80px;
    transition: .3s;
    opacity: 0;
    left: 0;
    visibility: hidden;
}

.header-area .sub-menu ul li {
    display: block;
    margin-bottom: -40px;
}

.header-area .sub-menu ul li a {
    position: relative;
    color: #000;
    margin: 10px 8px 10px 20px;
}

.header-menu ul li:hover .sub-menu {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.header-menu ul li {
    padding-bottom: 40px;
}

.header-area .sub-menu ul li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #FF3c00;
    left: -18px;
    top: 11px;
    opacity: 0;
    visibility: hidden;
}

.header-area .sub-menu ul li a:hover {
    margin-left: 30px;
    color: #FF3c00;
}

.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/*--==========================================
	start-header-area-------------------------
	-=========================================*/

.header-area.transparent {
    background-color: rgba(17, 26, 58, 0.4);
    position: relative;
    margin-bottom: -94px;
    z-index: 22;
}

.header-area:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(17, 26, 58, 0.4);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    border-top: 1px dotted rgba(120, 125, 130, .8);
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 15px;
    margin: 35px 8px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.header-menu ul li a i {
    opacity: 0.7;
}

.header-button {
    display: inline-block;
    margin-left: 8px;
}

.header-button a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 22px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
    border-radius: 3px;
    border: 1px solid #fff;
}

.header-button a:hover {
    background: #fff;
    color: red;
}

/* HOme Two Css */

.header-menu.black ul li a {
    color: #232323;
    font-weight: 500;
}

.black .header-button a {
    border: 1px solid #f12a02;
    background: #f12a02;
}

.black .header-button a:hover {
    color: #fff;
    background: #bd2d10;
}

/*-====home-three-======*/

.header-area.style-three {
    position: relative;
    margin-bottom: -92px;
    z-index: 22;
}

.style-three .header-menu.black ul li a {
    color: #fff;
    font-weight: 500;
}

/* Skyty Menu */

.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #f12a02 !important;
}

.stiky-logo {
    display: none;
}

.sticky-nav .stiky-logo {
    display: block;
}

.sticky-nav .main-logo {
    display: none;
}

/* Mobile Menu */

.logo-txt::before {
    content: "VISAPRO";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 17px;
    left: 20px;
    display: none;
}

.menu-toggle {
    display: none;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu-social-icon a {
    background: #f00;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff3c00;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

.mobile-menu-social-icon a:hover {
    color: #ff3c00;
    background: transparent;
    border: 1px solid #ff3c00;
}

.mobile-menu-social-icon {
    text-align: left;
    margin-left: 15px;
}

/*--=====================================
		start--slider--area------------------
	-========================================*/

.slider-area {
    background: url(assets/images/slider1.jpg);
    height: 875px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-area.style-two {
    background: url(assets/images/slider2.jpg);
    height: 875px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-area.style-three {
    background: url(assets/images/style-three.jpg);
    height: 875px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-area.style-fore {
    background: url(assets/images/style-fore.jpg);
    height: 875px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dreamit-slider-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin: 0 0 24px;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.dreamit-slider-content h1 {
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.dreamit-slider-content h3 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 65px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.1;
}

.dreamit-slider-content h3 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.1;
}

.dreamit-slider-content p {
    text-align: left;
    width: 52%;
    margin: 35px 0 30px;
    font-size: 20px;
    color: #fff;
}

.slider-two .dreamit-slider-content p {
    margin: 30px 0 30px;
}

.style-two .dreamit-slider-content p {
    text-align: left;
    width: 50%;
    margin: 35px 0 30px;
    font-size: 20px;
    color: #fff;
    font-size: 19px;
}

.slider-button {
    display: inline-block;
}

.slider-button a {
    display: inline-block;
    background: #f12a02;
    padding: 16px 32px;
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 13px;
    margin-right: 10px;
    text-align: center;
    transition: .3s;
    border-radius: 5px;
    color: #fff;
}

.bd-video.style-two {
    float: left;
    margin-top: 10px;
    position: relative;
}

.bdv-text span {
    margin-left: 26px;
    color: #fff;
    font-size: 18px;
}

.style-two .dreamit-slider-content p {
    margin: 30px 0 30px;
    font-weight: 600;
    font-size: 20px;
    width: 54%;
}

/*======= owl nav bar========*/

.owl-nav {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: -500px;
    background: rgba(0, 0, 0, 0.4);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.slider_list .owl-next {
    right: -55px;
    transition: .5s;
}

.slider_list .owl-prev {
    left: -55px;
    transition: .5s;
}

.owl-next:hover {
    background-color: #F12A02;
    color: #fff;
}

.owl-prev:hover {
    background-color: #F12A02;
    color: #fff;
}

.slider_list:hover .owl-next {
    right: 50px;
}

.slider_list:hover .owl-prev {
    left: 50px;
}

/*-================= home page two----------*/

.slider-two .dreamit-slider-content h4 {
    border: none !important;
}

.slider-two .dreamit-slider-content h4 {
    font-size: 25px;
    margin: 0px 0 15px;
    font-weight: 400;
}

.dreamit-slider-content.style-two h1,
.dreamit-slider-content.style-two h3 {
    font-size: 50px;
    font-weight: 700;
}

.dreamit-slider-content.style-three h1,
.style-three .dreamit-slider-content h3 {
    font-size: 65px;
    font-weight: 700;
}

.style-three .dreamit-slider-content h1 {
    font-size: 65px;
}

.slider-three .dreamit-slider-content h4 {
    font-size: 25px;
    margin: 0px 0 15px;
}

.slider-three .dreamit-slider-content h4 {
    border: none !important;
}

.dreamit-slider-content.style-two {
    text-align: right;
}

.style-three .dreamit-slider-content {
    text-align: left;
}

.slider-two .dreamit-slider-content p {
    text-align: right;
    width: 54%;
    margin-right: 0;
    margin-left: 0;
    margin-left: auto;
}

.style-two .slider-button a {
    display: inline-block;
    background: #f12a02;
    padding: 16px 40px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-right: 10px;
    text-align: center;
    transition: .3s;
    border-radius: 5px;
    color: #fff;
}

.slider-three .slider-button a {
    display: inline-block;
    background: #f12a02;
    padding: 16px 40px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-right: 10px;
    text-align: center;
    transition: .3s;
    border-radius: 5px;
    color: #fff;
}

.slider-button a:hover {
    background: #fff;
    color: #f12a02;
}

.slider-three .dreamit-slider-content h1,
.slider-three .dreamit-slider-content h3 {
    font-size: 50px;
    font-weight: 700;
}

/*-----------home three-=========*/

.style-three .dreamit-slider-content h4 {
    border-bottom: 2px solid #fff;
}

.style-fore .dreamit-slider-content h4 {
    border-bottom: 2px solid #fff;
}

.dreamit-slider-content h2 {
    font-size: 65px;
    color: #fff;
    margin-top: 0;
}

/*-home-2 slider-button--==*/

.slider-area.slider-two {
    background: url(assets/images/home-2.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-area.slider-three {
    background: url(assets/images/home-3.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-active {
    border: 1px solid #fff;
    background: transparent !important;
    transition: .3s;
}

.slider-active:hover {
    background: #fff !important;
    color: #f00 !important;
}

/*-============home three-=========*/

.style-three .slider-button a {
    background: #f12a02 !important;
    padding: 16px 40px;
    font-size: 17px;
    text-transform: capitalize;
}

.style-fore .slider-button a {
    background: #f12a02 !important;
    padding: 16px 40px;
    font-size: 17px;
    text-transform: capitalize;
}

.style-three .slider-active {
    border: none;
}

.style-three .slider-active:hover {
    background: #fff !important;
    color: #f00 !important;
}

.style-fore .slider-active {
    border: none;
}

.style-fore .slider-active:hover {
    background: #fff !important;
    color: #f00 !important;
}

/*--====================================
		end---slider--area------------------
	-=======================================*/

/*--====================================
		start--visapro-feature-area---------
	-=======================================*/

.dreamit-feature-box {
    padding: 70px 32px 72px 32px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.style-three .dreamit-feature-box {
    padding: 33px 9px 16px 15px;
}

.dreamit-feature-icon i {
    border-radius: 50%;
    color: #F12A02;
    font-size: 56px;
    display: inline-block;
}

.dreamit-feature-icon {
    position: relative;
}

.dreamit-feature-icon:before {
    position: absolute;
    left: 35px;
    top: 0;
    content: "";
    width: 62px;
    height: 79px;
    background: url(assets/images/icon-1.png);
    background-repeat: no-repeat;
    right: 0;
    margin: auto;
    transition: .5s;
}

.dreamit-feature-box:hover .dreamit-feature-icon:before {
    transform: rotate(25deg) !important;
}

.feature-number {
    position: absolute;
    bottom: 42%;
    left: 50%;
    transform: translateX(-50%);
}

.feature-number h4 {
    font-size: 110px;
    line-height: 0.4;
    color: #666;
    opacity: 0.07;
}

.feature-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 22px 0 34px;
    transition: .5s;
    text-transform: capitalize;
}

.dreamit-feature-content p {
    margin-bottom: 20px;
    transition: .5s;
}

.row.margin-top {
    margin-top: -101px;
    position: relative;
}

/*-=====home-three-----===*/

.style-three .row.margin-top {
    margin-top: -67px;
}

.style-three .dreamit-feature-icon:before {
    background: none;
}

.style-three .feature-title h2 {
    font-weight: 400;
    margin: 10px 0 34px;
}

/*--=====================================
		end--visapro-feature-area------------
	-========================================*/

/*--=====================================
        start--visapro-filepx-box-----------
    -========================================*/

.feature-area.style-two {
    margin-top: -74px;
    position: relative;
    z-index: 1;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 193px;
    border: none;
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.box-icon i {
    color: #f12a02;
    font-size: 60px;
}

.box-title h3 {
    color: #232323;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.box-icon {
    padding-top: 20px;
}

.flip-box-back {
    background: #f12a02;
    border-radius: 10px;
    color: white;
    transform: rotateY(180deg);
    padding-top: 40px;
}

.des p {
    width: 74%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.des a {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f12a02;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 7px 15px 7px 15px;
}

/*--===============================
        end--visapro-filepx-box------
    -================================*/

/*--==================================
		start--about-counter-area---
	-=================================*/

.dreamit-thumb {
    position: relative;
}

.dreamit-thumb::after {
    content: "";
    width: 451px;
    height: 100%;
    background: #f12a02;
    position: absolute;
    z-index: -1;
    top: 85px;
    left: -98px;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: visapro_bounce_animation 7s infinite;
}

.style-three .dreamit-thumb::after {
    display: none;
}

.style-two .dreamit-thumb::after {
    display: none;
}

.style-fore .dreamit-thumb::after {
    display: none;
}

@keyframes visapro_bounce_animation {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

.dreamit-thumb img {
    border-radius: 7px;
    width: 100%;
}

.dreamit-single-counter {
    background: #f12a02;
    border-radius: 7px 7px 7px 7px;
    margin-top: -80px;
    margin-right: -37px;
    text-align: center;
    width: 46%;
    position: relative;
    float: right;
    padding: 34px 0 34px 0;
}

.counter-text h1 {
    color: #fff;
}

.counter-text h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: 232323;
    margin-top: 10px;
    font-family: "Rubik", sans-serif;
}

.counter-text h3 {
    display: inline-block;
    font-size: 40px;
    margin: 0;
    color: #fff;
}

.counter-title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    color: #fff;
}

/*-------style-two--=====*/

.style-two .dreamit-single-counter {
    margin-right: -52px;
}

/*--------------*-section-title-----*/

.dreamit-section-sub-title h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9ea9b3;
    letter-spacing: 4px;
}

/*-====home two--===*/

.dreamit-section-sub-title.style-two h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9ea9b3;
    letter-spacing: 4px;
    color: #f12a02;
}

/*-------home-two--==*/

.dreamit-section-text.pt-3 p {
    margin-bottom: 0;
}

/*-=================*/

.dreamit-section-main-title h1 {
    font-size: 38px;
    font-weight: 300;
    margin: 0;
}

.dreamit-section-main-title h1 {
    font-size: 37px;
    font-weight: 300;
    margin: 0;
}

.dreamit-section-main-title-2 h2 {
    position: relative;
    font-weight: 700;
    font-size: 40px;
}

.dreamit-section-main-title-2 h2:before {
    position: absolute;
    content: "";
    background: red;
    top: 26px;
    left: -79px;
    height: 3px;
    width: 66px;
}

/*-----home-three-------*/

.style-three .dreamit-section-main-title h2 {
    font-size: 38px;
    margin: 0;
}

.style-two .dreamit-section-main-title h2 {
    font-size: 38px;
    margin: 0;
    text-transform: capitalize;
}

.dreamit-section-main-title h2 {
    font-size: 35px;
    margin: 0;
}

.title-content p {
    font-size: 18px;
}

.dreamit-section-bar.center {
    margin: auto;
    margin-bottom: 17px;
}

.dreamit-section-bold-text p {
    font-size: 19px;
    font-weight: 300;
    width: 100%;
    font-family: 'Rubik';
    color: black;
}

.dreamit-section-bold-text2.pt-40 {
    color: #232323;
    font-size: 21px;
    font-weight: 300;
}

.dreamit-section-bar {
    background: #aec6ef;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    position: relative;
    margin-top: 16px;
}

.dreamit-section-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f12a02;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

/*-=========home-two-----*/

.dreamit-section-bold-text-2.pt-50.pb-20 p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    font-family: 'Rubik';
}

.progress-title {
    margin-bottom: 8px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #dc3545;
    transition: width .6s ease;
}

/*-==========home-two-=======*/

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.about-button a {
    display: inline-block;
    padding: 13px 56px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background: #f12a02;
    text-transform: capitalize;
    font-size: 18px;
    border: 2px solid #f12a02;
    position: relative;
    z-index: 1;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: .3s;
    background: #fff;
}

.about-button a:hover:before {
    width: 100%;
    color: red;
}

.about-button a:hover {
    color: #f00;
}

.dreamit-about-icon i {
    color: #f12a02;
    font-size: 25px;
}

/*-=====home three-===========*/

.style-three .dreamit-about-content h2 {
    color: #232323;
    font-size: 18px;
}

.style-three .dreamit-about-content p {
    margin-top: 15px;
}

.style-three .dreamit-section-bold-text p {
    font-family: 'Rubik';
    color: #616161;
    font-size: 16px;
}

/*-================home three======*/

/*--=================================
		end------about-----area------
	-====================================*/

/*--=================================
		start------service-----area------
	-====================================*/

.service-area {
    padding-top: 119px;
    background: url(assets/images/solder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.flag-shape {
    position: relative;
}

.flag-shape-inner {
    position: absolute;
    bottom: 48px;
    right: 0;
}

.section-button {
    display: inline-block;
}

.section-button a {
    padding: 14px 41px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #f12a02;
    text-transform: capitalize;
    background: #f12a02;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.section-button a i {
    font-size: 17px;
}

.section-button a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    z-index: -1;
    transition: .3s;
}

.section-button a:hover:before {
    width: 100%;
}

.section-button a:hover {
    color: #f12a02;
}

.ptl-rsp {
    padding-left: 350px;
}

/*-----------service-box--------------*/

.dreamit-service-box {
    padding: 33px 26px 41px 26px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.dreamit-service-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #f12a02;
    transition: .5s;
    z-index: -1;
    border-radius: 20px;
}

.dreamit-service-box:hover:before {
    height: 100%;
}

.dreamit-service-box:hover {
    transform: translateY(-10px);
}

.service-title h2 {
    font-size: 20px;
}

.dreamit-service-icon i {
    color: #f12a02;
    font-size: 60px;
    display: inline-block;
    border-radius: 50%;
}

.service-content p {
    margin-top: 19px;
    width: 94%;
}

.service-button {
    display: inline-block;
}

.service-button a {
    text-transform: uppercase;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #f12a02;
}

.dreamit-service-box:hover .dreamit-service-icon i,
.dreamit-service-box:hover .service-title h2,
.dreamit-service-box:hover .service-content p,
.dreamit-service-box:hover .service-button a {
    color: #fff;
}

/*--============================================
        start--visa------area------------------
    -============================================*/

/*---home-two-service-area---*/

.visa-area.pt-60.pb-40 {
    background: #f4f7fc url(assets/images/two.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dreamit-visa-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    /* margin-right: 10px; */
    margin-bottom: 30px;
}

.dreamit-visa-thumb img {
    width: 100%;
    border-radius: 10px;
}

.dreamit-visa-icon {
    position: relative;
    text-align: right;
    margin-top: -38px;
    right: 17px;
}

.dreamit-visa-icon i {
    color: #f12a02;
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 100%;
}

.dreamit-visa-content {
    text-align: center;
    padding: 0px 22px 0;
}

.dreamit-visa-title h2 {
    font-size: 20px;
    margin: 0 0 20px;
    transition: .3s;
}

.dreamit-visa-title h2:hover {
    color: #f12a02;
}

.dreamit-visa-button {
    position: relative;
    display: block;
    padding-top: 12px;
}

.dreamit-visa-button a {
    padding: 16px 22px;
    background: #F4F7FC;
    color: #202020;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: block;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}

.dreamit-visa-button a i {
    margin-left: 7px;
}

.dreamit-visa-box:hover .dreamit-visa-button a {
    background: #f12a02;
    color: #fff;
}

.dreamit-visa-box:hover .dreamit-visa-button a::after {
    background: #202020;
}

.dreamit-visa-button::after {
    content: "";
    position: absolute;
    right: 20px;
    background: #fff;
    width: 29px;
    height: 2px;
    top: 59%;
    z-index: 1;
    transform: translateY(-50%);
}

.dreamit-visa-button a::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    right: 13px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dreamit-visa-button a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 23%;
    height: 100%;
    z-index: -1;
    transform: skew(-33deg);
    padding-left: 20px;
    background: #F12A02;
    transition: .3s;
    z-index: -1;
}

.visa-area.pt-60.pb-15 {
    background: #f4f7fc url(assets/images/team.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*-=========home-three-=====*/

.service-area.style-two {
    background: #f4f7fc;
    padding-top: 65px;
}

.style-two .dreamit-service-box {
    padding: 31px 25px 30px;
    border: 1px dashed #f12a02;
    border-radius: 20px;
    margin-bottom: 30px;
}

.style-two .dreamit-service-icon {
    position: inherit;
    text-align: center;
    margin-top: 0;
    right: 0;
}

.style-two .dreamit-service-icon i {
    box-shadow: none;
}

.style-two .dreamit-service-title h2 {
    margin: 29px 0 20px;
    font-size: 20px;
}

.style-two .dreamit-service-content {
    padding: 0px 12px 0;
}

.style-two .dreamit-service-button a {
    text-transform: uppercase;
    color: #f12a02;
    display: inline-block;
}

.style-two .dreamit-service-button a i {
    margin: 0px 0 0 6px;
}

.style-two .dreamit-service-box:hover .dreamit-service-icon i,
.style-two .dreamit-service-box:hover .dreamit-service-title h2,
.style-two .dreamit-service-box:hover .dreamit-service-content-text p,
.style-two .dreamit-service-box:hover .dreamit-service-button a {
    color: #fff;
}

/*--=============================================
        END----visa------area------------------
    -=============================================*/

/*--=========================================
        start----choose------area----------------
    -=============================================*/

.choose-us-area {
    background: url(assets/images/choose-us.png);
    padding-top: 76px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 69px;
}

.dreamit-choose-thumb img {
    width: 100%;
}

.single-why-choose-us-icon i {
    color: #f12a02;
    font-size: 45px;
}

.dreamit-choose-content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.dreamit-choose-content p {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    font-family: 'Rubik';
    margin-top: 17px;
}

/*--==========================================
        END----choose--US----area-----------------
    -=============================================*/

/*--==========================================
        start----TEAM-MEMBER-----area-------------
    -=============================================*/

.team-member-area {
    background: transparent url(assets/images/team-member.jpg);
    padding-top: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.dreamit-single-team {
    position: relative;
    transition: .5s;
}

.team-member-thumb {
    position: relative;
}

.team-member-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: -1;
    transition: .5s;
    background: rgba(241, 42, 2, 0.83);
}

.dreamit-single-team:hover .team-member-thumb:before {
    opacity: 1;
}

.dreamit-single-team:hover {
    transform: translateY(-10px);
}

.team-member-thumb img {
    width: 100%;
}

.dreamit-team-social-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    opacity: 0;
    transition: .5s;
}

.dreamit-team-social-icon-inner {
    background: #fff;
    display: block;
    padding: 18px 12px;
    border-radius: 3px;
}

.dreamit-team-social-icon-inner a {
    display: block;
    margin: 5px;
}

.dreamit-team-social-icon-inner a i {
    color: #f12a02;
}

.dreamit-single-team:hover .dreamit-team-social-icon {
    right: 0;
    opacity: 1;
}

.dreamit-team-content {
    padding: 21px 20px 26px;
    background: #fff;
    text-align: center;
    width: 90%;
    border-bottom: 2px solid #f12a02;
    border-radius: 5px;
    position: relative;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
}

.team-content-title h2 {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    margin-bottom: 5px;
}

.team-content-title h2:hover {
    color: #f12a02;
}

.team-content-title h3 {
    color: #616161;
    font-size: 14px;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

/*-===========home-three-=========*/

.team-member-area.style-two {
    background: none;
    padding-top: 20px;
}

.row.pt-15.top {
    position: relative;
    margin-bottom: -169px;
}

/*--==========================================
		END------team-----area----------------
	-=========================================*/

/*--=========================================
        start---exprence-------area-----------
    -=========================================*/

.experence-area.style-two.pt-70.pb-80 {
    background: #f4f7fc;
}

.style-two .dreamit-section-bold-text p {
    font-size: 17px;
    color: #616161;
    margin-bottom: 0;
    font-family: 'Rubik';
}

/*--=======================================
        END------exprence-----area-------------
    -==========================================*/

/*-========================================
        start-apponetment-area---------
    -==========================================*/

.appointment-area {
    background: url(assets/images/appointment-map.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    padding-bottom: 82px;
}

.appointment-thumb img {
    width: 100%;
}

.appointment-form-section {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 41px 50px 52px 54px;
    position: relative;
    border-radius: 7px;
    margin-left: -87px;
}

.appointment-input,
.appointment-select-country {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #F4F7FC;
    transition: .3s;
}

.appointment-input:focus {
    border-color: #FF3C00;
    box-shadow: 0 0 10px rgb(255, 60, 0, 0.5);
    outline: 0;
}

h3.appointment-title {
    font-size: 25px;
}

.appointment-content p {
    padding: 10px 0;
}

.appointment-btn input {
    width: 100%;
    border: 1px solid #FF3C00;
    border-radius: 5px;
    background: #FF3C00;
    color: #fff;
    padding: 14px;
    margin-left: 0;
}

.appointment-area {
    padding-top: 172px;
}

/*--=========================================
		start------country-----area--------------
	-============================================*/

.country-section-title-area {
    background: url(assets/images/country-slider.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.country-area {
    background: #f4f7fc url(assets/images/map-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.country-area.style-two {
    background: no-repeat;
}

.style-two .row.mar-top {
    margin-top: -215px;
    position: relative;
}

/*-======country-area-home-page-two--=======*/

.dreamit-country-box {
    padding: 8px 8px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(229, 229, 229, 1);
    margin: 15px;
}

.dreamit-country-thumb img {
    border-radius: 10px;
}

.country-flag-img {
    text-align: center;
    position: relative;
    margin-top: -55px;
}

.dreamit-country-thumb img {
    width: 100%;
}

.country-flag-img img {
    width: 100px;
    border-radius: 100%;
    height: 100px;
    color: #fff;
    border: 8px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.country-content {
    text-align: center;
}

.country-title h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.country-content-text p {
    color: gray;
    width: 80%;
    margin: auto;
    padding-bottom: 15px;
}

.country-button {
    display: inline-block;
}

.country-button a {
    text-transform: uppercase;
    font-size: 14px;
    color: #F12A02;
    display: inline-block;
    font-weight: 500;
}

/*--=====================================
		END------country-----area------------
	-========================================*/

.owl-dots {
    text-align: center;
}

.owl-dot {
    height: 15px;
    width: 15px;
    background: #ccc;
    display: inline-block;
    margin: 15px 5px 0;
    border-radius: 50%;
}

.owl-dot.active {
    background: #FF3C00;
}

.testimonials_list .owl-dot {
    height: 4px;
    width: 28px;
    background: #ccc;
    border-radius: 5px;
}

.testimonials_list2 .owl-dot {
    height: 4px;
    width: 28px;
    background: #ccc;
    border-radius: 5px;
}

.testimonials_list2 .owl-dot.active {
    background: #FF3C00;
    width: 35px;
}

.testimonials_list .owl-dot.active {
    background: #FF3C00;
    width: 35px;
}

.service_list .owl-dot {
    height: 15px;
    width: 15px;
    background: #ccc;
    display: inline-block;
    margin: 15px 5px 0;
    border-radius: 50%;
}

.service_list .owl-dot.active {
    background: #FF3C00;
}

.service_list .owl-dots {
    text-align: center;
    margin-top: 15px;
}

/*--==========================================
		start------testimonials-----area----------
	-=============================================*/

.testimonials-area {
    background: linear-gradient(rgb(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(assets/images/testi-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dreamit-testimonials-box {
    padding: 30px 25px;
    background: transparent;
    border: 1px solid #404b57;
    border-radius: 5px;
    margin: 15px;
}

.dreamit-testmonoals-thumb {
    text-align: center;
}

.dreamit-testmonoals-thumb img {
    width: 100px;
    border-radius: 100%;
}

.testimonials-icon {
    text-align: right;
    margin-top: -54px;
    position: relative;
    right: 83px;
}

.testimonials-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #f12a02;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.dreamit-testimonials-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-top: 27px;
    text-align: center;
    font-family: Muli;
}

.testimonials-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-top: 55px;
}

.testimonials-title {
    text-align: center;
}

.testimonials-title span {
    display: inherit;
    font: 16px;
    font-weight: 500;
    margin-top: 8px;
}

span {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.7);
}

.style-fore span {
    font-size: 14px;
    color: #616161;
}

.testimonials-title h2:before {
    position: absolute;
    content: "";
    top: -25px;
    left: 0;
    background: #f12a02;
    height: 1px;
    width: 25px;
    margin: auto;
    right: 34px;
}

.testimonials-title h2:after {
    position: absolute;
    content: "";
    top: -25px;
    left: 14px;
    background: #fff;
    height: 1px;
    width: 25px;
    margin: auto;
    right: 0;
}

/*=============singleteam====*/

.style-three .style-two b,
strong {
    font-weight: bolder;
    color: #848484;
}

.style-three span {
    font-size: 16px;
    color: #848484;
    font-weight: 600;
}

.style-two .appointment-form-section {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 41px 50px 52px 54px;
    position: relative;
    border-radius: 7px;
    margin-left: 0;
}

/*-========home-three-========*/

.testimonials-area.style-two {
    background: #fff;
}

.style-two .dreamit-testimonials-box {
    padding: 0;
    background: inherit;
    border: none;
    border-radius: 0;
    margin-top: 9px;
}

.style-two .testimonials-icon {
    text-align: center;
    margin-top: -49px;
    position: relative;
    right: 0px;
    left: 29px;
}

.style-two .dreamit-testimonials-content p {
    color: #616161;
    font-size: 17px;
    width: 77%;
    font-family: inherit;
    margin: 30px auto;
    ;
    font-style: italic;
}

.style-two .testimonials-title h2 {
    margin-top: 5px;
    color: #232323;
}

.style-two .testimonials-title h2:before {
    background: none;
}

.style-two .testimonials-title h2:after {
    background: none;
}

.style-two .testimonials-title.mb-30 h3 {
    font-size: 16px;
    color: #f12a02;
    display: block;
}

.style-two .testimonials-title h2 span {
    color: #f12a02;
}

/*--=========================================
		end------testimonials-----area-----------
	-============================================*/

/*--=========================================
		start------contact-----area--------------
	-============================================*/

.online-visa-area {
    padding: 1px 0;
    background: #f4f7fc;
}

.online-visa-area.style-two {
    background: #fff;
}

.dreamit-online-visa-thumb img {
    width: 100%;
}

.row.online-visa-bx {
    position: relative;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    background: #fff;
    border-radius: 20px;
    margin-top: -119px;
    overflow: hidden;
}

.dreamit-online-visa-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}

.dreamit-online-visa-content p {
    font-size: 18px;
    margin-top: 12px;
}

.online-visa-button {
    display: inline-block;
    margin-top: 10px;
}

.online-visa-button a {
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #f12a02;
    padding: 12px 33px;
    color: #fff;
    display: inline-block;
    background: #f12a02;
    border-radius: 5px;
    transition: .5s;
}

.online-visa-button a:hover {
    background: #fff;
}

.online-visa-button a:hover {
    color: #f12a02;
}

.submit-button input {
    background: #f12a02;
    border: 0;
    padding: 14px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

/*--=========================================
		end------contact-----area----------------
	-============================================*/

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px 40px 32px;
}

.form_box input {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
    border-radius: 5px;
}

.form_box textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.appointment-form-section .form_box input {
    background: #F4F7FC;
}

.quote_btn button {
    background: #FF3C00;
    padding: 14px 39px;
    color: #fff;
}

.quote_btn button:hover {
    background: #bd2d10;
    color: #fff;
}

.form_box input:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #FF3C00 !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}

.form_box textarea:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #FF3C00 !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}

.quote_btn button {
    width: 100%;
    border: 1px solid #FF3C00;
    border-radius: 5px;
    background: #FF3C00;
    color: #fff;
    padding: 14px;
    margin-left: 0;
}

.quote_btn button:hover {
    color: #fff;
}

/*--=========================================
		start------counter-----area--------------
	-============================================*/

.counter-area {
    background: #f4f7fc;
    padding-bottom: 50px;
}

.single-counter-text {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    padding: 30px 26px 42px;
    margin-bottom: 30px;
}

.counter-icon i {
    border-radius: 50%;
    display: inline-block;
    color: #F12A02;
    font-size: 60px;
}

.counter-content h1 {
    font-size: 40px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    margin-top: 11px;
    font-family: "Rubik", Sans-serif;
}

.counter-content h3 {
    display: inline-block;
    font-size: 40px;
    font-family: "Rubik", Sans-serif;
}

.counter-title-style-2 h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    color: #232323;
}

/*--======================================
		END------counter-----area-----------------
	-=============================================*/

/*--======================================
		start------blog-----area------------------
	-=============================================*/

.dreamit-single-blog-box {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
    transition: .5s;
}

.style-two .dreamit-single-blog-box {
    padding: 0px;
    padding-bottom: 38px;
}

.dreamit-single-blog-box:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.dreamit-blog-thumb {
    position: relative;
}

.dreamit-blog-thumb img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-catgory {
    position: absolute;
    top: 10px;
    left: 17px;
}

.post-catgory a {
    background: #f00;
    display: inline-block;
    padding: 3px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.dreamit-meta-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 19px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    top: -24px;
    background: #fff;
    margin: 0 20px;
}

.style-two .dreamit-meta-box {
    box-shadow: none;
    padding: 12px 19px;
    text-align: left;
    border-radius: 3px;
    position: relative;
    top: 0;
    background: #fff;
    margin: 0;
}

.dreamit-meta-box a {
    color: #6c757d;
    margin-right: 28px;
    position: relative;
}

.dreamit-meta-box a:before {
    position: absolute;
    content: "";
    top: 6px;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #6c757d;
}

.dreamit-meta-box a:hover {
    color: #f12a02;
}

.dreamit-meta-box h3 {
    font-size: 13px;
    display: inline-block;
    color: #6c757d;
}

.dreamit-meta-box h3:hover {
    color: #f12a02;
}

.dreamit-meta-box a {
    color: #616161;
}

.dreamit-blog-content {
    padding: 0px 24px 0px;
    text-align: center;
}

.dreamit-blog-button {
    margin-top: 20px;
}

.dreamit-blog-title h2 a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #232323;
    transition: .3s;
    margin-top: -8px;
    text-align: center;
}

.style-two .dreamit-blog-title h2 a {
    text-align: left;
}

.dreamit-blog-title h2 a:hover {
    color: #f12a02;
}

.dreamit-blog-button a i {
    font-size: 12px;
}

.dreamit-blog-content p {
    margin-top: 15px;
    font-size: 17px;
}

.dreamit-blog-button a {
    display: block;
    text-transform: capitalize;
    padding: 9px 10px;
    border: 1px solid #eee;
    color: #616161;
    font-weight: 400;
    margin-top: 5px;
    transition: .3s;
    border-radius: 3px;
}

.dreamit-blog-button a:hover {
    background: red;
}

.dreamit-blog-button a:hover {
    color: #fff;
}

/*------style-fore--=======*/

.blog-area.style-three.pt-65.pb-50 {
    background: #f4f7fc;
}

/*--========================================
		end------blog-----area------------------
	-===========================================*/

/*--========================================
		start------brand-----area---------------
	-===========================================*/

.dreamit-brand {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 2px 0;
    padding: 8px 0 9px;
    border-radius: 10px;
}

.single-brand-thumb img {
    width: 100%;
}

/*--=========================================
		END------brand-----area--------------
	-========================================*/

/*--=========================================
        Start------Breatcome-----area--------
    -========================================*/

.breatcome-area {
    background: linear-gradient(rgb(94 109 162 / 75%), rgba(17, 26, 58, -0.25)), transparent url(assets/images/style-three.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
}

.breatcome-content-title h1 {
    color: #fff;
    margin: 0 0 15px 0;
}

.breatcome-content-text ul li {
    list-style: none;
    display: inline-block;
}

.breatcome-content-text ul li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.breatcome-content-text i {
    padding-left: 8px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
}

.breatcome-content-text span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 7px;
}

/*-======= call-do-action-area-=================*/

.call-do-action-area {
    background: linear-gradient(rgba(26, 31, 53, 0.62), rgba(26, 31, 53, 0.62)), transparent url(assets/images/home-3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 721px;
}

.call-do-action-title h3 {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
}

.call-do-action-title h2 {
    color: #fff;
    font-size: 42px;
    margin: 0;
}

.call-do-action-content-inner p {
    color: rgba(255, 255, 255, 0.80);
    width: 38%;
    margin: auto;
    font-size: 14px;
}

.call-do-action-button {
    margin-top: 44px;
    display: inline-block;
}

.call-do-action-button a {
    background: #f12a02;
    padding: 14px 45px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
}

.call-do-action-button a:hover {
    background: #fff;
    color: #f12a02;
}

.style-three .row.experienced-box {
    background: linear-gradient(rgba(26, 31, 53, 0.82), rgba(26, 31, 53, 0.82)), transparent url(assets/images/book.jpg);
    padding: 1px 0;
    position: relative;
    margin-top: -191px;
    padding: 56px 35px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.style-three .dreamit-section-sub-title h5 {
    color: #fff;
}

/*----team-member--style-three----------------------*/

.team-member-area.style-three {
    background: #f0f5fc;
    padding-top: 91px;
    padding-bottom: 160px;
}

.style-three .dreamit-section-sub-title h5 {
    color: #9ea9b3;
}

/*-----------------counter-three---------------------*/

.counter-area.style-three {
    background: none;
}

.style-three .row.cmt-box {
    background: #f12a02;
    padding: 58px 45px;
    border-radius: 7px;
    position: relative;
    margin-top: -98px;
}

.style-three .counter-content h1 {
    color: #fff;
}

.style-three .counter-title-style-2 h4 {
    color: #fff;
}

.style-three .counter-content h3 {
    color: #fff;
}

/*------------textimonial-------------------*/

.testimonials-area.style-fore {
    background: none;
}

.style-fore .dreamit-testimonials-box {
    border: 1px solid rgba(238, 238, 238, 1);
}

.style-fore .dreamit-testimonials-content p {
    color: #616161;
}

.style-fore h3 {
    font-size: 30px;
    font-weight: 300;
}

.style-fore .testimonials-title h2 {
    color: #232323;
}

.testimonials-title h2:after {
    background: #ddd;
}

/*--------------service -area-----------------*/

.country-area.style-three {
    background: #f4f7fc url(assets/images/map-img.png);
}

/*-----------team member-----------------------*/

.team-member-area.style-two {
    padding-top: 65px;
    padding-bottom: 50px;
}

/*--=============================================
        Start-----leder----area------------------
    -============================================*/

.row.box {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin-bottom: 70px;
}

.row.box2 {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
}

.team-leder-thumb img {
    width: 100%;
}

.team-detail-title span {
    color: #f12a02;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
}

.dreamit-team-social-address ul li {
    list-style: none;
    display: inline-block;
}

.dreamit-team-social-address ul li a i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f12a02;
    margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
}

.team-detail-content h2 {
    margin-bottom: 36px;
}

/*------------------experence---area-----------*/

.row.box3 {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
}

/*----------------------assesstment-----area---*/

.appointment-area.pt-50.pb-60 {
    background: url(assets/images/slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.appointment-area.style-two {
    background: transparent url(assets/images/full.png);
    padding: 100px 50px;
}

select.appointment-student-visa {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    background: #F4F7FC;
    margin-bottom: 15px;
    transition: .3s;
}

textarea.appointment-input.appointment-textarea {
    width: 100%;
}

.style-two .appointment-select-country {
    width: 44%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin: 15px 10px;
}

.style-two input.appointment-submit-btn {
    width: 40%;
    float: left;
    margin-top: 10px;
}

.style-two h6 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 4;
}

.call-do-action-box {
    padding: 27px 28px 0px 35px;
}

.style-two b,
strong {
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.74);
}

.appointtent-content .appointment-form-section {
    padding: 0;
}

.appointment-title,
.appointment-submit-btn {
    margin-left: 10px;
}

.appointtent-content .appointment-input {
    width: 45%;
    background: #fff;
    margin-right: 21px;
}

.appointtent-content .appointment-input:focus {
    border-color: #F12A02 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 42, 2, .25) !important;
}

.appointtent-content .appointment-textarea {
    width: 96% !important;
}

.appointtent-content .appointment-form-section {
    text-align: left;
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);
    margin-left: 0;
    padding: 40px 40px 119px 40px;
}

.hr {
    border-bottom: 1px solid #fff;
}

.appointment-area.style-three {
    padding-bottom: 60px;
    padding-top: 60px;
}

.style-three .appointment-form-section {
    margin-left: 0px;
}

/*--------------apppiontment-----icon-----*/

.cda-icon.pr-4 {
    display: inline-block;
}

.cda-icon.pr-4 i {
    background: #f12a02;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.cda-content {
    padding: 41px 40px 102px 14px;
    background: #111a3a;
}

.call-do-action-box {
    padding: 23px 8px 0px 25px;
}

.cda-content-inner h4 {
    color: #fff;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    padding-top: 9px;
}

/*--=========================================
        Start------faq-----area--------------
    -========================================*/

.faq-area {
    padding: 69px 0 84px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.panel.panel-default {
    margin-bottom: 21px;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 10px 15px;
}

a.accordion-toggle i {
    float: right;
    color: #aaa;
}

/*--==========================================
        Start------blog-gird----area----------
    -=========================================*/

.page-number ul li {
    list-style: none;
    display: inline-block;
}

.page-number ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    color: #232323;
}

.page-number ul li a.active {
    background: #f12a02;
    color: #fff;
    border-radius: 5px;
}

.page-number ul li a:hover {
    background: #f12a02;
    color: #fff;
    border-color: #f12a02;
    border-radius: 5px;
}

/*--==========================================
        End------blog--gird---area------------
    -=========================================*/

/*--==========================================
        Start------video-----area------------
    -=========================================*/

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.slider-video-icon a,
.video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #f12a02;
    font-size: 28px;
    z-index: 1;
}

.slider-video-icon a {
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.bd-video.style-three {
    position: relative;
    top: -72px;
}

/*--===========================================
        End---vodeo-----area------------------
    -==========================================*/

/*--===========================================
    ---celender-----area------------------
    -==========================================*/

/* Calender*/

.celender-box {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    padding: 13px 4px 8px 19px;
    color: #fff;
}

.sidebar-search {
    padding-top: 11px;
    padding-bottom: 13px;
}

.sidebar-search input:focus {
    border: 1px solid #f00;
}

.widget-title h2 {
    font-size: 25px;
}

.curr-month {
    width: 96%;
    height: 40px;
    background: #f12a02;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 52px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #e5e5e5;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 600;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.all-date li.monthdate:hover {
    background-color: #02548b;
    color: #fff;
}

.calender-area {
    height: 435px;
}

.widget-items p {
    margin-bottom: 0;
}

/*--==========================================
		Start------Footer-----area------------
	-=========================================*/

.footer-area {
    background: #111a3a;
    padding-top: 85px;
}

.dreamit-footer-content p {
    color: rgba(255, 255, 255, 0.80);
    margin-top: 28px;
    font-size: 17px;
}

.dreamit-footer-social-address ul {
    list-style: none;
}

.dreamit-footer-social-address ul li {
    display: inline-block;
}

.dreamit-footer-social-address ul li a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    transition: .5s;
    margin-top: 16px;
    color: #fff;
}

.dreamit-footer-social-address ul li a i:hover {
    background: #dc3545;
    border-color: #dc3545;
}

/*-============footer-title-=========*/

.footer-content {
    position: relative;
    margin-top: -15px;
}

.footer-title h2 {
    font-size: 22px;
    color: #f8f9fe;
    margin-bottom: 35px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    display: inline-block;
    position: relative;
    margin-left: 25px;
    margin-bottom: 18px;
    font-weight: 500;
    transition: .3s;
}

.footer-menu ul li a:before {
    position: absolute;
    content: "";
    top: 11px;
    left: -24px;
    height: 1px;
    width: 13px;
    background: #fff;
}

.footer-menu ul li a:hover {
    color: #dc3545;
    border-color: #006ae7;
}

/*-=======middle-footer-title--========*/

.footer-title p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 400;
}

.footer-adderss h2 {
    font-size: 20px;
    color: #6c757d;
}

.footer-adderss p b {
    color: rgba(255, 255, 255, 0.80);
    text-transform: capitalize;
    font-size: 18px;
}

.footer-adderss p span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 600;
}

/*-======footer style 4-=========*/

input.subscribe-mail-box {
    background: transparent;
    border: 1px solid transparent;
    padding: 11px 10px;
    width: 100%;
    color: #fff;
}

input.subscribe-mail-box:focus {
    border: none;
    outline: 0;
}

.subscribe-area {
    border: 1px solid #f12a02;
    height: 50px;
    width: 100%;
    position: relative;
}

button.subscribe-button {
    padding: 12px 25px;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #f12a02;
    border: 1px solid #f12a02;
    transition: .3s;
}

.subscribe-button:focus {
    border-color: red;
    box-shadow: 0 0 10px rgb(255, 60, 0, 0.5);
    outline: 0;
}

button.subscribe-button i {
    color: #fff;
}

.subscribe-button:hover {
    background: #006ae7;
    border-color: #006ae7;
}

/*-============copy-right--===========*/

.bd-top-footer {
    padding-top: 15px;
    border-top: 1px solid #6c757d;
    margin-top: 37px;
}

.copy-right-text p {
    color: #f8f9fe;
    margin-top: 1px;
}

.footer-text-menu {
    text-align: right;
}

.footer-text-menu ul li {
    list-style: none;
    display: inline-block;
}

.footer-text-menu ul li a {
    display: inline-block;
    margin-left: 19px;
    color: #f8f9fe;
    font-size: 14px;
}

/* placeholder-area----*/

.subscribe-area input::-moz-placeholder {
    color: #fff;
    font-size: 17px;
}

.subscribe-area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-area :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-area :-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}