* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #656565;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #171c2f;
}
h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    color: #171c2f;
}
h4 {
    font-weight: 500;
}
a,
a:hover,
a:focus {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.sub_title {
    text-align: center;
    max-width: 880px;
    margin: 0px auto 75px;
}
.sub_title  h2 {
    padding-bottom: 20px;
}
.sub_title p {
    margin: 0px auto;
    font-size: 14;
    font-weight: 300;
    margin: 0;
    padding: 0 70px;
}
.section_title{
    margin-bottom: 55px;
}
.section_title h2{
    width: 66%;
    margin: 0px auto;

    margin-bottom: 70px;
}

.section_title p{
    width: 66%;
    margin: 0px auto;
    padding-bottom: 25px;
    padding-top: 20px;
}

.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


/*Inner pageheader*/
.inner_header{
    background-image: url("../images/blog_bg.jpg") !important;
    min-height: 576px !important;
}
.inner_header .intro-text{
    text-align: center;
        margin-top: 170px !important;
}
.inner_header .intro-text p{
        padding-right: 0;
}













/*=========={header Section }==============*/
header.index_02 {
    background-image: url("../images/banner_02.jpg");
    min-height: 860px;
}
header.index_02 .intro-wrapper {
    text-align: center;
}
header.index_02 .intro-wrapper .intro-text {
    margin-top: 150px;
}
header.index_02 .intro-wrapper .intro-text h2 {
    font-size: 85px;
    line-height: 95px;
}
header.index_02 .intro-wrapper .intro-text p {
    padding:0 5%;
    margin: 0px auto;
}
header.index_02 .intro-wrapper .intro-text .btn{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background: #ff7364;
    border-radius: 5px;
    border: none;
    padding: 0 45px;
    margin-top: 30px;
}









header {
    background-image: url("../images/banner.jpg");
    min-height: 710px;
    background-size: cover;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

header .navbar {
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #263341;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #ff7364;
}
header .navbar .contact_number span {
    color: #171c2f;
    font-weight: 400;
    margin-left: 50px;
}
header .nav_book_btn a{
    line-height: 44px;
    padding: 0px 33px;
    height: 44px;
    background: #ee9982;
    border: none;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 50px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
}
header .nav_book_btn a:hover{
    border: none;
    background: #34485e;
}





header .intro-wrapper {
    text-align: left;
}
header .intro-wrapper .intro-text {
    margin-top: 214px;
}
header .intro-wrapper .intro-text .welcome_shape{
    display: none;
}
header .intro-wrapper .intro-text span{
    display: none;
}
header .intro-wrapper .intro-text h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}
header .intro-wrapper .intro-text p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding-right: 10%;
}
header .swin-btn{
    display: none;
}




/*=======[ Sidebar Menu Style ]========*/
.sidebar_menu .modal-header .close {
    height: 60px;
    width: 60px;
    background: #ff7364;
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1; 
}
.sidebar_menu .modal-header .close i:before {
    margin: 0;
    font-size: 20px;
    line-height: 60px; 
}
.sidebar_menu .modal-header .close:hover {
    background: #3639a4;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    opacity: 1; 
}
.sidebar_menu .modal-header h2{
    line-height: 57px;
}
.sidebar_menu .modal-header h2 a {
    color: #171c2f; 
    font-size: 40px;
}
.sidebar_menu .modal-header h2 img {
    height: 28px; 
}
.sidebar_menu button:focus {
    outline: 0px; 
}

.sidebar_menu {
    position: relative; 
}
.sidebar_menu .navbar-nav li a {
    padding: 10px 0px 10px 15px; 
}
.sidebar_menu .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 480px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); 
}
.sidebar_menu .modal.right.fade.show .modal-dialog {
    right: 0;
    transition: all 0.3s ease-in-out; 
}
.sidebar_menu .modal.right.fade .modal-dialog {
    right: -320px;
    transition: all 0.3s ease-in-out; 
}
.sidebar_menu .modalheader {
    display: inline;
    padding: 0;
    border: none; 
}
.sidebar_menu .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none; 
}
.sidebar_menu .modal.right .modal-body {
    padding: 0; 
}
.sidebar_menu .modal-body .bar-top {
    padding: 0px 50px 20px;
    border-bottom: 1px solid #EBEBEB; 
}


.sidebar_menu .modal-body ul {
    padding-top: 10px; 
}
.sidebar_menu .modal-body .bar-nav h2 {
    font-size: 26px;
    color: #FF8A73;
    font-weight: 600; 
}
.sidebar_menu .modal-body .bar-nav ul li {
    width: 250px;
    position: relative; 
}
.sidebar_menu .modal-body .bar-nav ul li a {
    font-size: 20px;
    color: #676767;
    line-height: 34px;
    font-weight: 400;
    transition: all 0.3s ease-in-out; 
}
.sidebar_menu .modal-body .bar-nav ul li a:hover {
    color: #ff7a6b; 
}
.sidebar_menu .modal-body .bar-nav ul li a:hover i {
    right: -15px; 
}
.sidebar_menu .modal-body .bar-nav ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    transition: all 0.3s ease-in-out; 
}
.sidebar_menu .modal-body .bar-contact {
    padding: 20px 50px; 
}
.sidebar_menu .modal-body .bar-contact span {
    display: inherit;
    color: #677294;
    line-height: 30px;
    font-weight: 400; 
}

header nav li .side_menu {
    display: inline-grid;
    padding: 13px 12px;
    background: #ff7364;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 40px; 
}header nav li .side_menu:hover .line_2,header nav li .side_menu:hover .line_3 {
    width: 28px; 
}header nav li .side_menu span {
    padding: 1px 0px;
    width: 28px;
    background: #ffffff;
    margin-bottom: 7px; 
}header nav li .side_menu span:last-child {
    margin-bottom: 0; 
}header nav li .side_menu .line_2 {
    width: 100%;
    transition: all 0.3s ease-in-out; 
}header nav li .side_menu .line_3 {
    width: 20px;
    transition: all 0.3s ease-in-out; 
}





.about_us {
    padding: 125px 0 155px;
    position: relative;
    z-index: 0; 
}
.about_us .images_shape{
    position: relative;
    margin-right: 20px;
}
.about_us .images_shape:before {
    background: #3639a4;
    position: absolute;
    content: "";
    width: 270px;
    height: 390px;
    bottom: -30px;
    left: -30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}
.about_us .images_shape:after {
    background:url("../images/pattern.png");
    position: absolute;
    content: "";
    width: 270px;
    height: 256px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}


.about_us .services_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    right: 0;
    width: 100%;
    z-index: 1; 
    padding-left: 90px; 
}
.about_us .services_content span {
    color: #3639a4;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.about_us .services_content p {
    margin: 40px 0 40px;
}
.about_us .services_content .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.about_us .services_content .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}







.work {
    padding: 0px 0 155px;
    position: relative;
    z-index: 0; 
}
.work .images_shape{
    position: relative;
    margin-left: 20px;
}
.work .images_shape:before {
    background: #3639a4;
    position: absolute;
    content: "";
    width: 270px;
    height: 390px;
    bottom: -30px;
    right: -30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}
.work .images_shape:after {
    background:url("../images/pattern.png");
    position: absolute;
    content: "";
    width: 270px;
    height: 256px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}


.work .services_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    right: 0;
    width: 100%;
    z-index: 1; 
    padding-left: 30px; 
}
.work .services_content span {
    color: #3639a4;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.work .services_content .reasons_wrapper {
    margin: 40px 0 0px;
    padding-right: 15%;
}
.work .services_content .reasons_wrapper li{
    display: flex;
    margin-bottom: 40px;
}
.work .services_content .reasons_wrapper li:last-child{
    margin-bottom: 0px;
}
.work .services_content .reasons_wrapper li span{
    height: 45px;
    width: 45px;
    font-size: 15px;
    color: #ffffff;
    background: #ff7364;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    display: block;
    font-weight: 400;
    box-shadow: 0 0 50px rgba(255, 115, 100, 0.4);
}
.work .services_content .reasons_wrapper li .reasons_content{
    width: 90%;
    padding-left: 30px;
}
.work .services_content .reasons_wrapper li .reasons_content h4{
    font-size: 20px;
    color: #171c2f;
    font-weight: 700;
    line-height: 26px;
}

.work .services_content .reasons_wrapper li .reasons_content p {
    margin: 15px 0 0px;
}
.work .services_content .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.work .services_content .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}






.party_video {
    padding: 115px 0 0;
    position: relative;
    z-index: 0;
    background: #75e8ef; 
}
.party_video .section_title h2{
    color: #ffffff;
}
.party_video .images_shape {
    position: relative;
    z-index: 1;
    width: 1296px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}


.party_video .images_shape .video_view_btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%, -50%); 
}
.party_video .images_shape .video_view_btn a {
    position: relative;
    z-index: 1; 
}
.party_video .images_shape .video_view_btn a:before {
    position: absolute;
    content: "";
    background: #ff7364;
    left: 50%;
    top: 36%;
    border-radius: 50%;
    animation: bounce_4b 3s infinite linear;
    -webkit-animation: bounce_4b 3s infinite linear;
    z-index: -1;
    height: 130px;
    width: 130px; }
@-webkit-keyframes bounce_4b {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        opacity: 0; 
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3; 
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
        opacity: 0; } 
    }
    @keyframes bounce_4b {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        opacity: 0; 
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3; 
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
        opacity: 0; 
    } 
}
.party_video .images_shape .video_view_btn a i {
    position: relative; 
}
.party_video .images_shape .video_view_btn a i:before {
    font-size: 20px;
    color: #ffffff;
    line-height: 65px;
    margin: 0; 
}
.party_video .images_shape .video_view_btn a i:after {
    position: absolute;
    background: #ff7364;
    content: "";
    height: 110px;
    width: 110px;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    margin: 0; 
}
.party_video .images_shape .video_view_btn a span {
    color: #333146;
    font-size: 15px;
    font-weight: 700;
    margin-left: 45px;
}







.party_video .services_content_wrapper {
    position: relative;
    background: #f6f8fa;
    text-align: left;
    right: 0;
    z-index: 0;
    padding-bottom: 110px;
    padding-top: 50px;
}
.party_video .services_content_wrapper:before{
    position: absolute;
    content: "";
    height: 85px;
    width: 100%;
    background: #f6f8fa;
    top: -85px;
    left: 0;
}
.party_video .founded_item{
    display: flex;
    margin-bottom: 40px;
}
.party_video .founded_item:last-child{
    margin-bottom: 0px;
}
.party_video .founded_item p{
    margin: 0
}
.party_video .founded_item span{
    height: 55px;
    width: 55px;
    font-size: 25px;
    color: #ffffff;
    background: #ff7364;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    display: block;
    font-weight: 400;
}
.party_video .founded_item .reasons_content{
    width: 80%;
    padding-left: 20px;
}
.party_video .founded_item .reasons_content p {
    margin: 0px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
}
.party_video .founded_item .reasons_content h4{
    font-size: 25px;
    color: #171c2f;
    font-weight: 700;
    line-height: 28px;
}






.approach{
    padding: 115px 0 40px;
}
.approach .founded_item{
    display: flex;
    margin-bottom: 40px;

}
.approach .approach_wrapper{
    background: #ffffff;
    padding: 50px 25px 90px 30px;
    position: relative;
    margin-bottom: 85px;
    margin-right: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.approach .approach_wrapper:before{
    background: #f3f5f7;
    position: absolute;
    content: "";
    width: 225px;
    height: 255px;
    top: -20px;
    left: -20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}
.approach .founded_item:last-child{
    margin-bottom: 0px;
}
.approach .approach_wrapper h4{
    font-size: 25px;
    color: #171c2f;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}
.approach .approach_wrapper p{
    margin-bottom: 0;
}
.approach .approach_wrapper span{
    position: absolute;
    right: -10px;
    bottom: -10px;
    padding: 30px 20px;
    font-size: 35px;
    color: #ffffff;
    background: #ff7364;
    text-align: center;
    display: inline-table;
    font-weight: 400;
    box-shadow: 0 0 40px rgba(255, 115, 100, 0.2);
}





.testimonial.style-one {
    background-color: #f6f8fa;
    padding: 115px 0;
}
.testimonial.style-one .clients_heading .section_title h2{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 0;
}

.testimonial.style-one .testimonial-content-box{
    position: relative;
    padding:  50px 40px 45px;
    box-shadow: 0 0 50px rgba(0,0,0, 0.05);
    background-color: #fff!important;
}
.testimonial.style-one .testimonial-content-box:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 26px;
    width: 28px;
    bottom: 50px;
    right: 45px;


}
.testimonial.style-one .testimonial-content-box p{
    color: #656565;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-one .testimonial-content-box ul{
    display: flex;
    padding-top: 35px;
}
.testimonial.style-one .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-one .testimonial-content-box ul li i{
    font-size: 16px;
}
.testimonial.style-one .testimonial-box {
    padding: 30px 0 0;
}
.testimonial.style-one .testimonial-box .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}
.testimonial.style-one .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-one .testimonial-box .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; 
}
.testimonial.style-one .testimonial-box .name-box h5 {
    font-weight: 700;
    color: #171c2f;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.testimonial.style-one .testimonial-box .name-box p{
    margin-bottom: 0;
    color: #656565;
    font-size: 14px;
    line-height: 23px;
}
.testimonial.style-one .clients_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.testimonial.style-one .clients_heading .section_title{
    margin: 0;
    width: 65%;
}
.testimonial.style-one .clients_heading .section_title p{
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0px;
    width: 100%;
}
.testimonial.style-one .clients_heading .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.testimonial.style-one .clients_heading .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}





.our_clients{
    padding: 120px 0;
}

.our_clients .clients-list {
    height: 190px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 0 40px rgba(0,0,0,.07);
}
.our_clients .clients-list img{
    width: 100%;
}





.talk_us {
    padding: 125px 0 150px;
    background: #3639a4;
    position: relative;
    z-index: 0; 
}
.talk_us:before {
    background:url("../images/talk_battern.png");
    position: absolute;
    content: "";
    width: 444px;
    height: 327px;
    top:0;
    left: 0;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}
.talk_us:after {
    background:url("../images/talk_battern.png");
    position: absolute;
    content: "";
    width: 444px;
    height: 327px;
    bottom:0;
    right: 0;
    transition: all 0.3s ease-in-out; 
    z-index: -1;
}


.talk_us .services_content {
    padding-left: 0px; 
}
.talk_us .services_content span {
    color: #75e8ef;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
}
.talk_us .services_content h2 {
    color: #ffffff;
    margin-bottom: 70px;
}

.talk_us .services_content .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}
.talk_us .services_content .learn_btn_2:hover {
    color: #ffffff;
    background: #75e8ef;
}




/*========== Footer Style CSS ==========*/
footer {
    background:url("../images/footer_bg.jpg");
    background-size: cover;
    padding-top: 90px;
}
footer h2, footer p, footer li, footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out; 
}
footer a:hover {
    color: #171c2f; 
}
footer h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px; 
    font-weight: 700;
}
footer img.f_logo {
    margin-bottom: 30px; 
}
footer ul li {
    padding-bottom: 10px;
    color: #75e8ef;
    font-size: 16px;
}
footer ul li a{
    padding-bottom: 15px; 
    color: #ffffff;
    font-size: 15px;
    opacity: 0.85;
}
footer ul li a:hover{
    color: #75e8ef;
}
footer ul li:last-childe {
    padding-bottom: 0px; 
}
footer .footer-title {
    padding-right: 30%; 
}
footer .footer-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px; 
}
footer .footer-title p, footer .newspaper-site p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px; 
}
footer .footer-title ul li{
    font-size: 20px;    
}
footer .footer-title ul li i {
    padding-right: 10px;
    font-size: 15px;
    color: #75e8ef;
}
footer .company-content ul li {
    display: block; 
}
footer .newspaper-site input[type='email'] {
    padding: 12px 30px;
    background: none;
    border: 1px solid #747474;
    color: #ffffff; 
    font-size: 13px
}
footer .newspaper-site input::placeholder {
    color: #ffffff;
}
footer .newspaper-site .btn-send a {
    padding: 8px 26px;
    background: #fdd5e0;
    color: black;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0px 40px;
    transition: all 0.3s ease-in-out; 
    text-transform: uppercase;
}
footer .newspaper-site .btn-send a:hover {
    background: #ffffff;
    color: #171c2f; 
}
footer .newspaper-site ul li a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #8d95a6;
    transition: all 0.3s ease-in-out; 
}
footer .newspaper-site ul li a:hover {
    background: #000;
    color: #75e8ef; 
}
footer .footer-bottom {
    background: #170d2f;
    padding: 22px 0px; 
    margin-top: 50px;
}
footer .footer-bottom p{
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    font-size: 15px;
    opacity: 0.85;
}
footer .footer-bottom ul li {
    padding-bottom: 0px; 
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px; 
}
footer .icon-bottom{
  float: right;
  margin: 0;
}
footer .icon-bottom li {
    margin-right: 30px; 
}
footer .icon-bottom li:last-child {
    margin-right: 0px; 
}
footer .icon-bottom li i{
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}
footer .icon-bottom li .fb{
    background: #3b5998;
}
footer .icon-bottom li .tw{
    background: #1da1f2;
}
footer .icon-bottom li .pin{
    background: #BB081D;
}
footer .icon-bottom li .youtube{
    background: #FF0000;
}






/*========== Blog Style CSS ==========*/

.blog_area{
    padding: 90px 0 100px;
}
.blog_area .blog_single:hover .blog-img a:before {
    opacity: 0;
    visibility: hidden; 
}
.blog_area .blog_single:hover .blog-img a img {
    transform: scale(1);

}
.blog_area .blog_single .blog-img {
    overflow: hidden; 
}
.blog_area .blog_single .blog-img a img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out; 
        width: 100%; 
}
.blog_area .blog_single .Blog-content {
    background: #ffffff;
    padding: 35px 0px 0;
    position: relative;
    margin-top: -50px;
    z-index: 2; 
}
.blog_area .blog_single .Blog-content .tags {
    background: #437eeb;
    padding: 0px 12px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: -16px;
}
.blog_area .blog_single .Blog-content .date {
    padding-bottom: 10px;
    color: #437eeb;
    font-size: 16px;
    transition: all 0.3s ease-in-out;

}.blog_area .blog_single .Blog-content .date a:hover  {
    color: #313e5b;

}

.blog_area .blog_single .Blog-content .blog-name {
    margin-bottom: 0px; 

}
.blog_area .blog_single .Blog-content .blog-name span {
    font-size: 14px;
    color: #656565;
    transition: all 0.3s ease-in-out; 
    margin-right: 30px;
    position: relative;
}
.blog_area .blog_single .Blog-content .blog-name span:before {
    position: absolute;
    content: "";
    background: #656565;
    height: 15px;
    width: 1px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.blog_area .blog_single .Blog-content .blog-name span:first-child:before{
    display: none;
}
.blog_area .blog_single .Blog-content .blog-title {
    margin-bottom: 20px; 
     margin-top: 10px;
}
.blog_area .blog_single .Blog-content .blog-title h3 a {
    font-size: 25px;
    color: #171c2f; 
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
}
.blog_area .blog_single .Blog-content .blog-title h3 a:hover{
    color: #ff7364;
}
.blog_area .blog_single .Blog-content p{
    margin: 0;
    color: #656565;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}
.blog_area .blog_single .Blog-content a{
    color: #1f1f1f;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_area .blog_single .Blog-content a i{
    margin-top: -2px;
    position: absolute;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.blog_area .blog_single .Blog-content a i:before{
    color: #ff7364;
    font-size: 8px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.blog_area .blog_single .Blog-content a:hover i{
        margin-left: 15px;
} 
.blog_area .blog_single .Blog-content a:hover{
    color: #ff7364;
} 
.blog_area .blog_single{
    margin-bottom: 55px;
    padding: 0 15px;
}
/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination_blog ul li {
      margin: 0 7px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #cccccc;
      cursor: pointer; }
      .pagination_blog ul li a {
        color: #cccccc;
        font-size: 18px;
        font-weight: 500; }
        .pagination_blog ul li a i:before {
          color: #cccccc;
          font-size: 14px;
          margin: 0;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .pagination_blog ul li.current {
        border: 1px solid #ff7364; 
        background: #ff7364;
    }
        .pagination_blog ul li.current a {
          color: #ffffff; }





















  /*=======[ Blog Post Style ]========*/

.blog_wrapper {
    padding: 100px 0;
    text-align: center;
}
.blog_wrapper .blog_post .post_by {
    margin-bottom: 60px;
    margin-top: 25px; 
    justify-content: center;
}
.blog_wrapper .blog_post .post_by span {
    font-size: 15px;
    font-weight: 400;
    color: #656565;
    padding-right: 60px;
    position: relative; 
}
.blog_wrapper .blog_post .post_by span:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 15px;
    width: 1px;
    right: 30px;
    top: 5px; 
}
.blog_wrapper .blog_post .post_by span:last-child:before {
    display: none; 
}
.blog_wrapper .blog_post .post_by span a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.blog_wrapper .blog_post .post_by span a:hover {
    color: #ff7364; 
}
.blog_wrapper .blog_post .postpage_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    text-align: left;
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper {
    padding-top: 40px;
    padding-right: 70px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #171c2f;
    font-size: 20px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    text-align: center; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li {
    background: #ffffff;
    padding-bottom: 20px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i {
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    border: 1px solid #cccccc;
    background: transparent;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i:hover {
    padding: 0; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon:hover {
    color: #ffffff;
    background: #4867aa; 
    border: 1px solid #4867aa;
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon:hover {
    color: #ffffff;
    background: #1da1f2; 
    border: 1px solid #1da1f2;
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon:hover {
    color: #ffffff;
    background: #0077B5; 
    border: 1px solid #0077B5;
}
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon:hover {
    color: #ffffff;
    background: #262223; 
    border: 1px solid #262223;
}            
.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .pin_icon:hover {
    color: #ffffff;
    background: #E60023; 
    border: 1px solid #E60023;
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content {
    padding-top: 40px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p {
    margin-bottom: 25px;
    line-height: 29px;
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p:last-child {
    margin-bottom: 0; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 45px 0 25px; 
    color: #171c2f;
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech {
    padding: 10px 0px;
    font-size: 20px;
    position: relative;
    line-height: 30px;
    color: #333146;
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner {
    padding: 30px 0 40px;
    text-align: center; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p {
    color: #171c2f;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 700;
}
.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p span {
    font-weight: 400 !important;
    color: #333146 !important; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li {
    padding-right: 3px;
    font-size: 15px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a {
    color: #171c2f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    font-weight: 700;
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a:hover {
    color: #ff7364; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags .tag_headline {
    font-weight: 400;
    color: #656565; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li {
    padding-left: 100px;
    position: relative;
    font-size: 14px;
    color:#656565; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 12px;
    width: 1px;
    right: -50px;
    top: 7px; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:last-child:before {
    display: none; 
}
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li i {
    padding-right: 10px; 
}        
.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li i:before {
    font-size: 14px;
    margin: 0;
}























/* ================= Portfolio Style Css ============*/

.portfolio_area {
    padding: 90px 0 100px; 
}
.portfolio_area .sub_title{
    text-align: center;
    margin-bottom: 50px;
}
.portfolio_area .title-heading img {
    width: 150px; 
    margin-top: 15px;
}
.portfolio_area .portfolio-wrapper .filter-buttons {
    text-align: center;
    margin-bottom: 65px; 
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group {
    display: inline-block;
    border-radius: 3px; 
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group button {
    padding: 0px 30px;
    border: 0 none;
    background: none;
    box-shadow: none;
    border-radius: 3px;
    transition: .3s ease;
    color: #171c2f;
    position: relative;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    font-size: 18px; 
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group button:last-child::before {
    display: none; 
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group button::before {
    content: "...";
    top: -4px;
    width: 11px;
    position: absolute;
    right: -9px;
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group button.is-checked {
    color: #ff7364;
    position: relative;
    outline: none; 
}
.portfolio_area .portfolio-wrapper .filter-buttons .button-group button.is-checked:before{
        color: #171c2f;
}
.portfolio_area .portfolio-wrapper .grid {
    position: relative;
    transition: all 0.3s ease-in-out;
    min-height: 300px; 
}
.portfolio_area .portfolio-wrapper .grid:after {
    content: '';
    display: block;
    clear: both; 
}
.portfolio_area .portfolio-wrapper .grid .grid-item {
    float: left;
    width: 48%;
    margin-bottom: 0px; 
}
.portfolio_area .portfolio-wrapper .grid .grid-item img {
    width: 100%; 
}
.portfolio_area .single_news {
    padding: 0 30px;
}
.portfolio_area .single_news:hover .news_banner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}
.portfolio_area .single_news .news_banner {
    overflow: hidden; 
}
.portfolio_area .single_news .news_banner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; 
}
.portfolio_area .single_news .news_content {
    padding: 40px 0 60px 90px; 
}
.portfolio_area .single_news .news_content span {
    color: #656565;
    position: relative;
    font-size: 18px; 
}
.portfolio_area .single_news .news_content span:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: #3639a4;
    top: 12px;
    left: -60px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.portfolio_area .single_news .news_content h3 {
    font-size: 30px;
    padding-top: 7px; 
}
.portfolio_area .single_news .news_content h3 a {
    color: #171c2f;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    font-weight: 700;
}
.portfolio_area .single_news .news_content h3 a:hover {
    color: #ff7364; 
}
.portfolio_area .more_button a{
    background: #ff7364;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 48px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.portfolio_area .more_button a:hover{
    background: #3639a4;
}


















/*========= Portfolio Details Style ==========*/


.portfolio_details_wrapper .portfolio_info .single_item{
    text-align: center;
}

.portfolio_details_wrapper .portfolio_info .single_item h3{
    font-size: 35px;
    font-weight: 700;
    color: #171c2f;
    padding-bottom: 15px;
}

.portfolio_details_wrapper .portfolio_info .single_item span{
    font-size: 20px;
    color: #656565;
}


.portfolio_details_wrapper .portfolio_description{
    padding-right: 10%;
    padding-top: 50px;
}
.portfolio_details_wrapper .portfolio_description h3{
    font-size: 35px;
    font-weight: 700;
    color: #171c2f;
    padding-bottom: 30px;
}
.portfolio_details_wrapper .portfolio_banner{
    padding-top: 40px;
}
.portfolio_details_wrapper .portfolio_banner img{
    width: 100%;
}

.portfolio_details_wrapper .portfolio_color{
    padding-right: 10%;
    padding-top: 50px;
}
.portfolio_details_wrapper .portfolio_color h3{
    font-size: 35px;
    font-weight: 700;
    color: #171c2f;
    padding-bottom: 30px;
}

.portfolio_details_wrapper .portfolio_color .portfolio_colors{
    padding: 40px 0; 
}

.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item .color_code{
    background: #ff7364;
    height: 195px;
    width: 256px;
    display: block;
    border-radius: 0 80px;
    margin-bottom: 30px;
    position: relative;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item .color_code p{
    color: #ffffff !important;
    font-size: 15px;
    position: absolute;
    text-transform: none;
    padding:0;
    margin: 0;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item .color_code .light_color{
    top: 25px;
    left: 25px;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item .color_code .primary_color{
    bottom: 25px;
    right: 25px;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item p{
    padding-left: 30px;
    font-size: 20px;
    color: #656565;
    text-transform: uppercase;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item p span{

    color: #ff7364;
    font-weight: 700;
    padding-left: 3px;
}

.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_2 .color_code{
    background: #3639a4;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_2 p{
    color: #3639a4;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_2 p span{
    color: #3639a4;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_3 .color_code{
    background: #171c2f;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_3 p{
    color: #171c2f;
}
.portfolio_details_wrapper .portfolio_color .portfolio_colors .color_item.color_3 p span{
    color: #171c2f;
}


.portfolio_details_wrapper .portfolio_facetype h3{
    font-size: 35px;
    font-weight: 700;
    color: #171c2f;
    padding-bottom: 30px;
}
.portfolio_details_wrapper .portfolio_facetype .font_names{

}
.portfolio_details_wrapper .portfolio_facetype .font_names h1{
    font-size: 100px;
    font-weight: 700;
    color: #ff7364;
}
.portfolio_details_wrapper .portfolio_facetype .font_names h2{
    font-size: 30px;
    color: #171c2f;
    font-weight: 700;
    padding-bottom: 10px;
}
.portfolio_details_wrapper .portfolio_facetype .font_names h3{
    font-size: 15px;
    color: #656565;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 30px;
}
.portfolio_details_wrapper .portfolio_facetype .font_names h4{
    font-size: 15px;
    color: #656565;
    font-weight: 400;
    padding-bottom: 30px;
}
.portfolio_details_wrapper .portfolio_facetype .font_names h5{
    font-size: 15px;
    color: #656565;
    font-weight: 400;
    padding-bottom: 30px;
}
.portfolio_details_wrapper .portfolio_facetype .font_names .font_2 h1,
.portfolio_details_wrapper .portfolio_facetype .font_names .font_2 h2,
.portfolio_details_wrapper .portfolio_facetype .font_names .font_2 h3,
.portfolio_details_wrapper .portfolio_facetype .font_names .font_2 h4,
.portfolio_details_wrapper .portfolio_facetype .font_names .font_2 h5{
    font-family: 'Playfair Display', sans-serif !important;
}

.portfolio_details_wrapper .portfolio_banner.full_page{
    padding: 40px 0;
}
.portfolio_details_wrapper .portfolio_banner.full_page img{
    width: 100%;
    padding:0 30px ;
}














/*============ Services Page Style =========*/



.single_service {
    position: relative;
    z-index: 0; 
    margin-bottom: 90px;
}
.single_service:last-child{
    margin-bottom: 0;
}
.single_service .images_shape{
    position: relative;
}
.single_service .services_content {
    position: absolute;
    top: 0;
    text-align: left;
    left: -115px;
    width: 120%;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    padding: 70px 70px 70px 190px;
}
.single_service .services_content i:before {
    color: #3639a4;
    font-size: 70px;
    line-height: 70px;
    margin: 0;
}
.single_service .services_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #171c2f;
    position: relative;
    margin-top: 40px;
}
.single_service .services_content h2:before{
    background: #3639a4;
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: -135px;
    top: 50%;
    transform: translateY(-50%);
}
.single_service .services_content p {
    margin: 15px 0 40px;
    padding-left: 30px;
}
.single_service .services_content .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 30px;
}
.single_service .services_content .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}



.single_service.service_right_position .services_content {
    right: -115px;
    left: 0;
    padding: 70px 70px 70px 190px;
}













/*=========== Contact Page CSS ============= */

.contact_info_wrapper {
  padding: 120px 0; }
  .contact_info_wrapper .title {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    color: #333146;
    margin-bottom: 30px;
    margin-top: 30px; 
}

  .contact_info_wrapper .contact_info {
    position: relative;
        padding-top: 45px;
    z-index: 1; }
      .contact_info_wrapper .contact_info span{
        color: #3639a4;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
      }
    .contact_info_wrapper .contact_info p {
      padding-right: 58px; }
    .contact_info_wrapper .contact_info .details_title {
      margin-bottom: 60px; }

  .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 20px; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
      background: transparent;
      border: 1px solid #d7d7d7;
      border-radius: 0px;
      height: 46px;
      padding: 0px 20px;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      color: #333146;
      font-size: 14px;
      font-weight: 400;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input:focus, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea:focus {
        border: 1px solid #333146;
        outline: none;
        color: #333146; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
        /* Firefox 19+ */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-ms-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
        /* IE 10+ */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-moz-placeholder {
        /* Firefox 18- */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
      height: 170px;
      padding-top: 15px; }
  .contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button {
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #ff5a2c;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button:hover {
      background: #092ace; }


















.about_us_one {
    padding: 100px 0px;
    position: relative;
    z-index: 0; 
}
.about_us_one .container-fluid{
    max-width: 1265px;
}
.about_us_one .shape_img img{
  position: absolute;
   content: "";
   top: -200px;
   right: 0;
    width: 452px;
    height: 361px;
    z-index: 0;
}
.about_us_one .about_us_one_content span {
    display: inherit;
    color: #3639a4;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; 
    text-transform: uppercase;
    padding-bottom: 15px;
}

.about_us_one .shep_banner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10%; 
    position: relative;
}
.about_us_one .shep_banner_wrapper:before{
    position: absolute;
    content: "";
    background: #f6f8fa;
    height: 575px;
    width: 575px;
    border-radius: 10px;
    top: -80px;
    left: -80px;
}
.about_us_one .shep_banner_wrapper .about_us_one_banner {
    padding-right: 40px; 
}
.about_us_one .shep_banner_wrapper .about_us_one_banner:last-child {
    padding-right: 0; 
}
.about_us_one .shep_banner_wrapper .about_us_one_banner .banner_img {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 40px; 
}
.about_us_one .shep_banner_wrapper .about_us_one_banner .banner_img:last-child {
    padding-bottom: 0; 
}

.about_us_one .shep_banner_wrapper .dobble_banner {
    width: 45%; 
}
.about_us_one .shep_banner_wrapper .single_banner {
   width: 55%; 
}
.about_us_one .about_us_one_content_wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    right: 0;
    width: 100%;
    z-index: 1; 
}
.about_us_one .about_us_one_content_wrapper .about_us_one_content {
    padding-left: 40px; 
}
.about_us_one .about_us_one_content_wrapper .about_us_one_content p {
    color: #747474;
    margin: 40px 0 50px;
    font-size: 16px;
    line-height: 30px;
}
.about_us_one .about_us_one_content_wrapper .about_us_one_content .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.about_us_one .about_us_one_content_wrapper .about_us_one_content .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}













.solutions {
    padding: 115px 0 0;
}
.solutions .container{
    max-width: 1250px;
}
.solutions .clients_heading .section_title h2{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 0;
    line-height: 65px;
}

.solutions .clients_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.solutions .clients_heading .section_title{
    margin: 0;
    width: 65%;
}
.solutions .clients_heading .section_title p{
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 0px;
    width: 100%;
}
.solutions .clients_heading .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.solutions .clients_heading .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}
.solutions .solutions_wrapper{
    padding: 50px 40px 50px 50px;
    box-shadow: 0 0 80px rgba(0,0,0, 0.1);
    background-color: #fff!important;
    display: flex;
    margin-bottom: 40px;
}
.solutions .solutions_wrapper:hover .solutions_icon i{
    background: #ff7364;
    border: 1px solid #ff7364;
    color: #ffffff;
    box-shadow: 0 0 80px rgba(255, 115, 100, 0.3)
}
.solutions .solutions_wrapper .solutions_icon i {
    height: 70px;
    width: 70px;
    background: transparent;
    border-radius: 50%;
    border:1px solid #3639a4;
    font-size: 30px;
    color: #3639a4;
    text-align: center;
    line-height: 70px;
    transition: all 0.3s ease-in-out;
}
.solutions .solutions_wrapper .sotutions_content {
    display: table-cell;
    padding-left: 35px; 
}
.solutions .solutions_wrapper .sotutions_content h3 {
    font-weight: 700;
    color: #171c2f;
    font-size: 25px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 20px;
}
.solutions .solutions_wrapper .sotutions_content p{
    margin-bottom: 0;
    color: #656565;
    font-size: 16px;
    line-height: 26px;
}