
/* font-family */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:400,500');

/*style for body*/

body{
	padding: 0px;
	font-size:16px;
	line-height: 26px;
	font-family: 'Montserrat', serif;
	width:100%;
	margin: 0 auto;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
    max-width: 1400px
}

/*end of body style */

/* styling for all headings paragraph and anchor */

* {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#000;
}

a{
    margin-bottom:0;
    color: #ff814e;
    font-family: 'Poppins', sans-serif;
}

a:hover{
	color: #8e44ad;
	cursor: pointer;
}



h2{
    font-size: 32px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 14px;
    letter-spacing: normal;
}

p{
    font-size: 19px;
    line-height: normal;
    color:#000;
    letter-spacing:normal;
}


/*end of heading paragraphs anchor styling*/

/*responsive styling*/

@media (max-width: 767px){

}


.wrapper{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width:1200px;
}

.small-wrapper{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width:620px;
}

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}


.three-col{
	width: 31.623931624%;
}

.two-col{
	width: 48.717948718%;
}

.col-8{
    width: 60%;
}
.col-4{
    width:40%;
}

.section-padding{
	padding: 100px 0;
}

.section-border{
	border-bottom: 1px solid #e7e7e7;
}

.section-heading h2{
    font-size: 24px;
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 0;
    color: #014E8E;
}

.section-heading h2:before{
    position: absolute;
    content: '';
    background:url('https://ib-resources.s3.amazonaws.com/CreaValencia/WF4/img/blue-curve.png') no-repeat;
    width:125px;
    height:12px;
    left:0;
    right:0;
    margin: auto;
    bottom: 0;
}

.cta a{
    background:#1693D2;
    color: #fff;
    font-size: 21px;
    line-height: normal;
    letter-spacing: normal;
    width:100%;
    padding:20px 80px;
    font-weight: 500;
    transition: all ease-in .3s;
    -webkit-transition:all ease-in .3s;
}

.dark-cta a{
    background:#014E8E;
    color: #fff;
    font-size: 21px;
    line-height: normal;
    letter-spacing: normal;
    width:100%;
    padding:20px 80px;
    font-weight: 500;
    transition: all ease-in .3s;
    -webkit-transition:all ease-in .3s;
}

.no-list-style ul{
    list-style: none;
    padding: 0;
}

@media(min-width:768px){
    .equal-height-container  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


 .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
}


 .three-col-adjust .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

.three-col-adjust .cols .column {
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}

@media (max-width:767px){


 .three-col-adjust .cols{
    display: block;
    margin-right: 0;
}

 .three-col-adjust .cols .column{
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}
.cta a , .dark-cta a{
    padding: 20px 33px;
}
}

@media(min-width:768px) and (max-width: 1024px){
    .wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .small-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:767px){
    .wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .small-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .two-col{
        width:100%;
    }
}


/*Form Styling*/

form input,
form select{
    font-family: 'Poppins' , sans-serif;
    color:#777;
    font-size:18px;
    font-weight:500;
}

form label{
    font-family: 'Poppins' , sans-serif;
    color:#e7e7e7;
    font-size:18px;
    font-weight:500;
}

form label span a{
    color: #0D7EC2;
}

input::-webkit-input-placeholder{
    font-family: 'Poppins' , sans-serif;
    color:#cccccc;
    font-size:18px;
    font-weight:500;
}

::-webkit-input-placeholder{
    font-family: 'Poppins' , sans-serif;
    color:#cccccc;
    font-size:18px;
    font-weight:500;
}

::-moz-input-placeholder{
    font-family: 'Poppins' , sans-serif;
    color:#cccccc;
    font-size:18px;
    font-weight:500;
}

::-ms-input-placeholder{
    font-family: 'Poppins' , sans-serif;
    color:#cccccc;
    font-size:18px;
    font-weight:500;
}

input[type="text"], input[type="email"],select {
    width: 100%;
    height: 53px;
    padding-left: 14px;
    margin-bottom: 17px;
    border: 0;
}

input[type="checkbox"]{
    padding: 0;
    background: transparent;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    margin-right: 8px;
    top: 7px;
    width: 20px;
    height: 20px;
}

input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 1px solid;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

button[type="submit"]{
    background-color: #F49533;
    border:1px solid #F49533;
    padding:15px 0px;
    color:#fff;
    font-size: 24px;
    width:100%;
}

/* header styling */

 .header {
    position: absolute;
    left: 13.3%;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


@media(max-width: 1024px){
    .header{
        left:0;
    }
    body{
        max-width: 100%;
    }
}


/* end of header styling */


/*Hero Section Styling*/

.hero-section .left-col{
    background-size: cover;
    background-position: center center;
   }

.hero-section .two-col{
    width:50%;
}

.hero-section .left-col .heading{
    max-width: 532px;
    width:100%;
    margin:0 auto;
    display: block;
    float:none;
    padding-top: 202px;
}

.hero-section .left-col h2{
    color:#014E8E;
    font-weight: normal;
}

.hero-section .left-col h2 span{
    font-size:38px;
    color:#1693D2;
}

.hero-section .right-col-form{
    padding: 120px 0px 142px;
    background:#014E8E;
}

.hero-section .right-col-form h3.form-title{
    font-size:32px;
    color:#fff;
    margin-bottom: 62px;
    font-weight:400;
}

.hero-section .right-col-form form{
    max-width:388px;
    margin:0 auto;
    display: block;
    float: none;
    width: 100%;
}

.hero-section .right-col-form .submit-button{
    margin-top:50px;
}

@media(min-width:768px) and (max-width: 1024px){
    .hero-section .equal-height-container{
        display: block;
    }
    .hero-section .two-col{
        width:100%;
    }
    .hero-section .left-col{
        padding: 200px 0px;
    }
    .hero-section .left-col .heading{
        padding-top: 0px;
    }
}

@media(max-width:767px){
    .hero-section .two-col{
        width:100%;
    }
    .hero-section .left-col{
        padding: 200px 20px;
    }
    .hero-section .left-col .heading{
        padding-top: 0px;
    }

    .hero-section .right-col-form{
        padding-left:20px;
        padding-right:20px;
    }
}

/* end of hero section styling*/

/*Section-1 Styling*/

.section-1{
    padding:110px 0px 100px;
}

.section-1 .right-col-content{
    margin-left: 3%;
}

.section-1 .description{
    padding-top: 80px;
}

@media(max-width: 767px){
    .section-1{
        padding:70px 0px 80px;
    }
    .section-1 .right-col-content{
        margin-left: 0%;
    }
}

/* end of section-1 section styling*/

/*Section-2 Styling */

.section-2{
    background: #EEEEEE;
}

.section-2 .two-col{
    width:50%;
}

.section-2 .left-col-image{
    background: url('https://ib-resources.s3.amazonaws.com/CreaValencia/WF4/img/lp1-left-img.png');
    background-size: cover;
    background-position: center center;
}

.section-2 .right-col-content{
    padding:98px 0px 104px;
}

.section-2 .section-heading h2:before{
    margin:unset;
}

.section-2 .right-col-content .desc{
    padding: 64px 0px 70px;

}

.section-2 .right-col-content .desc h4{
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    color:#014E8E;
    font-weight: normal;
}

.section-2 ul li{
    position: relative;
    padding-bottom: 16px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.34;
}

.section-2 ul li:before{
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size:18px;
    left:0;
    top:0;
    bottom: 0;
    margin:auto;
    color:#014E8E;
}

@media (min-width:768px){

    .section-2{
        position: relative;
    }

    .section-2 .equal-height-container{
        justify-content:flex-end;
    }

    .section-2 .left-col-image{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 48.5%;
    }

    .section-2 .wrapper{
        max-width:1170px;
    }

    .section-2 .right-col-content {
        padding: 98px 0px 104px;
        width: 44%;
        float: right;
        clear: both;
    }

}

@media(max-width:767px){
    .section-2 .left-col-image{
        min-height: 400px;
    }
    .section-2 .two-col{
        width:100%;
    }
    .section-2 .right-col-content{
        padding:58px 20px 65px;
    }
    .section-2 .right-col-content .desc{
        padding: 30px 0px;
    }

    .section-2 .wrapper {
        padding: 0;
    }



}



/* end of section-2 styling*/

/*Section-3 Styling*/

.section-3{
    padding: 110px 0px 100px;
}

.section-3 .section-padding{
    padding: 81px 0px 0px;
}

.section-3 .cols .column .image-container{
    padding-bottom: 22px;
}

.section-3 .cols .column .text-container h4{
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    color:#014E8E;
    font-weight: normal;
}

.section-3 .dark-cta a{
    padding: 15.5px 81px;
}

@media(max-width:767px){
    .section-3{
        padding: 67px 0px 78px;
    }
    .section-3 .section-padding{
        padding: 60px 0px 0px;
    }
}

/* end of section-3 styling*/

/*Blue-bg Styling*/

.blue-bg{
    background:#1693D2;
}

.blue-bg .section-heading h2{
    color:#fff;
}

.blue-bg .section-heading h2:before{
    background:url('https://ib-resources.s3.amazonaws.com/CreaValencia/WF4/img/white-curve.jpg') no-repeat;
}

.blue-bg .description{
    padding:40px 0px 61px;
}

.blue-bg .description p{
    color:#fff;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
		max-width: 720px;
		margin: 0 auto 15px;
}

@media(min-width: 768px) and (max-width: 1024px){
    .blue-bg .description p br{
        display: none;
    }
}

@media(max-width: 767px){
    .blue-bg .description{
        padding:48px 0px 41px;
    }
    .blue-bg .description p br{
        display: none;
    }
}

/* end of body section styling*/




/*------------------------------------------
                Footer
------------------------------------------*/

.footer{
    padding:36px 0 34px;
    background:#014987;
    color:#ffffff;
}

.footer .social-icons ul li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    font-size:20px;
    margin-right:1%;
    color:#ffffff;
}

.footer .copyright p{
    font-size:15px;
    margin:0;
    color:#ffffff;
}

.footer a{
    color:#ffffff;
}

.footer .social-icons ul li:first-child {
    margin-right: 6%;
}

.footer .social-icons ul li:last-child{
    margin-right:0;
}

.footer .social-icons ul{
    padding:0;
}

.footer .copyright{
    width:34%;
    display:inline-block;
}

.footer .social-icons{
    width:65%;
    display:inline-block;
}

@media (max-width:767px){


    .footer .copyright{
        width:100%;
        display:block;
    }

    .footer .social-icons{
        width:100%;
        display:block;
        text-align: center;
    }

    .footer .social-icons ul li:first-child {
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }

    .footer .copyright p {
        text-align: center;
    }

    .footer .copyright{
        margin-bottom:50px;
    }


}
